Gold Breakout ea MT5 M15

Product Description

Gold Breakout EA is a fully automated Gold (XAUUSD) trading robot for MetaTrader 5. It was engineered using StrategyQuant, a platform that combines genetic algorithms and machine-learning-driven strategy generation — a real, established form of AI in algorithmic trading. It looks for confirmed upward breakouts and manages every trade with volatility-based stop loss and trailing stop, so risk adapts automatically to how Gold is moving.

AI-Optimized, Rule-Based Execution

The strategy itself was discovered and refined with the help of AI: genetic algorithms test and evolve thousands of rule combinations against historical data before a stable set survives. Once built, though, it runs as a fixed, transparent rule set in live trading — the same entry trigger, the same stop-loss formula, the same trailing-stop formula, every time. You get the pattern-discovery power of AI during development, with the predictable, documented behavior of rule-based automation live on your account.

How It Enters the Market (Buy Signal)

The EA continuously compares a 50-period Simple Moving Average (SMA) against the upper Bollinger Band (62-period, 2 standard deviations) — a level that stretches further above the average as Gold gets more volatile. When this relationship signals fresh upward breakout conditions, the EA calculates the highest price recorded during a specific intraday session window — by default 06:00–19:30 on the broker's server clock, covering the European session through the London/New York overlap — and arms a Buy Stop pending order at that level.

A Buy Stop only fills if price actually rises to reach it, so the EA reacts to a confirmed move rather than predicting one. The pending order stays active for a limited number of candles and is refreshed automatically. Only one trade is open at a time — no duplicate or stacked positions.

(Current build is long-only: it trades upward breakouts. Short-side logic is not active in this version.)

Stop Loss — Adapts to Volatility

Stop Loss = 1.9 × ATR(35). ATR (Average True Range) measures how much Gold is typically moving over the last 35 candles, so the stop automatically widens in volatile conditions and tightens in calmer ones, instead of using an arbitrary fixed pip value.

Trailing Stop — Letting Profits Run

There is no fixed take-profit target. Instead: Trailing Stop = 1.8 × ATR(104), using a longer-term volatility measurement so the trade has room to develop while profit is still locked in as the move continues. Trades close on the trailing stop or the initial stop loss.

Position Sizing — Risk-Based Money Management

Position size is calculated automatically from a fixed dollar-risk amount per trade (default: $100). This is the only input most users will ever need to change — raise or lower this one number and every trade resizes accordingly. A maximum lot size cap (default 50 lots) is built in as a safety limit.

Built-in Optional Filters

Ready-to-use filters ship switched off by default: skip weekend gaps, close all trades at end of day, exit before the Friday close, or restrict trading to a specific time window. The EA trades exactly as tested with all filters off.

Requirements & Broker Compatibility

  • Symbol: XAUUSD (Gold)
  • Timeframe: M15
  • Account type: Hedging (tested on the MetaTrader 5 hedging engine) — compatible with most prop firm accounts that offer hedging-enabled MT5
  • Backtest period tested: 2025.01.01 – 2026.07.22
Server time note: the breakout session window (06:00–19:30 by default) is set against your broker's server clock, not your physical location. Most MT4/MT5 brokers and prop firms run server time on UTC+2 or UTC+3, which is what this EA is calibrated to. Check your broker's server time zone in the terminal before going live — if it differs, adjust the two session-time inputs so the window still matches the same real-world trading hours. This is a broker setting, not a country restriction: traders in the US, Europe, or anywhere else can run it, as long as their broker's server time is confirmed or adjusted for.

Backtest Results (XAUUSD, M15, 2025.01.01 – 2026.07.22)

Metric Result
Total Profit $95,000
Yearly Avg. Return 50.56%
CAGR 36.03%
Number of Trades 266
Sharpe Ratio 7.89
Profit Factor 1.74
Return / Drawdown Ratio 14.05
Win Rate 40.17%
Max Drawdown 5.6%

Note: a win rate under 50% is normal and expected for a breakout/trailing-stop strategy like this one — it cuts small losses quickly and lets winning trades run, so fewer, larger wins offset more frequent, smaller losses. That's reflected in the Profit Factor and Return/Drawdown Ratio above, not the win rate alone.

Risk Warning

Past performance is not necessarily indicative of future results. Trading Gold and other leveraged instruments involves risk — only trade with capital you can afford to lose. Backtests cannot fully reproduce real-market conditions such as slippage, requotes, or variable spreads.

Default Configuration (Full Reference)

A. Strategy & Order Settings

Parameter Default What it does
MagicNumber 11111 Unique ID so the EA only manages its own trades
CustomComment Strategy_4_8_20 Label attached to trades (rename freely)
Bars Valid 199 How many candles the pending Buy Stop stays active before refreshing
Replace Existing Order ON Updates the pending order instead of stacking a new one
Allow Duplicate Trades OFF Prevents opening more than one position at once
Preferred Filling Type ORDER_FILLING_FOK Order execution type sent to the broker
Force Preferred Filling Type false Only forces FOK if enabled; otherwise adapts to broker

B. Core Trading Logic

Parameter Default What it does
SMAPeriod1 50 Length of the Simple Moving Average used in the entry signal
BollingerBandsPrd1 62 (2.0 deviation) Length of the Bollinger Bands used as the breakout reference level
StopLossCoef1 1.9 Multiplier applied to ATR(35) to set the Stop Loss distance
TrailingStopCoef1 1.8 Multiplier applied to ATR(104) to set the Trailing Stop distance
Session Window (breakout high) 06:00–19:30 (server time) Intraday window used to calculate the breakout reference price

C. Money Management — Only Row You Should Normally Change

Parameter Default What it does
UseMoneyManagement true Turns on automatic, risk-based lot sizing
mmRiskedMoney $100 ✅ Adjust this to the dollar amount you want to risk per trade
mmDecimals 2 Decimal precision used for lot size calculation
mmLotsIfNoMM 0.1 Fallback fixed lot size if money management is turned off
mmMaxLots 50.0 Safety cap — maximum lot size the EA will ever use
mmMultiplier 1.0 Lot multiplier after losses (1.0 = no martingale/scaling)
mmStep 1.0 Step increment tied to the multiplier above

D. Optional Time Filters (all OFF by default)

Parameter Default What it does
DontTradeOnWeekends false Skip trading around the weekend gap
FridayCloseTime / SundayOpenTime 23:00 / 23:00 Window used only if the filter above is enabled
ExitAtEndOfDay false Force-close trades at a set time each day
EODExitTime 23:55 Time used only if the filter above is enabled
ExitOnFriday false Force-close trades before the weekend
FridayExitTime 23:00 Time used only if the filter above is enabled
LimitTimeRange false Restrict new signals to a specific time window
SignalTimeRangeFrom / To 01:30 / 23:30 Window used only if the filter above is enabled
ExitAtEndOfRange false Auto-exit when the time window above closes

What Is a Gold Expert Advisor (EA) and How Does It Work?

An Expert Advisor (EA) is an automated trading program that runs inside MetaTrader 4 or MetaTrader 5. Once attached to a chart, it watches the market and opens, manages, and closes trades on its own, following a fixed set of rules — no manual clicking required. A "Gold EA" simply applies this automation to XAUUSD, the ticker most brokers use for spot Gold, which is popular for algorithmic trading thanks to its strong trends, high liquidity, and near 24-hour availability.

Not every EA is built the same way. Many are hand-coded from a trader's personal hunches and never properly tested outside a small sample of trades. This EA takes a different route: it was engineered using AI-driven strategy discovery — StrategyQuant's genetic algorithms, a real and well-documented form of artificial intelligence that generates thousands of candidate rule combinations, tests each one against years of historical Gold price data, and evolves the best-performing ones over many generations until a stable, logical rule set survives.

The result is not a "black box" that keeps changing its mind. Once the strategy is built, it becomes a fixed, transparent set of rules: a specific entry trigger, a specific stop-loss formula, and a specific trailing-stop formula. That's what actually runs on your account — predictable, documented, and the same every time, with the pattern-discovery benefit of AI baked in during development rather than guessed at during live trading.

In practice, this EA watches Gold for a breakout above a key intraday level, confirms the move with a moving average and volatility-band comparison, then manages the trade with a stop loss and trailing stop that both scale automatically with current volatility. The only setting most users ever need to adjust is how much they want to risk per trade.

Best Gold Trading Strategy for XAUUSD: Breakout vs. Other Approaches

Ask ten traders for the "best" gold strategy and you'll get ten different answers, because gold behaves differently depending on the approach used. Broadly, XAUUSD strategies fall into four camps:

  • Scalping — dozens of very short trades chasing small price moves, usually on M1–M5 charts.
  • Intraday/day trading — a handful of trades per day based on session opens and news reactions.
  • Swing/trend following — holding trades for days, riding larger directional moves.
  • Breakout trading — entering only once price confirms a move beyond a key reference level, then letting the trade run.

Gold is particularly well suited to breakout strategies. It tends to consolidate in tight ranges for hours, then move sharply once a session's key level gives way, often around the London and New York session overlap. A breakout approach doesn't try to predict the move in advance; it waits for the market to prove the move is happening, then joins it.

A genuinely profitable gold trading strategy usually needs three things working together, not just one: a clear, objective breakout trigger (so entries aren't discretionary or emotional), volatility-adjusted risk management (a fixed stop-loss size makes little sense across gold's calmer and wilder periods), and consistent position sizing (risking the same dollar amount every trade, rather than "feel"-based lot sizes). That combination — breakout entry, ATR-scaled stop loss, ATR-scaled trailing stop, and fixed-risk position sizing — is exactly what removes the guesswork from trading gold, and why it's a natural fit for full automation.

XAUUSD Trading Strategy: Why SMA and Bollinger Bands Matter

Two of the most established tools in a Gold trader's toolkit are the Simple Moving Average (SMA) and Bollinger Bands, and combining them is a well-known way to separate real breakouts from noise.

An SMA averages closing price over a set number of candles, smoothing out short-term wobble to show the underlying trend direction. Bollinger Bands work differently: they plot a band a set number of standard deviations above and below a moving average, so the band automatically widens when the market gets more volatile and narrows when it's calm. The upper band marks a level that's statistically "stretched" relative to recent price behavior — a dynamic, volatility-aware breakout reference, rather than a fixed distance.

This EA uses a 50-period SMA alongside the upper Bollinger Band (62-period, 2 standard deviations) on the M15 chart. When the relationship between the two signals a genuine shift in short-term momentum, the EA arms a Buy Stop order at a breakout level calculated from the highest price recorded during a specific intraday session window — by default, 06:00–19:30 on the broker's server clock, which typically covers the European trading session through the London/New York overlap, historically Gold's most active window.

Setup detail: that time window is defined by your broker's server time, not your own location. Most MT4/MT5 brokers and prop firms run server time on UTC+2 or UTC+3, which is what this EA is calibrated to by default. Before going live, check your broker's server time zone (visible in your MT4/MT5 terminal). If it differs, adjust the two session-time inputs so the window still lines up with the same real-world trading hours the strategy was built around.

How to Choose the Best Expert Advisor for MT4/MT5

The MQL5 Market lists thousands of Expert Advisors, and "best" depends entirely on what you can actually verify before you buy. A few questions separate a solid EA from a risky one:

Is the logic explained, or is it a black box? If a seller can't or won't tell you what triggers an entry or how the stop loss is calculated, you're trusting them blindly. A transparent EA tells you exactly what it's watching for.

Is risk adjustable with one clear setting? The best EAs let you control exposure with a single "risk per trade" input, rather than forcing you to understand a dozen interacting parameters just to trade more conservatively.

Does it disclose account requirements? Hedging vs. netting account types, minimum broker specifications, and tested symbol/timeframe all affect whether an EA will actually behave as advertised on your account.

How was the strategy actually built? Rules discovered and stress-tested through a systematic, AI-assisted process — such as genetic algorithm optimization across years of data — carry more weight than a strategy someone simply "felt" should work.

This EA is built around a single adjustable risk input (dollar amount risked per trade), publishes its full default configuration and real backtest results, and discloses both its account requirements (hedging-type MT5) and its underlying logic (SMA/Bollinger Band breakout with ATR-based risk management) — the exact transparency checklist above.

Automated Trading Robots: What to Check Before You Download One

A search for a free automated trading robot turns up thousands of results, and unfortunately most fall into one of three categories: outdated strategies no longer suited to current market conditions, unverified code with no disclosed logic, or files bundled with something you didn't ask for.

Before running any downloaded EA on a real account, a few checks matter more than the price tag:

  • Source and reputation — download only from a marketplace or developer with a track record, never from random forum links or file-sharing sites.
  • Disclosed strategy logic — you should be able to read, in plain language, what triggers a trade and how risk is managed.
  • Realistic claims — "guaranteed profits" or "no losing trades" are red flags; every legitimate strategy has periods of drawdown.
  • Adjustable risk — a robot that only lets you control lot size, rather than risk relative to your account, makes it harder to size positions sensibly as your balance changes.
  • Compatibility details — required timeframe, symbol, and account type (hedging vs. netting) should be stated up front, not discovered after a bad first week live.

A paid, marketplace-listed EA with published default settings, a documented strategy (breakout entry, ATR-based stop loss and trailing stop, fixed-risk position sizing), disclosed backtest results, and clear compatibility requirements gives you everything a "free download" search usually can't verify in advance.

Trading Gold with a Prop Firm Account: What You Need to Know

Proprietary trading ("prop") firms — such as FundedNext, FTMO, and similar providers — let traders manage funded accounts after passing an evaluation, in exchange for a share of the profits. Many of these accounts run on MetaTrader 5 with hedging enabled, which opens the door to running automated EAs, including gold-focused ones, as part of an evaluation or funded challenge.

Hedging vs. netting. Confirm your prop firm's MT5 accounts are hedging-enabled — this EA, like many breakout systems, is built and tested on a hedging account type.

Drawdown and daily loss rules. Prop firms enforce strict maximum drawdown and daily loss limits. Because this EA sizes positions from a fixed dollar-risk-per-trade input, it's straightforward to set that number conservatively enough to respect a firm's specific rules — the "one setting to change" most funded traders will want to revisit first.

Server time zone. Prop firm servers commonly run on UTC+2 or UTC+3, matching gold EAs (including this one) that key off session-based price levels. It's still worth confirming in your terminal before going live, since a mismatch would shift the intraday window the strategy is designed around.

Used with those three checks done, a rules-based gold breakout EA can be a practical way to trade a funded account without needing to sit through every session manually, while keeping risk within whatever limits the evaluation demands.

Gold Trading Signals Explained: Entry, Stop Loss & Trailing Stop

"Trading signals" simply means the specific, rule-based conditions that tell a strategy when to act, as opposed to discretionary trading, where a person decides in the moment based on feel or experience. A good signal-based system removes that subjectivity entirely: the same conditions always produce the same action.

1. Entry trigger. A 50-period SMA is continuously compared against the upper Bollinger Band (62-period, 2 standard deviations). When that relationship flips in a way that signals fresh upward momentum, the EA arms a pending Buy Stop order at the high recorded during a set intraday session window. Because it's a Buy Stop and not a market order, the trade only opens if price rises to confirm the breakout.

2. Stop loss. Once filled, every trade carries a stop loss equal to 1.9 × ATR(35), a distance that automatically widens in volatile conditions and tightens in calmer ones.

3. Trailing stop. Rather than a fixed take-profit target, the trade is protected by a trailing stop equal to 1.8 × ATR(104), calculated from a longer volatility window so it doesn't cut a trending move short. As price advances, the stop follows, locking in profit while leaving room for the trend to continue.

Together, these three signals define the entire trade lifecycle, from the exact moment an order can open, to how it's protected, to how it's finally closed. Backtested over 2023–2026, this exact combination produced 1,089 trades with a 1.39 profit factor and a 10.69% max drawdown — see the full stats above.

Forex Gold Trading: Strategy Basics for Beginners

Gold, traded as XAUUSD on most MT4/MT5 platforms, is quoted and traded much like a currency pair, in US dollars per troy ounce, with familiar forex concepts: pips, lot sizes, leverage, and margin. For beginners, that familiar structure is part of why gold is often a first step outside currency pairs.

  • Volatility. Gold typically moves more per pip than most major forex pairs, so position sizing matters even more — risking a fixed dollar amount per trade, rather than a fixed lot size, helps keep that consistent.
  • Trading hours. XAUUSD trades nearly 24 hours a day during the week, but activity is far from constant — the European session through the New York overlap is historically the busiest window.
  • Why gold moves. Interest rate expectations, US dollar strength, and broader risk sentiment (gold's traditional "safe haven" role) all drive price, often producing the kind of decisive breakouts that breakout-style strategies are built to catch.
  • Manual vs. automated. Reacting correctly to gold's fast moves in real time is difficult for a beginner trading manually; a rules-based EA applies the same entry, stop-loss, and trailing-stop logic every time, without hesitation or emotion.

For someone starting out, the easiest on-ramp is usually a strategy with one adjustable dial — how much to risk per trade — rather than a system requiring a deep technical background just to turn on safely.

Recommended products
GoldenRatioX
Serhii Sharlai
GoldenRatioX — Gold Scalping, Refined to Perfection GoldenRatioX is a powerful and intuitive platform for high-speed gold trading, designed specifically for scalpers and active traders who operate on the edge of seconds and aim to squeeze the maximum out of every price movement. After the purchase, please make sure to contact me to receive the settings.  Why gold? Gold is more than just an asset. It’s a highly liquid, volatile instrument with well-defined levels — a perfect match for scalping.
Bitcoin Rocket Pro AI Robot EA is a highly advanced automated trading system for MetaTrader 5, specifically developed for intraday trading on the BTCUSD pair. It integrates a powerful combination of Elliott Wave theory, harmonic pattern detection, artificial intelligence, and machine learning algorithms to deliver accurate trade signals and intelligent position management. At the core of Bitcoin Rocket Pro AI is its multi-layered analysis system. The EA uses Elliott Wave principles to map the na
# Tortoise Shell ## Short Description Tortoise Shell is an MT5 Expert Advisor based on tick-sequence entries, geometric trade placement, adaptive boundary chains, profit arm/drop management, and TTTS market-state filtering. ## Product Overview Tortoise Shell is designed for traders who want to explore a high-frequency, tick-reactive turtling system with an additional boundary-chain structure. The EA converts price movement into a binary sequence: - Tick up = `1` - Tick down = `0` It then
Fast Trade Pro
Oezkan Kahveci
https://www.mql5.com/tr/users/bilisimprofesoru/seller This is a highly profitable fully automatic and semi-automatic grid strategy. ======== Usage ======== : Symbol: XAU and any major currency pair Timeframe: M1 or higher, but all timeframes can be tested Note: The grid strategy always involves a certain level of risk due to the accumulation of position sizes. However, its high profit potential ensures that it remains popular regardless of how much the forex market evolves. Semi-automatic tradi
Attention Platinum Traders! The XPTUSD Trend Protected EA doesn’t open trades randomly. It only enters when the trend is strong and the market confirms it. Avoids noise and random movements that destroy accounts. Smart risk: reduces exposure after losses and capitalizes on winning streaks. Each trade is independent—no martingale, grid, or hedging. Progressive trailing stop secures profits while letting the trend run. Adapts to London, New York, and intermediate sessions. Controlled drawdown and
CloudPiercer EA
Jhay Are Budomo
CloudPiercer EA Ichimoku-Based Expert Advisor for MetaTrader 5 Product Information Price: 30 USD Symbol: USDJPY Recommended timeframe: M5 Overview CloudPiercer EA is an Expert Advisor for MetaTrader 5 based on the Ichimoku Kinko Hyo trading system. It is designed to identify trend-following opportunities on USDJPY by analyzing price interaction with the Ichimoku components. The EA applies predefined rules for entry, exit, and trade management, allowing fully automated operation without manual in
Exclusive EA for FOREX HEDGE account The EA (FuzzyLogicTrendEA) is based on fuzzy logic strategies based on the analysis of a set of 5 indicators and filters. Each indicator and filter has a weight in the calculation and, when the fuzzy logic result reaches the value defined in the EA parameter, a negotiation is opened seeking a pre-defined gain. As additional functions it is possible to define maximum spread, stop loss and so on . Recommended Symbol: EURUSD, AUDUSD, GBPUSD, NZDUSD, USDCAD, AU
XGen Scalper MT5 - Professional Automated Trading System XGen Scalper is a state-of-the-art Expert Advisor that combines advanced algorithmic structure with proven technical analysis to deliver consistent results across all markets. This powerful trading system operates seamlessly on forex pairs, precious metals such as gold and silver, cryptocurrencies, and commodity indices. Advanced Algorithmic Technology The proprietary wave scanning algorithm processes market data in real time, identify
Cypher King
Youssef Souih Hejjaji
Cypher King is now available! Cypher King delivers consistent performance without the gimmicks. Built for GBPJPY, easily adaptable to other pairs, and designed to thrive in real market conditions. Why Choose Cypher King? AI-Driven Precision At the heart of Cypher King lies a powerful neural network that analyzes live price action using a synchronized blend of MACD, RSI, EMAs, Bollinger Bands , and more. No Martingale, No Nonsense Forget risky systems. Cypher King uses stable logic , avoiding pos
General Idea of the Strategy This strategy is built on a simple yet remarkably effective logic: trading market impulses in the direction of the main trend, by combining the power of Ichimoku Cloud and Bollinger Bands.The robot does not try to catch every price movement — instead, it focuses on significant breakouts, where volatility explodes and the dominant trend is clearly established. Operating Logic The system relies on two key technical pillars: Bollinger Bands detect moments of volatility
Bobot Scalper Gold
Richard Tolentino
BoBot Scalper — The New Era of Trend Scalping is Here. If you trade XAUUSD, indices, or fast-moving pairs… this EA is built for you. BoBot Scalper uses a refined MACD/LWMA engine to detect true trend continuation entries before the crowd. It reacts fast, manages risk cleanly, and locks profit using a step-based currency trailing system —one of the smartest trailing styles you’ll find in a scalping EA. It does NOT use martingale. It does NOT use grid. It does NOT spam trades. Instead, it builds p
Exp5 The xCustomEA for MT5
Vladislav Andruschenko
4.27 (11)
The xCustomEA for MetaTrader 5 — Universal Trading Expert Advisor for Custom Indicators Turn almost any custom indicator into a fully automated trading workflow. The xCustomEA for MetaTrader 5 is a universal Expert Advisor designed to read signals from your custom indicators and execute trades based on the logic you define. You only need to specify the indicator name, signal buffers, and core parameters. The EA then uses this data to automate execution, trade management, and signal handling. It
SuperHybridEA
Tichaona Mahuni
SuperHybridEA: Advanced Forex Trading Solution Overview SuperHybridEA is a sophisticated Expert Advisor designed for traders aiming to navigate the forex market with a balanced approach. Optimized for hedging accounts on EURUSD (H1) and XAUUSD (D1), it integrates trend-following and range-trading strategies with robust risk management. Built for adaptability, it uses multiple technical indicators to respond to diverse market conditions while prioritizing capital preservation. Key Features Adapt
Gold of the King
Francisco-fabio Braga Viana
Gold of the King – XAUUSD Expert Advisor Gold of the King is a professional Expert Advisor designed exclusively for XAUUSD (Gold) trading on MetaTrader 5. Built with advanced institutional trading logic, it combines trend analysis, Smart Money Concepts (SMC), multi-timeframe confirmation, and intelligent risk management to deliver high-quality trading opportunities. The EA continuously analyzes market structure, liquidity zones, momentum, and volatility before executing a trade. Instead of chasi
Gold Edge V1
Thorsten Koch
5 (1)
Gold Edge V1 is a real-tick-safe volatility breakout Expert Advisor for Gold (XAUUSD). It trades long breakouts from H1 compression zones using market execution, large profit targets and adaptive trailing stops. Of course, the zone timeframe and entry timeframe can be changed at any time if you want to experiment a little. Gold Edge V1 – Volatility Breakout Expert for Gold Gold Edge V1 is a professional volatility breakout Expert Advisor designed specifically for the Gold market (XAUUSD). It wa
Aurum PhaseBreak EA is an MT5 trading robot that combines structure-based phase-break signals, MSS/BOS-style logic, EMA crossover entries, trend filtering, support and resistance protection, trailing stops, spread control, and candle-based exit management in one automated system. Important Note Aurum PhaseBreak EA does not guarantee profit. Market conditions can change, and all automated systems carry risk. Users should test the EA on a demo account first and optimize settings according to the
Tokyo Open Strike JP225 M5 is an Expert Advisor for MetaTrader 5 developed mainly for JP225, JPN225 and equivalent Japanese index symbols provided by each broker. The strategy builds a pre-Tokyo range from M15 data and searches for M5 trades through either a direct momentum breakout or the first confirmed retest of the broken level. STRATEGY - Pre-Tokyo range calculated from M15 candles. - M5 trade execution. - ATR-based breakout buffer. - Direct entry when a valid momentum candle is present
GoldStorm
Ewa Joanna Jagiello Stepien
GoldStorm - Advanced Gold Trading Algorithm (XAU/USD) After intensive research, programming, and testing, GoldStorm was created – an innovative Expert Advisor (EA) developed in MQL5. This advanced trading algorithm is designed specifically for trading gold (XAU/USD) and fully utilizes market dynamics and price volatility. How Does GoldStorm Work? GoldStorm uses a strategy based on precise pending orders. After a position is activated, one of two actions occurs: Pyramiding Positions – If the mark
LAUNCH PROMO -- Buy One EA, if you like it, put feedback and get the second for Free This is the opposite EA of my other EA "VHV Trend D" This EA is based on Up Trends with a customized intelligent algorithm in combination with RSI .  Not too many parameters, it is very simple to use. Live Signal https://www.mql5.com/en/signals/867539 Recommended Time Frame is H1. Recommended Currency Pair : any currency pair can work (Tested on EURUSD) Amount: 100 $ Fixed Lot, default 0.1 - you can change a
Darkray FX EA
Daut Junior
4 (4)
More informations at Telegram group: t.me/DARKRAYFXEAEN Darkray FX EA  uses a return-to-average strategy coupled with buying and selling exhaust zone detection. ️ Expert Advisor for Forex ️ Any Symbol, CDFs, etc.  ️ Developed for  Metatrader 5 ️ Swing/Position trading ️ Accuracy higher than 95% ️ Low Drawndown Indicators available for setups settings: EMA200  • moving average of 200 periods (other periods can be used with excellent results as well); RSI  • Checks the levels on sale for th
AurumEdge EA
Tlotliso Casmeer Mofolo
AurumEdge EA is a sophisticated MetaTrader 5 Expert Advisor designed to help traders navigate the Gold market with confidence and consistency. Developed specifically for XAUUSD and Gold Micro instruments, AurumEdge EA combines intelligent market analysis with automated execution to identify high-quality trading opportunities while maintaining disciplined risk management. Built for both new and experienced traders, AurumEdge EA removes emotional decision-making and executes trades based on predef
Bneu Vortex Pro
Marvinson Salavia Caballero
Bneu Vortex Pro v2.03 — AMD Phase Engine + 30 Strategies + Adjustable Cloud AI Gate Bneu Vortex Pro v2.03 is the upgraded MetaTrader 5 Expert Advisor built around an Accumulation / Manipulation / Distribution (AMD) phase engine. Instead of using one fixed signal, the EA first classifies market phase, then only enables the strategies designed for that phase. Every potential trade is also passed through an adjustable Cloud AI quality gate. CORE UPGRADE The previous simple scorer has been repla
FREE
Gold Multi Strategy Algo AI EA (MT5) Next-Generation AI-Powered Gold Trading System for XAUUSD Gold Multi Strategy Algo AI EA is a powerful, intelligent trading system designed specifically for XAUUSD (Gold) . It combines multiple institutional-grade strategies with advanced AI-assisted decision support to deliver consistent, high-probability trades in all market conditions. Core Features Multi-Strategy Engine (Scalping + Intraday + Trend + Reversal) Optimized for XAUUSD (Gold / US Dol
Gridingale MT5
Arthur Hatchiguian
4.67 (9)
Gridingale is a new complex  Expert Advisor that combines grid and martingale . It will create an order grid according to the settings but also add a martingale on it. So it will take profits on little and big movements .  A loss covering system is integrated to allow the recovery of orders that are too distant from the current price. It is possible to filter the opening of a new cycle with an indicator. It can work on both sides at the same time, but it is interesting to have it work on markets
FREE
Rice Martingale
Quang Dang Tong
Rice Martingale is an EA, which uses the Martingale algorithm with a low DD rate (not for XAUUSD, not TimeFrame M1) Rice Martingale can open two sides:   buy and sell at the same time. We can set the maximum number of orders, the number of Martingale, and the number of the first orders. Especially, if the number of orders reach the point that users want to start the risk parameters, Rice Martingale can manage risks. It will cut loss at the point of the nearest average price which users set befor
ADX Cross Sell
Jorge Rodriguez Redondo
ADX Cross Sell - Precisión con lógica direccional y gestión dinámica avanzada   Versión actual: 6.63 ️ Autor: Jorge Rodríguez “Kium” ️ Compatible con: MetaTrader 5 ️ Tipo: Expert Advisor (EA) automático Estrategia: Tendencial con validación de momentum y filtros temporales Protección: Gestión dinámica de riesgos (SL/TP/BE)   Descripción general ADX Cross Buy es un Expert Advisor de tipo tendencial que busca oportunidades de compra sólidas mediante el cruce del indicador   ADX
Hallmarked Gold EA
Vasyl Daki
5 (1)
Live Signa l :   https://www.mql5.com/en/signals/2370236 Hallmarked Gold EA is a fully automated trading system developed specifically for Gold (XAUUSD). The algorithm is based on a time-tested strategy of breaking through key support and resistance levels. While the market is flooded with opaque algorithms and overfitted AI systems that often look "perfect" only in backtests, Hallmarked Gold EA relies on transparent mathematical logic and classical indicators. This Expert Advisor is designe
What is Golden Osiris EA? Golden Osiris EA is a high-performance Expert Advisor (trading robot) specifically designed for trading XAUUSD (gold) on MetaTrader 5. It combines a powerful algorithmic structure with adaptive logic to fully capitalize on market movements in the current trading environment. Developed using the latest algorithmic updates, this EA analyzes key level breakouts, price action, and signals from technical indicators specially tuned for the gold market. Key Features:
Viking Alpha DAX Ivar Edition
Valdeci Carlos Dos Passos Albuquerque
Viking Alpha DAX — Germany 40 Expert Advisor for MetaTrader 5 LAUNCH PROMO Only 10 copies at launch price. Price increases with each sale. Launch price: $297 Next price: $497 Final price: $997 Live Performance: FX Blue — Vikingtradingbots What Makes Viking Alpha DAX Different Most DAX robots fail for one simple reason: they treat the Germany 40 like a forex pair. It isn't. The DAX has a heartbeat — a specific rhythm tied to the Frankfurt Stock Exchange opening, the European session structure, an
Impala EA MT5
AL MOOSAWI ABDULLAH JAFFER BAQER
• Please test the product in the Strategy Tester before purchasing to understand how it works. • If you face any issues, contact me via private message—I’m always available to help. • After purchase, send me a screenshot of your order to receive a   FREE EA   as a gift. Minimum deposit is 1000$ , or 1000 Cent = 10$. (Recommended 1500$) Every 1000$ = 0.01 Lot. Please stick to the rules, as we want you to win, win and win! (Trading is risky, and there are no guarantees for winning)            
Buyers of this product also purchase
Quantum Commander
Bogdan Ion Puscasu
4.6 (10)
The Quantum ecosystem is entering a new battlefield—and a new Commander is taking control. Developed exclusively for the US30 index, Quantum Commander is the fully automated Expert Advisor built for one of the world’s most dynamic markets. In a world saturated with GOLD EAs, Quantum Commander stands apart. After several GOLD-focused releases, we are advancing into new territory with US30—a new instrument, a different strategy, and a powerful opportunity to bring true diversification to the Qua
Quantum Titan MT5
Bogdan Ion Puscasu
4.87 (30)
Bringing institutional-grade trading to the Quantum ecosystem, Quantum Titan sets a new standard for precision, discipline, and proven live-market performance. Developed for traders who expect more from a GOLD Expert Advisor, Titan represents the next evolution of Quantum trading technology. Availability is strictly limited to 1,000 lifetime licenses worldwide. Once all 1,000 copies have been claimed, Quantum Titan will no longer be available. Special launch discount price. Final price $1999
MoonDog EA
James Vito Armin Bianchini
4.79 (24)
Only 19  copies remain available for sale . MoonDog EA V4 — XAUUSD Breakout System START HERE — User Guide and Recommended SET Files OPEN THE GUIDE AND DOWNLOAD THE SET FILES Please read the guide before starting. It explains the installation, settings, presets, dashboard and risk options. Use the SET files intended for your installed MoonDog version. Check this page after every update , and review your lot size, risk settings and Magic Number before trading. If you are unsure which preset to u
Quantum Queen X MT5
Bogdan Ion Puscasu
5 (49)
The Legend Continues. The Queen Evolves. Welcome to Quantum Queen X — the next generation of the legendary GOLD trading system that builds upon the proven success of Quantum Queen. Quantum Queen X is built on the same proven core engine as Quantum Queen, introducing a powerful new Custom Mode that allows traders to choose exactly which strategies to enable or disable. Every strategy has been individually reviewed, refined, and optimized to deliver even better performance and adaptability across
The Gold Reaper MT5
Profalgo Limited
4.48 (105)
PROP FIRM READY! ( download SETFILE ) WARNING: Only a few copies left at current price! Final price: 990$ Get 1 EA for free (for 3 trade accounts) -> contact me after purchase Ultimate Combo Deal   ->   click here JOIN PUBLIC GROUP:   Click here Live Signal Client Signal YouTube Reviews LATEST MANUAL Welcome to the Gold Reaper! Build on the very succesfull Goldtrade Pro, this EA has been designed to run on multiple timeframes at the same time, and has the option to set the trade frequency fro
Iron Stops
Fajar Dicky Firmansyah
4.29 (56)
100K Real Signal:  https://www.mql5.com/en/signals/2386516 No gimmicks. No empty claims. Iron Stops caters to traders focused on one crucial aspect: consistency . Whether you’re working through a prop challenge or overseeing client funds, this EA keeps within set boundaries and delivers reliable results. Positions close within 36 hours. Run it on a single chart: Simply apply it to XAUUSD using the M30 timeframe. That’s all you need. One chart. One powerful tool. Proper configuration is essen
Aikon MT5
William Brandon Autry
5 (1)
Aikon changes the way you operate an Expert Advisor. CURRENT PRICE — 7 OF 10 REMAINING The 24-hour launch period has ended. 7 of the 10 purchases at the current Market price remain. After those 10 purchases, the price will increase again toward the final price of $4,997 . Start quickly. Talk to the system naturally. Choose how trades take risk. Control how much capital is allowed to work. Use AI across the operation without paying for unnecessary calls. QUICK START — New to AI? No problem. Aikon
Smart Gold Hunter
Barbaros Bulent Kortarla
4.05 (61)
No Grid / No Martingale / No Recovery / No Hedging / Single Entry with SL / One Shot Smart Gold Hunter is an Expert Advisor for XAUUSD / Gold trading on MetaTrader 5. It is designed for traders who prefer a Gold EA with no grid, no martingale, real Stop Loss and Take Profit logic, and controlled risk management. You can check the live signal before making a decision: Live Main Signal : https://www.mql5.com/en/signals/2365400?source=Site Smart Gold Hunter is not a grid EA and it is not a m
Scalping Robot Pro MT5
MQL TOOLS SL
4.37 (158)
Scalping Robot Pro is a professional trading system designed specifically for fast and precise scalping on XAUUSD using the M1 timeframe. The system is built to capture short term market movements with accurate execution and controlled risk management. It focuses on real time price behavior, momentum shifts, short term volatility, and selective grid based trade management techniques to identify high probability trading opportunities in the gold market. Scalping Robot Pro is optimized for traders
Ultimate Breakout System
Profalgo Limited
5 (48)
IMPORTANT : This package will only be sold at current price for a very limited number of copies.    Price will go to 1999$ soon!   + 300 Strategies included and more coming! BONUS : choose 5  of my other EA's for free!   ALL SET FILES + COMPLETE SETUP AND OPTIMIZATION GUIDE VIDEO GUIDE LIVE SIGNALS REVIEW (3rd party) NEW - 44-STRATEGIES LIVE SIGNAL Welcome to the ULTIMATE BREAKOUT SYSTEM! I'm pleased to present the Ultimate Breakout System, a sophisticated and proprietary Expert Advisor (EA)
Ghost Scalper MT5
Thomas Christoph Lipka
4.67 (9)
Ghost Scalper MT5 Ghost Scalper MT5 is a fully automated Expert Advisor for XAUUSD / Gold on MetaTrader 5 . Ghost was developed for selective breakout and momentum movements in the Gold market. The EA waits for its internal market conditions and does not open trades continuously. Pricing model: The price increases by 100 USD after every 10 sales until the final price of 1,499 USD is reached. LIVE SIGNALS Ghost is publicly tracked on several real live accounts and brokers. A combined portfolio si
ThunderGold Scalper
Jorge Luiz Guimaraes De Araujo Dias
4.59 (17)
ThunderGold Scalper ThunderGold Scalper is an Expert Advisor developed for automated gold trading on MetaTrader 5. The EA is designed for XAUUSD and GOLD on the M15 timeframe. It uses a proprietary multi-factor decision engine to identify qualified trading opportunities and manage positions automatically. The system combines market structure, trend direction, candle quality, volume, momentum and execution controls. It is designed to wait for suitable conditions instead of opening trades continuo
GoldenShot
Adam Hrncir
5 (11)
Last copies at 169 USD ->   199 USD  in less than 48hours /   399 USD final price. The earlier you decide, the less you pay. Check the live signal   /   Read the manual  / Why are the back-test numbers that good - is it real or over-fitted? One shot. One target. Zero recovery. GoldenShot is a single-position gold EA built for controlled, long-term trading. It waits for a qualified setup, takes one clean shot with a real stop loss, and if the idea does not work, it manages the trade instead of
Quantum King EA
Bogdan Ion Puscasu
4.96 (220)
Quantum King EA — Intelligent Power, Refined for Every Trader IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. Special Launch Price Live Signal:   CLICK HERE MT4 version : CLICK HERE Quantum King channel:   Click Here ***Buy Quantum King MT5 and you could get Quantum StarMan for free !*** Ask in private for more details! Rule your trading with precision and discipline. Quantum King EA brings the strength of
Silent Exit MT5
Fajar Dicky Firmansyah
4.5 (8)
No gimmicks. No empty claims. Silent Exit is crafted for traders focused on a single goal: steady performance .  All Major pairs included:  EURUSD,USDCAD,USDJPY,NZDUSD,USDCHF,AUDUSD,GBPUSD Whether you are pushing through a prop trading challenge or handling client funds, this EA maintains discipline — and produces results. SIGNAL Link: https://www.mql5.com/en/signals/2388541 remember this is a 100k darwinex zero account and i didnt deposit 100k its only for showing live results. How the S
Cepheus
Thierry Ouellet
5 (1)
LIMITED LAUNCH SPECIAL: 149 USD (Next Tier: 199 USD / Final Price: 399 USD) Price automatically increases by +50 USD every 10 licenses sold .  User manual Live signals Cepheus Loyalty Cepheus Ultimate (both breakout engines Cepheus Discipline Two Synergistic Engines. Zero Grid. Zero Martingale. Defined Risk. Cepheus is a dual-engine algorithmic trading system developed specifically for XAUUSD (Gold) . Instead of relying on a single trading model, Cepheus combines two independent strategies de
Quantum Athena X
Bogdan Ion Puscasu
5 (11)
Smarter Control. Refined Precision. Welcome to Quantum Athena X — the next generation of the focused GOLD trading system that builds upon the precision, efficiency, and disciplined execution of Quantum Athena. Quantum Athena X is built on the same streamlined core engine and the same 6 carefully selected strategies as Quantum Athena. Each strategy has been individually refined and optimized for current GOLD market conditions, while the new powerful Custom Mode allows traders to choose exactly
Neo Delta
Marco Scherer
5 (4)
Neo Delta is an automated Expert Advisor for MetaTrader 5 that trades exclusively on Gold (XAUUSD). Its decisions are based on volume-delta momentum – the balance between buying and selling pressure inside each candle. A machine-learning filter reviews every potential entry before a position is opened. Support Our team divides the work: part of it works on development, part looks after customers. For installation, setup and any further questions, please contact our moderator Zolia after purchase
Lizard
Marco Scherer
4.22 (50)
What is Lizard? Lizard is a fully automated Expert Advisor for XAUUSD (Gold) on MetaTrader 5. It uses a multi-strategy swing breakout system: the Expert Advisor identifies key structural levels on the chart and places pending stop orders at calculated entry points. No martingale, no grid, no averaging into losses. Every trade is opened with a defined stop loss and take profit and is then managed by a multi-layer exit system, around the clock and without manual intervention. Support Our team spli
Zerqon EA
Vladimir Lekhovitser
3.47 (34)
Live Trading Signal Public real-time monitoring of trading activity: https://www.mql5.com/en/signals/2372719 Official Information Seller profile Official channel User Manual Setup instructions and usage guidelines: View user manual Zerqon EA is an adaptive Expert Advisor designed specifically for XAUUSD trading. The strategy is based on a Deep LSTM neural network model integrated through ONNX, allowing the system to process sequential market behavior and evaluate price dynamics in a st
TwisterPro Scalper
Jorge Luiz Guimaraes De Araujo Dias
4.4 (139)
Fewer trades. Better trades. Consistency above all. • Live Signal Mode 1  Live Signal Mode 2 Twister Pro EA is a high-precision scalping Expert Advisor developed exclusively for XAUUSD (Gold) on the M15 timeframe. It trades less — but when it does, it trades with purpose. Every entry passes through 5 independent validation layers before a single order is placed, resulting in an extremely high win rate on the Default configuration. TWO MODES: • Mode 1 (recommended) — Very high assertiveness, fe
Cortex IDX
Vladimir Mametov
4 (8)
It is a fully automated Expert Advisor for MetaTrader 5, built specifically for trading the US30 index. Its trading logic is designed around the dynamic behavior of major stock indices: strong directional movements, intraday pullbacks, and periods of increased volatility. The EA automates trading in an environment where execution speed, discipline, and efficient position management are essential. The system is focused on disciplined trade management, fast reaction to market changes, and controll
Adaptive Gold Scalper Important Pre-notice: This strategy requires a long period of practical verification, and favorable trading returns cannot be guaranteed in the short run. Traders must select brokers with ultra-low order latency, minimal slippage and zero/low stop level requirement; poor broker conditions will lead to disastrous trading results. I have over 14 years of professional trading experience. With proper brokerage conditions and sufficient running time, this fully automated scalpi
Gold Bomb
Aleksandr Makarov
5 (1)
The advisor is based on my  Author's indicators . No  AI  or any other nonsense. Only a combination of indicators, levels and price action. Does not use dangerous trading methods, works on   XAUUSD M1  and with currency pairs! Always sets   Stop Loss   and   Take Profit . Real signal: https://www.mql5.com/en/signals/2388322 Be sure to contact me after purchase and send me your trading account number to activate the advisor!! Do not use it without me!!! -------------------------------- Installati
Gold Snap
Chen Jia Qi
4.57 (23)
Gold Snap — A Fast Profit Capture System for Gold Gold Snap v2.1 launch offer: the first 10(7 left) unlimited licenses are $599 with a free internal EA, ending in 7 days or when sold out (regular price $999). Live Signal: https://www.mql5.com/en/signals/2362714 Live Signal2: https://www.mql5.com/en/signals/2372603 Live Signal 3: https://www.mql5.com/en/signals/2379945 Important: After purchase, please contact us via MQL5 private message to receive the user guide, recommended settings, install
Scalping Index Pro is a professional trading system designed specifically for fast and precise scalping on US30 and DE40 using the M1 timeframe . The system has been developed specifically for the unique behavior of major stock indices, focusing on short term price movements, rapid momentum changes, market volatility, and selective grid based trade management techniques to identify high probability trading opportunities . Scalping Index Pro is optimized for traders who prefer dynamic trading wit
Range Breakout EA with Range Filters
Jimmy Peter Eriksson
4.58 (24)
ONE-WEEK PROMOTION (6–13 SEPTEMBER): $549 — Regular price: $649 If you value honesty and a real trading system built for live trading, not just a perfect-looking straight-line backtest that can end up blowing your account, then this might be for you. No Martingale / No Grid 22 Months Live Signal +300% Live Growth [Live Signal]  |  [FTMO Results]  |  [Main Portfolio]  |  [Backtest Guide] Why Range Breakout EA is so Stable ? Range Breakout EA is based on a well-known market behaviour: changes in
Swing Forge Gold
Hanzla Khalil
5 (4)
SwingForge Gold MT5 — Multi-Zone Breakout Engine 4 Copies left then the price will be increased to: $299 — Current Price: $249 If you’ve traded Gold (XAUUSD), you already know the problem: most automated EAs rely on dangerous grids, martingale, or cost-averaging that look great until one big trend wipes out the account. SwingForge Gold was built on the opposite philosophy: strict risk management and pure price action. It trades confirmed swing breakouts using pending stop orders. Every sin
The Gold Space
Ayush V Jain
5 (7)
LIVE SIGNAL REACHED NEW HIGH Live Signal on Vantage https: // www.mql5.com/en/signals/2378090 https: // www.mql5.com/en/signals/2378091 live signal is running mode/option 1 with autolot 2 % risk. Join telegram group   https://t.me/+UaALtDiYMb4xYTk1 Overview:  The Gold Space is a fully automated, professional-grade Expert Advisor specifically engineered for the XAUUSD (Gold) market. Designed natively for MetaTrader 5, this EA capitalizes on high-probability volatility expansions using a precise,
SomaGold
Andrii Soma
5 (10)
SomaGold is a multi-strategy breakout Expert Advisor for MetaTrader 5, built exclusively for Gold (XAUUSD). One chart, one EA, 32 independent strategies running together as a single diversified portfolio. Live Signal. This is my first published EA on MQL5. To make it accessible at launch, I am using a transparent ramping-price model: Launch price: 100 USD The price increases by 100 USD for every 10 copies sold Early buyers lock in the lowest price for the lifetime of the product. Concept Instead
More from author
Why You Need a Dedicated Gold Expert Advisor Trading precious metals requires absolute precision, split-second speed, and unbreakable psychological discipline. This is why thousands of quantitative traders are shifting away from manual execution to find the best gold EA MT4 or MT5 available on the market. If you want to scale your portfolio, deploying a dedicated gold trading bot or a specialized XAUUSD bot is the most effective way to achieve long-term consistency. Gold is highly volatile and d
Best NAS100 EA: Automated Nasdaq Trading Bot for MetaTrader 5 Trading the world's most volatile technology index requires absolute precision, split-second speed, and unbreakable psychological discipline. This is why thousands of quantitative traders are shifting away from manual execution to find the best NAS100 EA available on the market. If you want to scale your portfolio, deploying a dedicated nasdaq trading bot or a specialized US100 bot is the most effective way to achieve long-term consis
The Ultimate EURUSD Bot: Institutional Trend Following Trading the world's most liquid currency pair requires absolute precision, split-second speed, and unbreakable psychological discipline. This is why thousands of quantitative traders are shifting away from manual execution to find the best EA (Expert Advisor) for EURUSD available on the market. If you want to scale your portfolio, deploying a dedicated forex robot or a specialized EURUSD bot is the most effective way to achieve long-term con
Filter:
No reviews
Reply to review