★★ Premium · Flagship XAUUSD · D1 · Multi-Strategy

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.

XAUUSD D1 Strategy Logic 5 Active Strategies Swing Breakout
01 / Overview

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.

Design Philosophy

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.

02 / Performance

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.

Profit Factor
2.64
Sharpe Ratio
6.90
Max Drawdown
4.38%
Win Rate
64.6%
Backtest · XAUUSD D1 · 2020–2026 · MEDIUM Risk · €10,000 deposit

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.

Important Note

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.

03 / How it works

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.

What you don't control

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.

04 / Key parameters

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.

05 / Recommended Setup

Get it running in 5 minutes.

Symbol
XAUUSD
Use your broker's exact gold symbol (XAUUSD, GOLD, or GOLD#). The EA validates this on attach.
Timeframe
Any timeframe
Chart timeframe is indifferent — the EA's internal analysis is hardcoded to daily logic regardless of which chart you attach it to. Most users pick H1 or D1 for visual convenience.
Minimum capital
$1,000 USD
$2,000–3,000 recommended for smoother position sizing. Gold lot sizes require enough equity to size positions properly.
Broker
ECN preferred
Tight gold spreads matter on breakouts. Avoid market makers with widening spreads during volatility.
VPS
Recommended
The EA must be online when daily candles close. A reliable VPS ensures setups aren't missed due to connection drops.
Leverage
1:30 or higher
Standard retail leverage is sufficient. The EA's position sizing handles the math regardless of broker leverage.

Activation steps

  1. Buy the EA on MQL5 — it appears in your Navigator / Expert Advisors / Market
  2. Open an XAUUSD chart on the broker of your choice (any timeframe works — H1 or D1 is the standard choice)
  3. Drag the EA onto the chart
  4. Confirm settings (default values work for most users) and click OK
  5. Make sure AutoTrading is enabled (green button in MT5 toolbar)
  6. 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.

06 / FAQ

Common questions.

How many trades per month should I expect?
Roughly 8–15 trades per month on average. Gold breakout setups are not frequent — the EA is patient by design. Some weeks may have zero trades; others can have 3–4. Trade frequency is a function of market structure, not arbitrary activity.
Can I run it on a prop firm account?
Yes, with appropriate risk settings. Use LOW or MEDIUM risk mode to stay within typical prop firm drawdown limits. Always confirm the prop firm's rules permit EA trading before deployment. The 4.38% max DD in backtests is well within most prop firm rules, but real-world results may vary.
Why D1 instead of intraday timeframes?
Gold breakouts on lower timeframes are dominated by noise, news spikes, and London fix manipulation. The D1 timeframe filters out most of this and captures the swings that actually persist for days. The cost is fewer setups; the benefit is much cleaner expectancy per trade.
Does it work on demo accounts?
Yes. The EA runs identically on demo and live. I strongly recommend running it on demo for at least 4 weeks before going live, to confirm it behaves as expected with your specific broker's spreads, swaps, and execution.
What broker do you recommend?
I use IC Markets for my own EA testing and live trading. They consistently deliver tight XAUUSD spreads with reliable execution — important for a D1 breakout system where setups are infrequent and each fill quality matters. You can open an IC Markets account here.

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.
How can I monitor performance when running multiple EAs?
For tracking multiple EAs on the same account, I built EA Performance Hub — a single Bloomberg-style dashboard that auto-detects every magic number on your account, shows per-EA P/L, win rate, profit factor, equity curve, and advanced metrics (Sharpe, Expectancy, R-multiple, Max DD). It runs passively alongside any EAs without interfering with trades. $39 on the MQL5 Marketplace.
Will future updates be free?
Yes. All updates to Gold Breakout Fusion (bug fixes, strategy refinements, compatibility updates) are free for existing buyers. MQL5 handles the distribution automatically — you'll be notified inside the Terminal when updates are available.
Can I use it alongside other EAs on the same account?
Yes. Each strategy uses a unique magic number, so the EA only manages its own trades and never touches positions opened by you or other EAs. Just make sure your total risk across all systems is within your account's tolerance.
What happens during high-impact news events?
The EA does not have built-in news filtering. By design, it operates on D1 candles — which means it's largely insulated from intraday news spikes. However, during major macro events (FOMC, NFP, geopolitical shocks), gold can gap or experience extreme slippage. Users running on live capital should be aware of major events and decide whether to pause the EA during them.
Is there a refund policy?
MQL5 Marketplace purchases are generally non-refundable. Your purchase includes 10 activations — you can install the EA on up to 10 different computers. The product page on MQL5 also offers a "Free Demo" button that lets you run the EA in the MetaTrader 5 Strategy Tester before buying, so you can verify behavior and backtest results on your own historical data.

Ready to deploy Gold Breakout Fusion?

Available now on the MQL5 Marketplace. 10 activations included. Free updates for life.