SMC Zones PRO EA Trade Panel

====================================================================
SMC Zones PRO EA — SMC Trade Panel & Automated Zone Engine
MetaTrader 5 Expert Advisor · Smart Money Concepts · all major symbols (Forex, Metals, Indices)
====================================================================

SMC Zones PRO EA is an on-chart TRADE PANEL combined with an
AUTOMATED Smart-Money-Concepts (SMC) ZONE ENGINE, built exclusively
for all major symbols (Forex, Metals, Indices) on MetaTrader 5.

It detects Order Blocks and Fair Value Gaps directly on the chart —
the exact detection of the "Gold SMC Zones" indicator, ported natively
into the EA, so NO external indicator is required — tracks mitigation,
higher-timeframe bias, structure (BOS) and retests, and turns the
chosen zone into a concrete Entry / SL / TP setup that you can trade
with one click or fully automatically.

Everything is controlled from one draggable dashboard. Every automated
decision is drawn on the chart (zones, Entry / SL / TP lines), so you
always see exactly what the engine is doing.

####################################################################
PART 1 — PRODUCT DESCRIPTION
####################################################################

────────────────────────────────────────────────────────────────────
THREE TOOLS IN ONE
────────────────────────────────────────────────────────────────────

1. A fast MANUAL trade panel — market & pending orders, three lot-
   sizing modes, position management (break-even, trailing, partial
   closes, reverse) and a shared basket manager.

2. A native SMC ZONE ENGINE — Order Blocks & Fair Value Gaps with
   mitigation, HTF bias, structure and retest tracking, presented as
   a ready Entry / SL / TP setup.

3. Optional AUTOMATION — AUTO TRADING places the setup for you,
   AUTO-EXIT closes on an opposite setup, and ZONE GRID ladders four
   orders into a zone with an automatic basket.

────────────────────────────────────────────────────────────────────
NATIVE SMC ZONE ENGINE
────────────────────────────────────────────────────────────────────

On every new bar the engine rescans the chart and rebuilds all zones:

- ORDER BLOCKS — the last opposite candle before a strong displacement
  move. Bullish/demand OB (buy zone) below price, bearish/supply OB
  (sell zone) above price. Optional "only after BOS" filter and a
  minimum body-size filter remove weak blocks.

- FAIR VALUE GAPS — 3-candle imbalances, optionally validated by a
  displacement candle (body >= factor x ATR).

- MITIGATION — zones consumed by price are greyed/dashed and never
  traded (by candle close or wick, your choice).

- HTF BIAS — trend on a higher timeframe (price vs. EMA); zones aligned
  with the trend are tagged "(HTF)".

Zones are drawn as filled rectangles with labels, identical to the
Gold SMC Zones indicator — so the EA and the indicator always match.

────────────────────────────────────────────────────────────────────
4 ENTRY MODES  (InpZOBEntryMode)
────────────────────────────────────────────────────────────────────

0 · FRESHEST      The most recently formed valid OB, any direction.
1 · HTF-ALIGNED   Only OBs matching the higher-timeframe trend.
2 · OB + FVG      Only OBs that overlap a same-direction FVG.
3 · MTF CONFLUENCE Direction from a weighted vote across the current
                  timeframe and its neighbours (M1-M5-M15-M30-H1-H4-D1).
                  Higher timeframes weigh more; entry only if agreement
                  >= your minimum ratio, otherwise the trade is skipped.

────────────────────────────────────────────────────────────────────
RETEST ENTRIES + BOS SCALP FILTER
────────────────────────────────────────────────────────────────────

RETEST COUNT (InpZTestsRequired) — how many times the chosen zone must
be tested before an entry is armed:
   0 = enter on first touch
   1 = wait one test, enter on the RETEST (recommended)
   2-4 = require more tests
Until the requirement is met the engine WAITS (it does not cancel the
setup when price approaches again — so you never miss the retest).

BOS SCALP (button, or InpZFreshestBOS) — in Freshest mode, take a zone
ONLY in the direction of the last Break of Structure. BOS+ = buys only,
BOS- = sells only. It stops the engine trading against the trend. The
current BOS+/BOS- is shown on the SMC header.

────────────────────────────────────────────────────────────────────
STOP-LOSS / TAKE-PROFIT — AUTOMATIC OR MANUAL
────────────────────────────────────────────────────────────────────

The TRADE tab has two fields — Stop (pips) and Target (pips) — that
also drive the SMC engine. The rule is simple:

  0        = "let the engine decide" (automatic)
  a value  = "use exactly this" (manual)

Your typed value is read BEFORE the order is placed and is NEVER
overwritten by the engine, so 0 always stays 0 and your number stays.

AUTOMATIC STOP (Stop = 0):
   SL is placed beyond the FAR edge of the zone by
   max( SL-buffer-pips , ATR x InpZSLAtrMult , InpZSLMinPts points ).
   The InpZSLMinPts value guarantees a minimum distance beyond the
   zone — "breathing room" — so a thin zone is not stopped out
   instantly after entry. Increase it for more room, decrease it for
   tighter stops.

AUTOMATIC TARGET (Target = 0):
   - SCALE off: one TP at the nearest OPPOSITE liquidity — an opposite
     Order Block OR Fair Value Gap (InpZTPUseFVG), so it targets the
     nearest real zone rather than skipping a near FVG for a distant OB.
     InpZTPMaxPts (0 = off) caps how far the auto-TP may sit — beyond
     it a fixed RR3 target is used (ideal for M1 scalping).
   - SCALE on: a TP1 / TP2 / TP3 reward ladder.

MANUAL:  Stop > 0  -> SL = entry -/+ Stop pips
         Target > 0 -> TP = entry +/- Target pips

Example (SELL @ 4048.51, InpZSLMinPts = 200 = 2.00):
   Stop 0, Target 0   -> auto SL ~ 4057+, auto TP at nearest bull zone
   Stop 300, Target 600 -> SL 4051.51, TP 4042.51 (your exact values)
(On gold, 2-digit pricing: 1 pip = 1 point = 0.01.)

────────────────────────────────────────────────────────────────────
ZONE GRID  (4x DCA)
────────────────────────────────────────────────────────────────────

The GRID 4x button turns a single entry into a four-order ladder that
averages into the zone:

- The band from ENTRY to SL is split into 4 EQUAL steps. Four limit
  orders sit at the entry and at 1/4, 2/4, 3/4 of the way to the SL;
  the SL is the equal 5th step (gap between limits = gap to the SL).
- Each rung uses your panel lot.
- Enabling GRID auto-enables BASKET with a shared SL (the far edge) and
  TP (the opposite zone).
- Only valid limits are placed (below Ask for buys, above Bid for
  sells).
- AUTO-CLEAN: when any rung fills and the trade later closes, all
  remaining un-filled limits are cancelled automatically. Turning GRID
  off also removes its pending limits. An anti-stacking guard blocks a
  second grid while one is active.

────────────────────────────────────────────────────────────────────
BASKET MANAGER
────────────────────────────────────────────────────────────────────

Treats several positions as one:
- Combined break-even, direction and volume.
- A common Stop and Profit are mirrored onto EVERY position ON THE
  BROKER SERVER, so protection holds even if the terminal disconnects.
- Original SL/TP are remembered and restored when the basket is off.
- Optional trailing moves the shared stop; a virtual safety net closes
  the whole basket if price crosses the common TP/SL.

────────────────────────────────────────────────────────────────────
AUTOMATION — AUTO TRADING & AUTO-EXIT
────────────────────────────────────────────────────────────────────

AUTO TRADING (button) — the engine places the current setup for you.
   InpAutoEarlyEntry = true : rest a LIMIT at the zone edge the moment
      the setup is valid (fills instantly on the touch).
   InpAutoEarlyEntry = false: wait for a CONFIRMED market entry.
   InpAutoCooldownSec : pause after a closed trade before re-entry.
   Over-trade protection: one entry per bar, per-setup latch, and a
   setup is only marked "acted" if the order actually succeeded — a
   rejected order is retried, not silently skipped.

AUTO-EXIT (SMC) (button) — automatically close the engine's position
   when an opposite setup confirms.

SMC ALERTS — popup / sound / mobile push on a CONFIRMED setup, plus an
   optional message when a confirmed setup is cancelled.

────────────────────────────────────────────────────────────────────
MANUAL TRADE PANEL
────────────────────────────────────────────────────────────────────

- Lot sizing: Fixed lot, Risk % (of balance), or Risk money.
- Market & pending orders (BUY/SELL, LIMIT/STOP) with Px or Offset.
- Partial take-profit ladder (TP1/TP2/TP3 with % and RR), BE@TP1.
- Break-even, reverse, close ALL / PROFIT / LOSS / BUY / SELL, close
  50% / 25% / custom %, set/clear SL-TP.
- Price trailing (distance + start) and ATR trailing, auto break-even,
  spread filter, price alert.

────────────────────────────────────────────────────────────────────
TECHNICAL SPECIFICATIONS
────────────────────────────────────────────────────────────────────

Platform         : MetaTrader 5
Type             : Expert Advisor (trade panel + automation)
Optimised for    : all major symbols (Forex, Metals, Indices), 2-digit pricing
Recommended TF   : M1 - M15 (scalping); works on any timeframe
Accounts         : Hedging or Netting
Dashboard        : CCanvas, draggable, 6 tabs
Zone source      : Native SMC engine (Gold SMC Zones parity)
Entry modes      : 4 (Freshest / HTF / OB+FVG / MTF)
Settings         : 178 inputs across 19 groups, all in English
Multi-instance   : Yes (run M1 / M5 / M15 with separate IDs)

────────────────────────────────────────────────────────────────────
INSTALLATION
────────────────────────────────────────────────────────────────────

1. Attach the EA to any chart (Forex, Metals, Indices) (M1-M15 recommended).
2. Allow Algo Trading (toolbar button green).
3. Open the SMC tab, pick an entry mode, optionally enable BOS Scalp.
4. Leave Stop/Target at 0 for automatic risk, or type your own pips.
5. Press TAKE to trade a setup manually, or turn on AUTO TRADING.

────────────────────────────────────────────────────────────────────
RISK WARNING
────────────────────────────────────────────────────────────────────

Trading leveraged instruments such as XAUUSD carries a high level of
risk and can result in the loss of all invested capital. This tool
does not guarantee profit. Grid / averaging multiplies exposure — size
accordingly. Test every configuration on a demo account first and only
risk capital you can afford to lose.

####################################################################
PART 2 — DASHBOARD & USER GUIDE
####################################################################

────────────────────────────────────────────────────────────────────
1. THE DASHBOARD LAYOUT
────────────────────────────────────────────────────────────────────

The panel is drawn on the chart and is DRAGGABLE by its header. It has:

HEADER      Title / version, symbol switcher (XAUUSD), minimise, and a
            POSITIONS button that opens a floating positions window.
CANDLE CARD A ring counting down to bar close, the timeframe, and an
            AUTO pill (green when auto-trading is active).
BID         Live bid price and spread (points).
P&L         Floating profit/loss of positions in scope, plus account
            Equity and Balance.
TABS        TRADE · MANAGE · RISK · AUTO · SCALE · SMC.
FOOTER      LIVE status, trading session, and connection latency.

SCOPE — most actions affect positions "in scope": by default this EA
instance's magic number on the current symbol. Set InpManageAll = true
to manage ALL positions on the symbol (useful with several instances).

────────────────────────────────────────────────────────────────────
2. THE SIX TABS
────────────────────────────────────────────────────────────────────

TRADE  — Lot-sizing mode (Fixed / Risk % / Risk money), Lot, Stop and
         Target (pips), Px, Offset, and BUY / SELL / LIMIT / STOP.

MANAGE — BASKET (common Profit & Stop), CLOSE (ALL / PROFIT / LOSS /
         BUY / SELL), MODIFY (BREAK-EVEN, REVERSE, CLOSE 50%/25%/%,
         SET/CLEAR SL-TP) and a price TRAILING STOP (Dist + Start).

RISK   — Account protection: daily loss / profit lock, exposure caps,
         spread guard. When locked, new SMC/AUTO entries are blocked.

AUTO   — ATR trailing (Period + Mult), Auto break-even (Trigger +
         Offset), Max-spread entry filter, and a Price alert. These
         manage OPEN trades (auto-ENTRY lives on the SMC tab).

SCALE  — SCALE-PARTIAL TP master switch and the TP1/TP2/TP3 ladder
         (RR + % each) with BE@TP1.

SMC    — The zone engine: live setup readout and the one-click buttons.

────────────────────────────────────────────────────────────────────
3. SMC SETUP READOUT — LINE BY LINE
────────────────────────────────────────────────────────────────────

HEADER   ZONE ENGINE · <mode> · BOS+/BOS-
         Shows the active engine, the pick mode, and the current
         structure direction (BOS+ up, BOS- down). In MTF mode it also
         shows the vote, e.g. "MTF SELL 72%".

DIRECTION + STATE
         BUY SETUP / SELL SETUP on the left; state on the right:
           TAPPED    — price has not reached the zone edge yet
           CONFIRMED — price is at / inside the zone
           WAIT      — retest or MTF condition not met
           No setup  — no valid zone right now (trend line still shown)

ENGINE   The pick mode plus the retest counter "T x/y"
         (x = tests done, y = tests required).

ENTRY / SL / TP1 / TP2 / TP3
         The exact prices of the current setup. TP1/TP2 show "-" when
         SCALE-PARTIAL TP is off (single-target mode).

ALT ...  The alternative (opposite) setup, for reference.

────────────────────────────────────────────────────────────────────
4. THE SMC BUTTONS
────────────────────────────────────────────────────────────────────

TAKE (MARKET) / LIMIT @ ENTRY  Place the current setup manually — a
        resting limit at the zone edge, or market if price is already
        inside the zone.
BE@TP1 / S-TRAIL   Per-setup break-even-after-TP1 and structural trail.
CANCEL ALL PENDING (n)   Remove all pending orders in scope.
AUTO TRADING: ON/OFF     The engine places setups automatically.
AUTO-EXIT (SMC): ON/OFF  Close on an opposite confirmed setup.
GRID 4x: ON/OFF          Ladder four orders into the zone (+ basket).
BOS Scalp: ON/OFF        Trend-direction filter for Freshest mode.

────────────────────────────────────────────────────────────────────
5. KEY SETTINGS (by group)
────────────────────────────────────────────────────────────────────

ZONE ENGINE
  InpZEngine ............ master switch (engine = primary source)
  InpZOBEntryMode ....... 0 Freshest / 1 HTF / 2 OB+FVG / 3 MTF
  InpZTestsRequired ..... retests before entry (0-4)
  InpZFreshestBOS ....... default state of the BOS Scalp filter
  InpZSLAtrMult ......... ATR part of the auto-SL buffer
  InpZSLMinPts .......... minimum SL buffer beyond the zone (points)
  InpZTPUseFVG .......... auto-TP also targets opposite FVGs
  InpZTPMaxPts .......... cap auto-TP distance (0 = off)
  InpZOBMinSize / InpZOBRequireBOS / InpZSwingLen .. OB detection
  InpZFVGRequireDispl / InpZFVGDispl .. FVG displacement filter
  InpZATRPeriod / InpZMaxScanBars ..... ATR & scan depth
  InpZHideMitigated / InpZMitigByClose  mitigation behaviour
  Colours ............... zone tints

SMC HTF CONFLUENCE
  InpZHTFAlign / InpZHTF / InpZHTFEma .. higher-timeframe bias
  InpMtfMinRatio ........ MTF vote threshold (mode 3)

SCALE (partial TP)
  InpSmcRR1/2/3 ......... reward multiples
  InpSmcPct1/2/3 ........ % closed at TP1/TP2/TP3
  InpSmcSLBufPips ....... base SL buffer

AUTO
  InpAutoEarlyEntry ..... rest a limit vs. wait for CONFIRMED market
  InpAutoCooldownSec .... pause after a closed trade
  SMC alerts ............ popup / sound / push / cancel

SYSTEM & APPEARANCE
  InpManageAll .......... manage all positions on the symbol
  InpMagic .............. instance identifier
  InpObjBehindPanel ..... push other chart lines behind the panel
  InpFontBump ........... panel text size
  Theme colours ......... full dark navy / gold / teal styling

(The EA ships with 178 inputs across 19 groups, all documented in the
included manual.)

────────────────────────────────────────────────────────────────────
6. RECOMMENDED WORKFLOWS
────────────────────────────────────────────────────────────────────

A · CLEAN RETEST SCALP (recommended start)
    InpZOBEntryMode = 0, BOS Scalp = ON, InpZTestsRequired = 1,
    InpZHTF / InpZHTFEma = H1, Stop/Target = 0 (auto),
    InpZSLMinPts ~ 200-400. Turn on AUTO TRADING (and AUTO-EXIT).

B · TREND-FOLLOWING
    InpZOBEntryMode = 1 (HTF-aligned) or 3 (MTF, ratio ~ 0.6).

C · ZONE AVERAGING
    Any mode + GRID 4x: ON. Keep lots small (4 rungs = up to 4x).

────────────────────────────────────────────────────────────────────
7. TROUBLESHOOTING
────────────────────────────────────────────────────────────────────

Panel blurry on 4K .... terminal64.exe -> Compatibility -> high-DPI ->
                        Application. Enlarge with InpFontBump.
Lines through panel ... enable InpObjBehindPanel.
Setup but no trade .... AUTO on? Algo Trading on? State not WAIT? Do
                        Stop/Target give a valid order? Check the log.
Wrong direction ....... mode 0 is directionless — enable BOS Scalp or
                        use mode 1 / 3.
SL hit on small zones . increase InpZSLMinPts or set a manual Stop.
TP too far ............ keep InpZTPUseFVG on; set InpZTPMaxPts (e.g.
                        1500 on M1) to cap the target.

────────────────────────────────────────────────────────────────────

Recommended products
Intersection EA
Kalinka Capital OU
Intersection EA is a fully automated software (trading robot), executing trading orders on the currency market in accordance with the algorithm and unique trading settings for each currency pair. Intersection EA is perfectly suitable for beginner traders as well as for professionals who got solid experience in trading on financial markets. Traders and programmers of Kalinka Capital OU company, worked hard developing the Intersection EA forex robot, starting from the year 2011. Initially, this s
Apex Recovery System
Muthukrishnan Muthupoilan
FIRST 10 PURCHASE:449USD IMPORTANT NOTE:  EURUSD,USDJPY,USDCHF - H1 - TIMEFRAME ONLY DON'T USE ANY OTHER PAIR,TIMEFRAME 1. The Core Strategy: Confirmation-Based Breakout Unlike "noisy" EAs that trade every price fluctuation, your system is designed for patience and precision: New Candle Confirmation: Per your recent logic refinement, the EA doesn't just jump in when a price level is touched. It waits for a new candle to form, ensuring the breakout is real and reducing "whipsaws" (fake breakouts
Index Synthetics Deriv
Deynis Alejandro Puro Rodriguez
Multi-Symbol Expert Advisor for Deriv Synthetic Indices (Single-Chart Deployment) 1. Overview Index Synthetics EA is an algorithmic multi-symbol Expert Advisor developed for Deriv Synthetic Indices. It is designed to monitor and trade up to 39 synthetic instruments from a single EA instance using a diversified execution engine.  (Easy Setup) The system includes instrument-specific logic and filters intended to adapt to the different volatility characteristics of each synthetic index. The appr
Opal MT5
Oeyvind Borgsoe
This is the official version of Opal EA, a powerful tool using cutting-edge algorithms and AI-driven calculations. This fully automated EA encompasses the exceptional qualities we associate with the opulent gemstone: proper decision-making, prudence and strong protection. Be aware of cracked versions/unofficial copies that either work only on demo accounts or are sold at suspiciously low prices. These reportedly lead to rapid account losses.   Opal also takes into account the study of psychol
Fully automatic advisor, GBPUSD . Timeframe m15 . Terminal MT5 ChatGPT O1 deeply analyzed all GBPUSD quotes I downloaded from high timeframes, in order to find a safe strategy; identified paranormal activity of this tool. The advisor tracks such atypical GBPUSD activities and will immediately react by trying to enter in the opposite direction. Each order is protected by a stop loss . One order can be divided into a maximum of three orders. Each order has its own take profit and stop loss. Mini
Gold Smc Liquidity Sweep
Chaibadee Dechtanankul
GOLD SMC Liquidity Sweep V1.08  TF H4 >>> GOLD ONLY   This EA is an automated gold trading bot that utilizes high-level   Smart Money Concepts (SMC)   on the H4 timeframe, combined with a precise Liquidity Sweep strategy. The system's logic is designed to be as sharp and aggressive as the Heaven's Reach SMC Matrix Engine series, making it highly effective at securing profits. It is ready to deploy immediately with the pre-configured Magic Number   96694983   embedded in the setup. 1. Core
Gold speedster
Simon Aderinola Akinteye
Gold Speedster EA — Precision. Speed. Profitability. THE EA MYFXBOOK LINK NOW WORKING Up almost 3% in just few days. MyFxbook link :                https://www.myfxbook . com/members/CannyFX/gold-speedster/12075079 Kindly remember to clear the space just before com/ above when pasting the link in your browser. Unleash the power of intelligent automated trading with Gold Speedster , a next-generation Expert Advisor engineered exclusively for XAUUSD (Gold) . Built for traders who demand performa
LT Stochastic EA
BacktestPro LLC
LT Stochastic EA is an expert advisor based on the on the Stochastic Oscillator indicator. It is one of the most used indicators by traders around the world. The LT Stochastic EA offer you the possibility to automate 4 different stochastic trading strategy (please refer to the attached pictures). Not only it is user friendly, it has also been designed to offer  great amount of flexibility to suit the need of everyone. IT comes in bult with many options such as:  Trading on Normal or Custom Symbo
BTC Quantum Velocity EA
BK CORP CLUB (PTY) LTD
BTCSD Quantum Velocity EA | Bitcoin Automated Trading System for MetaTrader 5 BTCSD Quantum Velocity EA is an automated Expert Advisor for MetaTrader 5 developed exclusively for trading BTCUSD. The EA focuses on a single trading instrument, using an algorithmic approach to automate trade execution, position management, and risk control. By concentrating on Bitcoin, the EA is designed to operate using trading logic developed specifically for the characteristics of the BTCUSD market. Supported In
GoldenEagle
Chantal Thys
GoldenEagle – Smart Trend Trading EA GoldenEagle is a powerful and intelligent Expert Advisor designed to trade trending markets with precision and consistency. Built for MetaTrader 5, this EA combines Moving Average crossovers, RSI filters, and volatility detection (ATR) to identify high-probability trading opportunities. Key Features: Trend-Based Logic – Trades only in strong, confirmed market trends RSI Filtering – Avoids overbought/oversold traps ATR Volatility Filter – Detects
Zonas Oferta y Demanda
Jose Antonio Rojas Amaricua
Identify High-Probability Zones and Trade with Confirmed Trend! Introducing the PRO Supply & Demand Zones EA with ZigZag Filter v5.5 , an advanced algorithmic trading tool designed for traders looking to combine the robustness of Supply and Demand (Support & Resistance) analysis with ZigZag indicator trend confirmation . This version, optimized for stability and efficiency in MQL5, allows you to automate the identification and trading of key market zones, ensuring your operations are always alig
CyberTradeTHxAI Gold Sniper Master Version The Sovereign Dual-Engine Pyramiding & Averaging Grid Architecture Built for Gold Snipers CyberTradeTHxAI Gold Sniper is an institutional-grade, automated trading system meticulously engineered for professional Gold ( XAUUSD ) and major FX volatile corridors. Powered by a fully reactive Envelopes Dynamic Channel Reversion Core and stabilized by a 200-Period Psychological EMA Filter , this Expert Advisor processes liquidity market transformations with mi
Golden Lion Emperor Apex – A cocktail of highly tuned strategies engineered for apex account growth Golden Lion Emperor Apex is a sophisticated algorithmic engine that blends a powerful cocktail of highly tuned strategies into a single, cohesive trading solution. Engineered specifically for XAUUSD on the M5 timeframe, this system is designed for traders who demand precision, speed, and—above all—apex account growth. To unlock the full momentum of the Apex engine, the system leverages native mul
Forex Bacteria
Kaloyan Ivanov
Forex Bacteria Expert Advisor for MetaTrader 5 Forex Bacteria is an automated Expert Advisor (EA) designed for MetaTrader 5.  Just as beneficial bacteria symbiotically coexist with us in nature, we strive to coexist harmoniously and symbiotically with the markets. It's a plug-and-play EA where you only need to set your risk management preferences and choose the days of the week you want to trade.  Primarily focused and optimized over the past 12 years, it works best with three major currency pa
Master Blue Gold EA Overview Master Blue Gold EA is an automated Expert Advisor designed specifically for XAUUSD (Gold) on the M1 timeframe . The EA uses an advanced Stop-Reverse trading mechanism that continuously follows market movement with a dynamic opposite pending stop order. It is designed for traders who prefer a simple and disciplined trading system without martingale or grid strategies. Main Features • Designed for XAUUSD • Optimized for M1 timeframe • Fixed lot size • Dynamic Stop-Re
Aurelius XAU Apex Emperor   The Ultimate Institutional-Grade 13-in-1 Gold Matrix The Emperor of XAUUSD has Arrived Aurelius XAU Apex Emperor is a sovereign algorithmic trading system engineered exclusively for the Gold (XAUUSD) market. Unlike primitive robots that rely on dangerous cost-averaging techniques, Aurelius employs a state-of-the-art **13-in-1 Multiverse Engine**.  It runs **13 completely independent trading strategies simultaneously** on a single M5 chart, giving you unparalleled
KT Inside Bar Hunter MT5
KEENBASE SOFTWARE SOLUTIONS
Despite the popularity of inside bar pattern among traders, using it as a standalone entry signal doesn't provide any evidentiary advantage. KT Inside Bar Hunter trades only selected inside bar patterns using some preassessment and ECE price action cycle. Trading Strategy On successful detection of the required pattern, EA places a pending order in the direction of the forecasted price expansion phase. Pending orders are canceled if they are not triggered within the next bar. Once triggered, ac
MultiORB EA Prop Edition
Brian Mutuku Mwanthi
MULTI ORB EA - PROP FIRM EDITION with FOREX FACTORY NEWS FILTER THE ONLY MULTI-SESSION ORB EA WITH INTEGRATED FOREX FACTORY NEWS PROTECTION Pass your prop firm challenge with confidence using the most advanced Opening Range Breakout EA designed specifically for FTMO, FundedNext, The5ers, and other funded trader programs CUSTOM PRESET AT USER
Roulette Grid Pro
Martin Bundgaard
Roulette Grid Pro - The Ultimate Equity Flipper Turn Market Volatility into Your Greatest Advantage! Are you tired of "safe" EAs that take months to reach a 2% gain? Welcome to Roulette Grid Pro . This is not just another robot; it is a high-octane Semi-Algorithmic Power Tool designed for traders who want to scale accounts fast using the mathematical certainty of the Martingale principle. Why "Roulette"? In a casino, the house has the edge. In the Forex market, YOU have the edge because
Trader AI
Nestor Alejandro Chiariello
Trader AI | Professional EURUSD Trend Specialist Trader AI is a state-of-the-art algorithmic trading system engineered exclusively for the EURUSD pair. Unlike conventional EAs, Trader AI utilizes an Automated Daily Analysis engine powered by neural networks to decode market structure and execute trades with surgical precision. 3 Years of Real Trading Account Solid Growth Results Daily AI Analysis Designed for the modern trader, this Expert Advisor merges Machine Learning with robust trend-foll
Realza Grid Scalper Pro Mt5
Ricardo Rene Realza Ylarraga
REALZA GOLD GRID PRO MT5   Automate your XAUUSD (GOLD) trading with precision, power, and professional strategy Realza Gold Grid Pro MT5 is an Expert Advisor (EA) designed for traders who want consistent performance in the gold market (XAUUSD), using an advanced Grid strategy + intelligent position management. This robot works fully automated, analyzing the market in real time, executing multiple strategic trades, and managing basket closures to maximize profits.   WHAT DOES THIS ROBOT DO?   A
EasyPro PowerTools by 108ido — Multi-Asset Hybrid Recovery EA EasyPro PowerTools is a multi-asset Expert Advisor built for XAUUSD, BTCUSD and XAGUSD on hedging-type accounts. It combines a configurable entry engine with a layered recovery system designed to manage drawdown intelligently instead of relying on a single fixed grid. Requirements Hedging account type (the EA will not initialize on netting accounts) Recommended timeframe: M1 (most filters and recovery logic are tick/M1-based) Works on
Hundred Egg EA MT5
Tsoi Chi Kin
5 (2)
Hundred Egg EA   is a fully automated trading system, which is especially effective in trading extreme reverse situations.  Several pattern recognization techniques had been integrated to analyze the market.  Built-in special designed market filters to protect the capital.  It targets AUDCAD, AUDNZD, NZDCAD for correlation arbitrage opportunity. Next Price: $600 LIVE Signals: Crazy Mode (USD300 start):  https://www.mql5.com/en/signals/987229 Crazy Mode (USD700 start):  https://www.mql5.com/en/
TOOP1 Swing MT5
Van Cuong Nguyen
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
R6 Sculping
Vinutthapon Bumroong
R6 Scalping EA   is a fully automated Expert Advisor with no use of martingale or hedge.  This EA can be run from very small accounts and Free swap. As small as   1000 $ or 1000 cent minimum  Recommendations The minimum deposit is 1000 USD.    Use a broker with good execution and Low Spread. A very fast VPS is required. NOTE : I also recommend to take out profit on a regular basis. That is once a week/month. Becauser there will be DD. You Can Tracking All EA Status and Update in This Link  https
Xauusd Gold 1M Scalper Pro MT5
Prashant Prabhakar Sable
XAUUSD Gold 1M Scalper MT5 This Expert Advisor is designed for Gold (XAUUSD) on the 1-minute timeframe in MetaTrader 5. It uses a multi-timeframe trend filter combined with a momentum indicator and a volatility-based entry condition to select trade entries during the London and New York trading sessions. Strategy Overview A trade opens only when three conditions align simultaneously: the higher timeframe EMA alignment confirms the broader trend direction, the 1-minute Supertrend matches that di
XAU Scalper Pro EA
Ayman Ramadan Soroor
Product Name XAU Scalper Pro – Precision Gold EA for Fast M5 Trading Introduction XAU Scalper Pro is a professionally engineered Expert Advisor built exclusively for trading Gold (XAU/USD) on the 5-minute timeframe. It combines proven indicators with smart execution logic to capture short-term gold movements with precision and control. The EA is designed for traders who demand speed, accuracy, and disciplined risk management Unlike traditional EAs that rely solely on fixed TP/SL levels, XAU Sc
Volt PRISM
Ahmad Ali Lutfi
Volt Prism EA Most traders lose because the market moves against them. Volt Prism EA turns that around. IMPORTANT: After purchase, send me a private message to receive the installation manual and setup guide with recommended settings for your broker. LIMITED PRICE:  Price increases by $50 with every 10 purchases . Final price: $2,999 . The earlier you buy, the more you save. Real Results. Not Marketing. Break-even in 7 days of live trading. That's not a backtest. That's not a demo account. That'
XAU Momentum Sniper
Napat Puangjunkum
XAUUSD MOMENTUM SNIPER AI    MMD Precision Sniper - Know exactly which pip the trend runs out of gas.  XAUUSD Momentum Sniper AI is a revolutionary trading robot built on the elite "Momentum Mass Decay (MMD)" theory. Retail traders constantly get burned because they try to guess resistance and support lines. The reality is: Gold doesn't stop because it hits an imaginary line; it stops because it RUNS OUT OF FUEL. This AI converts Tick Volume into a measurement of "Fuel" and compares it against
Buyers of this product also purchase
Quantum Queen X MT5
Bogdan Ion Puscasu
5 (2)
The Legend Continues. The Queen Evolves. Welcome to Quantum Queen X — the next generation of the legendary GOLD trading system that builds upon the proven success of Quantum Queen. Quantum Queen X is built on the same proven core engine as Quantum Queen, introducing a powerful new Custom Mode that allows traders to choose exactly which strategies to enable or disable. Every strategy has been individually reviewed, refined, and optimized to deliver even better performance and adaptability across
Scalping Robot Pro MT5
MQL TOOLS SL
4.56 (124)
Scalping Robot Pro is a professional trading system designed specifically for fast and precise scalping on XAUUSD using the M1 timeframe. The system is built to capture short term market movements with accurate execution and controlled risk management. It focuses on real time price behavior, momentum shifts, short term volatility, and selective grid based trade management techniques to identify high probability trading opportunities in the gold market. Scalping Robot Pro is optimized for traders
Ultimate Breakout System
Profalgo Limited
5 (46)
IMPORTANT : This package will only be sold at current price for a very limited number of copies.    Price will go to 1999$ soon!   +100 Strategies included and more coming! BONUS : At 1499$ or higher price --> choose 5  of my other EA's for free!   ALL SET FILES COMPLETE SETUP AND OPTIMIZATION GUIDE VIDEO GUIDE LIVE SIGNALS REVIEW (3rd party) NEW - VERSION 5.0 - ONECHARTSETUP NEW - 30-STRATEGIES LIVE SIGNAL Welcome to the ULTIMATE BREAKOUT SYSTEM! I'm pleased to present the Ultimate Breakout
The Gold Reaper MT5
Profalgo Limited
4.47 (103)
PROP FIRM READY! ( download SETFILE ) WARNING: Only a few copies left at current price! Final price: 990$ Get 1 EA for free (for 3 trade accounts) -> contact me after purchase Ultimate Combo Deal   ->   click here JOIN PUBLIC GROUP:   Click here Live Signal Client Signal YouTube Reviews LATEST MANUAL Welcome to the Gold Reaper! Build on the very succesfull Goldtrade Pro, this EA has been designed to run on multiple timeframes at the same time, and has the option to set the trade frequency fro
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
TwisterPro Scalper
Jorge Luiz Guimaraes De Araujo Dias
4.45 (120)
Fewer trades. Better trades. Consistency above all. • Live Signal Mode 1  Live Signal Mode 2 Twister Pro EA is a high-precision scalping Expert Advisor developed exclusively for XAUUSD (Gold) on the M15 timeframe. It trades less — but when it does, it trades with purpose. Every entry passes through 5 independent validation layers before a single order is placed, resulting in an extremely high win rate on the Default configuration. TWO MODES: • Mode 1 (recommended) — Very high assertiveness, fe
Gold Snap
Chen Jia Qi
5 (15)
Gold Snap — A Fast Profit Capture System for Gold Live Signal v2.0: https://www.mql5.com/en/signals/2379945 Live Signal: https://www.mql5.com/en/signals/2362714 Live Signal2: https://www.mql5.com/en/signals/2372603 Only 3 copies remaining at the current price. The price will be increased to $999 soon. Important: After purchasing, please contact us by private message to receive the user guide, recommended settings, usage notes, and update support.  https://www.mql5.com/en/users/walter2008 We
Goldwave EA MT5
Shengzu Zhong
4.73 (71)
Real Trading Account   LIVE SIGNAL IC MARKETS:  https://www.mql5.com/en/signals/2339082 This EA uses the same logic and execution rules as the verified live signal shown on MQL5.When used with the recommended, optimized settings on a reputable ECN/RAW-spread broker ( e.g., IC Markets or TMGM) , the EA's live trading behavior is designed to closely align with the trade structure and execution characteristics of the live signal. Please note that differences in broker conditions, spreads, executio
Quantum King EA
Bogdan Ion Puscasu
5 (206)
Quantum King EA — Intelligent Power, Refined for Every Trader IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. Special Launch Price Live Signal:   CLICK HERE MT4 version : CLICK HERE Quantum King channel:   Click Here ***Buy Quantum King MT5 and you could get Quantum StarMan for free !*** Ask in private for more details! Rule your trading with precision and discipline. Quantum King EA brings the strength of
Nexorion Initium Novum EA
Valentina Zhuchkova
5 (15)
NEXORION: Initium Novum — Deterministic Logic and Algorithmic Synthesis NEXORION is an institutional-grade analytical complex based on rigorous mathematical liquidity processing algorithms. The core concept of the project is "computational transparency": the expert advisor transforms chaotic price feeds into structured geometric zones, visualizing the decision-making process directly on the trading chart. Real-Time Monitoring https://www.mql5.com/es/signals/2372338 Technical System Specificatio
My Last Strategy
Inrexea Limited
5 (5)
MY LAST STRATEGY One engine. Every candle. Every session. Phase 1 – Limited Release Only 25  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, DISTILLED
Gold House MT5
Chen Jia Qi
4.73 (56)
Gold House — Gold Swing Breakout Trading  One EA. Three Trading Modes. Choose the One That Fits Your Style. No Grid. No Martingale. The price will increase by $50 after every 10 purchases. Final planned price: $1,999. Live Signals:  Profit Priority Mode: https://www.mql5.com/en/signals/2359124 BE priority Mode :  https://www.mql5.com/en/signals/2372604 Adaptive Mode:   https://www.mql5.com/en/signals/2379287 Important: After purchasing, please remember to send us a private message to recei
AXIO Gold EA
Shengzu Zhong
4.64 (11)
AXIO GOLD EA MT5 Live Signal Reference on MQL5 https://www.mql5.com/en/signals/2378982?source=Site+Signals+My AXIO GOLD EA MT5 is an automated trading system developed for XAUUSD Gold on MetaTrader 5. This EA uses the same logic and execution rules as the verified live signal shown on MQL5. When used with the recommended, optimized settings on a reputable ECN/RAW-spread broker such as TMGM , the EA's live trading behavior is designed to closely align with the trade structure and execution charac
Straddle
Ayush Saraf
5 (2)
Straddle is a fully automated Expert Advisor built on a single, disciplined idea: when the market is about to move, be ready on both sides, and let price itself pull the trigger. Developed and hardened by a team of traders whose combined experience spans decades of live gold execution, it distills that hard-won intuition into a defined, repeatable model — one that runs without hesitation, without emotion, and without waiting for permission from the news. It has 204k Lines of Code its huge backt
Cortex Aurex
Vladimir Mametov
5 (2)
It is a fully automated Expert Advisor for MetaTrader 5, built specifically for Gold / XAUUSD trading. Its logic is designed around the dynamic nature of the gold market: fast price movements, sharp reversals, and high volatility. The EA helps automate trading in an environment where reaction speed, discipline, and precise position management are especially important. The system is focused on disciplined trade management, fast reaction to market changes, and controlled exits. Its main idea is si
Wave Rider EA MT5
Adam Hrncir
4.88 (41)
Scalper speed with sniper entries. Built for Gold. Wave Rider 5.0 is out (see  Announcement ) $499 for a limited time  before the regular $599 price kicks in. Check the Live signal  or Manual  or  Broker performance Version 5.0 upgrade notice: Close all Wave Rider positions before updating. Strategy Magic Numbers and several input names changed. Review your settings and save a new preset because older sets or templates may not restore every option. New version runs best on VT Markets, Vantage, B
XG Gold Robot MT5
MQL TOOLS SL
4.26 (111)
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
Quantum Bitcoin EA
Bogdan Ion Puscasu
4.83 (126)
Quantum Bitcoin EA : There is no such thing as impossible, it's only a matter of figuring out how to do it! Step into the future of Bitcoin trading with Quantum Bitcoin EA , the latest masterpiece from one of the top MQL5 sellers. Designed for traders who demand performance, precision, and stability, Quantum Bitcoin redefines what's possible in the volatile world of cryptocurrency. IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup i
Pulse Engine
Jimmy Peter Eriksson
3.94 (34)
UPDATE - ONLY A FEW COPIES LEFT AT CURRENT PRICE! The main goal of this system is long-term live performance without using any risky martingale or grid.  VERY LIMITED COPIES AT CURRENT PRICE Final Price $1499 [Live Signal]  |  [Backtest Results]  |  [Setup Guide]  |  [FTMO Results] A Different Approach to Trading Pulse Engine does not use any indicators or specific timeframes. It has a very unique approach that is not used by any other trading system on MQL5. It trades intraday directional patt
Byrdi
William Brandon Autry
5 (19)
BYRDI. Multi-Asset Mesh Trading Intelligence. Most EAs trade one chart at a time. BYRDI runs a network. Every terminal becomes a node. Each node runs on its own MT5 terminal - its own account, broker, symbol focus, AI model, risk profile, and management style. The mesh connects terminals and brokers into one coordinated system - aware of total exposure, drawdown pressure, and overlapping risk across everything. Forex. Gold. Metals. Indices. Crypto. Oil. One trader. Many markets. One mesh. Start
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
Quantum Emperor MT5
Bogdan Ion Puscasu
4.86 (507)
Introducing   Quantum Emperor EA , the groundbreaking MQL5 expert advisor that's transforming the way you trade the prestigious GBPUSD pair! Developed by a team of experienced traders with trading experience of over 13 years. IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. ***Buy Quantum Emperor EA and you could get Quantum StarMan for free !*** Ask in private for more details Verified Signal:   Click Here MT4 Version
BB Return mt5
Leonid Arkhipov
4.63 (123)
BB Return — an Expert Advisor for gold trading (XAUUSD). I previously used this trading idea in manual trading. The core of the strategy is a return of price to the Bollinger Bands range, but not blindly and not on every touch. For the gold market, bands alone are not enough, so the EA uses additional filters that eliminate weak and non-working market situations. Trades are opened only when the return logic is truly justified.   Global   update   on   June   14th   Trading principles — the strat
Precise Pair Trading Pro
Arkadii Zagorulko
3.75 (12)
Please note that I do not sell this EA through any third-party resellers, affiliates, or alternative distribution channels. Monitoring -  Live signal Public channel - Here This EA trades two symbols and looks for short-term imbalance between them. When the symbols move differently from their normal relationship, the EA can open trades and close them when the imbalance becomes smaller. This is not a grid EA. This is not martingale. The EA does not open many recovery orders. It uses only 1 positio
Aetherion Prime EA
Valentina Zhuchkova
AETHERION PRIME EA Precision Algorithmic Trading for XAUUSD on H1 Public live signal for real-time monitoring: https://www.mql5.com/ru/signals/2381671 Limited Launch Offer The first 7 copies are available for only $259 . Once these copies are sold, the price will increase immediately by $100 — to $359 . This introductory offer is intended for traders who want to join Aetherion Prime EA at the earliest stage and follow the development of the system through a public live signal from the very begi
Big Forex Players MT5
MQL TOOLS SL
4.76 (139)
We proudly present our cutting-edge robot, the  Big Forex Players EA  designed to maximize your trading potential, minimize emotional trading, and make smarter decisions powered by cutting-edge technology. The whole system in this EA took us many months to build, and then we spent a lot of time testing it. This unique EA includes three distinct strategies that can be used independently or in together. The robot receives the positions of the  biggest Banks  (positions are sent from our database t
Obsidian Flow Atlas EA
Valentina Zhuchkova
5 (5)
Obsidian Flow Atlas EA Precision. Structure. Execution. Financial markets do not reward emotions. They reward discipline, structure, consistency, and the ability to make decisions based on objective data. Obsidian Flow Atlas EA was built around this philosophy. It is a fully automated trading system for MetaTrader 5, designed to operate on two of the most popular instruments in the financial markets: • XAUUSD (Gold) • EURUSD The system independently analyzes market conditions, opens and manages
Golden Conqueror
Taner Altinsoy
5 (1)
Welcome to Golden Conqueror , a highly advanced, fully automated active scalping algorithmic system designed exclusively for Gold (XAUUSD) . Built with institutional logic, this EA strictly avoids dangerous grid or martingale systems. Instead, it utilizes high-precision Pivot Breakouts to exploit market momentum and volume surges. To ensure absolute risk mitigation and capital protection, the algorithm strictly limits itself to a maximum of 1 open trade at a time . Furthermore, every single exe
Bitcoin Scalping MT5
Lo Thi Mai Loan
5 (5)
[ IMPORTANT ] REAL CLIENT FEEDBACK :  https://www.mql5.com/en/market/product/127498/comments#comment_58814415 [ IMPORTANT ]  UPDATED (1 YEAR PERFORMANCE):  https://www.mql5.com/en/market/product/127498/comments#comment_59233853 [ IMPORTANT ]  UPDATED (1 YEAR 6 MONTHS PERFORMANCE):  https://www.mql5.com/en/market/product/127498/comments#comment_60000067 Follow the channel for the latest update .  JOIN GROUP:   Click here Other EAs You May Like AI AURUM PIVOT  | AI VEGA BOT  | Golden Blitz  I
DAX Robot MT5
MQL TOOLS SL
5 (3)
DAX Robot is an advanced automated trading system developed specifically for the DAX 40 Index on the H1 timeframe. Designed to handle the fast paced nature of one of Europe's most actively traded indices , the robot continuously analyzes market conditions and automatically executes trades based on its built in trading logic. The system focuses on identifying high probability trading opportunities by combining trend analysis, market momentum, and volatility based conditions. DAX Robot is designe
More from author
Gold SMC Zones automatically detects and draws the two core Smart Money structures on gold (XAUUSD): Order Blocks and Fair Value Gaps. It is a clean, visual analytical tool — it does not open trades and does not send signals. Fully functional for free. WHAT IT DRAWS - Bullish and bearish Order Blocks as filled blocks (the last opposite candle before an impulse) - Bullish and bearish Fair Value Gaps as outlined zones (a 3-candle imbalance) - Confluence where an Order Block and a Fair Value Gap o
FREE
==================================================================== SMC Pro v6.1 APEX AI — XAUUSD Gold Empire MetaTrader 5 Indicator · Smart Money Concepts · Predictive Intelligence Engine ==================================================================== SMC Pro v6.1 APEX AI is a professional Smart Money Concepts indicator system built exclusively for XAUUSD (Gold) on MetaTrader 5. It combines the complete SMC framework — Order Blocks, Liquidity sweeps, Fair Value Gaps, Break of Structure,
Simple Candle Timer Simple Indicator for MetaTrader 5 v1.0 | MQL5 | MT5 MM:SS Countdown Text Colour X/Y Position Font Size Font Name Simple Candle Timer v1.0 is a lightweight MetaTrader 5 indicator. It displays the remaining time until the current candle closes directly on the chart, next to the current Bid price. No subwindows, non-intrusive, minimal resource usage How it works: • Every second (OnTimer) and each tick (OnCalculate) calculates remaining candle seconds • Formats result as MM:SS
FREE
Time Price Candle Pro v2.1 – Professional MT5 Indicator MQL5 Indicator - MetaTrader 5 - Canvas Dashboard Time Price Candle Pro Professional canvas dashboard - Candle countdown - P&L monitor - Alert triangle - 37 parameters Main Features Canvas Dashboard Dark panel with 6 data sections. Drag by clicking the header bar.  Drag & Drop Candle Countdown MM:SS at Bid price. Cyan - Amber at alert threshold.  P&L Monitor Labels at entry price: +48.20 (4867.70)  Alert Triangle Red blinking triangle in c
Filter:
No reviews
Reply to review