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.
Рекомендуем также
Советник S&P 500 Scalper — это инновационный инструмент, разработанный для трейдеров, желающих успешно торговать индексом S&P 500. Этот индекс является одним из наиболее широко используемых и престижных индикаторов американского фондового рынка, включающий 500 крупнейших компаний США. Особенности: Автоматизированные торговые решения: Советник основан на передовых алгоритмах и техническом анализе, позволяющих автоматически адаптировать стратегию к изменяющимся рыночным условиям. Разносторонний п
| 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 EA Эксперт для MetaTrader 5 | Мульти-символьная торговля по уровням Support & Resistance с трендовой логикой Обзор Classic SNR Breakout EA - это профессиональный торговый робот, который определяет структурные уровни поддержки и сопротивления (Support & Resistance) с использованием дневных точек разворота и совершает сделки на основе ценового действия часового таймфрейма (H1) относительно этих уровней. EA применяет   двойную логику : на восходящем тренде продает при отбое (закрытии H1
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
Оптимизирован для EURUSD Запускать на М5 Внутридневная торговля. разработан для работы с движениями цены на TimeFrame Н1 (торговля даже в отсутствие глобальной тенденции цены). Анализирует 2 или 3 TimeFrame-а. На каждом TF ЕА анализирует взаимоположение цены и средних скользящих MovingAvarage (МА) (одна или две на каждом TF). Алгоритм работы показан на скриншоте Сеты в комментах Преимущества хорошо оптимизируется для любого инструмента в любой момент рынка Возможность гибкой настройки конкретн
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
Aegis DAX Scalper EA is a MetaTrader 5 Expert Advisor designed for short-term trading on GER40/DAX40. The system combines a M5 trend filter with M1 pullback entries, RSI confirmation, candle structure analysis, spread filtering, volatility filtering and automated trade management. The EA does not use grid, martingale or recovery basket logic. Each trade is opened with a real stop loss and managed through break-even and trailing stop rules. Version 1.01 includes improved compatibility with di
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
Финансовый Робот SolarTrade Suite: LaunchPad Market Expert - предназначенный для открытия торговых сделок! Это торговый робот, который использует особые инновационные и передовые алгоритмы для рассчета своих значений, Ваш Помошник в Мире Финансовых Рынков. Испольуйте наш набор индикаторов из серии SolarTrade Suite чтобы лучше выбрать момент для запуска этого робота. Проверьте другие наши продукты из серии SolarTrade Suite внизу описания. Хотите уверенно ориентироваться в мире инвестиций и фи
Matrix Arrow EA MT5
Juvenille Emperor Limited
5 (7)
Matrix Arrow EA MT5  - уникальный советник, который может торговать по сигналам  MT5 индикатора Matrix Arrow  с помощью торговой панели на графике, вручную или на 100% автоматически.  Индикатор Matrix Arrow MT5  будет определять текущую тенденцию на ранних этапах, собирая информацию и данные от до 10 стандартных индикаторов, а именно: Индекс среднего направленного движения (ADX), Индекс товарного канала (CCI), Классические свечи Heiken Ashi, Скользящая средняя, Дивергенция схождения скользящих
Phoenix Midas
Alvaro Albillos Gutierrez
Phoenix Midas is an order-flow Expert Advisor built specifically for XAUUSD (Gold) on the M15 timeframe. It reads market structure through synthetic order-flow analysis — volume delta, volume profile (POC / value area) and liquidity behaviour — to time entries on two complementary setups, and it manages every trade with a fixed, pre-defined risk. Built-in news filtering and prop-firm risk controls make it suitable for both personal accounts and funded-challenge environments. WHAT IT IS NOT
XGen Scalper MT5 — профессиональная автоматическая торговая система XGen Scalper — это передовой экспертный советник, который сочетает в себе передовую алгоритмическую структуру и проверенный технический анализ, обеспечивая стабильные результаты на всех рынках. Эта мощная торговая система бесперебойно работает с валютными парами, драгоценными металлами, такими как золото и серебро, криптовалютами и индексами сырьевых товаров. Передовая алгоритмическая технология Запатентованный алгоритм скан
Hamster Scalping mt5
Ramil Minniakhmetov
4.71 (241)
Hamster Scalping - полностью автоматический торговый советник. Стратегия ночной скальпинг. В качестве входов используется индикатор RSI и фильтр по ATR. Для работы советника требуется хеджинговый тип счета. ВАЖНО! Свяжитесь со мной сразу после покупки, чтобы получить инструкции и бонус! Мониторинг реальной работы, а также другие мои разработки можно посмотреть тут: https://www.mql5.com/ru/users/mechanic/seller Общие рекомендации Минимальный депозит 100 долларов, используйте ECN счета с минимальн
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.
GoldSpire MT5
Mohamed Gaith Mouzeik
5 (4)
GoldSpire MT5 — это профессиональный Grid и Basket Expert Advisor для MetaTrader 5, разработанный для торговли XAUUSD / Gold. EA сочетает контролируемое grid-управление, адаптивные рыночные фильтры и встроенные защитные функции для структурированного и риск-ориентированного управления торговыми циклами. Live Signal: https://www.mql5.com/ru/signals/2377351 GoldSpire MT5 не является простым grid-роботом, который постоянно открывает позиции. EA анализирует текущее рыночное окружение и адаптирует св
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
TOOP1 Swing is a fully automated Expert Advisor specifically engineered for trading Gold (XAUUSD) on the M5 timeframe. Built upon a short-term swing trend-following strategy, this Expert Advisor operates with a strict risk management philosophy: a complete rejection of Martingale and Grid strategies. Every single market execution consists of only one trade with explicit, predefined Take Profit (TP) and Stop Loss (SL) levels set immediately at order initiation. Live signal Early Bird Launch Offer
ZŁOTO XAU ARRAK EA GOLD XAU ARRAK EA — это автоматический торговый советник для MetaTrader 5, разработанный в первую очередь для торговли золотом / XAUUSD. Советник использует внутренний фильтр направления рынка, чтобы определять текущий рыночный уклон и управлять позициями в соответствии с активным направлением. Система создана для трейдеров, которым нужен автоматизированный инструмент для торговли золотом с управлением с графика, контролем позиций, сеточными функциями, виртуальными TP/SL и пра
Sonic R Pro Enhanced EA - Версия 2025 249$ только для первых 5 покупателей! Live Сигнал Проверьте реальную производительность Sonic R Pro Enhanced: Торговая стратегия Sonic R Pro Enhanced — это обновленная версия классической стратегии Sonic R, которая автоматизирует сделки на основе Dragon Band (EMA 34 и EMA 89) и использует усовершенствованные алгоритмы для максимальной эффективности. Таймфреймы: M15, M30 Поддерживаемые пары: XAUUSD, BTCUSD, AUDJPY, USDJPY Стиль торговли: Свинг-трейд
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
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
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
FiboBreakout Gold 5M EA – High-Precision Algorithmic Trading for XAUUSD FiboBreakout Gold 5M is an advanced, fully automated Expert Advisor engineered specifically to exploit the high volatility of Gold ( XAUUSD ) on the 5-minute (5M) timeframe. By combining classic Fibonacci breakout mechanics with modern algorithmic filters, this EA captures explosive intraday moves while strictly protecting your capital. Key Features ("The Good Stuff") Dynamic Fibonacci Engine: The EA continuously scans a
Внимание, трейдеры платины! XPTUSD Trend Protected EA не открывает сделки случайным образом. Он входит только тогда, когда тренд силен и рынок подтверждает движение. Избегает шумных колебаний и случайных движений, разрушающих счета. Умное управление риском: снижает экспозицию после убытков и использует выигрышные серии. Каждая сделка независима — без мартингейла, сетки и хеджирования. Прогрессивный трейлинг-стоп защищает прибыль, не мешая тренду развиваться. Адаптируется под сессии Лондона, Нью
Meteoro
Gabriel Joel Dos Passos
FORCE CANDLE PRO MT5 робот импульсной торговли созданный чтобы с дисциплиной и ясностью захватывать сильные движения он входит только когда рынок печатает настоящую свечу силы доминирующее тело контролируемая противоположная тень чтение объективное исполнение уверенное никакой мишуры никаких внешних зависимостей без мартингейла без сетки ПОЧЕМУ FORCE CANDLE PRO ВЫДЕЛЯЕТСЯ он ищет момент когда энергия цены концентрируется в одной сильной свече в такие моменты вероятность продолжения как правило р
FREE
Aurum Intraday EA
Rodrigo Leonardo Favreau Giuliodoro
Aurum Intraday EA – Advanced Gold Trading Algorithm The Aurum Intraday EA is a powerful automated trading system designed specifically for Gold (XAUUSD) traders who want to capture strong intraday movements while maintaining full control over risk and strategy configuration. Built with a robust algorithm and optimized for H1 and H4 timeframes (H4 recommended) , this Expert Advisor is capable of identifying high-probability opportunities in the gold market and executing trades with precision and
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
С этим продуктом покупают
Scalping Robot Pro is a professional trading system designed specifically for fast and precise scalping on XAUUSD using the M1 timeframe. The system is built to capture short term market movements with accurate execution and controlled risk management. It focuses on real time price behavior, momentum shifts, short term volatility, and selective grid based trade management techniques to identify high probability trading opportunities in the gold market. Scalping Robot Pro is optimized for traders
ВАЖНЫЙ   : Этот пакет будет продаваться по текущей цене только в очень ограниченном количестве экземпляров.    Цена очень быстро вырастет до 1999$    Включено более 100 стратегий   , и их будет еще больше! БОНУС   : При цене 1499$ или выше — выберите  5     моих других советника бесплатно!  ВСЕ ФАЙЛЫ НАБОРА ПОЛНОЕ РУКОВОДСТВО ПО НАСТРОЙКЕ И ОПТИМИЗАЦИИ ВИДЕО РУКОВОДСТВО ЖИВЫЕ СИГНАЛЫ ОБЗОР (третья сторона) NEW - VERSION 5.0 - ONECHARTSETUP NEW - 30-STRATEGIES LIVE SIGNAL Добро пожаловать в И
Zerqon EA
Vladimir Lekhovitser
3.65 (23)
Торговый сигнал в реальном времени Публичный мониторинг торговой активности в режиме реального времени: https://www.mql5.com/ru/signals/2372719 Официальная информация Профиль продавца Официальный канал Руководство пользователя Инструкции по установке и использованию: Открыть руководство пользователя Zerqon EA — это адаптивный экспертный советник, разработанный специально для торговли XAUUSD. Стратегия основана на модели нейронной сети Deep LSTM, интегрированной через ONNX, что позволяе
TwisterPro Scalper
Jorge Luiz Guimaraes De Araujo Dias
4.45 (118)
Меньше сделок. Лучшие сделки. Стабильность прежде всего. • Живой сигнал Режим 1   Живой сигнал Режим 2 Twister Pro EA — это высокоточный скальпинговый советник, разработанный исключительно для XAUUSD (Золото) на таймфрейме M15. Торгует реже — но каждая сделка имеет смысл. Каждый вход проходит через 5 независимых уровней проверки перед открытием ордера, что обеспечивает чрезвычайно высокую точность на стандартной конфигурации. ДВА РЕЖИМА: • Режим 1 (рекомендуется) — Очень высокая точность, ма
The Gold Reaper MT5
Profalgo Limited
4.46 (101)
ГОТОВНОСТЬ К ИСПОЛЬЗОВАНИЮ ПРОПОРЦИИ! (   скачать SETFILE   ) ПРЕДУПРЕЖДЕНИЕ: Осталось всего несколько экземпляров по текущей цене! Окончательная цена: 990$ Получите 1 советника бесплатно (на 3 торговых аккаунта) -> свяжитесь со мной после покупки Выгодное комплексное предложение     ->     нажмите здесь ПРИСОЕДИНИТЬСЯ К ОБЩЕСТВЕННОЙ ГРУППЕ:   Нажмите здесь   Сигнал в реальном времени Сигнал клиента Обзоры YouTube ПОСЛЕДНЕЕ РУКОВОДСТВО Добро пожаловать в «Золотого Жнеца»! Созданный на основе
Adaptive Gold Scalper Important Pre-notice: This strategy requires a long period of practical verification, and favorable trading returns cannot be guaranteed in the short run. Traders must select brokers with ultra-low order latency, minimal slippage and zero/low stop level requirement; poor broker conditions will lead to disastrous trading results. I have over 14 years of professional trading experience. With proper brokerage conditions and sufficient running time, this fully automated scalpi
Lizard
Marco Scherer
4.85 (26)
ЧТО ТАКОЕ LIZARD? Lizard - это полностью автоматический советник (Expert Advisor), разработанный исключительно для XAUUSD (золото) на MetaTrader 5. Он использует мультистратегическую систему пробоя на основе свингов, которая определяет ключевые структурные уровни на графике и размещает отложенные стоп-ордера в точно рассчитанных точках входа. Без мартингейла. Без сетки. Без усреднения. Каждая сделка имеет заданный Stop Loss и Take Profit и активно управляется многоуровневой системой выхода, авто
Gold Snap
Chen Jia Qi
5 (15)
Gold Snap — система быстрого захвата прибыли на золоте Реальный сигнал v2.0: https://www.mql5.com/en/signals/2379945 Живой сигнал: https://www.mql5.com/en/signals/2362714 Живой сигнал 2: https://www.mql5.com/en/signals/2372603 Осталось только 3 копии по текущей цене. Скоро цена будет повышена до $999. Важно: После покупки, пожалуйста, свяжитесь с нами через личные сообщения, чтобы получить руководство пользователя, рекомендуемые настройки, примечания по использованию и поддержку обновлений. htt
Quantum King EA
Bogdan Ion Puscasu
5 (205)
Quantum King EA — интеллектуальная мощь, усовершенствованная для каждого трейдера IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. Специальная цена запуска Живой сигнал:       КЛИКНИТЕ СЮДА Версия MT4:   ЩЕЛКНИТЕ ЗДЕСЬ Канал Quantum King:       Кликните сюда ***Купите Quantum King MT5 и получите Quantum StarMan бесплатно!*** За подробностями обращайтесь в личном сообщении! Управляйте   своей торговлей точно и
Goldwave EA MT5
Shengzu Zhong
4.73 (71)
Реальный торговый счёт   LIVE SIGNAL (IC MARKETS): https://www.mql5.com/en/signals/2339082 Данный EA использует абсолютно ту же торговую логику и те же правила исполнения, что и верифицированный сигнал реальной торговли, представленный на MQL5.При использовании рекомендованных и оптимизированных настроек, а также при работе с надёжным ECN / RAW-spread брокером (например, IC Markets или TMGM) , поведение EA в реальной торговле спроектировано таким образом, чтобы максимально соответствовать струк
Mavrik Scalper
Vladimir Lekhovitser
5 (1)
Торговый сигнал в реальном времени Публичный мониторинг торговой активности в режиме реального времени: https://www.mql5.com/ru/signals/2378119 Официальная информация Профиль продавца Официальный канал Руководство пользователя Инструкции по установке и использованию: Открыть руководство пользователя Mavrik Scalper представляет новое поколение торговых советников, разработанных на основе архитектуры нейронной сети Hybrid Attention. В отличие от традиционных алгоритмических стратегий, к
My Last Strategy
Inrexea Limited
5 (4)
MY LAST STRATEGY One engine. Every candle. Every session. Phase 1 – Limited Release Only 179/ 200  copies left. Once all copies are sold, this product will be delisted and no longer available for purchase. All Phase 1 buyers are invited to our private Discord server , where they receive continued updates, optimizations, and direct feedback support. Contact us after purchasing the product for comprehensive instructions and guidance on how to use one of our Slap all News products. TEN YEARS, DIST
AXIO Gold EA
Shengzu Zhong
4.6 (10)
AXIO GOLD EA MT5 Ссылка на реальный торговый сигнал MQL5 https://www.mql5.com/en/signals/2378982?source=Site+Signals+My AXIO GOLD EA MT5 — это автоматическая торговая система, разработанная специально для торговли золотом XAUUSD на платформе MetaTrader 5. Этот советник использует ту же логику и те же правила исполнения, что и проверенный реальный сигнал, представленный на MQL5. При использовании рекомендованных оптимизированных настроек у надежного брокера с ECN/RAW-спредом, например TMGM , пове
Gold House MT5
Chen Jia Qi
4.73 (56)
Gold House — Система торговли на пробоях свинг-структуры золота Один советник. Три торговых режима. Выберите тот, который подходит именно вам. Без сетки. Без мартингейла. Цена будет увеличиваться на 50 долларов после каждых 10 покупок. Окончательная запланированная цена: 1 999 долларов. Торговые сигналы в реальном времени: Адаптивный режим: https://www.mql5.com/en/signals/2379287 Режим Profit Priority: https://www.mql5.com/en/signals/2359124 Режим BE Priority:  https://www.mql5.com/en/signals/
Smart Gold Hunter
Barbaros Bulent Kortarla
5 (17)
Smart Gold Hunter — это Expert Advisor для торговли XAUUSD / Gold на MetaTrader 5. Он создан для трейдеров, которые предпочитают советник по золоту без сетки, без мартингейла, с реальными Stop Loss и Take Profit, а также с контролируемым управлением риском. Вы можете проверить live-сигналы перед покупкой: Live Signal - IC Markets: https://www.mql5.com/en/signals/2365400?source=Site +Signals+My Live Signal - Ultima Markets: https://www.mql5.com/en/signals/2376242?source=Site +Signals+My Smart Go
NEXORION: Initium Novum — Детерминированная логика и алгоритмический синтез NEXORION — это аналитический комплекс институционального уровня, базирующийся на строгих математических алгоритмах обработки ликвидности. В основу проекта заложена концепция прозрачности вычислений: советник преобразует хаотичные котировки в структурированные геометрические зоны, визуализируя процесс принятия решений непосредственно на торговом графике. Мониторинг в реальном времени https://www.mql5.com/es/signals/237233
Straddle
Ayush Saraf
5 (3)
Straddle — это полностью автоматизированный торговый советник, построенный на одной дисциплинированной идее: когда рынок готов к движению, будь готов с обеих сторон и позволь самой цене нажать на курок. Разработанный и закалённый командой трейдеров с многолетним опытом реальной торговли золотом, он превращает эту с трудом добытую интуицию в чёткую, повторяемую модель — работающую без колебаний, без эмоций и без ожидания разрешения от новостей. Проверено там, где это важно — на рынке, в реальном
Smart Gold Impulse
Barbaros Bulent Kortarla
5 (4)
Smart Gold Impulse теперь доступен на этапе специального раннего запуска. Это советник (EA), который я сейчас использую с впечатляющими результатами на своем реальном сигнальном счете в Ultima Markets. Вы можете проверить текущую доходность в результатах живых сигналов Ultima, где Smart Gold Impulse уже продемонстрировал очень сильный потенциал в реальных рыночных условиях. Тот же сет-файл (set file), который используется на моем реальном счете в Ultima, будет предоставлен исключительно поку''
Impulse MT5
Simon Reeves
5 (12)
Are you ready to power up your Gold trading? Impulse by Starpoint Trading — A five-strategy gold EA that waits for the perfect shot. Live Signal (High Risk) Vantage AU:  https://www.mql5.com/en/signals/2375861 Live Signal (Medium Risk) Vantage AU:  https://www.mql5.com/en/signals/2380200 Impulse is a momentum grid EA built exclusively for XAUUSD. Five independently developed entry strategies hunt for setups; one unified grid framework manages every trade. 5 momentum-based strategies | Two-sided
Scalper speed with sniper entries. Built for Gold. Wave Rider 5.0 is coming - look at the  Announcement 40% OFF for one week only 349 USD to celebrate  WR 5.0, which will be available on  17.7.2026 for   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, maxi
Quantum Bitcoin EA
Bogdan Ion Puscasu
4.83 (126)
Quantum Bitcoin EA   : нет ничего невозможного, вопрос лишь в том, как это сделать! Шагните в будущее торговли   биткойнами   с   Quantum Bitcoin EA   , последним шедевром от одного из лучших продавцов MQL5. Разработанный для трейдеров, которым нужна производительность, точность и стабильность, Quantum Bitcoin переопределяет возможности в изменчивом мире криптовалют. ВАЖНО!   После покупки отправьте мне личное сообщение, чтобы получить руководство по установке и инструкции по настройке. Цена
Cortex Aurex
Vladimir Mametov
5 (2)
Это полностью автоматический советник (Expert Advisor) для MetaTrader 5, разработанный специально для торговли золотом (XAUUSD). Его торговая логика построена с учетом особенностей рынка золота: высокой волатильности, резких ценовых движений и быстрых разворотов. Советник автоматизирует торговлю в условиях, где особенно важны скорость реакции, дисциплина и точное управление позициями. Основное внимание уделено грамотному сопровождению сделок, быстрому реагированию на изменения рынка и контролиру
Chiroptera
Rob Josephus Maria Janssen
4.55 (47)
Prop Firm Ready! Chiroptera is a non-martingale, non-grid, multi-currency Expert Advisor that operates in the quiet hours of the night. It uses single-placed trades (of all 28 pairs!) with tactically placed Take Profits and Stop Losses, that are continuously adjusted to maximize gains and minimize losses. It keeps track of past and upcoming news reports to ensure impacts are minimized and carefully measures real-time volatility to prevent impacts due to unpredictable geo-political disturbances c
Pulse Engine
Jimmy Peter Eriksson
3.94 (32)
ОБНОВЛЕНИЕ - ОСТАЛОСЬ ВСЕГО НЕСКОЛЬКО ЭКЗЕМПЛЯРОВ ПО ТЕКУЩЕЙ ЦЕНЕ! Главная цель этой системы — долговременная работа в режиме реального времени без использования каких-либо рискованных мартингейлов или сеток.  ОЧЕНЬ ОГРАНИЧЕННОЕ КОЛИЧЕСТВО ЭКЗЕМПЛЯРОВ ПО ТЕКУЩЕЙ ЦЕНЕ Окончательная цена: 1499 долларов США [Сигнал в реальном времени]    |    [Результаты тестирования]    |    [Руководство по настройке]    |    [Результаты FTMO] Другой подход к торговле Торговая система Pulse Engine не использует н
XG Gold Robot MT5
MQL TOOLS SL
4.25 (110)
The XG Gold Robot MT5 is specially designed for Gold. We decided to include this EA in our offering after extensive testing . XG Gold Robot and works perfectly with the XAUUSD, GOLD, XAUEUR pairs. XG Gold Robot has been created for all traders who like to Trade in Gold and includes additional a function that displays weekly Gold levels with the minimum and maximum displayed in the panel as well as on the chart, which will help you in manual trading. It’s a strategy based on Price Action, Cycle S
Vex Gold EA
Lars Laeremans
5 (5)
No grid. No martingale. One trade at a time, fixed risk on every entry. 4 months live on a real account, 0.4% max drawdown on Low and High risk signal. Last copies at current price. Next: $249 Planned final price $599. Live Trading Signal: BlackBull Live Signal   BlackBull Live HIGH risk New public channel with upcoming updates and broker-by-broker comparisons https://www.mql5.com/en/channels/vexgoldea Setup instructions and usage guidelines View user manual Defined rules. Fixed risk.
TNG Gold
Dilwyn Tng
5 (2)
Золото нового поколения (The Next Generation Gold) Живые сигналы: VT Markets | Exness | HFM Получите 1 лицензию на аккаунт Quant Lattice при покупке TNG Gold в период с 2026-07-02 по 2026-07-09 Скальпинговый алгоритм Золота нового поколения (TNG Gold), разработанный исключительно для золота. Он использует дисциплинированный, прозрачный подход — чистые входы, ограниченный риск и честное исполнение. Каждая сделка открывается и управляется по правилам, а не по наитию. Вход. Точные отложенные с
Logan MT5
Thierry Ouellet
5 (1)
ONLY 10 COPIES LEFT AT 149$ ! Price will go up to 249$ ON JULY 17TH  for the next 100 sales, then 499$ being the final price. Logan MT5 isn't your typical Gold Grid EA that blindly opens trade after trade, consuming your margin and putting your capital at unnecessary risk. Instead, it patiently waits for high-probability entry opportunities and uses an intelligent recovery system that combines ATR-based grid spacing with dynamic lot progression . This allows it to withstand adverse market move
Byrdi
William Brandon Autry
5 (19)
BYRDI. Мультиактивный торговый интеллект на основе mesh-сети. Большинство советников торгуют на одном графике за раз. BYRDI управляет целой сетью. Каждый график становится узлом. Каждый узел может торговать своим символом, счётом, брокером, моделью ИИ, профилем риска и режимом управления позициями. Mesh-сеть объединяет их в одну согласованную систему. Форекс. Золото. Металлы. Индексы. Криптовалюта. Нефть. Синтетические инструменты, где их поддерживает брокер. Один трейдер. Множество рынков. Одн
SixtyNine EA
Farzad Saadatinia
5 (2)
SixtyNine EA – Экспертный советник для торговли золотом на MetaTrader 5, оснащённый 6 интегрированными стратегическими слоями, предустановленным Stop Loss в каждой сделке и чистой торговой структурой без Martingale, Recovery-систем и Grid-торговли. Публичный Live Signal: старт $500, фиксированный 0.02 лота, рост 500%+, более 20 недель работы Публичный Live Signal является главным доказательством работы SixtyNine EA . Счёт был запущен с балансом $500 , использовался фиксированный размер лота 0.0
Другие продукты этого автора
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 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
Фильтр:
Нет отзывов
Ответ на отзыв