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.
Produits recommandés
US500 Scalper
Sergey Batudayev
Le S&P 500 Scalper Advisor est un outil innovant conçu pour les traders souhaitant trader avec succès l'indice S&P 500. Cet indice est l'un des indicateurs les plus utilisés et les plus prestigieux du marché boursier américain, regroupant les 500 plus grandes entreprises des États-Unis. Particularités : Solutions de trading automatisées :       Le conseiller s'appuie sur des algorithmes avancés et des analyses techniques pour adapter automatiquement la stratégie aux conditions changeantes du mar
| 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, AUD
SolarTrade Suite Financial Robot: LaunchPad Market Expert - conçu pour ouvrir des transactions ! Il s'agit d'un robot de trading qui utilise des algorithmes spéciaux innovants et avancés pour calculer ses valeurs, votre assistant dans le monde des marchés financiers. Utilisez notre ensemble d'indicateurs de la série SolarTrade Suite pour mieux choisir le moment de lancer ce robot. Découvrez nos autres produits de la série SolarTrade Suite en bas de la description. Vous souhaitez naviguer en
Matrix Arrow EA MT5
Juvenille Emperor Limited
5 (7)
Matrix Arrow EA MT5  est un conseiller expert unique qui peut échanger les signaux MT5 de l'indicateur Matrix Arrow avec un panneau de commerce sur le graphique, manuellement ou à 100% automatiquement.  Matrix Arrow Indicator MT5  déterminera la tendance actuelle à ses débuts, en rassemblant des informations et des données à partir d'un maximum de 10 indicateurs standard, qui sont: Indice de mouvement directionnel moyen (ADX), Indice de canal de matières premières (CCI), Bougies classiques Heik
XGen Scalper MT5 - Système de trading automatique professionnel XGen Scalper est un Expert Advisor de pointe qui combine une structure algorithmique avancée et une analyse technique éprouvée pour offrir des résultats cohérents sur tous les marchés. Ce puissant système de trading fonctionne sans problème sur les paires de devises, les métaux précieux tels que l'or et l'argent, les crypto-monnaies et les indices de matières premières. Technologie algorithmique avancée Son algorithme breveté de
Hamster Scalping mt5
Ramil Minniakhmetov
4.71 (239)
Hamster Scalping est un conseiller commercial entièrement automatique. Stratégie de scalping de nuit. L'indicateur RSI et le filtre ATR sont utilisés comme entrées. L'Expert Advisor requiert un type de compte de couverture. IMPORTANT! Contactez-moi immédiatement après l'achat pour recevoir des instructions et un bonus ! Le suivi du travail réel, ainsi que mes autres développements sont consultables ici : https://www.mql5.com/en/users/mechanic/seller Recommandations générales Dépôt minimum de 10
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)
Synchronisation circulaire       YenSync est un système de trading avancé pour les graphiques horaires USD/JPY, développé à partir de la logique éprouvée de Fujinami Systems. Il a été spécifiquement conçu pour gérer les fluctuations de prix uniques de la paire de devises USD/JPY et se concentre sur une entrée de marché précise, la synchronisation des tendances et la gestion des risques dans diverses conditions de volatilité. Ce système utilise des filtres internes de suivi de la dynamique et d'a
Sonic R Pro Enhanced EA - Version 2025 Sonic R Pro Enhanced EA - Version 2025 249$ seulement pour les 5 premiers acheteurs ! Signal en direct Vérifiez la performance en direct de Sonic R Pro Enhanced : Stratégie de Trading Sonic R Pro Enhanced est une version améliorée de la stratégie Sonic R, automatisant les opérations basées sur le Dragon Band (EMA 34 et EMA 89) et intégrant des algorithmes avancés pour maximiser la performance. Unités de temps : M15, M30 Paires supportées : XAUUSD,
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
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
SIMPLIFY TRADER VX Automated Gold Trading EA for XAUUSD Simplify Trader VX is a fully automated Expert Advisor developed for XAUUSD (Gold), designed to trade with discipline, structure, and strict risk control. The EA operates on the H1 timeframe and uses a multi-filter decision engine to avoid low-quality trades and unstable market conditions. It is built for long-term use, not aggressive or high-risk trading styles. PRICING INFORMATION Current Price: $199 Note: The price may increase to $39
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
Attention traders de Platine ! XPTUSD Trend Protected EA ne trade pas n’importe quoi. Il n’ouvre des positions que lorsque la tendance est réelle et confirmée par le marché. Évite le bruit et le sur-trading qui détruisent les comptes. Gestion des risques adaptative : réduit l’exposition après des pertes et maximise les gains pendant les séries gagnantes. Chaque trade est indépendant, sans martingale, grid ou hedging. Trailing stop progressif pour protéger les profits sans limiter la tendance. S
Meteoro
Gabriel Joel Dos Passos
FORCE CANDLE PRO MT5 un robot de momentum qui capte les mouvements forts avec discipline et clarté il entre uniquement quand le marché imprime une véritable bougie de force corps dominant mèche opposée contrôlée lecture objective et exécution fiable pas de blabla pas de dépendances externes pas de martingale pas de grille POURQUOI FORCE CANDLE PRO SE DÉMARQUE il recherche le moment où l énergie du prix se concentre dans une seule bougie puissante dans ces conditions la probabilité de continuatio
FREE
MeanReversionPro
Luke Steven Fisher
MeanReversionPro — Mean Reversion Grid EA What is MeanReversionPro? Markets spend most of their time oscillating around a mean rather than trending. MeanReversionPro is built around this simple truth. It uses a Moving Average as a dynamic anchor and waits for price to move a configurable distance away — then trades the return. There is no curve-fitting, no neural network, no black box. The logic is transparent, the rules are fixed, and the risk is controlled. How It Works The Mean: A Moving Ave
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
Makfin Algo – Smart Trend-Following Expert Advisor for MT5 Makfin Algo is a sophisticated 100 parameter trend-following Expert Advisor (EA) for MetaTrader 5, engineered to deliver consistent, automated trading results while keeping risk under control. Suitable for beginners, experienced traders, and algo enthusiasts, Makfin Algo combines cutting-edge features with user-friendly operation. Key Features: • Automated Trend-Following Strategy: Detects market trends across multiple timeframes
Ay Xauusd Expert
Atsuko Yamashita
Ay XAUUSD Expert EA de trading automatique tendance pour l’or sur M15|Scalping & day trading stables La nouvelle référence du trading automatique sur l’or ! Détection de tendance très précise × logique de profit régulier × performance en hausse continue “Ay XAUUSD Expert” est un EA hautes performances, conçu exclusivement pour l’or (XAUUSD) sur le graphique M15. Il utilise un algorithme propriétaire robuste même en cas de volatilité ou de mouvements brusques. <Principales caractéristiques> EA
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
RSI Grid MT5
Joseph Anthony Aya-ay Yutig
OBTENEZ D'AUTRES EA GRATUITEMENT !!! OBTENEZ D'AUTRES EA GRATUITEMENT !!! OBTENEZ D'AUTRES EA GRATUITEMENT !!! OBTENEZ D'AUTRES EA GRATUITEMENT !!! OBTENEZ D'AUTRES EA GRATUITEMENT !!! RSI Grid est basé sur les conditions de surachat et de survente RSI et ouvre une grille lorsque le commerce est du côté perdant du marché. Le RSI fournit aux traders techniques des signaux sur la dynamique des prix haussière et baissière, et il est souvent tracé sous le graphique du prix d'un actif. Un actif est
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
Les acheteurs de ce produit ont également acheté
Quantum Queen MT5
Bogdan Ion Puscasu
4.97 (551)
Bonjour à tous les traders ! Je suis   Quantum Queen   , le joyau de la couronne de l'écosystème Quantum et le conseiller expert le mieux noté et le plus vendu de l'histoire de MQL5. Avec plus de 20 mois d'expérience en trading réel, j'ai acquis le titre incontesté de Reine de la paire XAUUSD. Ma spécialité ? L'OR. Ma mission ? Fournir des résultats de trading constants, précis et intelligents – encore et encore. IMPORTANT! After the purchase please send me a private message to receive the inst
Quantum Athena
Bogdan Ion Puscasu
5 (1)
Quantum Athena — La précision forgée par l'expérience Bonjour, traders ! Je suis   Quantum Athena   — la version allégée de la légendaire Quantum Queen, raffinée et repensée pour les conditions de marché actuelles. Je n'essaie pas d'être tout. Je me concentre sur ce qui fonctionne maintenant. Ma spécialité ? L'OR. Ma mission ? Offrir des performances de trading exceptionnelles, efficaces et intelligemment optimisées, avec la précision comme principe fondamental. IMPORTANT! After the purcha
TwisterPro Scalper
Jorge Luiz Guimaraes De Araujo Dias
4.36 (58)
Moins de trades. De meilleurs trades. La constance avant tout. • Signal en Direct Mode 1 Twister Pro EA est un Expert Advisor de scalping haute précision développé exclusivement pour XAUUSD (Or) sur le timeframe M15. Il trade moins — mais quand il le fait, c'est avec intention. Chaque entrée passe par 5 couches de validation indépendantes avant qu'un seul ordre ne soit placé, résultant en un taux de réussite extrêmement élevé sur la configuration par défaut. TROIS MODES : Mode 1 (recommandé)
Quantum King EA
Bogdan Ion Puscasu
4.98 (171)
Quantum King EA — Une puissance intelligente, optimisée pour chaque trader IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. Prix de lancement spécial Signal en direct :       CLIQUEZ ICI Version MT4 :   CLIQUEZ ICI Chaîne Quantum King :       Cliquez ici ***Achetez Quantum King MT5 et vous pourriez obtenir Quantum StarMan gratuitement !*** Demandez en privé pour plus de détails ! Gérez   votre trading avec pr
Chiroptera
Rob Josephus Maria Janssen
5 (18)
Prop Firm Ready! Chiroptera is a multi-currency, single trade 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-ho
Goldwave EA MT5
Shengzu Zhong
4.75 (36)
Compte de trading réel   LIVE SIGNAL (IC MARKETS) :  https://www.mql5.com/en/signals/2339082 Cet EA utilise exactement la même logique de trading et les mêmes règles d’exécution que le signal de trading en direct vérifié affiché sur MQL5.Lorsqu’il est utilisé avec les paramètres recommandés et optimisés, et avec un courtier ECN / RAW spread réputé (par exemple IC Markets ou TMGM) , le comportement de trading en conditions réelles de cet EA est conçu pour s’aligner étroitement sur la structure d
Gold House MT5
Chen Jia Qi
3.76 (55)
Gold House — Systeme de Trading de Cassures Swing sur l'Or Mise à jour importante de Gold House v2.1 Gold House v2.1 a été officiellement publié. Cette mise à jour ajoute 5 niveaux de risque prédéfinis, le mode BE Priority, ainsi que des paramètres de trailing SL plus flexibles. Les paramètres par défaut peuvent toujours être utilisés. Si vous préférez conserver le style original avec un potentiel de profit plus élevé, vous pouvez continuer à utiliser les paramètres par défaut. Si vous préférez
BB Return mt5
Leonid Arkhipov
5 (47)
BB Return — un Expert Advisor (EA) pour le trading de l’or (XAUUSD). Cette idée de trading a été utilisée auparavant par moi-même en trading manuel . Le cœur de la stratégie repose sur le retour du prix vers la zone des Bollinger Bands , mais pas de manière mécanique ni à chaque contact. Sur le marché de l’or, les bandes seules ne suffisent pas ; l’EA utilise donc des filtres supplémentaires afin d’écarter les conditions de marché faibles ou non exploitables. Les positions sont ouvertes uniqueme
Quantum Valkyrie
Bogdan Ion Puscasu
4.79 (135)
Valkyrie Quantique - Précision.Discipline.Exécution Réduction       Prix.   Le prix augmentera de 50 $ à chaque tranche de 10 achats. Signal en direct :   CLIQUEZ ICI   Chaîne publique Quantum Valkyrie MQL5 :   CLIQUEZ ICI ***Achetez Quantum Valkyrie MT5 et vous pourriez obtenir Quantum Emperor ou Quantum Baron gratuitement !*** Contactez-nous en privé pour plus d'informations ! IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup
The Gold Reaper MT5
Profalgo Limited
4.52 (91)
PROP FIRM PRÊT !   (   télécharger SETFILE   ) WARNING : Il ne reste que quelques exemplaires au prix actuel ! Prix ​​final : 990$ Obtenez 1 EA gratuitement (pour 2 comptes commerciaux) -> contactez-moi après l'achat Ultimate Combo Deal   ->   click here JOIN PUBLIC GROUP:   Click here Live Signal YouTube Reviews Bienvenue chez le Faucheur d'Or ! S'appuyant sur le très réussi Goldtrade Pro, cet EA a été conçu pour fonctionner sur plusieurs périodes en même temps et a la possibilité de défini
AXIO Gold EA
Shengzu Zhong
5 (2)
AXIO GOLD EA MT5 Compte réel de trading SIGNAL EN DIRECT EC MARKETS : https://www.mql5.com/en/signals/2366982?source=Site+Signals+My#!tab=account Cet EA utilise la même logique et les mêmes règles d'exécution que le signal réel vérifié présenté sur MQL5. Lorsqu'il est utilisé avec les paramètres recommandés et optimisés chez un courtier fiable à spread ECN/RAW, tel que IC Markets ou TMGM , le comportement de trading en temps réel de l'EA est conçu pour refléter au plus près la structure des tran
Akali
Yahia Mohamed Hassan Mohamed
3.49 (73)
LIVE SIGNAL: Cliquez ici pour voir la performance en direct IMPORTANT : LISEZ D'ABORD LE GUIDE Il est essentiel que vous lisiez le guide de configuration avant d'utiliser cet EA pour comprendre les exigences du courtier, les modes de stratégie et l'approche intelligente. Cliquez ici pour lire le Guide Officiel Akali EA Vue d'ensemble Akali EA est un Expert Advisor de scalping de haute précision conçu spécifiquement pour l'Or (XAUUSD). Il utilise un algorithme de trailing stop extrêmement serré p
Full Throttle DMX
Stanislav Tomilov
5 (6)
Pleine puissance DMX - Une vraie stratégie,  de vrais résultats   Full Throttle DMX est un conseiller expert (EA) de trading multidevises conçu pour les paires EUR/USD, AUD/USD, NZD/USD, EUR/GBP et AUD/NZD. Ce système repose sur une approche de trading classique, utilisant des indicateurs techniques reconnus et une logique de marché éprouvée. L'EA intègre 10 stratégies indépendantes, chacune conçue pour identifier différentes conditions et opportunités de marché. Contrairement à de nombreux syst
Ultimate Breakout System
Profalgo Limited
5 (33)
IMPORTANT   : Ce package ne sera vendu au prix actuel que pour un nombre très limité d'exemplaires.    Le prix va monter à 1499$ très rapidement    +100 stratégies incluses   et plus à venir ! BONUS   : À partir de 999$ ou plus --> choisissez  5     de mes autres EA gratuitement !  TOUS LES FICHIERS CONFIGURÉS GUIDE COMPLET DE CONFIGURATION ET D'OPTIMISATION GUIDE VIDÉO SIGNAUX EN DIRECT EXAMEN (tiers) NEW - VERSION 5.0 - ONECHARTSETUP Bienvenue dans le SYSTÈME D'ÉCLATEMENT ULTIME ! Je suis
Gold Snap
Chen Jia Qi
2.33 (3)
Gold Snap — Système de capture rapide des profits sur l’or Promotion de lancement — phase d’introduction limitée Gold Snap est actuellement disponible à un prix spécial de lancement. Le prix continuera d’augmenter lors des prochaines étapes, avec 999 $ comme prochain objectif majeur. Les premiers acheteurs bénéficieront du meilleur avantage tarifaire. Signal en direct : https://www.mql5.com/zh/signals/2362714 Afin d’éviter que les performances réelles ne soient affectées par des différences dan
The Gold Phantom
Profalgo Limited
4.57 (30)
PROP SOCIÉTÉ PRÊTE ! -->   TÉLÉCHARGEZ TOUS LES FICHIERS DU KIT AVERTISSEMENT: Il ne reste que quelques exemplaires au prix actuel ! Prix ​​final : 990 $ NOUVEAU (à partir de 399 $ seulement)   : Choisissez 1 EA gratuit ! (limité à 2 numéros de comptes de trading, tous mes EA sauf UBS) Offre combinée ultime     ->     cliquez ici REJOIGNEZ LE GROUPE PUBLIC :   Cliquez ici   Signal en direct Signal en direct 2 !! LE FANTÔME D'OR EST LÀ !! Après l'immense succès de The Gold Reaper, je suis ext
Grabber Bot
Ihor Otkydach
5 (1)
Grabber Bot — est un Expert Advisor entièrement automatisé, basé sur la logique éprouvée du système Grabber System, qui a déjà reçu reconnaissance et évaluations positives de la part des traders sur la plateforme MQL5 Market. L’idée de créer cet EA repose sur une expérience réelle de trading et sur les retours des utilisateurs. De nombreux traders utilisant la version manuelle du Grabber System ont rencontré les mêmes problèmes : les signaux apparaissent lorsque le trader dort ou est très occupé
Quantum Bitcoin EA
Bogdan Ion Puscasu
4.79 (121)
Quantum Bitcoin EA   : Il n'y a rien d'impossible, il s'agit simplement de trouver comment le faire ! Entrez dans le futur du trading   Bitcoin   avec   Quantum Bitcoin EA   , le dernier chef-d'œuvre de l'un des meilleurs vendeurs MQL5. Conçu pour les traders qui exigent performance, précision et stabilité, Quantum Bitcoin redéfinit ce qui est possible dans le monde volatil des crypto-monnaies. IMPORTANT !   Après l'achat, veuillez m'envoyer un message privé pour recevoir le manuel d'installa
Wave Rider EA MT5
Adam Hrncir
5 (18)
Scalper speed with sniper entries. Built for Gold. Last (3) copies at  379 USD  |   final   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
AI Gold Scalp Pro
Ho Tuan Thang
4.3 (10)
VOUS VOULEZ LES MÊMES RÉSULTATS QUE MON SIGNAL EN DIRECT ?   Utilisez exactement les mêmes courtiers que moi :   IC MARKETS  &  I C TRADING .  Contrairement au marché boursier centralisé, le Forex n'a pas de flux de prix unique et unifié.  Chaque courtier obtient de la liquidité auprès de différents fournisseurs, créant des flux de données uniques. Les autres courtiers ne peuvent atteindre qu'une performance de trading équivalente à 60-80%. SIGNAL EN DIRECT Canal de Trading Forex EA sur MQL5 : 
Rixa
Anton Kondratev
RIXA   est un EA ouvert entièrement automatisé et à multiples facettes pour identifier les vulnérabilités du marché de l'OR ! Not        Grid       , Not        Martingale    ,    Not      "   AI"         , Not      "   Neural Network" ,    Not      "   Machine Learning"    ,     Not     "ChatGPT"   ,     Not       Unrealistically Perfect Backtests  Tickmill REAL   :   https://www.mql5.com/en/signals/2369893 Vantage REAL :  https://www.mql5.com/en/signals/2371098 RIXA    Community :       www.mq
Beatrix Miner MT5
Azil Al Azizul
2 (7)
Introducing the Beatrix Series Expert Advisor, the Beatrix Miner MT5 EA. The Beatrix Miner MT5 EA performs analysis based on trend-following concepts using Bollinger Band and Moving Average indicators, as well as Price Action in executing trades. The analysis is also based on multi-timeframe analysis.  |        Live Signal         | |         IC_Markets_setfile         | Regarding the Setfile, the most important part to pay attention to is the Maximum Spread parameter. You may need to adjust thi
Smart Owl FX
Ivan Bebikov
5 (8)
This is a sophisticated multicurrency trading algorithm designed to operate with surgical precision during the quiet hours of the Asian session. While the market sleeps, the "Smart Owl" hunts for opportunities using advanced mean-reversion logic tailored for low-volatility periods. This Expert Advisor relies on market structure analysis rather than dangerous strategies like martingale or grid. Every trade is calculated to maximize statistical probability. Set File IC/Vantage/Tickmil..set -----
Gold Zilla AI MT5
Christophe Pa Trouillas
5 (8)
Générez des rendements contrôlés avec un EA assisté par Grok AI , diversifié en risque et optimisé pour l'Or . GoldZILLA AI est un algorithme multi-stratégies qui détecte les régimes de marché pour sélectionner dynamiquement parmi cinq stratégies distinctes, optimisant les rendements tout en minimisant le drawdown sur XAUUSD. [   Live Signal   ] - [  Dedicated group   | Version   MT5   -   MT4   ] Après l'achat, veuillez m'envoyer un message privé pour recevoir le manuel d'utilisation et les ins
AI Gold Trading MT5
Ho Tuan Thang
3.93 (40)
VOUS VOULEZ LES MÊMES RÉSULTATS QUE MON SIGNAL EN DIRECT ?   Utilisez exactement les mêmes courtiers que moi :   IC MARKETS  &  I C TRADING .  Contrairement au marché boursier centralisé, le Forex n'a pas de flux de prix unique et unifié.  Chaque courtier s'approvisionne en liquidités auprès de différents fournisseurs, créant ainsi des flux de données uniques. D'autres courtiers ne peuvent atteindre qu'une performance de trading équivalente à 60-80 %     Chaîne Forex EA Trading sur MQL5 :  Rejoi
Gold Trade Pro MT5
Profalgo Limited
4.3 (37)
Lancer la promo ! Plus que quelques exemplaires à 449$! Prochain prix : 599$ Prix ​​final : 999$ Obtenez 1 EA gratuitement (pour 2 comptes commerciaux) -> contactez-moi après l'achat 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 rejoint le club des EA de Gold trading, mais avec un
GoldBaron XauUsd EA MT5
Mikhail Sergeev
4.5 (8)
"GoldBaron" est un robot de trading entièrement automatique conçu pour le trading d'or (XAUUSD). Pour 6 mois de négociation sur un compte réel, l'expert a pu gagner 2000% de profit. Chaque mois, l'expert gagnait plus de 60%. Il suffit d'installer un expert commercial sur le graphique horaire (H1) de XAUUSD et de voir le pouvoir de prédire les prix futurs de l'or. Pour un début agressif assez 200$. Dépôt recommandé de 500$. Assurez-vous d'utiliser des comptes de couverture. Il y a un an, nous avo
Wall Street Robot MT5
MQL TOOLS SL
5 (1)
Wall Street Robot is a professional trading system developed exclusively for US stock indices, focused on S&P500 and Dow Jones. These markets are known for their high liquidity, structured movements and strong reaction to global economic flows, making them ideal for algorithmic trading strategies based on precision and discipline. By concentrating only on these indices, the system is able to adapt closely to their behavior, volatility patterns and intraday dynamics, instead of trying to operate
Agera
Anton Kondratev
3.44 (9)
AGERA   est un EA ouvert entièrement automatisé et à multiples facettes pour identifier les vulnérabilités du marché de l'OR ! Not        Grid       , Not        Martingale    ,    Not      "   AI"         , Not      "   Neural Network" ,    Not      "   Machine Learning"    ,     Not     "ChatGPT"   ,     Not       Unrealistically Perfect Backtests  AGERA    Community :       www.mql5.com/en/messages/01e0964ee3a9dc01 Vantage Real :    https://www.mql5.com/en/signals/2363787 Tickmill Real :    
AI Gold Sniper MT5
Ho Tuan Thang
3.84 (69)
Optimize your trading environment: To get the best results matching the live signal, it is highly recommended to use a reliable True ECN broker with low latency and tight spreads. Because Forex liquidity varies, choosing a robust broker ensures the algorithm can execute trades with maximum precision. LIVE SIGNAL & COMMUNITY Live Performance (More than 7 months):  View AI Gold Sniper Live Signal Forex EA Trading Channel:  Join my community of over 15,000 members for the latest updates and support
Plus de l'auteur
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
Filtrer:
Aucun avis
Répondre à l'avis