Indi Trader

Indicator Trader EA
v1.0 for MetaTrader 5

Universal EA that bridges any custom indicator's signals to automated trading

XAUUSD · Major Forex Pairs · Crypto | All Timeframes M1 ~ D1

📌 Overview
Indicator Trader EA is a universal Expert Advisor that automatically executes buy and sell orders based on signal buffers from any custom indicator.

With a single EA, you can connect any commercial indicator (SuperScalp Pro, Trend 7Filter Pro, etc.) directly — no extra coding required. Simply configure the buffer indices and you have a fully automated trading system.

✨ Key Features
Dual load modes: Direct Load (Mode A) / Chart Instance Auto-Detect (Mode B)
Indicator buffer-based SL/TP automatic configuration
ATR-based dynamic TP/SL and trailing stop
Dollar-based group P&L close (Group TP/SL)
Automatic position flip on opposite signal
Duplicate order prevention per bar (OncePerBar)
Maximum position limit (MaxPositions)
Real-time Alert notifications
Debug mode for live signal buffer inspection

🎯 Who Is This For?
Traders who want to automate signals from commercial indicators
Developers who want to add auto-order functionality to custom indicators
Compatible with any symbol: XAUUSD, forex pairs, crypto, and more

⚙️ How It Works
On every tick, the EA reads the indicator's signal buffers and detects valid signals (any value other than 0 or EMPTY_VALUE).

Signal Detection Logic
bar[1] confirmed signal: processed at the start of each new candle — most reliable
bar[0] real-time signal: processed as the current bar forms — faster reaction
Duplicate prevention: when OncePerBar=true, only one order per direction per candle

Order Execution Flow
Signal detected → Check CloseOnOppositeSignal → Close opposite positions
→ Verify CanOpenBuy/Sell() conditions → Execute OpenOrder()
→ Set SL/TP (indicator buffer OR ATR OR dollar-based)
→ Every tick: Group P&L monitoring when UseGroupClose=true

📖 How to Use
Mode A — Direct Load (Recommended)
The EA loads the indicator automatically — no need to add it to the chart separately.

IndicatorName = "Market\SuperScalp Pro"   ← MQL5 Market product
IndicatorName = "Trend 7Filter Pro"        ← File in Indicators folder
IndicatorName = "MyFolder\MyIndicator"     ← Subfolder path

Mode B — Chart Instance Auto-Detect
Apply the indicator to the chart first, then attach the EA. It will automatically detect the running indicator instance.

IndicatorName = ""   ← Leave blank

Recommended when only one indicator is applied to the chart
Use when you need to apply custom parameters to the indicator

How to Find Buffer Indices
You need to identify the buy/sell signal buffer indices of your target indicator.
Set DebugMode = true and attach the EA
Check the MetaTrader Journal tab for buffer values
Refer to SetIndexBuffer() order in the indicator's source code

🔧 Input Parameters
Basic Settings
Parameter Default Description
EA_Comment SSP Comment label for orders
MagicNumber 991 Unique EA identifier (prevents conflicts with other EAs)
LotSize 0.01 Default lot size per order
Slippage 3 Maximum allowed slippage (in points)

Indicator Settings
Parameter Default Description
IndicatorName Trend 7Filter Pro Indicator filename (blank = chart auto-detect)
BuyBuffer 0 Buy signal buffer index
SellBuffer 1 Sell signal buffer index
UseIndicatorTPSL false true: use SL/TP values from indicator buffers
BuySLBuffer 4 Buy SL buffer index
BuyTPBuffer 6 Buy TP buffer index
SellSLBuffer 5 Sell SL buffer index
SellTPBuffer 7 Sell TP buffer index

Position Management
Parameter Default Description
CloseOnOppositeSignal true Close opposite positions before opening new order on signal flip
AllowOppositeOrder true Allow simultaneous opposite positions (when CloseOnOppositeSignal=false)
MaxPositions 1 Maximum number of simultaneous open positions
OncePerBar true Allow only one order per direction per bar
UseGroupClose true Group close mode: dollar TP/SL + trailing stop

TP / SL Settings
Parameter Default Description
UseTP false Enable dollar-based take profit
TP_Dollar 8.0 Take profit target in USD
UseSL false Enable dollar-based stop loss
SL_Dollar 3.0 Stop loss limit in USD
UseATR true Enable ATR-based dynamic TP/SL
ATR_Period_EA 14 ATR calculation period
ATR_TP_Multi 5.0 ATR TP multiplier
ATR_SL_Multi 1.0 ATR SL multiplier

Trailing Stop
Parameter Default Description
UseTrailing true Enable dollar-based trailing stop (requires UseGroupClose=true)
Trail_Start 27.0 Profit level to activate trailing ($)
Trail_Stop 3.0 Trailing stop drawdown threshold ($)
UseATRTrailing false Enable ATR-based trailing stop
ATR_Trail_Multi 2.0 ATR trailing multiplier

Other
Parameter Default Description
UseAlert false Show popup alert on order open/close
DebugMode false Print signal buffer values and debug info to Journal

⚠️ Important Notes
Always verify your indicator's signal buffer indices and set BuyBuffer/SellBuffer correctly.
When UseGroupClose=false, only server-side SL/TP per order is active — trailing stop is disabled.
In Mode B, the indicator must be applied to the chart before attaching the EA.
Always test thoroughly on a demo account before live trading.
Past performance does not guarantee future results.

おすすめのプロダクト
NEXA HA Trend Master PRO NEXA HA Trend Master PRO は、MetaTrader 5 用の Expert Advisor です。 本製品は、GOLD チャートにおけるトレンド方向、押し目または戻りのエリア、再エントリー条件を分析するために設計されています。 EA は Heiken Ashi、EMA、ADX、DI、ATR、Parabolic SAR を組み合わせて市場状況を評価します。 まず上位時間足で主要なトレンド方向を確認し、その後、下位時間足で押し目または戻り後の再整列条件が形成されているかを確認します。 本製品は取引自動化のための補助ツールであり、特定の取引結果を保証するものではありません。 取引結果は、市場環境、ブローカーの約定条件、スプレッド、スリッページ、設定値、テスト期間によって異なる場合があります。 戦略概要 NEXA HA Trend Master PRO は、トレンドフォローと押し目または戻り後の再エントリー構造を基にしています。 M30 時間足では、EMA89 と ADX を使用して主要なトレンド方向とトレンドの強さを確
FREE
MA Cross 5/10 EA with Trend Filter This Expert Advisor (EA) is an automated trading system based on a simple and proven Moving Average crossover strategy. It opens trades when a fast Moving Average crosses a slow Moving Average, and uses an optional Trend Filter to avoid trading against the main market direction. Designed for beginners and intermediate traders, this EA focuses on clarity, stability, and disciplined trading rules. Main Advantages Simple and Reliable Strategy Uses Moving A
FREE
NEXA Bb Volatility Trap MetaTrader 5 用エキスパートアドバイザー 1. 概要 NEXA Bb Volatility Trap は、ボリンジャーバンド幅(Bollinger Band Width)の収縮と拡張を基に、市場のボラティリティ変化を検出する自動売買エキスパートアドバイザー(Expert Advisor)です。 本システムは、低ボラティリティ期間の後に発生する価格の拡張的な動きを検出することを目的としています。 すべての取引判断は 確定したローソク足(クローズ足) のデータのみを使用して行われます。 本製品は自動売買ツールであり、すべての取引には損失のリスクが伴います。 2. 取引ロジック 本エキスパートアドバイザーは、2つの異なる時間足を使用します。 2.1 ボラティリティ収縮の検出 上位時間足において、ボリンジャーバンド幅を統計的 Z スコアで分析します。 ボラティリティが平均水準より大きく低下した場合、取引準備状態に入ります。 2.2 エントリートリガー 収縮状態の後、下位時間足で以下の条件がすべて同時に満たされた場合、取引が検討されます
FREE
Ultimate Signal Builder Basic
Florea E. Sorin-Mihai Persoana Fizica Autorizata
The Ultimate Signal Builder Basic combines the features of other 3 expert advisors, providing all their trading signals in one single place: 1. the Price Action Builder Basic ; 2. the Bollinger Bands Builder Basic ; 3. the Chart Patterns Builder Basic . The Ultimate Signal Builder Basic expert advisor shares the same characteristics as the 3 underlying experts: usage of stop loss orders, maximum 1 managed open trade, automatic trade closure and configurable validation mechanism. While being ess
FREE
これは、ほぼ10年前に初めて公開された私の有名なスキャルパー、ゴールドフィンチEAの最新版です。短期間で起こる急激なボラティリティの拡大で市場をスキャルピングします。突然の価格上昇の後、価格変動の慣性を利用しようとします。この新しいバージョンは、トレーダーがテスターの最適化機能を簡単に使用して最適な取引パラメーターを見つけられるように簡素化されています。 [ インストールガイド | 更新ガイド | トラブルシューティング | よくある質問 | すべての製品 ] 最適化を容易にするシンプルな入力パラメーター カスタマイズ可能な取引管理設定 取引セッションの選択 平日の選択 資金管理 注意してください... 多くの要因が見返りを台無しにする可能性があるため、ダニのダフ屋は危険です。変動スプレッドとスリッページは、取引の数学的期待値を低下させ、ブローカーからの低いティック密度は幻の取引を引き起こす可能性があり、ストップレベルは利益を確保する能力を損ない、ネットワークラグはリクオートを意味します。注意が必要です。 バックテスト Expert Advisorはティックデータのみを使用します
FREE
Professional trend-following Expert Advisor based on Heiken Ashi candles. Unlike traditional candlesticks, Heiken Ashi smooths price action and filters out market noise, making trends much easier to identify visually and algorithmically. This EA generates buy signals when two consecutive Heiken Ashi candles are bullish (green, close > open) and sell signals when two consecutive candles are bearish (red, close < open). The double-candle confirmation significantly reduces false signals during ma
Exp5 COPYLOT MASTER for MT5
Vladislav Andruschenko
4.42 (12)
Exp5-COPYLOT MASTERは、МetaТrader5とMetaTrader4のトレードコピー機です。任意のアカウントから外国為替取引をコピーします。 インストール このエキスパートアドバイザーはマスターコピー機です。トレードをコピーしたいターミナルにエキスパートアドバイザーをインストールします。 「COPY」のように、任意のテキストラベル名をpathWriteとして指定します。 トレードをコピーしたい端末にMT5用のCOPYLOTMASTERをインストールします。 次に、コピー先の MT4  端末にCOPYLOTクライアントMT4をインストールします。 または MetaTrader5用の CopylotクライアントMT5 MT4用のCOPYLOTMASTERを ダウンロードすることもできます COPYLOT-完全な説明とマニュアル 注:設定のリストは[コメント]タブにあります。 EAは1チャートに設定する必要があります!デフォルトでは、アドバイザーがアカウントからすべてのポジションと注文をコピーします。 注文はアクティベーション時にコピーされ(ポジション)、クライアントア
FREE
NEXA GOLD Algorithmic Trading EA 製品概要 NEXA GOLD Algorithmic Trading EA は、MetaTrader 5 プラットフォーム向けに開発された自動売買プログラムです。 このエキスパートアドバイザーは、GOLD(XAUUSD)市場の価格動向を分析し、事前に定義されたアルゴリズムルールに基づいて取引を実行します。システムは市場の状況とユーザーが設定したパラメータに応じて、ポジションのエントリー、管理、決済を自動的に行います。 本製品は MetaTrader プラットフォーム上で動作する取引ツールです。取引結果は市場状況に依存するため、結果を保証するものではありません。 主な特徴 • GOLD(XAUUSD)市場向けの自動売買システム • ルールベースのアルゴリズム取引 • 注文の自動実行と管理 • 設定可能なリスク管理パラメータ • MetaTrader 5 プラットフォームと完全互換 動作方法 このエキスパートアドバイザーは市場価格データを分析し、取引機会を検出します。 アルゴリズムは以下の要素を評価します。 • 価格の動き
FREE
Short Description GoldEdge Bollinger Bounce Scalper is a precision mean reversion EA designed to capture bounce entries when price stretches to the outer Bollinger Bands and shows signs of reversal. Full Description GoldEdge Bollinger Bounce Scalper is built for traders who want a structured and disciplined bounce trading system. This Expert Advisor is designed to identify short-term overextended price conditions and react when the market shows potential to return back toward balance. Instead of
FREE
Drream Catcher FX
Michael Prescott Burney
DREAM CATCHER FX is the ultimate EURUSD H1 trading solution, built on 16 years of relentless development and precision-engineered algorithms. This game-changing EA has executed over 4,000 trades with only 99 losses, achieving an astounding win rate that sets it apart from all competitors. Designed for both aggressive and conservative traders, it features advanced exit signals that preemptively close unfavorable trades, ensuring controlled drawdowns and consistent, long-term capital growth. Key
FREE
Introduction to Order Risk Management EA ORM EA is specially designed for fast and accurate market order execution to be used with our Price Action and Econometric Trading strategies listed below. ORM EA is fully automatic and ORM EA is also very easy to use. ORM EA is totally free of charge. You can also use this robust order execution feature of this ORM EA for any other your own trading strategy. Trading Strategy Guide Order Risk Management EA provides the guide for the risk management for y
FREE
Xauusd 1 Minute
Anastase Byiringiro
3.5 (2)
XAUUSD 1 MINUTE EA MT5 A free early-access Gold Expert Advisor built for traders who want a cleaner, smarter, and more disciplined start with XAUUSD automation. XAUUSD 1 MINUTE EA MT5 is a MetaTrader 5 Expert Advisor created for traders who want to enter the Gold market with structure, controlled execution, and a professional automation mindset. This EA is built around the same gold-focused trading vision behind the Gold Family system: clean market structure, pending-order execution, controlled
FREE
Grid Engulfing MT5
Yudi Sri Warsito
4.8 (5)
Grid Engulfing is a trading strategy that combines grid trading with engulfing patterns.  Grid Trading: A grid trading strategy involves placing buy and sell orders at regular intervals (grid size) above and below a set price level. The goal is to profit from small price movements within a range-bound market. Engulfing Patterns: Engulfing patterns are a type of candlestick pattern that indicates a potential reversal or continuation of a trend. A bullish engulfing pattern occurs when a small bea
FREE
Expert description Algorithm optimized for Nasdaq trading The Expert Advisor is based on the constant maintenance of long positions with daily profit taking, if there is any, and temporary interruption of work during the implementation of prolonged corrections The Expert Advisor's trading principle is based on the historical volatility of the traded asset. The values of the Correction Size (InpMaxMinusForMarginCallShort) and Maximum Fall (InpMaxMinusForMarginCallLong) are set manually. Recomm
FREE
Discover the power of automated trading with **SimpleTradeGioeste**, an Expert Advisor (EA) designed to optimize your trading operations in the Forex market. This innovative EA combines advanced trading strategies with proven technical indicators, offering an unparalleled trading experience. video backtest :  https://youtu.be/OPqqIbu8d3k?si=xkMX6vwOdfmfsE-A ****Strengths**** - **Multi-Indicator Strategy**: SimpleTradeGioeste employs an integrated approach that combines four main technical ind
FREE
CCI Reversal Pro
Samuel Cavalcanti Costa
CCI Reversal Pro is an Expert Advisor built on the Commodity Channel Index (CCI) overbought/oversold reversal strategy — a classic and time-tested approach that remains underexplored in the MQL5 Market. The CCI measures the deviation of price from its statistical average. Extreme readings above +100 indicate overbought conditions; extreme readings below -100 indicate oversold conditions. CCI Reversal Pro monitors these extremes and executes trades when price exits them — capturing the mean-rever
RSI   EA is a   fully automated   Forex trading strategy based on the MACD indicator, one of the most popular and widely used trend-following methods in technical analysis. This expert advisor automatically opens and manages buy and sell trades using RSI to capture market momentum while removing emotional decision-making. Premium advanced   version with   +40 filter!   :   Click Here Or search "RSI ProLab mt5" on the market
FREE
BandPulse is a powerful trading expert that combines Martingale, Hedging, and Scalping strategies, simplifying the management of trading complexities. This EA uses advanced algorithms to maximize the strengths of each strategy while meticulously managing risks. The balance-based risk management feature provides users with safety, and when used in conjunction with IAMFX-Agent , it can achieve both risk management and profit maximization. This combination is designed to offer users the best pos
FREE
SuperTrend Gold MT5 V3.1 – Gold Spot EA Based on SuperTrend Indicator The Supertrend Gold EA MT5 is the automated trading version of our popular Supertrend Line for MT5 indicator. It follows the same proven trend logic, but with the added benefit of fully automatic trade execution and management. The EA enters trades based on SuperTrend signal changes and closes them either when a user-defined Take Profit is reached or when an opposite signal appears. No Stop Loss is used , and all risk is cont
FREE
DailyBox2 is an advanced automated trading system designed based on trend-following and hedging strategies. This EA executes up to two trades per day and utilizes a smart recovery feature to minimize losses and maximize profits. Its risk management feature ensures safe trading by aligning with the user’s specified risk levels. When used in conjunction with IAMFX-Agent , it can achieve both risk management and profit maximization. Additionally, when used alongside our BandPulse , it can lead to
FREE
Neuro Edge
Agus Wahyu Pratomo
5 (4)
Please give review to support development of this Expert Advisor NeuroEdge EA is an advanced trend-following scalper designed to adapt dynamically to market behavior. Built with precision algorithms and smart averaging logic, it maintains minimal drawdown while capturing high-probability setups in trending conditions. NeuroEdge continuously analyzes market flow to ensure optimal entries and exits — giving traders the edge they need in volatile markets. ️ Core Features: Adaptive Trend Detection
FREE
Goldfish by EV
Enrique Valeros Muriana
Goldfishis a fully automated EMA crossover Expert Advisor for MetaTrader 5, designed for intraday trading with a strong emphasis on risk and money management. The core strategy is based on a classic trend-following concept using two exponential moving averages (fast and slow) on a user-defined timeframe. The EA searches for bullish and bearish EMA crossovers to open buy or sell positions, allows only one trade per symbol at a time, and checks for new signals once per bar instead of every tick to
バックテスト結果(USDJPY M5, 2020–2026): ・勝率:約30% ・最大ドローダウン:約6% 本EAは、ロンドン〜ニューヨーク時間帯に特化したスキャルピング戦略です。 欧州・米国市場はボラティリティが高く、トレンドやブレイクが発生しやすい時間帯です。 本システムは、その特徴を利用し、短期的な値動きを効率よく捉えるよう設計されています。 特徴 ・ロンドン〜NY時間に最適化されたエントリー ・RSIをベースとしたシンプルかつ安定したロジック ・スキャルピング特化 ・無駄なエントリーを抑えた設計 推奨運用(重要) 本EAは単体でも使用可能ですが、 「UsdJpy Range Trading Bot」と組み合わせることで真価を発揮します。 ・Asian Session:低ボラ・レンジ相場 ・London/NY Session:高ボラ・トレンド相場 時間帯が分散されることで ・トレード機会の増加 ・ドローダウンの分散 ・エクイティの安定化 が期待できます。 コンセプト 本EAは単体で完結するものではなく、 「時間帯分散によるポートフォリオ運用」を前提とした設計で
FREE
SAR Trend Automator SAR Trend Automator is a Forex trading robot (Expert Advisor) for MetaTrader 5 based on the Parabolic SAR indicator. It is designed to automate a classic trend-following strategy using a well-known Stop and Reverse logic. The EA monitors the position of the Parabolic SAR relative to price and executes trades when a confirmed signal appears. When the indicator switches from above the price to below, the EA opens a buy position. When it switches from below to above, the EA ope
Budget Golden Scalper M1 — Trial Edition Built for traders who are tired of hype and ready for transparency Let’s be honest. If you have explored automated trading before, you have probably seen systems that looked perfect in backtests but behaved very differently in live markets. Many traders today are understandably cautious — and rightly so. Budget Golden Scalper M1 was created with this reality in mind. This is not marketed as a “holy grail” or a get-rich-quick robot. Instead, it is a str
FREE
Flexible Copy Trade EA:  The Premier MetaTrader Multi-Account Synchronizer Streamline your trading operations with the most reliable, high-speed trade copier designed for the modern MetaTrader environment. Whether you are managing multiple accounts, coordinating a trading team, or looking to mirror signals across different terminals with near-zero latency, Flexible Copy Trade EA is your enterprise-grade solution. It offers seamless, lightning-fast synchronization regardless of the broker or acco
FREE
MetaTrader 5 플랫폼에서 사용되는 사용자 정의 인디케이터로, 다양한 타임프레임에서의 시장 트렌드를 시각적으로 표시하는 데 사용됩니다. 이 인디케이터는 사용자가 지정한 X 및 Y 좌표에 위치하는 패널을 생성하여, M1부터 MN1까지 총 21개의 타임프레임에 대한 트렌드를 각각 라벨 형태로 보여줍니다. 각 타임프레임의 트렌드는 20기간 단순 이동평균(SMA)과 50기간 단순 이동평균을 비교하여 결정되며, 상승 트렌드는 초록색, 하락 트렌드는 빨간색, 보합은 회색으로 표시됩니다. 또한, 모든 타임프레임에서의 트렌드를 종합하여 상승 비율을 계산하고, 이 비율에 따라 전체 시장 트렌드가 표시됩니다. 전체 트렌드는 일정 간격으로 깜빡이며 사용자에게 시각적 주의를 끌도록 설계되었습니다. 이 인디케이터는 시장 상황을 빠르게 파악하고자 하는 트레이더들에게 유용하며, 업데이트 간격과 깜빡임 간격은 사용자의 필요에 맞게 조정할 수 있습니다. 또한, 패널의 위치와 색상도 사용자 정의가 가능하
FREE
EclipesPro II is a MetaTrader 5 Expert Advisor that uses FRAMA and VIDYA indicators for trend following in forex markets. It generates buy/sell signals based on indicator crossovers and price position relative to FRAMA, with RSI used for exit filtering. The EA employs advanced exit strategies, including partial position closing and triple-confirmation. Risk management includes multiple position sizing methods, trailing stops, and order volume validation. Market filters include trading sessions,
FREE
Daily Cycle Assistant PRO Daily Cycle Assistant PRO is a trade management Expert Advisor (EA) for MetaTrader 5 designed to automate time-based position handling and simplify manual trading workflows. The EA allows users to open trades with predefined parameters and automatically manage closing and reopening based on specified times. Positions can be closed at a defined time (for example before rollover) and optionally reopened later with the same direction and parameters. This helps maintain tr
FREE
このプロダクトを購入した人は以下も購入しています
Trade Assistant MT5
Evgeniy Kravchenko
4.42 (210)
取引 ごとのリスクの 計算、新規注文 の 簡単 な 設置、部分的 な 決済機能 を 持 つ 注文管理、 7 種類 のトレーリングストップなど 、便利 な 機能 を 備 えています 。 追加の資料と説明書 インストール手順   -   アプリケーションの手順   -   デモアカウント用アプリケーションの試用版 ライン機能 チャート上にオープニングライン、ストップロス、テイクプロフィットを表示します。この機能により、新規注文を簡単に設定することができ、注文を出す前にその特徴を確認することができます。   リスク計算 リスク計算機能は、設定されたリスクとストップロス注文のサイズを考慮して、新規注文のボリュームを計算します。ストップロスの大きさを自由に設定できると同時に、設定したリスクを守ることができます。 Lot calc ボタン - リスク 計算 を 有効 / 無効 にします 。 Risk フィールドでは 、必要 なリスクの 値 を 0 から 100 までのパーセンテージまたは 預金通貨 で 設定 します 。 設定」 タブで 、 リスク 計算 の 種類 を 選択 します :「 $ 通
Trade Manager EAへようこそ。これは、取引をより直感的、正確、そして効率的にするために設計された究極の リスク管理ツール です。これは単なるオーダー実行ツールではなく、包括的な取引計画、ポジション管理、リスク管理のためのソリューションです。初心者から上級者、迅速な実行を必要とするスキャルパーまで、Trade Manager EAはあらゆるニーズに対応し、為替、指数、商品、暗号通貨などさまざまな市場で柔軟に対応します。 Trade Manager EAを使用すると、複雑な計算が過去のものになります。市場を分析し、エントリーポイント、ストップロス、テイクプロフィットのレベルをチャート上のラインでマークし、リスクを設定するだけで、Trade Managerが最適なポジションサイズを即座に計算し、SLとTPをピップ、ポイント、口座通貨でリアルタイムに表示します。すべての取引が簡単かつ効果的に管理されます。 主な機能: ポジションサイズ計算機 :定義されたリスクに基づいて取引サイズを瞬時に決定します。 簡単な取引計画 :エントリー、ストップロス、テイクプロフィットを設定するためのド
Local Trade Copier EA MT5
Juvenille Emperor Limited
4.96 (138)
Local Trade Copier EA MT5 による、驚くほど高速な取引コピーを体験してください。1分で簡単にセットアップできるこの取引コピー機は、同じWindowsコンピュータまたはWindows VPS上の複数のMetaTrader端末間で取引をコピーすることができ、0.5秒未満の高速コピースピードを実現します。 初心者であろうとプロのトレーダーであろうと、 Local Trade Copier EA MT5 には、あなたの特定のニーズに合わせてカスタマイズするための幅広いオプションが用意されています。これは、利益の可能性を高めたい人にとって究極のソリューションです。 今すぐ試してみて、これが市場で最も速くて簡単なトレードコピー機である理由を理解してください。 ヒント: デモアカウントで Local Trade Copier EA MT5 デモバージョンをダウンロードして試すことができます: ここ ダウンロードした無料のデモ ファイルを MT5 >> ファイル >> データ フォルダを開く >> MQL5 >> Experts フォルダに貼り付けて、ターミナルを再起動しま
TradePanel MT5
Alfiya Fazylova
4.87 (154)
Trade Panelは多機能なトレーディングアシスタントです。アプリには手動取引用の50以上のトレーディング機能が搭載されており、ほとんどの取引作業を自動化することができます。 購入前に、デモアカウントでアプリのデモ版をテストすることができます。デモアカウント用のアプリの試用版をダウンロードするには、次のリンクをご利用ください: https://www.mql5.com/en/blogs/post/750865 。 完全な手順 こちら 。 取引。 ワンクリックで取引操作を行うことができます: リスクを自動計算して指値注文やポジションを開く。 複数の注文やポジションをワンクリックで開く。 注文のグリッドを開く。 保留中の注文やポジションをグループごとに閉じる。 ポジションの方向を反転(Buyを閉じてSellを開く、またはSellを閉じてBuyを開く)。 ポジションをブロックする(不足している量のポジションを開くことでBuyとSellのポジション量を等しくする)。 すべてのポジションを部分的にワンクリックで閉じる。 すべてのポジションの利食い(Take Profit)および損切り(Sto
Quant AI Agents is NOT AN Expert Advisor. Quant AI Agents   is a   multi-agent AI trading framework   that turns natural-language strategy prompts into live.  WANT THE SAME RESULTS AS MY LIVE SIGNAL?   Use the exact same brokers I do:   IC MARKETS , IC TRADING   .  Unlike the centralized stock market, Forex has no single, unified price feed.  Every broker sources liquidity from different providers, creating unique data streams. Other brokers can only achieve trading performance equivalent to 60
Power Candles Strategy Scanner - 自動最適化型マルチシンボル設定ファインダー パワーキャンドル・ストラテジー・スキャナーは 、パワーキャンドル・インジケーターを駆動するのと全く同じ自己最適化エンジンを、マーケットウォッチに登録されているすべての銘柄に対して並行して実行します。1つのパネルで、現在統計的に取引可能な銘柄、各銘柄で勝率の高い戦略、最適なストップロス/テイクプロフィットの組み合わせが表示され、新たなシグナルが発生した瞬間に通知が届きます。 このツールは、Stein Investmentsのエコシステムの一部です。  18種類以上のツールをすべて閲覧し、AIを活用したセットアップの推奨を受け取り、  https://stein.investments でコミュニティに参加しましょう 市場動向を網羅。銘柄ごとに3,000件以上の自動最適化。2種類のアラート。ワンクリックでチャートを切り替えて即座にアクション。 なぜこれが必要なのか 多くのマルチ銘柄スキャナーは、 価格の動き (ボラティリティ、変動率、銘柄ごとのRSI)を表示するだけです。それ
ベータリリース Telegram to MT5 Signal Trader はまもなく正式なアルファ版をリリースします。いくつかの機能はまだ開発中で、小さな不具合に遭遇する可能性があります。問題が発生した場合はぜひご報告ください。皆さまのフィードバックがソフトウェア改善に役立ちます。 Telegram to MT5 Signal Trader は、 Telegram のチャンネルやグループからの取引シグナルを自動的に MetaTrader 5 にコピーする強力なツールです。 パブリックおよびプライベートの両方のチャネルに対応し、複数のシグナル提供元を複数のMT5口座に接続可能です。ソフトウェアは高速で安定し、すべての取引を細かく制御できます。 インターフェースは直感的で、ダッシュボードとチャートは見やすく設計されており、リアルタイムで動作状況をモニターできます。 必要環境 MQL の制限により、EA は Telegram と通信するためのデスクトップアプリが必要です。 インストーラーは公式の インストールガイド にあります。 主な機能 マルチプロバイダー: 複数の Telegram
Farmed Hedge Yield Farming | All Markets (Manual - Hybrid - Semi/Automated EA) MULTI-ASSET SUPPORT Trade any asset available on your broker - Forex: Major, Minor, Exotic pairs - Crypto: BTC, ETH, XRP, SOL, BNB - Stocks: Apple, Tesla, Amazon, Google, etc. - Commodities: Gold, Silver, Oil, Gas - Indices: US30, NAS100, SPX500, DAX40 - Any CFD your broker offers VERIFIED TRADING RESULTS - Farmed Hedge Yield Axi Copy:  https://www.mql5.com/en/signals/2356376 - Farmed Hedge Yield Exn Copy:   https:/
Exp COPYLOT CLIENT for MT5
Vladislav Andruschenko
3.91 (33)
MetaTrader 5 用のプロフェッショナル取引コピー機 MetaTrader 向けの高速・高性能・信頼性の高い 取引コピー機 です。 COPYLOT は、MT4 と MT5 のターミナル間で Forex 取引をコピーでき、 Hedge 口座と Netting 口座の両方に対応しています。 COPYLOT MT5 版の対応構成: - MT5 Hedge → MT5 Hedge - MT5 Hedge → MT5 Netting - MT5 Netting → MT5 Hedge - MT5 Netting → MT5 Netting - MT4 → MT5 Hedge - MT4 → MT5 Netting MT4 版 完全な説明 + DEMO + PDF 購入方法 インストール方法 ログファイルの取得方法 テストと最適化の方法 Expforex のすべての製品 MT4 ターミナルへのコピーも可能です(MT4 → MT4、MT5 → MT4): COPYLOT CLIENT for MT4 COPYLOT は、2台、3台、さらには10台のターミナル間で同時に動作できる、プロフェッ
Trade Dashboard simplifies how you open, manage, and control your trades, with built-in lot size calculation. It allows you to execute trades, manage risk, and control positions directly on the chart, with tools such as partial close, breakeven, and trailing stop. Designed to reduce manual work and help you stay focused on your trading decisions. A demo version is available for testing. Detailed explanations of features are provided within the MQL5 platform. Installation instructions are include
Trade copier MT5
Alfiya Fazylova
4.53 (43)
Trade Copierは、取引口座間の取引をコピーして同期するように設計された専門的なユーティリティです。 コピーは、同じコンピューターまたはvps にインストールされている、サプライヤーのアカウント/端末から受信者のアカウント/端末に行われます。 キャンペーン - すでに「Trade copier MT5」をご購入の方は、「Trade copier MT4」を無料で入手できます(MT4 → MT5 および MT4 ← MT5 のコピー用)。詳細な条件については、どうぞ個別メッセージでお問い合わせください。 購入する前に、デモ アカウントでデモ バージョンをテストできます。 デモ版 こちら 。 詳細な説明は こちら 。 主な機能と利点: MT5ネッティングアカウントを含む、MT5> MT5、MT4> MT5、MT5> MT4のコピーをサポートします。 高いコピー速度(0.5秒未満)。 ベンダーモードと受信者モードは同じ製品内に実装されています。 チャートから直接リアルタイムでコピーを制御できる、簡単で直感的なインターフェイス。 接続が切断されたり、端末が再起動されたりしても、設定と位
Premium Trade Manager - MetaTrader 5 向け迅速・規律ある取引管理ツール Premium Trade Manager は MetaTrader 5 用の高速チャート内パネルで、毎回の取引における機械的な作業をすべて引き受けます。方向・銘柄・タイミングはあなたが決める - パネルはリスクに基づいてポジションサイズを計算し、ストップとターゲットを設定した状態で注文を出し、分割決済でスケールアウトし、ストップをトレールし、経済カレンダーを代わりに監視します。内蔵のニュースインテリジェンスはさらに一歩踏み込み、固定ラベルではなく各イベントの実際に計測された市場への影響度でスコアリングします。1つのパネルで、保有するすべてのポジションを、すべての取引で同じ規律ある手順で管理します。 購入前に実際に触れて試せます。 インタラクティブな walkthrough では、ブラウザ上でライブパネルをそのまま操作できます - 購入前にその使い心地を確かめる最速の方法です。 stein.investments/products/premium-trade-manager Pr
YuClusters
Yury Kulikov
4.93 (43)
Attention: You can view the program operation in the free version  YuClusters DEMO .  YuClusters is a professional market analysis system. The trader has unique opportunities to analyze the flow of orders, trade volumes, price movements using various charts, profiles, indicators, and graphical objects. YuClusters operates on data based on Time&Sales or ticks information, depending on what is available in the quotes of a financial instrument. YuClusters allows you to build graphs by combining da
MT5 to Telegram Signal Provider は、Telegramのチャット、チャンネル、またはグループに 指定された シグナルを送信することができる、完全にカスタマイズ可能な簡単なユーティリティです。これにより、あなたのアカウントは シグナルプロバイダー になります。 競合する製品とは異なり、DLLのインポートは使用していません。 [ デモ ] [ マニュアル ] [ MT4版 ] [ Discord版 ] [ Telegramチャンネル ]  New: [ Telegram To MT5 ] セットアップ ステップバイステップの ユーザーガイド が利用可能です。 Telegram APIの知識は必要ありません。必要な全ては開発者から提供されます。 主な特長 購読者に送信する注文の詳細をカスタマイズする機能 例えば、Bronze、Silver、Goldといった階層型のサブスクリプションモデルを作成できます。Goldサブスクリプションでは、すべてのシグナルが提供されます。 id、シンボル、またはコメントによって注文をフィルターできます 注文が実行されたチャート
Seconds Chart - MetaTrader 5で秒足チャートを作成するユニークなツールです。 Seconds Chart を使用すると、秒単位のタイムフレームでチャートを構築でき、標準的な分足や時間足チャートでは得られない柔軟性と分析精度を実現します。例えば、 S15 は15秒足を表します。カスタムシンボルをサポートしているインジケーターやEAをすべて使用できます。標準的なチャートと同様に便利に操作できます。 標準的なツールとは異なり、 Seconds Chart は超短期のタイムフレームでも高い精度と遅延なく作業できるように設計されています。 Seconds Chartの利点 1秒から900秒 までのタイムフレームをサポート。 組み込みのティックデータベースにより、ヒストリカルデータを 瞬時にロード 。 リアルタイムでデータが更新され、 遅延やラグなし 。 複数の秒足チャートを同時に作成可能。 Seconds Chartが最適な用途 スキャルピング や高頻度取引。 正確なエントリーとエグジット。 短期タイムフレームでの取引戦略のテスト。 タイムフレームの設定 デフォルトの設
EA を買う前に、本当に耐えられるのか、それともバックテストでたまたま良く見えただけなのかを確認してください。 ほとんどのロボットは、見栄えのするバックテストと一緒に売られています。 右肩上がりのカーブ。 良い Profit Factor。 ほとんど疑いのない見た目。 それでも、その多くの EA は、市場がその履歴どおりに動かなくなった瞬間に崩れ始めます。 なぜでしょうか。 それは、バックテストが証明するのは一つだけだからです。 その戦略が、ある特定の価格の流れでは機能したということです。 別の流れでも通用することは証明しません。 頑健であることも証明しません。 もちろん、その EA があなたのお金に値することも証明しません。 なぜなら、あなたが EA を買うのは過去のきれいなカーブを眺めるためではないからです。 変化する市場で使うために買うのです。 AntiOverfit PRO がすること AntiOverfit PRO は、MetaTrader 5 の Expert Advisor が本当にしっかりしているのか、それとも特定の過去データにたまたまうまくはまっているだけなのかを確
Copy Cat More Trade Copier MT5 (コピーキャット MT5) は、今日の取引課題に対応して設計されたローカルトレードコピーシステムと完全なリスク管理・実行フレームワークです。プロップファームのチャレンジから個人ポートフォリオ管理まで、堅牢な実行、資本保護、柔軟な設定、高度な取引処理の組み合わせで、あらゆる状況に適応します。 コピーシステムはマスター(送信側)とスレーブ(受信側)の両方のモードで動作し、成行注文と指値注文、取引修正、部分決済、両建て決済操作のリアルタイム同期を行います。デモ口座とライブ口座、取引ログインまたは投資家ログインの両方に対応し、EA、ターミナル、またはVPSが再起動してもパーシスタント取引メモリシステムを通じて復旧を保証します。複数のマスターとスレーブをユニークIDで同時に管理でき、ブローカー間の違いはプレフィックス/サフィックス調整またはカスタムシンボルマッピングを通じて自動的に処理されます。 マニュアル/設定  | Copy Cat More MT4 | チャンネル  特別機能: 設定が簡単 — わずか30秒で完了(ビデオをご覧
AXR Prop Guard AXR Prop Guard は、MetaTrader 5 向けのアカウント全体を対象にしたリスク保護ユーティリティです。プロップファームのトレーダー、funded-account challenges、そして個人口座の本格的な保護を想定して作られています。 AXR ツールラインの一部です。アップデート情報や連絡先については、公式 MQL5 ページをご利用ください。 AXR MQL5 Channel: 製品アップデート、リリースノート、新しい AXR ツール Telegram: 販売者プロフィールを開く 。Telegram の連絡先はプロフィール説明に記載されています。 購入後、ユーザーマニュアルと利用可能な set files を受け取るために、プライベートメッセージを送ってください。 中心となる問い: この口座は、設定されたリスクルールの範囲内にまだ収まっているか。そして現在の取引が Stop Loss に到達した場合、何が問題になり得るか。 なぜ役立つのか 多くの funded account の失敗は、エントリーシグナルがないことではなく、ル
HINN MAGIC ENTRY – the ultimate tool for entry and position management! Place orders by selecting a level directly on the chart! full description   ::  demo-version  :: 60-sec-video-description Key features: - Market, limit, and pending orders - Automatic lot size calculation - Automatic spread and commission accounting - Unlimited partitial take-profits  - Breakeven and trailing stop-loss and take-profit  functions - Invalidation leves - Intuitive, adaptive, and customizable interface - Works
Timeless Charts
Samuel Manoel De Souza
5 (5)
Timeless Charts is an all-in-one trading utility for professional traders. It combines custom chart types such as Seconds Charts and Renko with advanced order flow analysis using Footprints , Clusters , Volume Profiles , VWAP studies, and anchored analysis tools for deeper market insight. Trading and position management are handled directly from the chart through an integrated trade management panel , while Market Replay and Virtual Accounts provide environments for practicing trading skills and
Custom Alerts AIO:マルチマーケット監視を一括で実現 — 設定不要ですぐに使えるインテリジェントツール 概要 Custom Alerts AIO は、追加のインジケーター設定が不要で、インストール後すぐに利用できる高機能マーケットスキャナーです。FX Power、FX Volume、FX Dynamic、FX Levels、IX Power を内部にすべて統合し、主要なすべての資産クラス(為替、金属、指数、暗号資産)を一括監視できます。MetaTrader の仕様により、株式は個別のシンボルとして追加可能ですが、一般的には利用頻度は低めです。 1. なぜ Custom Alerts AIO を選ぶべきか 追加ライセンス不要 • 必要なすべての Stein Investments インジケーターが内蔵されており、すぐに使用可能です。 • チャートに表示されるグラフィックは省略されており、アラート生成に特化した構成です。 市場を広範囲にカバー • 為替、金属、暗号資産、株価指数に対応(株式は手動追加可能)。 • シンボル名を入力する必要はなく、プロパティで資産クラス
The Ultimate TradingView to MT5 Bridge Automation 手動取引や遅延の問題に終止符を。 TradingView to MT5 Copier PRO は、TradingViewのアラートをMetaTrader 5で直接実行するための、最速かつ最も信頼性の高いブリッジツールです。カスタムインジケーター、ストラテジーテスターのスクリプト、または手動の描画ツールを使用しているかに関わらず、このEAは 高速WebSocket技術 を使用して即座にトレードを実行します。 単純なコピーツールとは異なり、このPROバージョンには Arena Statistics が含まれています。これは、トレードパフォーマンス、ドローダウン、シャープレシオをチャート上で直接分析できる、プロ仕様の統合ダッシュボードです。 主な機能 トレードコピー機能 (Trade Copier) 超高速約定: WebSocket接続(標準的なWebRequestよりも高速)を使用し、スリッページを最小限に抑えます。 ユニバーサルブローカー対応: あらゆるブローカー および プロップファーム
UTM Manager は、迅速かつ効率的な取引執行を提供する直感的で使いやすいツールです。際立った機能の 1 つは、「スプレッドを無視」モードです。これにより、スプレッドを完全に無視して、ローソク足の価格で取引できるようになります (たとえば、LTF でより高いスプレッドのペアを取引でき、スプレッドによって取引から除外されるのを回避できます)。 UTM Manager のもう 1 つの重要な側面は、独自のローカル取引コピー機であり、各ブローカーで異なる取引戦略と設定 (たとえば、さまざまな TP、BE、およびリスク ルール) を柔軟に実行できます。 取引執行: 迅速かつ効率的な取引執行: チャート上のエントリー価格とストップロス価格をクリックして簡単に取引を入力するか、ワンクリックの固定ストップロスサイズ機能を使用します。 自動ロットサイズ計算: ロットは事前定義されたリスク設定に基づいて計算され、ドラッグによってポジションが変更されると再計算されます。 1 つまたは複数のポジションを同時に処理できる能力。 利益確定と損益分岐点: 柔軟なテイクプロフィット設定: 特定のリスク対報酬
Anchor: The EA Manager Run your full EA portfolio without conflicts, without stacked risk, and without watching every chart yourself. Anchor coordinates up to 64 Expert Advisors on a single account so only one trades at a time. Attach Anchor to any chart. Type your EA names and magic numbers in one line. Anchor handles the rest. Built for portfolios. Built for discipline. Built for prop firms. The Problem Running multiple EAs on the same account creates risk. Two gold EAs can open opposite posit
Footprint Chart Pro — Professional OrderFlow EA for MetaTrader 5 Version 6.34 | Professional tool for real traders | Institutional-Grade Visualization DEMO USERS - PLEASE SELECT EVERY TICK / REAL TICK WHEN TESTING AND YOU HAVE DOWNLOADED HISTORICAL DATA. IF YOU SEE A WAITING SCREEN AND IT IS NOT DOWNLOADING, IT MEANS YOU HAVE LOW HISTORICAL DATA. TRY 1 MIN AND 5 MIN FIRST ON 1 DAY DATA. ONE DAY DATA SHOULD BE THE NEWEST AND MOST CURRENT DATE. PLEASE WAIT UNTIL THE MARKET HAS ROLLED OVER PERIOD.
This is exactly what the name says. Visual strategy builder . One of a kind. Turn your trading strategies and ideas into Expert Advisors without writing single line of code. Generate mql source code files with a few clicks and get your fully functional Expert Advisors, which are ready for live execution, strategy tester and cloud optimization. There are very few options for those who have no programming skills and can not create their trading solutions in the MQL language. Now, with Bots Builde
Ultimate Extractor - Professional Trading Analytics for MT5 *****this is the local HTML version of Ultimate Extractor. !!!!!it is not compatible with Cloud!!!! For the online version please reach out to me directly****** Ultimate Extractor transforms your MetaTrader 5 trading history into actionable insights with comprehensive analytics, interactive charts, and real-time performance tracking. What It Does Automatically analyzes your MT5 trading history across all Expert Advisors and generates
MetaTrader 5 用トレーディングパネル — チャートとキーボードから行うプロフェッショナルなワンクリック取引 アクティブトレーダーのために設計された高機能 Trading Panel。標準の MetaTrader 操作よりも、はるかに速く、直感的に、そして効率的に取引を実行できます。 本パネルは、ポジション管理、未決注文管理、利益コントロール、執行スピードをひとつのプロフェッショナルなワークスペースに集約した実践的なソリューションです。 これは単なる補助ツールではありません。MetaTrader 5 のための本格的な trading cockpit です。チャートから直接操作し、キーボードで素早くコマンドを実行し、自動計算や視覚的なガイドを活用することで、手動トレードをより速く、より明確に、より快適にします。 このパネルを使えば、チャート上からワンクリックで注文を実行でき、標準の MetaTrader コントロールと比べて最大 30 倍速く取引操作を行うことができます。 MT4 バージョン | 完全説明 + DEMO + PDF | 購入方法 | インストール方法 | ログ
MT5用 Stats Dashboard & Journal ULTRA 完全なトレーディングコマンドセンター:分析、自動化、ニュースインテリジェンス。 Stats Dashboard ULTRAは、Pro分析ツールの究極の進化形です。MetaTrader 5をプロフェッショナルなトレーディングステーションに変え、機関投資家レベルのパフォーマンス分析と、自動化されたニュース保護、高度な心理的指標を組み合わせます。完全なコントロールを求める裁量トレーダーやEAポートフォリオマネージャー向けに設計されています。 ULTRAバージョンの新機能 ニュースインテリジェンスエンジン: ニュースを見るだけでなく、分析します。過去のニュースイベントが保有中のトレードにどう影響したかをシミュレーションし、ポジションを保持すべきか決済すべきかを教えてくれます。 EAボットガード(自動保護): 重要度の高いニュース(High-Impact News)の際、他のExpert Advisor(EA)を自動的に一時停止し、市場が落ち着いたら再稼働させます。 真の株式ドローダウン(True Equity Drawd
AlgoRadar
Stephen J Martret
5 (4)
AlgoRadar is an on-chart analytics dashboard for MT5 that aggregates Expert Advisor performance across multiple accounts, brokers, and platforms, including both MT4 and MT5 data, into a single live view on your MT5 chart. All analysis runs from the chart interface, with no external applications or manual report processing required. EA Analysis and Ranking For traders running multiple Expert Advisors, AlgoRadar provides a consolidated view of each EA's performance across accounts. Active EAs a
作者のその他のプロダクト
SuperScalp Pro Trader EA Automated trading EA for the indicator — dual-source Fibonacci TP, per-ticket management, and advanced trailing stop. Quick start: Apply the indicator to your chart first, then attach this EA.  How to use Open your chart and select your preferred symbol and timeframe. Insert the indicator onto the chart. Attach SuperScalp Pro Trader EA to the same chart. Leave IndicatorName blank — the EA automatically detects the chart indicator instance (Mode B). To load the indicat
All Averages Cross Signal – 36 MA Types with Built-in Trade Simulator Description: All Averages Cross Signal is a powerful dual moving average crossover indicator featuring 36 different MA calculation methods and a built-in trade simulation engine. Identify golden cross and dead cross signals with any combination of moving averages, then instantly evaluate strategy performance — all without leaving the chart. 36 Moving Average Types in One Indicator Choose from 36 MA methods for both Fast and Sl
FREE
1. Overview — TrendFusion Pro TrendFusion Pro is a free, open-source MetaTrader 5 indicator that generates buy and sell signals only when all seven independent filters simultaneously agree. By requiring SuperTrend direction change, Triple EMA alignment, EMA proximity, RSI momentum direction, MACD divergence, wick ratio, and over-extension filters to pass at once, it delivers high-precision confluence signals with minimal false positives — suitable for both trend-following and scalping strategie
FREE
Product Name AllAverages Cross EA – 36 Moving Average Crossover Strategy Short Description (one-liner) Universal MA crossover EA with 36 built-in moving average types, multi-timeframe support, ATR-based risk management, multi-level TP partial close, and trailing stop — no external indicators required. Full Description Overview AllAverages Cross EA is a fully self-contained dual moving average crossover Expert Advisor that internalizes 36 different moving average algorithms. Unlike typical MA cro
FREE
Bullish Consecutive Signal — Consecutive Bullish Candle Buy Signal with Alerts & P&L Simulation Bullish Consecutive Signal automatically detects consecutive bullish candle patterns and marks high-probability buy entries directly on the chart. Each signal comes with an ATR-calculated Stop Loss and Take Profit level, drawn as reference lines so you can assess risk at a glance. A built-in P&L back-simulation lets you evaluate strategy performance without leaving the chart.   IMPORTANT — DEFAULT
FREE
Position Manager Pro v1.0 (MT4) Dual Magic Number Independent Group Manager with Live P&L Dashboard Overview Position Manager Pro is a powerful trade management Expert Advisor for MetaTrader 4 that operates as an overlay manager — it does not open positions itself, but instead manages and monitors positions opened by other EAs or manually by the trader. The core concept is two fully independent groups , each identified by a unique Magic Number . Each group has its own Take Profit, Stop Loss, and
FREE
Real Time Account Overview MT4 — Account & Magic Number P&L Monitor Real-time account overview and per-strategy P&L tracking, all in one clean panel. Overview Dashboard MT5 is a lightweight Expert Advisor that overlays a live information panel directly on your MetaTrader 4 chart. It gives you an instant snapshot of your account health and the performance of each trading strategy — identified by magic number — without ever leaving the platform. Whether you run a single EA or a dozen simultaneous
FREE
Real Time Account Overview MT5 — Account & Magic Number P&L Monitor Real-time account overview and per-strategy P&L tracking, all in one clean panel. Overview Dashboard MT5 is a lightweight Expert Advisor that overlays a live information panel directly on your MetaTrader 5 chart. It gives you an instant snapshot of your account health and the performance of each trading strategy — identified by magic number — without ever leaving the platform. Whether you run a single EA or a dozen simultaneous
FREE
A complete copy trading EA suite that automatically replicates trades across MT4 and MT5 platforms. Supports all four combinations — MT4→MT4, MT4→MT5, MT5→MT4, and MT5→MT5 — in a single package. Uses the FILE_COMMON shared folder method for fast, reliable signal delivery within the same PC or VPS. Overview CopyTrading EA Suite is a utility package that automatically replicates trades between MetaTrader 4 and MetaTrader 5 platforms. A single Sender EA can broadcast signals to multiple Receive
FREE
Position Manager Pro v1.0 (MT5) Dual Magic Number Independent Group Manager with Live P&L Dashboard Overview Position Manager Pro   is a powerful trade management Expert Advisor for MetaTrader 5 that operates as an   overlay manager   — it does not open positions itself, but instead manages and monitors positions opened by other EAs or manually by the trader. The core concept is   two fully independent groups , each identified by a unique   Magic Number . Each group has its own Take Profit, Stop
FREE
A complete copy trading EA suite that automatically replicates trades across MT4 and MT5 platforms. Supports all four combinations — MT4→MT4, MT4→MT5, MT5→MT4, and MT5→MT5 — in a single package. Uses the FILE_COMMON shared folder method for fast, reliable signal delivery within the same PC or VPS. Overview CopyTrading EA Suite is a utility package that automatically replicates trades between MetaTrader 4 and MetaTrader 5 platforms. A single Sender EA can broadcast signals to multiple Receive
FREE
フィルタ:
レビューなし
レビューに返信