Gold Breakout
Fusion EA.
Multiple hand-tuned breakout strategies running in parallel on XAUUSD daily charts. Engineered for the unique persistence of gold trends — and rigorously validated across more than six years of historical data.
One market. Multiple takes on the same edge.
Most gold EAs on the Marketplace try to do everything: scalp, swing, hedge, news-trade — all in one bloated codebase. Gold Breakout Fusion does the opposite. It focuses exclusively on XAUUSD, exclusively on the daily timeframe, and exclusively on breakout setups — but uses multiple independently parameterised strategies to capture that edge across different market regimes.
Each strategy looks at the same gold price action but with slightly different lenses: different breakout-confirmation thresholds, different fakeout filters, different trend contexts, different volatility regimes. The result is a strategy ensemble that's more robust than any single setup while still being focused enough to remain explainable, debuggable, and trustworthy.
The parameters of the strategies are hardcoded internally — not because the user is untrustworthy, but because parameter exposure is the #1 cause of curve-fitting and EA destruction. What you tune from the outside is risk, magic numbers, and visual preferences. The strategy logic stays locked.
Single-strategy EAs work until they don't. Multi-strategy EAs are typically over-fit ensembles of correlated logic. Gold Breakout Fusion sits in the middle: multiple distinct strategies, each backtested independently, then composed into a single deployment with shared risk budgeting.
Six years of backtest data.
Tested across XAUUSD D1 from 2020 to mid-2026 — covering the COVID crash, the 2022 risk-off cycle, gold's record-breaking 2024 rally, and multiple regime transitions. Every trade executed under MEDIUM risk mode with realistic spread and slippage assumptions.
What these numbers mean
A Profit Factor of 2.64 means every dollar lost is matched by $2.64 won — well above the 1.5 threshold considered the floor for a robust strategy.
A Sharpe Ratio of 6.90 is exceptional. Hedge funds celebrate Sharpe ratios above 2.0. Above 3.0 is rare. Above 5.0 is sometimes a sign of an unusually clean edge, sometimes a sign of curve-fitting — which is why I put much more weight on the out-of-sample test below.
A 4.38% maximum drawdown across 6+ years is what makes the strategy actually deployable. Most retail traders abandon EAs during drawdowns of 10%+. Below 5% rarely triggers that abandonment behavior.
Out-of-sample validation
Beyond the 2020–2026 in-sample period, the same strategy was tested on 2015–2019 gold data — completely unseen during development. It produced consistent positive results with a Sharpe ratio above 5, confirming the edge isn't just an artifact of the optimization period.
Backtest results are not a prediction of future performance. They show how the strategy would have performed in historical conditions with ideal execution. Real-world results will differ based on broker conditions, spread, slippage, and the always-uncertain future of gold markets.
The mechanics, without the secret sauce.
You don't need to know exactly how Gold Breakout Fusion makes decisions to use it well — but you should understand the overall mechanics, the risks, and what to expect.
Setup detection
The EA monitors XAUUSD daily candles for specific breakout patterns: price clearing defined swing structures with sufficient momentum, confirmed by volatility and trend context. Each internal strategy has its own thresholds for what constitutes a valid setup.
Entry execution
When a setup forms, the relevant strategy places a pending stop order beyond the breakout level. If price triggers the order, the trade is taken. If the daily candle closes without confirmation, the pending order is cancelled. Every trade has a hard stop loss attached at entry.
Trade management
Once a position is live, an ATR-based trailing stop activates after the trade reaches a defined profit level. The trail is conservative by design — it lets winners run but doesn't squeeze the trade so tightly that normal volatility kicks it out.
Risk control
Position size is calculated per trade as a percentage of equity, with a configurable maximum number of concurrent orders per strategy. Each strategy operates with an independent magic number, so the EA can co-exist with manual trades or other systems on the same account.
The strategies' core parameters (lookback periods, confirmation rules, fakeout filters, trend filters) are hardcoded. This is intentional. Exposing these would invite users to optimise on recent data, destroying the out-of-sample edge that took years to validate.
What you control.
The user-configurable inputs focus on what actually matters to you: risk level, account compatibility, and visual preferences. Strategy logic stays sealed.
| Input | Description | Default |
|---|---|---|
| RiskMode | Overall risk profile (LOW / MEDIUM / HIGH) | MEDIUM |
| RiskPercent | Custom risk % override (when not LOW/MEDIUM/HIGH) | 0.5% |
| MagicBase | Base magic number; each strategy gets a unique offset | 10000 |
| Frequency | Internal check timeframe (H1 / H4 / D1) | H1 |
| MaxOrdersPerSet | Max concurrent positions per internal strategy | 2 |
| TrailingMode | Trailing stop type (ATR / FIXED / OFF) | ATR |
| TrendFilter | Use H4 EMA50 trend filter | true |
| FakeOutFilter | Strength of fakeout protection (WEAK / STRONG / OFF) | WEAK |
| ShowPanel | Display the on-chart info panel | true |
For most users, the default configuration is the right one. The risk modes (LOW / MEDIUM / HIGH) are pre-calibrated for typical retail account sizes and risk appetites. Only override individual inputs if you have a specific reason to.
Get it running in 5 minutes.
Activation steps
- Buy the EA on MQL5 — it appears in your
Navigator / Expert Advisors / Market - Open an XAUUSD chart on the broker of your choice (any timeframe works — H1 or D1 is the standard choice)
- Drag the EA onto the chart
- Confirm settings (default values work for most users) and click OK
- Make sure AutoTrading is enabled (green button in MT5 toolbar)
- The on-chart panel should show State: ACTIVE within a few seconds
That's it. The EA will monitor gold autonomously, place orders when setups form, and manage trades through completion.
Common questions.
Want to verify objectively before committing? Run Broker XRay — my broker audit utility — on your current broker for 24 hours and compare. The numbers don't lie.
Disclosure: We're an Introducing Broker for IC Markets. If you open an account through my link, we may receive a commission at no extra cost to you. I only recommend brokers I use myself.
Ready to deploy Gold Breakout Fusion?
Available now on the MQL5 Marketplace. 10 activations included. Free updates for life.