Skip to content
EA
MT4 Expert Advisor VIP Risk Management

Dragon Multi EA MT4

A multi-strategy expert advisor for MetaTrader 4 that combines three price action approaches across GBPUSD, EURUSD, AUDUSD, and USDCAD on M30 to H4 charts. It enforces a stop loss and take profit on every position and avoids martingale and hedging, making it a candidate for traders...

Losses on this strategy have no upper bound

The vendor's own description mentions position-scaling logic that keeps a losing sequence open instead of closing it. A single losing sequence therefore has no defined worst case: a long enough move in one direction takes the account to zero. Systems like this can trade profitably for a long time before that happens, which is why an unbroken track record does not settle the question.

Mechanisms found Martingale Grid

How we classify loss mechanisms

Dragon Multi EA MT4
Instruments
GBPUSD, EURUSD, AUDUSD and USDCAD
Timeframe
M30, H1, H4
Minimum deposit
$100
Version
1.50

Backtest results

Simulation — not a live account

Run in the MetaTrader Strategy Tester on real tick data. These are simulated results: a backtest shows how a strategy would have behaved on past prices, not how it will behave on your account.

Period Return Max drawdown Trades Win rate Profit factor
2025–2026 20 months -97.1% −97.2% 1,899 37.4% 0.20
Equity curve — 2025–2026 Started at $10,000, ended at $290. Deepest drawdown −97.2%. Account balance Drawdown from peak 2025-01-01 → 2026-08-20
$290 $10,219 -97.2% 2025-04-30 2025-06-27

Stop loss is switched off in these settings

  • stopLossPip=0

With no stop loss, a single position has no defined worst case — it is closed either by a profit target or by the broker.

Full test statistics

Every figure below is copied from the MetaTrader report exactly as it appears there, so you can check it against your own run.

Trade counts

Total trades
1899
Long trades (won %)
958 (36.33%)
Short trades (won %)
941 (38.58%)
Winning trades
711 (37.44%)
Losing trades
1188 (62.56%)

Drawdown

Balance drawdown, absolute
9710.04
Balance drawdown, maximal
9901.64 (97.15%)
Balance drawdown, relative
97.15% (9901.64)

Risk and efficiency ratios

Profit factor
0.20
Expected payoff per trade Average result of one trade. A big number with a low win rate means it depends on rare large wins.
-5.11

Data quality

Trading server
BlueberryMarkets-Demo
Modelling quality
49.19%
Bars tested
32576
Ticks tested
30312678
Mismatched chart errors
1
Expert advisor settings used (18 parameters)

The exact parameters this test ran with, taken from the report. Results are only comparable when the settings are.

strType
1
magic
333
comment
Multi Strategy EA
lotCustom
0
takeProfitPip
0
stopLossPip
0
LimitOrder_
true
dbRiskRatio
3
BreakevenEnable
false
BreakevenPip
45
ftitle_1
-----control day of week-----
enable_day_of_week
false
Mondeys
true
Tuesdays
true
Wednesdays
true
Thursdays
true
Fridays
true
prop_firm
true

How this was tested

Broker
BlueberryMarkets-Demo
Trading server
BlueberryMarkets-Demo
Symbol
EURUSD
Timeframe
M15
Starting balance
$10,000
Tick data
49% modelling quality
Spread
30 points, fixed

We ran this one in the same test as the rest of the list — including the ones that did not make the ranking: We backtested 19 expert advisors through the 2025 gold squeeze. 2 came through.

Specifications

Account type Any
Minimum leverage 1:50
License type NoDLL / Unlimited

Description

What the EA Does Differently

Most multi-pair robots simply duplicate one logic across several charts. This product bundles three separate expert advisors into a single .ex4 file, with each one applying its own price action interpretation to the four supported majors: GBPUSD, EURUSD, AUDUSD, and USDCAD. The stated purpose is to diversify the analytical angle rather than the exposure, so a trader watching different market regimes can let the EA rotate its internal logic instead of running three separate installations.

The vendor positions this as a risk-management tool first. Every trade carries a hard stop loss and a take profit, and the rule set explicitly rules out martingale and hedging. That removes two of the most common reasons an account blows up, but it also means the EA does not recover from a losing streak by averaging down. A trader who is sceptical of systems that promise recovery after drawdowns may appreciate this constraint; a trader looking for quick rebound mechanics will not find them here.

How the Three Strategies Interact in Practice

Because the developer does not document the exact entry logic for each of the three internal experts, the practical behaviour is inferred from the recommended timeframes and pairs. M30, H1, and H4 are the supported chart periods, which suggests the EA is built for swing-style holds rather than scalping. The lower timeframes of M30 and H1 can produce more frequent signals, while H4 filters for broader moves.

An experienced trader will want to know how the three experts share risk or whether they can open concurrent trades on the same pair. The vendor does not publish this detail. The product description mentions a fixed stop loss and take profit on every trade, but it does not specify whether the EA uses a single risk limit per symbol or a combined limit across all four pairs. That ambiguity is a practical consideration before loading more than one chart.

The lack of martingale or grid recovery means drawdown behaviour is tied to the underlying win rate and the fixed risk per trade. A sequence of losing trades will shrink the account in a linear fashion, which is easier to model than a martingale system but also offers no acceleration on the recovery side. The vendor publicises backtests with maximum drawdowns of 11% and 21.69% on GBPUSD and EURUSD respectively, but those numbers are reported by the vendor and have not been verified on a fresh tick data set.

What the Backtest Figures Actually Show

The supplied marketing copy lists two eight-month backtests using a $500 starting deposit. The GBPUSD test closed with a reported net profit of $11,919.18 and a maximum drawdown of 11.00%; the EURUSD test reported $7,221.26 and 21.69%. Those are not small numbers relative to the deposit, and a sceptical trader should treat them as the vendor's own figures rather than audited results.

Backtests of this style often rely on the broker's historical data, modelling quality, and the exact spread assumptions of the test period. The vendor does not disclose slippage, commission, or swap settings. The minimum deposit for live trading is listed as $100, but the backtests used $500. That gap matters: the risk per trade is presumably set by the EA's internal money management, so a $100 account would need scaling advice that has not been published.

Setting Up the EA on MT4

The downloadable package contains a single compiled .ex4 file labelled v1.50_fix. No source code is included, and the licence is described as NoDLL/Unlimited, meaning it does not require external DLL calls and can be activated on any number of MT4 installations without a server-based unlock. That is a practical advantage for traders who switch between a home computer and a VPS.

Installation follows the standard MT4 flow: copy the .ex4 into the Experts folder, restart the terminal, enable automated trading, and attach the EA to one of the four supported pair charts. The recommended timeframe is M30, H1, or H4. There are no set files in the package, so every input must be configured manually. Traders who prefer to load a vendor-tuned configuration will need to spend time with the parameter list, because the download does not ship with presets for each pair.

Regarding the prop-firm claim: the vendor states the EA meets prop firm standards and shows user comments on the MQL5 community. The product does not include a separate prop-firm mode or a news filter toggle, so traders using it with a funded account should still test how the three experts behave around high-impact releases.

What a Realistic Expectation Looks Like

A $655 price point places this EA well above the average compiled-only product. The absence of source code means the trader cannot audit the logic or adjust the core entry rules beyond whatever input parameters are exposed. The developer has other products in the same catalogue, which gives some continuity, but that pedigree does not substitute for forward testing on a demo account.

The EA's strongest feature for a sceptical buyer is the concrete set of structural constraints: a fixed stop loss, a fixed take profit, no martingale, no hedging, and no DLL dependency. That is a narrower and more honest promise than a vague claim of profitability. The main work of due diligence is to run the EA on the recommended pairs and timeframes for at least several weeks of live market feed, because the vendor backtests are the only performance evidence provided and they cover a single eight-month window for two of the four supported pairs.

Frequently asked questions

Does Dragon Multi EA use martingale or grid recovery?

No. The vendor explicitly states that martingale and hedging are excluded from the strategy. Every trade has a fixed stop loss and take profit, so the EA does not add to losing positions or hold opposing trades on the same pair.

Can I run all four supported pairs at the same time?

The product supports GBPUSD, EURUSD, AUDUSD, and USDCAD, but the vendor does not specify whether the three internal experts can trade all four pairs concurrently or if the user should select a subset. Traders generally attach the EA to each desired chart and monitor combined exposure manually.

Is the minimum deposit really $100, or should I use the $500 from the backtest?

The listed minimum deposit is $100, but the vendor's own backtests used a $500 starting balance. The EA's risk per trade is not publicly documented, so using the lower amount may result in proportionally higher drawdown relative to account size. Many traders choose to mirror the $500 backtest figure until they understand the money management.

What exactly do I get in the download package?

The package contains one compiled .ex4 file labelled v1.50_fix. No source code, set files, or additional indicators are included. The licence is NoDLL/Unlimited, so the EA can be activated on multiple MT4 installations without a server unlock.

Are the backtest results on GBPUSD and EURUSD verified?

The vendor reports net profits of $11,919.18 and $7,221.26 with drawdowns of 11% and 21.69% from two eight-month backtests. These figures are the developer's own and have not been independently tested. They should be treated as marketing data, not a guaranteed live performance reference.

Tags

Ultimate Breakout System MT5
Expert Advisor · MT5 XAUUSD (Gold), Forex, Commodities, Indices or Cryptocurrencies.

Ultimate Breakout System MT5

A breakout framework for MetaTrader 5 that lets traders build and test custom pending-order strategies across gold, forex, commodities, indices and crypto. It includes over 100 set files, configurable exit methods and risk controls, and supports timeframes from M1 to D1. The vendor reports strong backtest and signal results, but results depend heavily on configuration.

No loss cap Martingale
M1 to D1 Minimum deposit $100
Breakout Retest Pro EA MT5
Expert Advisor · MT5 XAUUSD (Gold)

Breakout Retest Pro EA MT5

For traders who want automated gold scalping with explicit volatility-based risk controls, Breakout Retest Pro EA MT5 uses a breakout-and-retest sequence on the M5 chart of XAUUSD. It places one trade at a time, adjusts stop and take-profit distances to ATR, and includes an early-exit trigger when momentum reverses. Minimum deposit is $100, and the package ships with five pre-made risk set files.

No loss cap Martingale
M5 (5 minute chart) Minimum deposit $100
FundedEA Quantum Premium MT4
Expert Advisor · MT4 GOLD (XAUUSD), US30, BTCUSD (Bitcoin)

FundedEA Quantum Premium MT4

Automated trading for MetaTrader 4 built around disciplined risk control across gold, US30 and Bitcoin. The system uses preset configurations on M5 to H1 charts, aiming to keep drawdowns low while following prop-firm style rules. It suits traders managing challenge accounts or personal funds who want a rule-based approach without manual screen time.

No loss cap Martingale
M5, M15, M30, H1 Minimum deposit $1,000
Quantum OmniGold EA MT5
Expert Advisor · MT4 XAUUSD (Gold)

Quantum OmniGold EA MT5

A fully automated trading tool for XAUUSD on the MetaTrader 4 platform. It combines ZigZag pattern recognition, a moving average trend filter, and stochastic momentum confirmation to identify entries, with fixed stop loss and dual take profit management. Designed for ECN accounts from $100, it avoids grid and martingale methods and includes a low-risk profile suitable for proprietary trading firm evaluations.

Loss capped
M5, M15, M30, H1 Minimum deposit $100