M1 Gold Hedge

M1 Gold Hedge

A breakout and hedge recovery Expert Advisor designed for Gold (XAUUSD). The EA places directional breakout orders aligned with the H1 trend bias. When a position moves against you, a recovery position opens in the opposite direction at a larger lot size. All positions are managed as a single basket and close automatically when the profit target is reached. Fully compatible with both netting and hedging account types.

How It Works

Entry

At the start of each cycle the EA scans the last N bars for a high/low range and places a BuyStop above the high or a SellStop below the low, depending on the H1 EMA trend direction. Only one basket runs at a time. Pending orders that are not filled within the expiry window are cancelled automatically.

Hedge Recovery

When the active position moves against you by the hedge trigger distance, a new position opens in the opposite direction at a larger lot size. This repeats up to the maximum number of hedge levels. With default settings the exposure grows as follows: 0.01 → 0.02 → 0.03 → 0.05 → 0.08 → 0.12 lots.

Smart Recovery

When the basket is frozen due to drawdown, the EA can optionally open a single trend-aligned recovery position sized to cover the total loss and still reach the profit target in one move. The recovery direction is confirmed against the H1 EMA bias before entry.

Basket Exit

  • Hard take-profit — closes all positions when combined profit reaches the target dollar amount.
  • Trailing take-profit — activates above a configurable threshold and steps back from the peak profit.
  • Minimum profit floor — no automated close executes unless basket profit exceeds this amount, ensuring every exit is in profit.

Two-Layer Protection System

  • Freeze mode — when a USD loss or equity drawdown threshold is breached, no new hedge levels are placed. Existing positions remain open. The freeze lifts automatically when the basket recovers to break-even.
  • Emergency close — if the account margin level drops below a configurable threshold, all positions are closed immediately to prevent a broker stop-out. This is the only automated close that can execute at a loss.
  • Margin check — before every new hedge placement, free margin and equity are verified. The order is blocked if either falls below the safety threshold.

Broker-Safe Order Placement

The EA calculates minimum SL/TP distances using the broker's stops level plus the live spread, eliminating "Invalid stops" errors that affect other EAs on wide-spread instruments like Gold. When a position is within the broker's freeze zone, the EA skips forced closes and lets the position exit naturally at its TP or SL.

Trend Filter

An optional ADX and Bollinger Band filter on the M5 and M15 timeframes blocks new basket entries when the market is trending. Directional entry is further filtered by a fast/slow EMA cross on H1 — the EA only places BUY breakouts in a bullish bias and SELL breakouts in a bearish bias. Hedge recovery management continues unaffected when the filter is active.

Session Filter

Trading is restricted to a configurable daily time window. The recommended window for Gold is 08:00 – 21:00 GMT, covering the London open through the full New York session. The EA reads the symbol's actual session schedule directly so the filter works correctly in both live trading and the Strategy Tester.

Live Dashboard

A real-time on-chart panel displays balance, equity, free margin, spread, daily P&L, floating basket profit, total exposure in lots, current hedge level, active take-profit targets, pending order status, trend filter state, H1 bias direction, and recovery attempt counter. A one-click button closes all positions and stops the EA immediately.

Best Trading Sessions for Gold

Session GMT Fit for This EA
Asian 00:00 – 08:00 Avoided — low volume, breakouts often fake
London Open 07:00 – 09:00 High quality breakouts
London 08:00 – 12:00 Best for EMA filter — steady directional trend
London / NY Overlap 12:00 – 17:00 Premium window — highest volume and range
New York 13:00 – 20:00 Strong momentum, good trend follow
NY Close 20:00 – 22:00 Caution — spreads widen
Dead Zone 22:00 – 00:00 Avoided — extremely thin liquidity

Key Features

  • Designed specifically for Gold (XAUUSD) — also works on major forex pairs
  • Compatible with M1 and other timeframes
  • Supports both netting and hedging account types — auto-detected on startup
  • Broker digit normalisation for 2, 3, 4, and 5 digit brokers
  • Spread-aware SL/TP calculation — eliminates "Invalid stops" errors on Gold
  • Freeze-level guard — skips modification when broker blocks it, avoids "Modification failed" errors
  • Magic number isolation — safe to run alongside other EAs
  • Auto-restart at midnight for a clean daily cycle
  • Fully tested in the MT5 Strategy Tester on XAUUSD and EURUSD

Input Parameters

Account Mode

Parameter Default Description
InpNettingMode false Set to true to force netting scalper mode. The EA detects netting accounts automatically.


Netting Scalper

Parameter Default Description
InpNettingTPPips 25 Take profit distance in pips for each scalp trade.
InpNettingMaxBars 8 Maximum number of H1 bars a netting position may stay open before being closed by time.
InpNettingConfirmClose true Require the last H1 candle to close on the correct side of the fast EMA before entering.


Entry Settings

Parameter Default Description
InpBarLookback 3 Number of bars used to define the breakout high/low range.
InpMaxSpread 50 Maximum allowed spread in points. No entry is placed if the spread exceeds this value.
InpInitialLot 0.01 Lot size for the initial breakout order.
InpOrderExpireMins 2 Cancel unfilled pending breakout orders after this many minutes. Set 0 to disable expiry.


Hedge / Recovery

Parameter Default Description
InpLotMultiplier 1.5 Multiplier applied to the lot size at each new hedge level.
InpMaxLot 2.0 Hard cap on the lot size of any single position.
InpMaxHedgeLevels 5 Maximum number of hedge recovery levels allowed. Set 0 for unlimited.
InpHedgeDistance 500 Distance in points the price must move against the newest position to trigger the next hedge level. Used only when ATR distance is disabled.


Smart Recovery

Parameter Default Description
InpSmartRecovery true Enable the smart recovery system. When frozen, the EA attempts a trend-aligned recovery trade sized to cover the loss.
InpRecoveryPoints 300 Expected move in points the recovery trade needs to cover the loss and reach the profit target.
InpRecoveryUnfreeze true Allow recovery trades while the freeze is active. If false, the EA waits for the market to recover on its own.
InpMaxRecoveryAttempts 3 Maximum number of recovery trades allowed per freeze cycle. Set 0 for unlimited.
InpRecoveryMaxEquityPct 5.0 Recovery trade is aborted if its required margin exceeds this percentage of current equity. Set 0 to disable.


Stop-Loss

Parameter Default Description
InpPositionSL 30 Per-position stop loss in pips. Required on netting accounts. Set 0 to disable (hedging mode only).


Profit Target

Parameter Default Description
InpTargetProfit 10.0 Close all positions when basket profit reaches this amount in account currency.
InpTrailStart 5.0 Activate the trailing exit when basket profit reaches this amount.
InpTrailStep 1.5 Close the basket when profit pulls back this amount from the trailing peak.
InpMinCloseProfit 0.50 Minimum basket profit required for any automated close to execute. Guarantees every exit is in profit.


Loss Freeze Levels

Parameter Default Description
InpFreezeLossUSD 30.0 Freeze new hedge placements when basket loss reaches this amount. Set 0 to disable.
InpFreezeDrawPct 8.0 Freeze new hedge placements when equity drops this percentage below the balance at basket open. Set 0 to disable.
InpEmergencyMarginPct 10.0 Close all positions immediately if the account margin level falls below this percentage. Prevents broker stop-out. Set 0 to disable.


Trend Filter

Parameter Default Description
InpUseTrendFilter true Enable or disable the trend filter entirely.
InpFilterM5 true Include the M5 timeframe in the trend check.
InpFilterM15 true Include the M15 timeframe in the trend check.
InpADXPeriod 14 Period for the ADX indicator used in the trend filter.
InpADXThreshold 25.0 ADX value above which the market is considered trending and new entries are blocked.
InpBBPeriod 20 Period for the Bollinger Bands indicator used in the trend filter.
InpBBDeviation 2.0 Standard deviation multiplier for Bollinger Bands.
InpADXRequired true Require ADX to confirm a trend. When both InpADXRequired and InpBBRequired are true, both indicators must agree (AND mode).
InpBBRequired true Require a Bollinger Band breakout to confirm a trend. Set either to false for OR mode.


Directional Entry

Parameter Default Description
InpDirectionalEntry true Only place BUY breakouts in a bullish H1 bias and SELL breakouts in a bearish H1 bias.
InpEMAFast 21 Period for the fast EMA used for H1 direction bias.
InpEMASlow 50 Period for the slow EMA used for H1 direction bias.


ATR Dynamic Distance

Parameter Default Description
InpUseATRDist true Use ATR-based dynamic spacing between hedge levels instead of the fixed InpHedgeDistance.
InpATRPeriod 14 Period for the ATR indicator.
InpATRMult 2.0 ATR value is multiplied by this factor to determine the hedge spacing distance.


Break-Even

Parameter Default Description
InpBEPoints 150 Move SL to break-even when a position is this many points in profit. Set 0 to disable.


Recovery Trend Confirm

Parameter Default Description
InpRecoveryTrendConfirm true Only place a recovery trade if the H1 EMA bias aligns with the recovery direction.
InpRecoveryTrendTimeout 4 After this many H1 bars in freeze without a recovery, bypass the trend confirmation and trade anyway.


Time Filter

Parameter Default Description
InpStart h08 Hour of day when trading is allowed to begin (broker server time).
InpEnd h21 Hour of day when trading stops for the session.
InpAutoRestart true Automatically reset state variables at midnight for a fresh daily cycle.


System

Parameter Default Description
InpMagic 123456 Magic number used to identify orders and positions belonging to this EA.
InpAlerts true Enable popup alerts for key events such as take-profit hit, freeze activated, and emergency close.


Dashboard

Parameter Default Description
InpDashX 20 Horizontal position of the dashboard panel in pixels from the left edge of the chart.
InpDashY 20 Vertical position of the dashboard panel in pixels from the top edge of the chart.


Recommended Setup

  • Symbol: XAUUSD (Gold)
  • Timeframe: M1
  • Account type: ECN or Low spreads
  • Minimum balance: $500 (recommended $1,000 or more)
  • VPS: strongly recommended for 24/5 uptime


Risk Warning

This EA uses a martingale-style recovery system. Lot sizes increase with each hedge level and total exposure grows significantly in adverse market conditions. Always test thoroughly on a demo account before live trading. Ensure the freeze levels and emergency close threshold are configured appropriately for your account size. Past performance in the Strategy Tester does not guarantee future results.


Note:

  • Always test on a demo account first to understand how the breakout levels and trailing stop behave during different market sessions.
  • Use a Cent account if you do not have a large amount of funds.
  • For recommended Gold settings, use InpNettingTPPips = 180, InpPositionSL = 350, InpMaxSpread = 40.
  • Get the file set and Manual Guide inside our Telegram Group
Recommended products
Classic SNR MetaTrader 5 Expert Advisor | Multi-Symbol Support & Resistance Trading with Trend-Based Logic Overview Classic SNR Breakout EA is a professional trading robot that identifies structural Support & Resistance levels using daily swing points and executes trades based on H1 price action relative to these levels. The EA applies   dual logic : in an uptrend, it sells on H1 rejection below an SNR level; in a downtrend, it buys on H1 rejection above an SNR level. Breakout confirmations are
Maximum Infinity Pro – Advanced Grid EA for MT5 Maximum Infinity Pro is a professional-grade Expert Advisor (EA) designed for MetaTrader 5, combining advanced grid trading logic with robust risk management and adaptive entry/exit strategies. This EA is suitable for both beginners and experienced traders who want a reliable, flexible, and fully automated trading solution. Key Features Smart Grid System: Automatically manages buy/sell grids with dynamic lot sizing and grid spacing for optimal per
SolarTrade Suite Financial Robot: LaunchPad Market Expert - designed to open trades! This is a trading robot that uses special innovative and advanced algorithms to calculate its values, Your Assistant in the World of Financial Markets. Use our set of indicators from the SolarTrade Suite series to better choose the moment to launch this robot. Check out our other products from the SolarTrade Suite series at the bottom of the description. Do you want to confidently navigate the world of inves
WBS Scalping AutoBot - The Ultimate SMC Recovery Scalper WBS Scalping AutoBot is not just an ordinary trading panel; it is a highly advanced, semi-automated to fully-automated trade management system. Designed for precision scalpers and institutional-style traders, this EA takes over your trades and manages them using an institutional-grade Basket System, Dynamic Layering, and a revolutionary Smart Money Concept (SMC) Recovery Mode . Whether you open a trade manually (via specific Magic Number)
PipFinite EA Breakout EDGE MT5
Karlo Wilson Vendiola
5 (3)
The Official Automated Version of the Reliable Indicator PipFinite Breakout EDGE EA Breakout EDGE takes the signal of PipFinite Breakout EDGE indicator and manages the trade for you. Because of numerous financial instruments to consider, many traders want the signals to be fully automated. The EA will make sure all your trades are executed from entry to exit. Saving you time and effort while maximizing your profits. The Edge of Automation Effortless price action trading is now possible acros
ID Trade_Bot BS - an effective tool for automated trading using RSI Trade_Bot BS is an efficient solution for automated trading based on RSI, allowing flexible parameter customization and risk management. Thanks to the ability to choose a trading mode, dynamic Stop-Loss and Take-Profit levels, and trading mode adjustment (buying, selling, or both), it is suitable for various trading strategies. Key Features: Uses the RSI indicator to determine market conditions. Automatically opens an
ProTrade EA
Jim Ariel Camarce Ignao
Key Features   Automated Candle Pattern Recognition 10 Professional Patterns : Detects Bullish/Bearish Engulfing, Hammer/Shooting Star, Morning/Evening Star, Piercing/Dark Cloud, and 6 additional professional candlestick patterns Smart Filtering : Combine multiple patterns with configurable confirmation logic Volume Confirmation : Optional volume filter to validate pattern strength Multi-Timeframe Analysis : Separate execution and bias timeframes for better timing   Trading Dashboard Int
Hamster Scalping mt5
Ramil Minniakhmetov
4.71 (241)
Hamster Scalping is a fully automated Expert Advisor. Night scalping strategy. The RSI indicator and an ATR-based filter are used for entries. The advisor needs a hedging account type Be careful i not sell EA or sets at telegram it scam. All settings free here at   blog .  IMPORTANT! Contact me immediately after the purchase to get instructions and a bonus! Real operation monitoring as well as my other products can be found here: https://www.mql5.com/en/users/mechanic/seller General Recommendati
FTMO Trading EA MT5
Samuel Kiniu Njoroge
5 (1)
Enhance your trading with ftmo trading ea , the cutting-edge price action expert advisor designed to elevate your trading experience to new heights. Harnessing the power of advanced algorithms and meticulous analysis of price movements, ftmo trading ea empowers traders with unparalleled insights into the market. Gone are the days of relying solely on indicators or lagging signals. With ftmo trading ea, you gain access to real-time data interpretation, it makes informed decisions swiftly and con
Smart TrendGrid MT5
Nawar Dheyaa Abdulhameed Naji
Smart TrendGrid EA is a professional Expert Advisor designed to combine trend-following accuracy with the flexibility of a grid-based system. It integrates advanced analytical tools and intelligent risk control to maintain consistency and adaptability across different market conditions. The system identifies the main market trend using indicators such as SuperTrend , while combining RSI , MACD , and Bollinger Bands to refine entry signals and filter out false ones. When the technical confirmati
HMA Crossover
Rowan Stephan Buys
Hull Moving Average Crossover EA – MT5 Harness the speed and precision of the Hull Moving Average (HMA) in a fully automated trend-following system for MetaTrader 5. The Hull Moving Average Crossover EA is designed for traders who want fast reaction to emerging trends without sacrificing structured risk control. By combining a user-defined fast HMA with a slower HMA, the EA identifies potential momentum shifts early — while managing risk dynamically through ATR-based protection. Built for clari
| Fully-automated Smart Money Concept (ICT) inspired trading solution with multi-strategy capabilities | Built by a grid trader >> for grid traders.  This is MT5 version, click  here  for  Blue CARA MT4  (settings and logics are same in both versions)     Real monitoring signal  -->  Cara Gold Intro Blue CARA EA   ('CARA') - short for  C omprehensive  A lgorithmic   R esponsive   A dvisor is a next-gen  multi-currency    multi-timeframe  EA base on the widely known (and perhaps the most popul
The Fractal Trend Master is one of the most powerful and sophisticated Expert Advisors on the market, designed to protect traders' capital while maximizing profit opportunities. Based on Bill Williams' renowned methodology, this EA uses three essential technical analysis tools: the Alligator indicator , fractals , and the Gator Oscillator , creating a robust and precise framework for identifying and following market trends. This EA was designed with a focus on advanced risk management and capita
Gyroscopes mt5
Nadiya Mirosh
5 (2)
Gyroscope        professional forex expert   (for EURUSD, GBPUSD, USDJPY, AUDUSD, USDCHF, EURGBP, EURJPY, NZDUSD, USDCAD, EURCHF, AUDJPY, CADJPY pairs)   alyzing the market using the Elliot Wave Index. Elliott wave theory is the interpretation of processes in financial markets through a system of visual models (waves) on price charts. The author of the theory, Ralph Elliott, identified eight variants of alternating waves (of which five are in the trend and three are against the trend). The mov
This robot operates based on the Parabolic SAR indicator. Verion for MetaTrader4 here . The advanced EA version includes the following changes and improvements: The EA behavior has been monitored on various account types and in different conditions (fixed/floating spread, ECN/cent accounts, etc.) The EA functionality has been expanded. Features better flexibility and efficiency, better monitoring of open positions. Works on both 4 and 5 digits brokers. The EA does not use martingale, grid or arb
Strategy Overview BTC Breakout Scalper Pro is a breakout scalper for BTCUSD M1 that places pending stop orders at high-volatility breakout points, confirmed by RSI filter (12/88 extremes) and ADX M15 ≥ 20 (trending market only). The EA does NOT use martingale, grid, or hedging. Each trade is a single position with predefined SL/TP based on price percentage. Position size scales with account equity via the built-in Smart_Lots algorithm — bounded by your chosen MaxLots cap (.set file). Backtest Re
RSI Master PRO – Professional Expert Advisor for MetaTrader 5 Overview: RSI Master PRO is an Expert Advisor (EA) developed for MT5, designed to trade automatically in the financial markets using the Relative Strength Index (RSI) as its core decision-making engine. Its modular design and fully customizable parameters make it a powerful and flexible tool for traders who base their strategy on this momentum indicator. ️ Key Technical Features: • RSI-Based Logic: Uses RSI readings to generate
Fundamental Robot MT5
Kyra Nickaline Watson-gordon
Fundamental Robot is an Expert Advisor based on Fundamental Signals Indicator. The Fundamental Signals Indicator has a powerful calculation engine that can predict market movement over 30000 points. The indicator is named fundamental because it can predict trends with large movements, no complicated inputs and low risk.  The EA works with low margin levels and thus has low risk. Using EA : The EA is very simple and without complicated input parameters. These are main parameters must be set
Super Bollinger EA
Renato Takahashi
Super Bollinger EA is an exclusive expert advisor that uses Bollinger Bands as indicator. It´s possible to configure the EA to trade as a low frequency or high frequency one - Scalping expert advisor. A Stochastic Oscillator filter is implemented to have some specific trades on Bollinger Bands. Takeprofit and Stoploss are calculated according to Bollinger Bands width or even with fixed TP and SL ( in points ). A trail and trade out system can also be configured and optimized. A number of orders
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
Gold2H
Saeid Soleimani
5 (1)
GOLD2H Expert Advisor GOLD2H is an Expert Advisor designed for trading XAUUSD (Gold) on the H1 timeframe, implementing neural network methodologies for pattern recognition. The EA uses a systematic approach to gold trading through careful analysis of market conditions and precise trade management. For accurate backtesting results, ensure to set the correct GMT offset in the input parameters Initial Price: $119 Available Licenses: 3 Status: Price increases by $50 after every 5 purchases Next Ti
The EA strategy : it is provided wirh built-in indicator based on Japanese Candles arrangements in order to determine the signals and has different inputs for Short and Long positions in order to improve its precision; You should purchase this EA because : it has been tested for a long time;  its indicator was deeply improved and optimized; the program is bugs free;  it is safe because its efficience is about 70% of assertiveness;  it is provided with Trailing Stop Loss technology; it has bad t
XAU Miraculos
Thiago De Oliveira Silva
XAU$ MIRACULOS - Professional Expert Advisor COMPLETE TRADING SYSTEM FOR GOLD (XAUUSD) XAU$ Miraculos is a professional Expert Advisor specifically  developed for XAUUSD (Gold) trading, combining 14 advanced  technical strategies in a single intelligent system with  sophisticated risk management. MAIN FEATURES
AQS-SyntheticBreakOut PRO Trend-following breakout Expert Advisor for MetaTrader 5 Engineered around a synthetic UTC trading day for portability and execution consistency Overview AQS-SyntheticBreakOut PRO is a rule-based trend-following breakout Expert Advisor for MetaTrader 5 , designed to reduce a common weakness of “daily” trading systems: dependency on broker server time and session definitions . Many daily breakout strategies implicitly rely on broker-defined daily candles, meaning the sam
THE 8 PILLARS OF STATISTICAL EDGE TRADING:  Introduction In trading, the past doesn't predict the future. But patterns embedded in time reveal the rhythm of markets waiting to repeat. This guide introduces you to the Eight Pillars of Statistical Edge Trading—a comprehensive framework that transforms historical data into actionable trading intelligence. At the heart of this system stands Historical Data. Unlike fleeting indicators or lagging signals, historical patterns reveal the seasonal heart
Classic Market Surfer EA - A Timeless, Proven Strategy for Gold Trading For years, this powerful trading strategy has been hidden from the public-reserved for a select few. Now, for the first time, the Classic Market Surfer EA is available to traders like you.   Built on pure, time-tested trading principles, this EA doesn't rely on trendy gimmicks like AI or machine learning. Instead, it harnesses a classic, robust strategy that has consistently delivered results over the years. This is not a "g
DYJ BoS EA uses the DYJ BoS indicator as a fundamental strategy to identify changes in market structure trends. Once the upward and downward trend lines break through these UN or DN lines, the corresponding varieties will be automatically opened from the market. Usually, in order to improve the accuracy of closing, it is recommended not to set stop loss and take profit. The end position is usually closed at the next breakthrough point in the same direction, or at the breakthrough point in the o
Sir Stoch and Commodities
Sergio Izquierdo Rodriguez
An Expert Advisor that operates in times of high contrast, employing the stochastic indicator and the commodity index indicator, using overbought or oversold points or the ADX indication to exit trades. It also features a stop-loss control that operates on a percentage difference in price, with progressive lot scaling as the balance increases, while keeping an eye on the account's margin call. Learn what parameters are with better performance for each symbol in the strategy tester and find a go
Prop firm king
Ricky Zoltan Beznec
This Expert Advisor is a fully automated trading system designed exclusively for the   USD/CHF   currency pair on the  3 -hour (H3) chart . It identifies high-probability reversal opportunities by detecting when price reaches statistically extreme overbought or oversold conditions. When a qualifying signal is confirmed, the EA automatically enters a trade, manages position size relative to available margin, and applies a dynamic trailing stop to protect profits as the trade moves in favour. The
!!BLACK FRIDAY!! - PRICE MIGHT CHANGE DUE TO DEMANDS - THE BEST BREAKOUT EA TREND FOLLOWING !! Breakout EA Beast is a Full Algorithm Expert Advisor This EA operate based on Break Out of high or low of the last candles, you could change all the setting up to your preferences. The EA also have Time Management, you could time your orders based on time start and finish of let it run the whole time. There are Fix Lot and Auto Lot (Please adjust to your Risk Profile) There is Spread Input in order to
Buyers of this product also purchase
Quantum Queen MT5
Bogdan Ion Puscasu
4.98 (651)
Hello, traders! I am Quantum Queen , the crown jewel of the entire Quantum ecosystem and the highest-rated, best-selling Expert Advisor in the history of MQL5. With a proven track record of over 20 months of live trading, I’ve earned my place as the undisputed Queen of XAUUSD. My specialty? GOLD. My mission? Deliver consistent, precise, intelligent trading results — over and over again. IMPORTANT! After the purchase please send me a private message to receive the installation manual and the set
Quantum Athena
Bogdan Ion Puscasu
5 (60)
Quantum Athena — Precision Forged from Experience Hello, traders! I am Quantum Athena — the light version of the legendary Quantum Queen, refined and re-engineered for today’s market conditions. I don’t try to be everything. I focus on what works now. My specialty? GOLD.My mission? Deliver sharp, efficient, and intelligently optimized trading performance — with precision at its core. IMPORTANT! After the purchase please send me a private message to receive the installation manual and the s
Chiroptera
Rob Josephus Maria Janssen
4.83 (36)
Prop Firm Ready! Chiroptera is a non-martingale, non-grid, multi-currency Expert Advisor that operates in the quiet hours of the night. It uses single-placed trades (of all 28 pairs!) with tactically placed Take Profits and Stop Losses, that are continuously adjusted to maximize gains and minimize losses. It keeps track of past and upcoming news reports to ensure impacts are minimized and carefully measures real-time volatility to prevent impacts due to unpredictable geo-political disturbances c
TwisterPro Scalper
Jorge Luiz Guimaraes De Araujo Dias
4.36 (89)
Fewer trades. Better trades. Consistency above all. • Live Signal Mode 1 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, few trades per week. Bu
Quantum King EA
Bogdan Ion Puscasu
4.99 (197)
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
Goldwave EA MT5
Shengzu Zhong
4.72 (54)
Real Trading Account   LIVE SIGNAL IC MARKETS:  https://www.mql5.com/en/signals/2339082 This EA uses the same logic and execution rules as the verified live signal shown on MQL5.When used with the recommended, optimized settings on a reputable ECN/RAW-spread broker ( e.g., IC Markets or TMGM) , the EA's live trading behavior is designed to closely align with the trade structure and execution characteristics of the live signal. Please note that differences in broker conditions, spreads, executio
Scalping Robot Pro MT5
MQL TOOLS SL
5 (10)
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, and short term volatility to identify high probability scalping opportunities in the gold market. Scalping Robot Pro is optimized for traders who prefer dynamic trading with quick entries an
Byrdi
William Brandon Autry
5 (13)
BYRDI. Multi-Asset Mesh Trading Intelligence. Most EAs trade one chart at a time. BYRDI runs a network. Each chart becomes a node. Each node can trade its own symbol, account, broker, AI model, risk profile, and position management mode. The mesh connects them into one coordinated system. Forex. Gold. Metals. Indices. Crypto. Oil. Synthetics where supported by the broker. One trader. Many markets. One coordinated mesh. A New Category Traditional EAs are isolated systems. One terminal. One symbo
Pulse Engine
Jimmy Peter Eriksson
4.24 (25)
LAUNCH PRICE – ONLY A FEW COPIES LEFT! The main goal of this system is long-term live performance without using any risky martingale or grid. VERY LIMITED COPIES AT CURRENT PRICE Final Price: $1499 [Live Signal]  |  [Backtest Results]  |  [Setup Guide]  |  [FTMO Results] A Different Approach to Trading Pulse Engine does not use any indicators or specific timeframes. It has a very unique approach that is not used by any other trading system on MQL5. It trades intraday directional patterns. Thes
Quantum Valkyrie
Bogdan Ion Puscasu
4.64 (148)
Quantum Valkyrie  - Precision.Discipline.Execution Discounted   price .  The price will increase by $50 with every 10 purchases. Live Signal: CLICK HERE Quantum Valkyrie MQL5 public channel: CLICK HERE ***Buy Quantum Valkyrie MT5 and you could get Quantum Emperor or Quantum Baron for free !*** Ask in private for more details! IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions.      Hello, traders. I am Quantum Val
BB Return mt5
Leonid Arkhipov
4.55 (120)
BB Return — an Expert Advisor for gold trading (XAUUSD). I previously used this trading idea in manual trading. The core of the strategy is a return of price to the Bollinger Bands range, but not blindly and not on every touch. For the gold market, bands alone are not enough, so the EA uses additional filters that eliminate weak and non-working market situations. Trades are opened only when the return logic is truly justified.   Trading principles — the strategy does not use grid trading, martin
Precise Pair Trading Pro
Arkadii Zagorulko
5 (4)
Please note that I do not sell this EA through any third-party resellers, affiliates, or alternative distribution channels. A Smarter Way to Trade Gold and Euro This EA is built on advanced quantitative methods to identify temporary inefficiencies between two major markets. It seeks to benefit from moments when price behavior diverges from its usual dynamics. Monitoring -  Live signal The system adapts automatically to market conditions and manages entries and exits with precision, aiming to cap
The Gold Reaper MT5
Profalgo Limited
4.46 (97)
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 YouTube Reviews 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 from very conservative to extre
Ultimate Breakout System
Profalgo Limited
5 (39)
IMPORTANT : This package will only be sold at current price for a very limited number of copies.    Price will go to 1499$ very fast    +100 Strategies included and more coming! BONUS : At 999$ or higher price --> 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 - VERSION 5.0 - ONECHARTSETUP Welcome to the ULTIMATE BREAKOUT SYSTEM! I'm pleased to present the Ultimate Breakout System, a sophisticated and
Nexorion Initium Novum EA
Valentina Zhuchkova
5 (7)
NEXORION: Initium Novum — Deterministic Logic and Algorithmic Synthesis NEXORION is an institutional-grade analytical complex based on rigorous mathematical liquidity processing algorithms. The core concept of the project is "computational transparency": the expert advisor transforms chaotic price feeds into structured geometric zones, visualizing the decision-making process directly on the trading chart. Real-Time Monitoring https://www.mql5.com/es/signals/2372338 Technical System Specificatio
Wave Rider EA MT5
Adam Hrncir
5 (28)
Scalper speed with sniper entries. Built for Gold. Summer sale  499 USD  only |   regular   price  599  USD Check the Live signal  or Manual Hybrid scalper combining scalping speed with single position or intelligent recovery for XAUUSD. 4 trading strategies | Triple timeframe confirmation | 3 layers of account protection. Most trades close in under 30 minutes — minimal market exposure, maximum control. Wave Rider uses triple timeframe analysis (H1 trend + M15/M30 entry confirmation) to only en
Zerqon EA
Vladimir Lekhovitser
5 (1)
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
Quantum Bitcoin EA
Bogdan Ion Puscasu
4.83 (121)
Quantum Bitcoin EA : There is no such thing as impossible, it's only a matter of figuring out how to do it! Step into the future of Bitcoin trading with Quantum Bitcoin EA , the latest masterpiece from one of the top MQL5 sellers. Designed for traders who demand performance, precision, and stability, Quantum Bitcoin redefines what's possible in the volatile world of cryptocurrency. IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup i
ArtQuant Gold
Miguel Angel Vico Alba
4.45 (22)
ArtQuant Gold is a professional Expert Advisor for MetaTrader 5 , developed exclusively for automated trading on Gold / XAUUSD and compatible with common broker-specific gold symbol variants. The EA is built around a structured multi-module grid-based trading engine , designed to manage exposure, cycle control, execution filters and virtual trade protection through a simplified and professional user interface. ArtQuant Gold is intended for traders who want a dedicated XAUUSD automated system wit
Gold House MT5
Chen Jia Qi
4.59 (49)
Gold House — Gold Swing Breakout Trading  Price increase coming soon. Only a few licenses remain at the current price (3/100) . Next target price: $999. Live signals: Profit Priority mode : https://www.mql5.com/en/signals/2359124 BE priority mode :  https://www.mql5.com/en/signals/2372604 Important: After purchasing, please remember to send us a private message to receive the recommended parameters, instructions, precautions, and usage tips. (MQL5 messaging):   https://www.mql5.com/en/users/wa
Osloma Gold
Uttam Kumar Nandeibam
4.56 (9)
Get it TODAY for just $299 !  Many members have asked for a discount, and since individual discounts are not possible, I am opening a FLAT 40% OFF SALE for 48 hours only . Once this period ends, the price will return to $499 . Live Signal 01 ( ICMarkets) : https://www.mql5.com/en/signals/2372291  ( Capital : $500 |   Fix Lot : 0.02) Product Price : $499 for NEXT 10 buyers only  * Price will be updated to $599 after this.  Osloma Gold (OG) is a dynamic market-structure based Expert Advisor desi
Neurox AI
Stanislav Tomilov
5 (1)
Neurox AI — The Future of Gold Trading Powered by Multi-Module Neural Intelligence After almost two years of active AI hype, one thing has become clear: simple generative models such as ChatGPT and similar systems do not work as real trading engines. They can explain, write text, generate ideas, or assist with analysis, but they are still mainly assistants — not professional trading algorithms by themselves. In 2026, the most promising results in algorithmic trading came not from one large unive
Impulse MT5
Simon Reeves
5 (1)
Are you ready to power up your Gold trading? Impulse by Starpoint Trading — A dual-strategy gold EA that waits for the perfect shot. Introductory Price of 199 USD to run for 1 week, until 7th June 2026. Regular price: 299 USD Impulse is a momentum grid EA designed exclusively for XAUUSD, combining two independently developed entry strategies into a single unified grid framework. 2 momentum-based scalper strategies | Dual-timeframe confirmation | Bar-close execution | Smart virtual take profit E
Gold Safe EA
Anton Zverev
4 (10)
Live Signal:   https://www.mql5.com/en/signals/2360479 Timeframe:   M1 Currency pair:   XAUUSD Gold Safe EA Manual: https://www.mql5.com/ru/blogs/post/770312 Varko Technologies   is not a business, it is a philosophy of freedom. I am interested in long-term cooperation and building a reputation. My goal is to continuously improve and optimize the product to meet changing market conditions. Gold Safe EA   - the algorithm uses several strategies simultaneously, the main philosophy is an emphasi
Lizard
Marco Scherer
4.56 (9)
WHAT IS LIZARD? Lizard is a fully automated Expert Advisor developed exclusively for XAUUSD (Gold) on MetaTrader 5. It uses a multi-strategy swing breakout system that identifies significant structural levels on the chart and places pending stop orders at precisely calculated entry points. No martingale. No grid. No averaging. Every trade has a defined stop loss and take profit and is actively managed by a multi-layered exit system — automatically, around the clock. Live Signal — Track real per
AnE
Thi Ngoc Tram Le
4.8 (5)
ANE — Gold Grid Expert Advisor ANE is a fully automated Expert Advisor designed for trading XAUUSD (Gold) on the M15 timeframe using a grid-based averaging strategy . Important: Test the EA on a demo account first to understand the behavior of the averaging system before running it on a live account. Live Signal ANE Official Channel Trading Strategy ANE manages positions as a group. It opens additional trades to optimize the average entry price when conditions allow, then closes the entire bask
Gold Snap
Chen Jia Qi
4.56 (9)
Gold Snap — A Fast Profit Capture System for Gold Live Signal: https://www.mql5.com/en/signals/2362714 Live Signal2: https://www.mql5.com/en/signals/2372603 Only 3 copies remaining at the current price. The price will be increased soon. Important: After purchasing, please contact us by private message to receive the user guide, recommended settings, usage notes, and update support.  https://www.mql5.com/en/users/walter2008 Welcome to join our MQL5 channel for product updates and trading insi
Akali
Yahia Mohamed Hassan Mohamed
3.14 (85)
LIVE SIGNAL: Click here to view live performance IMPORTANT: READ THE GUIDE FIRST It is critical that you read the setup guide before using this EA to understand the broker requirements, strategy modes and the smart approach. Click here to read the Official Akali EA Guide Overview Akali EA is a high-precision scalping Expert Advisor designed specifically for Gold (XAUUSD). It utilizes an extremely tight trailing stop algorithm to secure profits instantly during periods of high volatility. Thi
Sharkyra Gold
Nico Demus Sitepu
5 (3)
Only 10  copies left at current  price!,  Next Price 9 99 USD.   T he newest and powerful  Sharkyra  Gold  MT5  of Expert Advisors. My specifically designed to run on the XAUUSD/GOLD pair. Sharkyra  Gold   EA  is a fully automated trading system designed for traders who love speed, accuracy, and consistency. Built with a smart  logic  engine, this EA takes advantage of micro market movements and executes trades with lightning-fast precision making it perfect for volatile market sessions.   Shark
Harmonia MT5
Mauro Augello
5 (10)
Harmonia is an Expert Advisor developed exclusively for XAUUSD. It integrates  eight independent strategies with TP/SL, each activated according to specific market conditions and timeframe behavior. The EA manages entries and filters automatically, aiming for precise, disciplined, and controlled execution. Its logic is focused on detecting high-probability signals, without using grid, martingale, or averaging techniques. Every trade is opened with a predefined Stop Loss and Take Profit , ensurin
More from author
M1 Gold Scalper EA
Achmad Benny
2.33 (3)
M1 Gold Scalper EA is a professional Expert Advisor built exclusively for XAUUSD (Gold) on MetaTrader 5. It places a pair of pending buy-stop and sell-stop orders on every new bar, captures breakout moves, and manages the trade automatically from entry through to exit — including a full bidirectional recovery grid when price moves against the initial position. Every feature in this EA was refined through live trading across multiple brokers. The code handles 2-digit and 3-digit gold brokers tr
Propfirm Master is a fully automated Expert Advisor built specifically for traders who participate in prop firm challenges on MetaTrader 5. It uses a high/low breakout strategy — placing a BuyStop and a SellStop on every new bar — and manages each trade automatically from entry to exit. A built-in risk engine monitors your daily profit and loss limits in real time, closes all trades the moment a limit is hit, and locks trading for the rest of the day — so you never violate your challenge rules b
Trend Filter Line is a trend-following tool designed to help traders identify the market's core direction with surgical precision. Based on the popular Two-Pole Filter logic, this indicator eliminates market "noise" and provides a clear, color-coded visualization of the prevailing trend. Whether you are a scalper, day trader, or swing trader, the Trend Filter Line Pro acts as your primary decision-making filter—ensuring you never trade against the momentum. How It Works The indicator uses a s
FREE
M1 Scalper Sniper: The Ultimate Trend & Volume Visualizer Trading the 1-minute (M1) timeframe can be a nightmare of market noise and "fakeouts," especially on volatile assets like Gold (XAUUSD) and Bitcoin (BTCUSD) . The M1 Scalper Sniper was engineered to solve this problem by combining institutional volume analysis with ultra-smoothed price action. Unlike standard indicators that lag or clutter your screen, the M1 Scalper Sniper uses a wickless "brick" system to show you the "meat" of the tr
M1 Hft Oco
Achmad Benny
M1 HFT OCO is a fully automated scalping Expert Advisor for MetaTrader 5, non-martingale strategy and designed to trade any symbol on the M1 timeframe. It places a pair of pending Buy Stop and Sell Stop orders at the start of every new candle, captures the breakout in whichever direction price moves, and manages the trade automatically from entry through to exit — including a smart trailing stop that locks in profit as the move continues. Every feature was designed with live execution in mind.
Trend Friend Gold is a fully automated channel breakout Expert Advisor for MetaTrader 5, non-martingale strategy designed to take the emotion out of trading by following a disciplined. Trend-following breakout strategy specifically for Gold (XAUUSD). At the open of every new candle it measures the recent price channel, waits for a valid confirmed breakout in either direction, and enters a trade with precision — managing it automatically from entry through to exit with a configurable trailing sto
Dai Dai
Achmad Benny
Dai Dai is a fully automated grid Expert Advisor for MetaTrader 5, built based on Stochastic divergence entries and a dynamically spaced grid that adapts to live market volatility. It opens the first position only when a confirmed divergence signal appears, then manages the open basket automatically — adding grid orders as price moves against it and closing the entire basket the moment a combined profit target in dollars is reached. The EA offers a choice between Martingale lot scaling and a fix
Filter:
No reviews
Reply to review