GridDuo Pro

GridDuo Pro — Dual-Side Grid Martingale EA with Smart Pair Close

GridDuo Pro is a fully automated Expert Advisor built around a dual-sided grid strategy. It opens both BUY and SELL positions simultaneously at the init price, then uses Martingale to scale into the losing side as the price moves. Profitable positions are locked through an intelligent Batch Pair Close system that combines the oldest losing position with multiple profitable positions to offset the loss — inspired by the Sure-Fire hedging method.

⚠ WARNING: This EA uses Martingale and hedging techniques. These strategies involve significant risk. Past performance is not indicative of future results. Always test thoroughly on a demo account before using on a live account.

────────────────────────────────────────
KEY FEATURES
────────────────────────────────────────

✦ Dual-Side Grid
Opens BUY + SELL simultaneously. Martingale adds to the losing side as price moves, while the winning side acts as a natural hedge.

✦ Batch Pair Close
Closes the oldest (losing) position together with the top N most profitable positions. Combined profit must meet the MinPairProfit threshold before closing. This reduces drawdown progressively without waiting for a full basket recovery.

✦ Dynamic Grid Step
Automatically widens the grid spacing when total basket lot size exceeds a threshold — reducing order frequency and exposure as the position grows.

✦ Grouped Lot Mode
Alternative to classic Martingale: lots increase every N levels instead of every level. For example, 4 positions at 0.01 lot, then 4 positions at 0.02 lot. Produces a much lower drawdown curve.

✦ Rolling Hedge
After a pair close removes the hedge, the EA can immediately reopen a new hedge at the current price. Optionally, a profitable hedge can be closed (locking profit) and reopened at the current market price to reset entry closer to the action.

✦ Currency Strength Filter
Uses RSI-basket across 7 major pairs per currency to determine relative strength. Supports Dual Timeframe analysis (HTF bias + LTF timing) and Mean-Revert or Trend-Follow modes.

✦ Lock Profit / Trailing Stop
Activates a trailing profit floor once the basket reaches a target. The floor rises with each new peak — protecting accumulated gains without closing prematurely.

✦ News Filter
Uses the MT5 built-in Economic Calendar to pause trading before and after high-impact news events. Automatically disabled in Strategy Tester.

✦ Session Filter
Restrict trading to specific hours of the day.

✦ Live Dashboard
Detailed on-chart panel showing: market data, P/L in pips and USD, grid levels, risk metrics, trailing lock status, currency strength signal, news filter status, and pair close statistics.

✦ Orphan Recovery
If the EA is restarted or reattached while positions are open, it automatically detects and adopts those positions back into the grid — no manual intervention needed.

────────────────────────────────────────
RECOMMENDED SETTINGS
────────────────────────────────────────

EURUSD (conservative):
  GridStep = 30, MaxGridLevels = 8, BaseLot = 0.01
  LotMultiplier = 1.5, MaxLot = 0.5
  MaxDrawdownPct = 20, MinCapital = $1,000

XAUUSD / Gold:
  GridStep = 150, MaxGridLevels = 5, BaseLot = 0.01
  LotMultiplier = 1.3, MaxLot = 0.10
  MaxDrawdownPct = 10, PipSizeOverride = 0.1, MinCapital = $3,000

────────────────────────────────────────
INPUT PARAMETERS
────────────────────────────────────────

=== Grid Settings ===

GridStep
  Grid spacing between levels (pip). Recommended: 20–40 for Forex, 150–200 for Gold.

MaxGridLevels
  Maximum number of grid levels opened per side (BUY and SELL independently).
  Recommended: 8–12. Higher values increase potential recovery but raise margin requirements.

PipSizeOverride
  Manual override for pip size. Set to 0 for auto-detection.
  Use 0.01 for JPY pairs, 0.10 for Gold if grid spacing appears incorrect.

UseDynamicStep
  Enable automatic grid step expansion when total lot size grows.

DynStep_LotTrigger
  Total basket lot size threshold that triggers the dynamic step expansion.

DynStep_Multiplier
  Factor by which GridStep is multiplied once the trigger is reached (e.g. 2.0 = double the step).

=== Take Profit ===

TpMode
  Choose between Dollar ($) or Pips (basket-weighted) profit target mode.

ProfitTargetUSD
  Basket profit target in USD. Used when TpMode = Dollar.

ProfitTargetPips
  Basket profit target in pips (basket-weighted). Used when TpMode = Pips.

=== Martingale Settings ===

BaseLot
  Lot size for the first grid level (L0). All subsequent lots are derived from this.

LotMultiplier
  Multiplier applied per level (Martingale mode) or per group (Grouped mode).

MaxLot
  Hard cap on lot size per individual position. Prevents runaway lot escalation.

LotMode
  LOT_MARTINGALE: lot increases every level (L0=0.01, L1=0.02, L2=0.04...).
  LOT_GROUPED: lot increases every GroupSize levels (4×0.01, 4×0.02, 4×0.04...).
  Grouped mode produces significantly lower drawdown.

GroupSize
  Number of levels sharing the same lot size in LOT_GROUPED mode.

=== Trade Direction ===

TradeDirection
  DIR_BOTH: open BUY and SELL simultaneously (recommended for hedging).
  DIR_BUY: BUY only.
  DIR_SELL: SELL only.

UseCurrStrength
  Enable the Currency Strength filter to bias direction based on RSI basket analysis.
  Automatically disabled for non-Forex symbols (Gold, Crypto, Indices).

CsMode
  CS_MEAN_REVERT: buy when oversold, sell when overbought (recommended for grid).
  CS_TREND_FOLLOW: buy when currency is strong, sell when weak.

StrengthRsiPeriod
  RSI period used for each pair in the currency strength basket (default: 14).

UseDualTF
  Use two timeframes for currency strength analysis: one for overall bias, one for entry timing.

StrengthTF_High
  Higher timeframe for trend bias (default: H4).

StrengthTF_Low
  Lower timeframe for entry timing (default: H1).

StrengthTF
  Single timeframe used when UseDualTF = false.

HtfBiasWeight
  Lot multiplier applied to the signal side when HTF and LTF signals conflict.

OversoldLevel
  RSI level below which the currency is considered oversold → BUY signal (Mean-Revert mode).

OverboughtLevel
  RSI level above which the currency is considered overbought → SELL signal (Mean-Revert mode).

StrengthThreshold
  Minimum difference in strength values required to generate a Trend-Follow direction signal.

UseLotBias
  Apply a lot multiplier to the signal side while still opening both sides.

BiasMult
  Lot multiplier for the signal-side position (e.g. 1.5 = 50% larger lot on signal side).

UseReversalUnlock
  Automatically unlock the direction bias when price reverses by ReversalPips.

ReversalPips
  Pip distance required for a price reversal to unlock the direction lock.

=== Risk Management ===

MaxDrawdownPct
  Maximum equity drawdown percentage. EA closes all positions when breached.
  Recommended: 15–25% for Forex, 8–12% for Gold.

MaxMarginUsePct
  Maximum margin usage percentage. New orders are blocked above this level.

CloseOnDD
  Close all positions immediately when MaxDrawdownPct is reached.

MaxSpreadPips
  Maximum allowed spread to open new positions. Protects against high-spread conditions.

=== Lock Profit / Trailing ===

UseLockProfit
  Enable the trailing profit lock feature.

LockActivateAt
  Profit level at which the trailing lock activates (in TpMode units).

LockMinProfit
  Minimum profit floor that the trailing lock protects.

TrailingStep
  Amount by which the profit floor rises with each new basket peak.

=== Partial Close ===

UsePartialClose
  Enable the Batch Pair Close system.

MinPairProfit
  Minimum combined profit ($) required to trigger a pair close.
  Negative values (e.g. -2.0) allow closing at a small loss to free margin.

PairCloseCooldown
  Seconds to wait after a pair close before ManageGrid can open new positions.
  Prevents rapid reopening at the same price. Recommended: 30–60 seconds.

BatchSize
  Maximum number of profitable positions combined with the oldest to meet the threshold.
  BatchSize=1: classic pair close. BatchSize=3–5: recommended for large lot baskets.

ReHedgeAfterClose
  When true: if a pair close removes all SELL positions, immediately open a new SELL
  hedge at the current price (and vice versa). Uses BaseLot only.

UseRollingHedge
  When true: if a hedge position reaches RollingHedgeProfit, close it (locking profit)
  and reopen a new hedge at the current market price to reset the entry level.

RollingHedgeProfit
  Profit threshold ($) at which a hedge position is rolled to the current price.

PairCloseOnce
  Limit to one pair close event per grid cycle.

ShowPairCloseLog
  Print pair close activity details to the MT5 journal.

=== Trade Settings ===

MagicNumber
  Unique identifier for this EA's orders. Use a different number for each chart instance.

Slippage
  Maximum allowed slippage in points when executing orders.

TradeEnabled
  Master switch. Set to false to pause all new order activity while keeping monitoring active.

=== Dashboard ===

ShowDashboard
  Show or hide the on-chart information panel.

DashX / DashY
  Dashboard panel position on the chart (pixels from top-left corner).

ColBuy / ColSell / ColProfit / ColLoss / ColNeutral / ColHeader / ColBg / ColBorder
  Color customization for the dashboard panel elements.

=== Chart Style ===

ApplyChartStyle
  Apply a custom dark chart style (candle colors, background, grid).

CandleBullBody / CandleBullWick / CandleBearBody / CandleBearWick
  Colors for bullish and bearish candlestick bodies and wicks.

ChartBg / ChartFg / ChartAxis / ShowChartGrid
  Chart background, foreground, axis color, and grid line visibility.

=== Session Filter ===

UseSessionFilter
  Restrict new order opening to a defined time window.

SessionStartHour / SessionEndHour
  Trading session start and end hour (server time, 0–23).

=== News Filter ===

UseNewsFilter
  Pause new order activity around high-impact economic news events.
  Uses the MT5 built-in Economic Calendar. Automatically disabled in Strategy Tester.

NewsMinutesBefore
  Minutes before a news event to stop opening new orders.

NewsMinutesAfter
  Minutes after a news event before resuming new orders.

FilterHighImpact
  Block trading around high-impact news events.

FilterMediumImpact
  Block trading around medium-impact news events.

CloseOnNews
  Close all open positions when the news filter activates.


────────────────────────────────────────
SUPPORTED SYMBOLS & RECOMMENDED SETTINGS
────────────────────────────────────────

GridDuo Pro works on any symbol available on your broker.
All parameters adapt automatically to the symbol's pip size and tick value.
Below are tested configurations for the most common instruments.

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
EURUSD — Standard Account
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
A well-ranging pair with moderate volatility (~70–90 pip/day).
Works well with default settings. Currency Strength filter
helps avoid strong USD or EUR trend days.

  AccountPreset     = STANDARD
  GridStep          = 20–30       pip
  MaxGridLevels     = 8–10
  BaseLot           = 0.01
  LotMultiplier     = 1.5
  MaxLot            = 0.50
  TpMode            = Dollar
  ProfitTargetUSD   = 5.0
  MinPairProfit     = -2.0
  MaxDrawdownPct    = 20
  UseCurrStrength   = true
  CsMode            = Contrarian  (Mean-Revert)
  Minimum capital   = $500 (conservative) / $1,000 (recommended)


━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
GBPUSD — Standard Account
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Higher volatility than EURUSD (~100–130 pip/day). Wider grid
step recommended to avoid excessive order frequency.

  AccountPreset     = STANDARD
  GridStep          = 30–40       pip
  MaxGridLevels     = 8
  BaseLot           = 0.01
  LotMultiplier     = 1.5
  MaxLot            = 0.30
  TpMode            = Dollar
  ProfitTargetUSD   = 5.0
  MinPairProfit     = -3.0
  MaxDrawdownPct    = 20
  Minimum capital   = $800 (conservative) / $1,500 (recommended)


━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
USDJPY / EURJPY — Standard Account
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
JPY pairs require PipSizeOverride = 0.01 if grid spacing
appears too tight or too wide after attaching the EA.

  AccountPreset     = STANDARD
  PipSizeOverride   = 0.01        ← required for JPY pairs
  GridStep          = 20–30       pip
  MaxGridLevels     = 8
  BaseLot           = 0.01
  LotMultiplier     = 1.5
  MaxLot            = 0.50
  MaxDrawdownPct    = 20
  Minimum capital   = $600


━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
XAUUSD (Gold) — Standard Account
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Gold moves 15–30 pip/minute during active sessions. A wide
grid step is essential. Currency Strength is automatically
disabled for Gold. Use a conservative lot multiplier and
strict drawdown limit.

  AccountPreset     = STANDARD
  PipSizeOverride   = 0.10        ← required for Gold
  GridStep          = 150–200     pip
  MaxGridLevels     = 4–5
  BaseLot           = 0.01
  LotMultiplier     = 1.3
  MaxLot            = 0.10
  TpMode            = Dollar
  ProfitTargetUSD   = 10.0
  MinPairProfit     = -5.0
  MaxDrawdownPct    = 10          ← tighter DD for Gold
  BatchSize         = 5
  Minimum capital   = $2,000 (conservative) / $5,000 (recommended)


━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
XAUUSD (Gold) — Cent Account
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
A cent account lets you trade Gold with a much smaller real
capital while maintaining the same grid logic. All dollar-based
inputs are entered as if on a standard account — the EA
multiplies them by 100 internally to match the cent currency.

HOW IT WORKS:
  You enter ProfitTargetUSD = 10
  EA internally uses 1000 cents = $10 real money

  AccountPreset     = CENT        ← key setting
  PipSizeOverride   = 0.10
  GridStep          = 150–200     pip
  MaxGridLevels     = 4–5
  BaseLot           = 0.01
  LotMultiplier     = 1.3
  MaxLot            = 0.10
  TpMode            = Dollar
  ProfitTargetUSD   = 10          (= 1000¢ = $10 real)
  MinPairProfit     = -5          (= -500¢ = -$5 real)
  LockActivateAt    = 5           (= 500¢ = $5 real)
  LockMinProfit     = 1           (= 100¢ = $1 real)
  RollingHedgeProfit= 50          (= 5000¢ = $50 real)
  MaxDrawdownPct    = 10          (percentage — unchanged)
  BatchSize         = 5
  Minimum capital   = ¢20,000 ($200 real) to ¢50,000 ($500 real)

NOTE: Parameters that use pip or percentage (GridStep,
MaxDrawdownPct, MaxSpreadPips, LotMultiplier) are never
scaled — they work identically on both account types.


━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
US30 / NAS100 / DAX — Indices
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Indices have wide intraday ranges and can trend strongly.
Use a larger grid step and stricter drawdown limit.
PipSizeOverride depends on broker — check the pip value
shown in the dashboard after attaching.

  AccountPreset     = STANDARD
  PipSizeOverride   = 1.0         (verify after attach)
  GridStep          = 50–100      pip
  MaxGridLevels     = 4
  BaseLot           = 0.01
  LotMultiplier     = 1.3
  MaxLot            = 0.05
  MaxDrawdownPct    = 8
  UseDynamicStep    = true        ← recommended for indices
  DynStep_LotTrigger= 0.05
  DynStep_Multiplier= 2.0
  Minimum capital   = $3,000


━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
BTCUSD / ETHUSD — Crypto
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Extremely volatile. Grid trading on crypto is high risk.
Use the widest grid step and lowest possible lot size.
Recommended for experienced users only.

  AccountPreset     = STANDARD
  PipSizeOverride   = 1.0
  GridStep          = 500–1000    pip
  MaxGridLevels     = 3
  BaseLot           = 0.01
  LotMultiplier     = 1.2
  MaxLot            = 0.02
  MaxDrawdownPct    = 5
  Minimum capital   = $5,000+


────────────────────────────────────────
UNDERSTANDING THE DASHBOARD
────────────────────────────────────────

The on-chart panel displays real-time information in sections:

  MARKET           Current price, spread, direction, grid cycle count
  PROFIT / LOSS    Float P/L in pip and USD, TP target, progress bar
  POSITIONS        Open BUY/SELL count and lot sizes
  GRID LEVELS      Filled levels per side, next trigger price, dynamic step status
  RISK MONITOR     Equity drawdown % and margin usage % with visual bars
  TRAILING LOCK    Lock status, current peak P/L and profit floor
  CURRENCY STRENGTH EUR/USD strength values and direction signal
  NEWS FILTER      Filter status and next blocked event
  PAIR CLOSE       Status, number of pairs closed, total locked profit

Account type (STANDARD or CENT) is shown at the bottom of the panel.
Recommended products
US500 Scalper
Sergey Batudayev
The S&P 500 Scalper Advisor is an innovative tool designed for traders who want to successfully trade the S&P 500 Index. The index is one of the most widely used and prestigious indicators of the American stock market, comprising the 500 largest companies in the United States. Peculiarities: Automated trading solutions:   The advisor is based on advanced algorithms and technical analysis to automatically adapt the strategy to changing market conditions. Versatile approach:   The advisor combine
| 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
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
Magic EA MT5
Kyra Nickaline Watson-gordon
Magic EA is an Expert Advisor based on Scalping, Elliot Waves and with filters such as RSI, Stochastic and 3 other strategies managed and decided with the robot smartly. Large number of inputs and settings are tested and optimized and embedded in the program thus inputs are limited and very simple. Using EA doesn't need any professional information or Forex Trading Knowledge. EA can trade on all symbols and all time frames, using special and unique strategies developed by the author. The EA w
Cyclone Intraday
Mikhail Mitin
5 (1)
How the EA works (simple explanation) Trades on M5 timeframe Uses H1 timeframe to analyze global market context Analyzes 2 or 3 timeframes simultaneously On each timeframe: Checks price position relative to one or two Moving Averages Evaluates MA angle and distance between price and MA Entry logic is based on trend + volatility conditions , not on random signals The full algorithm is illustrated in the screenshots. Recommended usage Symbol: EURUSD Timeframe: M5 Trading style: Intraday
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
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
Matrix Arrow EA MT5
Juvenille Emperor Limited
5 (7)
Matrix Arrow EA MT5  is a unique expert advisor that can trade the  Matrix Arrow Indicator's MT5   signals with a trade panel on the chart, manually or 100% automatically.  Matrix Arrow Indicator MT5  will determine the current trend at its early stages, gathering information and data from up to 10 standard indicators, which are: Average Directional Movement Index (ADX), Commodity Channel Index (CCI), Classic Heiken Ashi candles, Moving Average, Moving Average Convergence Divergence (MACD), Rela
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
Hamster Scalping mt5
Ramil Minniakhmetov
4.71 (239)
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
Stormer RSI 2
Ricardo Rodrigues Lucca
This strategy was learned from Stormer to be used on B3. Basically, 15 minutes before closing the market, it will check RSI and decided if it will open an position. This strategy do not define a stop loss. If the take profit reach the entry price it will close at market the position. The same happens if the maximal number of days is reached. It is created to brazilian people, so all configuration are in portuguese. Sorry Activations allowed have been set to 50.
Bolic Eagle EA
Almaquio Ferreira De Souza Junior
Bolic Eagle EA - Advanced Parabolic SAR-Driven Trading Algorithm Overview Bolic Eagle EA is a sophisticated algorithmic trading solution designed for traders seeking a highly adaptable and automated system rooted in the Parabolic SAR indicator. This Expert Advisor (EA) is crafted to identify and capitalize on market reversals by utilizing the precision of the Parabolic SAR, enhanced with optional trend confirmation tools, advanced risk management protocols, and unique features such as email no
YenSync
Michael Prescott Burney
1 (1)
YenSync is an advanced trading system for the USDJPY H1 chart, evolving from the core logic of the proven Fuji Wave system. Designed specifically to adapt to the unique rhythm of the USDJPY pair, YenSync emphasizes precise entry timing, trend synchronization, and controlled exposure across varying volatility conditions. This system leverages internal momentum tracking and directional alignment filters to engage with clean, sustained market movements while minimizing reaction to short-term noise.
Sonic R Pro Enhanced EA - Version 2025 $249 Only for the First 5 Buyers! Live Signal Check the live performance of Sonic R Pro Enhanced: Live Sonic R Trading Strategy Sonic R Pro Enhanced is an upgraded version of the traditional Sonic R strategy, automating trades based on the Dragon Band (EMA 34 and EMA 89) and incorporating advanced algorithms to maximize performance. Timeframes: M15, M30 Supported Pairs: XAUUSD, BTCUSD, AUDJPY, USDJPY Trading Style: Swing Trading - Pullback & Counter-
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
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
The Gold Buyer
Moses Aboliwen Aduboa
Ride the Gold Trend with a Simple Buy-Only EA The  EA is a fully automated Buy-Only Expert Advisor for MetaTrader 5. It is designed to capture upward market opportunities with safe risk management and seamless execution. Why Traders Choose It: Best performance on Gold (XAUUSD) – highly liquid and trending. Buy-Only EA – focuses purely on long positions. Plug & Play setup – attach and let it trade automatically. Built-in Stop Loss & Take Profit protection. Smart one-position contro
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
Srfire Hedge Position
Javier Antonio Gomez Miranda
SRFire Hedge Position - Automated Trading Strategy SRFire Hedge Position is an Expert Advisor (EA) designed to ensure trades always close in profit using a hedging and scaling technique. Here’s how it works: How It Works: Trade Initiation: The EA opens a Buy position within a predefined channel. Simultaneously, it places a Sell Stop order below the channel with double the lot size of the Buy position. If the Buy position hits the Take Profit (TP), the Sell Stop order is canceled, and the proces
Announcement: All EAs (Expert Advisors) from QuanticX are currently available for free, but only for a limited time! To enjoy a Lifetime QuanticX support and continue receiving free EAs, we kindly request you to leave a review and track the performance of our EAs on Myfxbook. Additionally, don't hesitate to reach out to us for exclusive bonuses on EAs and personalized support. Seaguard by QuanticX Step into the cutting-edge domain of QuanticX , a leading FinTech startup reshaping the landscape
VWAP Reversion Bot
Paul Hendrik Zietsman
Intraday VWAP Reversion Strategy with HTF Bias Control and Advanced Risk Management A structured mean-reversion Expert Advisor designed for disciplined intraday trading. It combines anchored VWAP logic with higher-timeframe EMA bias, volatility filtering, and strict trade management rules. Built for traders who value risk control as much as entries. Core Strategy Logic The EA trades mean reversion around daily-anchored VWAP using: M1-based anchored VWAP (daily reset) Standard deviation st
FREE
LegendFX MT5
Andrey Barinov
5 (1)
LegendFX is a professional trading solution designed to analyze market behavior using advanced Pattern Recognition and intelligent trade-selection logic. It identifies high-probability trading opportunities and executes trades according to the current market conditions. Highlights Institution-grade analytics => advanced market projections and filtering of trading conditions Reliable execution + monitoring of Terminal Connection and AutoTrading status Clear EA status dashboard displayed directly
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
Meteoro
Gabriel Joel Dos Passos
FORCE CANDLE PRO MT5 Leave your feedback and rate it, then send me a message and I'll send you the tested parameters. a momentum robot built to capture strong moves with discipline and clarity it trades only when the market prints a true force candle dominant body controlled opposite wick objective reading and firm execution no fluff no external dependencies no martingale no grid WHY FORCE CANDLE PRO STANDS OUT it looks for the moment when price energy concentrates in one strong candle when that
FREE
Quantum SNI
Wassayos Phuthadthom
5 (1)
Quantum SNI — Precision Setup & Smart Profit System RR 1:15 Launch Promotion — Price increases by $50 every 10 sold. Lock in the lowest price now before the next automatic price adjustment. Early access is highly recommended. ​Quantum SNI is a highly disciplined trading system built for MetaTrader 5. It does not rely on random, high-frequency, or continuous market exposure. Instead, the EA operates on a strictly guarded, proprietary logic. It patiently monitors the chart and only executes trade
Ay Xauusd Expert
Atsuko Yamashita
Ay XAUUSD Expert Gold-specialized M15 Trend Auto-Trading EA|Stable Scalping & Day Trading The new standard for gold auto-trading! High-precision trend detection × steady profit logic × consistent upward results! “Ay XAUUSD Expert” is a high-performance trend EA specifically designed for gold (XAUUSD) on the M15 timeframe. It features a proprietary algorithm that stays strong even in volatile, fast-moving markets. <Key Features> M15 dedicated, gold-focused EA (auto-trading for XAUUSD) Unique l
GOLD Ranger EA
Arati Vivek Kamthe
NO GRID | NO MARTINGALE | 1:1 RISK-REWARD RATIO | NO AI STUNT |  Welcome to GOLD Ranger EA! GOLD Ranger EA is designed specifically for trading the XAUUSD pair in low-volatility, ranging markets, providing a safer, controlled approach to gold trading. Built without complex AI or risky strategies, it’s a straightforward, reliable system, by the people who are trading in forex as a team from more than 9 years. Live Signal: High Risk (2% Per Trade)   https://www.mql5.com/en/signals/2268757 Intro
Launch price: $250 - only 8 copies remaining at this tier. The price increases by $50 after every 10 purchases. Final price: $1999. Live signal Roboforex: CLICK HERE Aurum Imperator was created for traders who value precision over noise. Instead of chasing every symbol and every market phase, it focuses on a single mission: trading AUDCAD through a refined mean reversion model built for MetaTrader 5. The system combines RSI confirmation, moving average distance analysis, ATR logic, daily/weekl
RSI Grid MT5
Joseph Anthony Aya-ay Yutig
GET OTHER EAs FOR FREE!!!  GET OTHER EAs FOR FREE!!!  GET OTHER EAs FOR FREE!!!  GET OTHER EAs FOR FREE!!!  GET OTHER EAs FOR FREE!!!  RSI Grid is based on the RSI overbought and oversold conditions and opens a grid when the trade is on the losing side of the market. The RSI provides technical traders with signals about bullish and bearish price momentum, and it is often plotted beneath the graph of an asset’s price. An asset is usually considered overbought when the RSI is above 70% and overso
Gold Blaster Smart Scalper EA
Himanshu Mukeshbhai Bhatt
Blaster Gold EA is a hybrid gold robot combining RSI-based precision entries with a smart scalper for extra profit. It opens controlled main trades with fixed DCA layers, auto-profit closing, gap protection and optional news filter. Ultra-safe with preset risk modes and strict 1-main + 1-scalper trade control. Designed for stable XAUUSD automation with strong recovery and consistent profit flow. How it work, RSI Two-Layer EA   is a refined, high-precision automated trading system built for tra
Buyers of this product also purchase
Quantum Queen MT5
Bogdan Ion Puscasu
4.98 (630)
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 (47)
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
Pulse Engine
Jimmy Peter Eriksson
4.4 (20)
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.79 (140)
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
TwisterPro Scalper
Jorge Luiz Guimaraes De Araujo Dias
4.34 (86)
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
BB Return mt5
Leonid Arkhipov
4.54 (118)
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
Quantum King EA
Bogdan Ion Puscasu
4.99 (190)
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
Byrdi
William Brandon Autry
5 (10)
Introducing BYRDI – Distributed Trading Intelligence Built as a Living Mesh. Most trading systems run in isolation. One terminal. One symbol. One decision at a time. No awareness of anything happening anywhere else. BYRDI is different. Built by the developer who pioneered AI-integrated retail trading EAs on MQL5. BYRDI is a mesh node network. Multiple instances running across multiple terminals, brokers, and accounts, all communicating with each other in real time. Each node operates independen
Chiroptera
Rob Josephus Maria Janssen
4.79 (29)
Prop Firm Ready! Chiroptera is a non-martingale, multi-currency Expert Advisor that operates in the quiet hours of the night. It uses single-placed trades 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 caused by Tweets and other ad-
Goldwave EA MT5
Shengzu Zhong
4.69 (49)
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
The Gold Reaper MT5
Profalgo Limited
4.5 (96)
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
ArtQuant Gold
Miguel Angel Vico Alba
4.5 (14)
$699 — Final onboarding week The original 48-hour offer has been extended for one final week because many users discovered ArtQuant Gold only during the weekend. Extended until: Monday, June 1, 2026 — 00:00 Madrid time / CEST / UTC+2 After this period, the price is planned to increase. Public Market price for everyone. No private discounts. Description ArtQuant Gold is an Expert Advisor designed exclusively for trading Gold / XAUUSD or the equivalent gold symbol used by your broker. The EA uses
Nexorion Initium Novum EA
Valentina Zhuchkova
5 (6)
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
Osloma Gold
Uttam Kumar Nandeibam
4.56 (9)
Live Signal Link : https://www.mql5.com/en/signals/2372291     Discount Price : $399 for NEXT 2 buyers only  * Price will be updated to $599 after this.  Public Group (Join for Discussion):  https://www.mql5.com/en/messages/01917ede71b4dc01 Osloma Gold (OG) is a dynamic market-structure based Expert Advisor designed specifically for Gold (XAUUSD) . It combines structured entry logic, multi-timeframe market analysis, and intelligent four-level grid-based trade management to identify key entry zo
Wave Rider EA MT5
Adam Hrncir
5 (25)
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
Ultimate Breakout System
Profalgo Limited
5 (38)
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
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
Gold House MT5
Chen Jia Qi
4.52 (50)
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
Gold Safe EA
Anton Zverev
4.86 (7)
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
Gold Snap
Chen Jia Qi
4.5 (8)
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 Last day of the discount promotion. 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 insights. https://www.mql5.com/en/channels/tendm
Akali
Yahia Mohamed Hassan Mohamed
3.16 (82)
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
AnE
Thi Ngoc Tram Le
4.75 (4)
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
Quantum Emperor MT5
Bogdan Ion Puscasu
4.86 (504)
Introducing   Quantum Emperor EA , the groundbreaking MQL5 expert advisor that's transforming the way you trade the prestigious GBPUSD pair! Developed by a team of experienced traders with trading experience of over 13 years. IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. ***Buy Quantum Emperor EA and you could get Quantum StarMan for free !*** Ask in private for more details Verified Signal:   Click Here MT4 Version
Vexora Nox MT5
Fatima Zohra Ed Dachraoui
Exclusive Offer Buy the MT5 version and get the MT4 version for free — double the power at no extra cost LIVE SIGNAL  :   server: Exness-MT5Real34 login: 253535361 password: meta@Fati01 contact me :  https://www.mql5.com/en/users/fatima-zohraed/news JOIN MY CHANNEL  The main goal of VEXORA NOX is to deliver consistent long term performance in gold trading without relying on risky strategies such as martingale or grid systems. No Martingale No Grid No Overexposure Limited copies available at cur
EA Legendary Multi Strategy
Vitali Vasilenka
4.83 (6)
EA Legendary Multi Strategy — A professional multi-strategy advisor. One advisor — dozens of strategies. Confirmed signals. Tight risk management. Designed for traders who value entry accuracy, flexible settings, and drawdown control. This isn't just an advisor. It's a quantum leap in algorithmic trading, where the power of collective intelligence from strategies meets the precision of artificial intelligence. Collective Intelligence: More than 12 independent trading strategies work in unison.
Zerqon EA
Vladimir Lekhovitser
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
Precise Pair Trading Pro
Arkadii Zagorulko
5 (1)
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 capture opportunities when short-term misalignments occur. Additional layers of filtering are applied to enhance consistency an
Gold OPR Killer
Ilies Zalegh
4 (13)
Gold OPR Killer — The ultimate XAUUSD scalping specialist 48-HOUR SPECIAL OFFER: Purchase Gold OPR Killer for 1199 USD and receive Gold Quantum Liquidity Scalper for free. Contact us privately for more information. I am Gold OPR Killer , an MQL5 Expert Advisor designed exclusively for professional scalping on XAUUSD . My mission is simple: to exploit gold market accelerations with speed, precision, and algorithmic discipline. I do not aim to trade constantly. I only select the cleanest, most
Lizard
Marco Scherer
5 (5)
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
Gold Trade Pro MT5
Profalgo Limited
4.33 (39)
LAUNCH PROMO: Only a few copies left at current price! Final price: 990$ Get 1 EA for free (for 2 trade accounts) -> contact me after purchase Ultimate Combo Deal   ->   click here Live signal:   https://www.mql5.com/en/signals/2084890 Live Signal high risk :  https://www.mql5.com/en/signals/2242498 Live Signal Set Prop Firm Set File JOIN PUBLIC GROUP:   Click here Parameter overview Gold Trade Pro joins the club of Gold trading EA's, but with one big difference: this is a real trading strate
More from author
NN Grid Pro
Saksit Pawapootanont
# NN Grid Pro - Grid Trading System ## Overview NN Grid Pro is a grid trading Expert Advisor with entry and exit management. The EA features 4 close modes, auto lot sizing, and works on all symbols including Forex pairs and Gold (XAUUSD). ## Key Features ### Entry System - Multi-timeframe analysis for precise entries - Price Action confirmation with candlestick patterns - Multiple indicator filters for signal quality ### 4 Close Modes 1. **Close All Together**: Closes all positions when tar
SmartEntry EA
Saksit Pawapootanont
Overview SmartEntry EA gives traders full control over any trading symbol — Gold (XAUUSD), Indices, Crypto, and Forex — with both manual and automated entry modes. The EA automatically detects the symbol type and adjusts pip/unit calculations accordingly. The built-in panel allows real-time control of every feature without restarting the EA.   Key Features Auto HG Trigger •   Automatically detects bullish M1 candles exceeding a configurable size threshold •   Mode 1 — HG Sure-Fire: Opens BUY an
Gold TrendGuard Pro
Saksit Pawapootanont
Gold TrendGuard Pro Gold TrendGuard Pro is an advanced Expert Advisor designed specifically for XAUUSD (Gold) trading. It utilizes a highly sophisticated hybrid trend-following grid system that prioritizes market momentum and deploys controlled pullback logic only when necessary. Unlike traditional, aggressive grid systems that average down blindly, this EA initiates trades using Buy Stop and Sell Stop pending orders to ride strong breakout movements. If the market experiences a temporary retrac
Filter:
No reviews
Reply to review