Golden Zone OB Lock and Trail MT5

Golden Zone OB Lock & Trail MT5 

Golden Zone OB Lock & Trail MT5 is a proprietary Expert Advisor by William Kaumba Daka that trades from mapped order-block (OB) zones using a three-line trap—TOP, MED, and BOT—and then protects with a dynamic BE → lock → trail stack. OB bands are derived from swing structure with ATR-scaled offsets so the system adapts as volatility breathes.

Core trade logic

The engine maps internal/swing OB snapshots into a compact SMC model (bias + top/median/bottom), detects first-touches at those levels, and scores bull/bear sides independently using configurable weights per level. The final long/short gate requires threshold and side dominance. (Optional median line plotting is included for visual context.)

A Golden Band module lets you validate or re-base traps against a 61.8–78.6 zone from the most relevant swing (VALIDATE / INTERSECT / SNAP modes), with tolerance and minimum-overlap controls.

Execution: traps & orders

You can run “touch at market” or place real pending LIMIT/STOP orders at TOP/MED/BOT, with legality/orientation checks and caps per trap and per order. Maximum traps per side, offsets, and price tolerances are input-driven. Visuals are configurable, including a per-ticket toggle to prevent on-chart clutter.

Signals & filters

Signals can incorporate your fast/slow MAs, RSI, MACD, ATR, and a higher-timeframe look; a switch enforces inside-zone only entries so signals must occur inside the active OB. Asset-class presets adapt spread-vs-ATR gates, effective modify distances, and ATR scaling per instrument.

Risk, sizing & broker hygiene

Position sizing respects RiskPercent and normalizes lots strictly to broker min/step/max; a margin-fit routine can auto-shrink size to what the account can carry. A dynamic volume cap caches broker rejections to avoid repeat “too large” errors. Order-send paths are filling-mode aware (with a user-selectable filling mode and optional strictness), and symbol-class presets screen openings via spread/ATR before any trade is attempted.

Protection stack: BE → Locker → Trail

Break-even advances through 30% → 20% → 10% → 0% of original risk with ATR-gating, minimum-seconds spacing, optional one-stage-per-bar, close confirmation, and an optional re-engage that can reseed protection to a percent of original risk if trailing hasn’t locked enough yet. A hard BE floor can prevent any SL from drifting back below entry once BE is achieved.

The Pure Money Locker is the primary protector: it locks profit in cash steps tied to TP progress, with sticky/live TP anchoring, tick-sensitive minimums, and optional ATR hysteresis; the Monetary TP Trail runs as a smart backup (25/50/75% of TP cash) and defers when the Locker is already doing the job. All stop moves are unified and monotonic (no loosening), aligned to ticks, and pre-filtered by freeze/min-distance guards to avoid broker rejections.

News & LDN

News windows are pluggable: MT5 calendar, CSV, lightweight web probes, or Global Variables; you can cluster events, set look-aheads, and run a lightweight “Pro/LDN” workflow with a guarded attempts-per-window. (Legacy LDN hooks are present behind compile-time gates.)

UX & control

The EA exposes compact inputs for toggling trading and pause states, selecting trailing aggressiveness, managing positions across all symbol positions or just the EA’s magic, and switching trap visuals (including the per-ticket option). Optional SMC score labels assist quick read-outs.

What’s new in v5.28

  • Dual-tally SMC scoring. Bull and bear sides score independently with per-level weights; entries require threshold and side dominance. (Includes optional median plotting.)

  • Golden Band modes. Validate, intersect, or snap traps to a 61.8–78.6 band with tolerance and overlap controls.

  • Trap UI upgrade. Pending traps at TOP/MED/BOT with legality/orientation checks, per-trap lot caps, per-side limits, and a per-ticket visuals toggle to prevent clutter.

  • Asset-class presets (integrated). Spread-vs-ATR gating, effective min-distance multipliers, and ATR scaling vary by symbol class; guards screen opens before sending.

  • BE & protection refinements. Re-engage options, BE hard-lock at entry, money-locker “primary” with ATR hysteresis, and a monetary trail “backup” that defers appropriately—everything funneled through a monotonic UnifiedStop with freeze/min-distance prechecks.

Golden Zone OB Lock & Trail MT5 is natively tuned for the H1 rhythm — where volatility, ATR pacing, and order-block structure align for the EA’s protection engines to perform as designed.

On H1, OB zones are clearer, Golden Band intersections are more stable, and the BE → Locker → Trail sequence flows naturally without choking trades. The ATR gates, modify cadence, and step thresholds are sized to H1-level volatility, ensuring smooth SL progression and balanced profit locking.

For traders who prefer more action, use:

  • M30 – balanced speed and structure (good for active pairs).

  • M15 – use the included Snappy preset for faster BE and trailing, matched to shorter-bar volatility.

Tip: H1 is ideal for consistency and accuracy.
M30/M15 are viable when combined with the “M5/M15 Feel” presets to keep SL and BE engines responsive.


Quick start

▶ For H1/M30 charts (make SL move like M15):

BE_OneStagePerBar=false

BE_RequireCloseConfirm=false

BE_MinSecondsBetweenStages=30

BE_MinSecondsFromEntry=30

Trail_Activate_ATR=1.5

LDN_TrailingAggressiveness=LDN_TRAIL_BALANCED

TrailingATRMultiplier=0.60

PureLocker_StartAfterBE=false

Locker_Step_TPFrac=0.04

Locker_ATRHysteresis=false

MonetaryTPTrail_Enable=true

MonetaryTPTrail_TieToBE=false

ModifyDebounceMs=3000

ModifyChangePoints=8

AlignPriceToTick=true

UseATRInModifyMinDist=true


▶ For H1 charts (snappiest, M5-like feel – use carefully):

BE_OneStagePerBar=false

BE_RequireCloseConfirm=false

BE_MinSecondsBetweenStages=20

BE_MinSecondsFromEntry=20

Trail_Activate_ATR=1.2

LDN_TrailingAggressiveness=LDN_TRAIL_AGGRESSIVE

TrailingATRMultiplier=0.50

PureLocker_StartAfterBE=false

Locker_Step_TPFrac=0.03

Locker_ATRHysteresis=false

MonetaryTPTrail_Enable=true

MonetaryTPTrail_TieToBE=false

ModifyDebounceMs=2500

ModifyChangePoints=8

AlignPriceToTick=true

UseATRInModifyMinDist=true


▶ Strict OB-only (prevents fills outside the zone):

RequireSignalEntriesInsideZones=true

GoldenBandMode=GM_VALIDATE

TrapPriceTolerancePts=3..6 (XAU lean 5–6)

TrapZoneBandATRmult=1.0..1.3

; Optional (if broker allows):

Trap_PlacePendingsAtLines=true

Trap_AutoFlipToCorrectType=true

input bool        UseSMCModeler          = true;       
input ObTouchPref InpObTouchPref         = OBT_MED_BOT;

input int bullTopW = 0;   // Bull OB: TOP weight   (0..10)
input int bullMedW = 3;   // Bull OB: MED weight   (0..10)
input int bullBotW = 5;   // Bull OB: BOT weight   (0..10)
input int bearTopW = 5;   // Bear OB: TOP weight   (0..10)
input int bearMedW = 3;   // Bear OB: MED weight   (0..10)
input int bearBotW = 0;   // Bear OB: BOT weight   (0..10)

input GoldenMode GoldenBandMode = GM_OFF; 

// --- Trap inputs

input bool   EnableTraps           = true;

input bool   TrapVisuals           = true;

input bool   TrapVisualsPerTicket  = false;   

input int    TrapOffsetPoints      = 3;

input int    MaxTrapsPerSide       = 2;

input double TrapLotPercent        = 50.0;

input int    TrapPriceTolerancePts = 2;

input double TrapZoneBandATRmult   = 1.0;

⚠️ Financial Disclaimer

This Expert Advisor is a tool for automated trading and should be used with caution. Past performance does not guarantee future results. Always test on a demo account and apply proper money management. Trading in the financial markets carries risk and may result in partial or total loss of capital.



Recommended products
Momentum SNI
Wassayos Phuthadthom
Momentum SNI v1.31: Sniper Trading System | Capture Major Trends | Target RR 1:30 "Less loss, more profit." If you're tired of scalping or Martingale EAs that boast a 90% win rate but cause you to lose your entire account in a single day,  Momentum SNI  is the complete opposite. This EA is designed for asymmetric risk , aiming to capitalize on the strongest market momentum to maximize profits with a risk-to-reward (RR) ratio of 1:30. Key features and logic. Strict momentum filter: This EA doesn
Index Vector Pro: Dual-Engine Volatility System Professional Index Trading (DE40 & US30) | Engineered for Consistency Index Vector Pro is a specialized algorithmic trading system designed for the DAX40 (DE40) and US30 (Dow Jones) . Unlike standard bots that expose accounts to unlimited risk, this system utilizes a strict time-based structure to trade only high-probability market conditions. It is designed for traders who prioritize drawdown control, stability, and long-term consistency over tra
Gold Midas EA
Dmitriq Evgenoeviz Ko
"The Gold Midas EA is the embodiment of the legend of King Midas in the world of modern algorithmic trading. While others search for signals, this expert advisor creates the gold standard for execution. This isn't just a robot; it's your personal treasurer, turning XAUUSD volatility into solid capital." Gold Midas EA is an elite, fully automated trading system designed exclusively for the most volatile and profitable asset in the financial world— Gold (XAUUSD) . The algorithm is based on advance
Super MACD Pro
Ebrahim Mohamed Ahmed Maiyas
5 (6)
The expert uses 3 MACD indicators to open trades. Advantages of the expert : You have full control over all three indicators. Use advanced stop loss and advanced trade closing. Risk Management. You can use the Grid . You can handle the news. You can control the number of trades and the conditions for opening a trade such as (Margin Limit , Spread Limit , Slippage , Timer Interval , Magic Number) It is preferable to use a small time frame.
FREE
Aureus Prime Nova Core
Bambang Christianto
AUREUS PRIME NOVA CORE X: The Free Momentum & Trend-Following Engine for XAUUSD Welcome to Aureus Prime Nova CORE X . This is the free, introductory version of our elite XAUUSD trading algorithm, the Aureus Prime Nova X . Unlike other "free" EAs that use stripped-down or fake logic, Nova CORE X is powered by the exact same AUREUS PRIME NOVA Institutional Triple-Gate Engine as the Premium version. It executes the exact same precise entries and stealth exits. To keep this version completely free f
FREE
Mac Rider Gold
Ignacio Agustin Mene Franco
MacRider GOLD is a professional grid-based Expert Advisor (EA) specifically designed for XAUUSD (Gold). It combines MACD signal filtering with dynamic trailing stops and advanced money management. The EA uses the MACD indicator to detect trend direction before placing pending orders, filtering out low-quality entries and focusing on high-probability setups. The grid system places BUY STOP and SELL STOP orders at configurable distances, while automatic profit closing and dynamic trailing stops
Gordian Knot 1
Hidenori Tanaka
This EA is a simple automated trading system for the Meta Trader 5 platform. It uses parabolic SAR to automatically adjust lot size based on market trends. By this, the EA does not take a large amount of risk, but instead steadily accumulates profits. Main Features The EA does not use the martingale method for lot size adjustment. If a position is taken before the forex market closes, the position will be carried over to the weekend. This EA is designed to hold multiple positions at the same t
The EA opens trades based on Fractals indicator signals and uses smart averaging and position volume calculation. Unlike most grid expert advisors, Double Grid Pro opens averaging positions only on signals. The Fractals indicator is considered the most effective in this case. The expert Advisor can be configured for an aggressive and conservative trading style. The key parameter in the strategy is the CorrectionValue parameter, it indicates the size of the correction at which we close the enti
Akk vGold Master
Akkhadet Vijitto
AKK vGOD MASTER EA – Built for Long-Term Market Survival AKK vGOD MASTER is a next-generation Gold Trading Expert Advisor engineered with adaptive grid logic, institutional trend confirmation, and strict risk control systems. This EA is not designed for short-term hype — it is built for consistent growth across changing market conditions . Core Strengths Smart Trend-Aligned Entries Trades only in harmony with higher timeframe momentum using EMA structure + QM5 pattern logic. Hybrid Dy
Breadwinner EMA Pro
Isidro Jr Rosalada Dadula
Automated Forex Trading with a Focus on Risk Management (Updated Set Files/Settings in DFX MQL5 Community, link below) Unleash the Power of EMA Crossovers with a Disciplined Approach to Profitability EMA Pro by DFX is a powerful and user-friendly Forex Expert Advisor (EA) designed to automate your trading strategies. It's built on a proven EMA (Exponential Moving Average) crossover strategy, enhanced by robust risk management features and customizable settings. Here's what makes EMA Pro differe
Applied RSI MA
Joseph Waititu Mwangi
Applied RSI MA is a scalping EA that relies on two fundamental principles for entry.   For a buy entry, the EMA should be at least 200 and the RSI to move into oversold (as user defined) territory and come back out. The reverse is true for a sell entry. It is important you understand the principle behind the bot functionality for efficient optimization. All the best.
Ruby Scalper EA MT5
Telio Ivan Ezequiel Macie
# Ruby Scalper EA – Automated Trading Robot Ruby Scalper EA is designed for traders who want an automated tool that follows structured trading rules with speed and precision. The system applies a multi-timeframe confirmation process, where entries are aligned across different timeframes for additional confluence. It can be applied to multiple markets, though it has been most frequently used on **Gold (XAU/USD)** on the 1-minute chart with the default settings. --- ### Key Features
Alphabet AI MT5
Sergei Pomytkin
3.43 (7)
Alphabet AI is an advisor that works on the mean reversion strategy - this means that it uses the natural property of markets to return to their average values ​​after strong deviations. The algorithm constantly analyzes the current price of the asset, comparing it with the calculated average levels. When the price deviates significantly from its average value, the advisor interprets this as a signal for action: when the upper limit is exceeded, it opens short positions, expecting a price decre
Xgrid Scalper MT5
Prafull Manohar Nikam
This trading robot is strictly made for 10K Capital Trading Account and EURUSD H1. DO NOT use it on smaller accounts, because it has minimum free margin limit i.e. Free Margin > 500 (this value is in "actual money" not in "percentage"!) This is a Simple Grid Trading System which works on ADX indicator's volatility and with High Winrate. IMPORTANT: Default input settings are the bare minimum settings (not ideal) instead use the recommended settings (OR find your own best settings) provided in th
Grid Averaging Pro  is a combination of Grid Trading and Cost Averaging with sophisticated algorithm and build-in Hedging to protect your account drawdown. Once your initial trade moves into negative territory, the recovery mechanism will kick in and place consecutive market orders in the same direction, all of which will be closed with a combined profit or approximately break even. Product Links Fully  Description in English  :  [USER GUIDE ENGLISH] - GRID AVERAGING PRO (MT4/MT5) Fully  Descri
Gold Safe EA
Anton Zverev
5 (1)
Live Signal:   https://www.mql5.com/en/signals/2360479 Timeframe:   M1 Currency pair:   XAUUSD Varko Technologies   is not a business, it is a philosophy of freedom. I am interested in long-term cooperation and building a reputation. My goal is to constantly improve and optimize the product to meet changing market conditions. Gold Safe EA   - the algorithm uses several strategies simultaneously, the main philosophy is an emphasis on controlling losing trades and risk. Several levels of closin
Nova RSW Trader is a contrarian-style Expert Advisor designed around the Reverse Sweep concept — identifying overextended market moves and targeting structured reversals with precision. Instead of following the herd, Nova RSW Trader waits for exhaustion, imbalance, and specific technical triggers before entering trades that seek to fade extremes and capitalize on mean reversion. This EA is built for traders who understand that price doesn’t move in straight lines forever. With strict conditions
Prop firm king
Ricky Zoltan Beznec
This Expert Advisor is a fully automated trading system designed exclusively for the   USD/CHF   currency pair on the  6 -hour (H6) chart . It identifies high-probability reversal opportunities by detecting when price reaches statistically extreme overbought or oversold conditions. When a qualifying signal is confirmed, the EA automatically enters a trade, manages position size relative to available margin, and applies a dynamic trailing stop to protect profits as the trade moves in favour. The
Savior EA: The Intelligent XAUUSD Momentum & Capital Shield Earn money by leveraging a systematic trading powerhouse specifically optimized for Gold. Savior EA combines high-precision XAUUSD trend analysis with an advanced volatility shield to transform market fluctuations into structured growth. Strategic Execution & Gold Intelligence Savior EA is not a basic grid bot. It utilizes a Smart Trend-Sensing Algorithm specifically tuned for the unique liquidity of XAUUSD . By meticulously observing g
Pick and Roll
Marta Gonzalez
Pick and Roll   it is a Secure Automated Software for trade 28 pairs ​​simultaneously. P ick and Roll It is optimized for 28 pairs of forex market Pick and Roll  system operation: 1: PREVIOUS   TREND 2: CONSOLIDATION 3:   RUPTURE D o not use this robot at the same time as others, it is a multi-value robot, therefore it manages 28 pairs simultaneously. The architecture is a Fully Automatic Autonomous Robot Expert capable of independently analyzing the market and making trading decisions     
Gridingale MT5
Arthur Hatchiguian
4.67 (9)
Gridingale is a new complex  Expert Advisor that combines grid and martingale . It will create an order grid according to the settings but also add a martingale on it. So it will take profits on little and big movements .  A loss covering system is integrated to allow the recovery of orders that are too distant from the current price. It is possible to filter the opening of a new cycle with an indicator. It can work on both sides at the same time, but it is interesting to have it work on markets
FREE
RoundLock EA MT5
AW Trading Software Limited
Round Lock is a smart advisor with dynamic position locking. Round Lock is an intelligent advisor with the function of dynamic position locking, an advanced trading advisor that implements a two-way order locking strategy with a gradual position growth and dynamic adaptation to the market . Advantages of Round Lock: Risk control through position locking, Dynamic growth of volumes in trending areas of the market, Flexible behavior settings depending on limits, Suitable for flat and trend phases,
Neuromios MultiNet
Dmytro Kucherenko
Neuromios MultiNet is a modern multi-currency trading advisor based on neural networks with a unique architecture. This version contains 9 trading strategies based on neural networks trained on 7 currency pairs: EURUSD, GBPUSD, USDJPY, USDCHF, EURJPY, GBPJPY, USDCAD. It operates on a daily timeframe. By default, trading is performed simultaneously using all strategies. You can choose one strategy for testing and trading. Trades are opened no more than once per day at the opening of the day, whi
Ksm mt5
Andriy Sydoruk
5 (1)
Ksm: Smart Solution for Automated Forex Trading Ksm is a tool designed for automating Forex trading, using modern methods of time-series data analysis to work with multiple currency pairs across different timeframes. Key Features and Benefits Multi-currency support : Ksm enables trading across multiple currency pairs, helping traders adapt their strategies to various market conditions. New currency pairs can be easily added. Time-series data analysis : Utilizing advanced algorithms, Ksm analyze
Why Apex Sentinel Prop Firm EA Stands Out   Prop-Firm First Architecture Designed from the ground up to respect daily drawdown, max loss, and trade limits commonly enforced by top prop firms.   Smart Consolidation Breakout Logic The EA waits patiently for the market to compress, then enters only confirmed directional breakouts—avoiding chop, fake moves, and revenge trading.   No Martingale. No Grid. No Hedging. Each trade is independent, clean, and fully controlled. Your account stays safe
Neuro Start
Dmytryi Voitukhov
4.75 (4)
UPD:   https://t.me/mql5_neuroExt   актуальная версия и обсуждение. - for the successful created training bases I will provide an advisor for temporary use free of charge. - training bases will be laid out as training progresses. - training requires approximately 20 epochs. It is possible to use one of two strategies - either trading in 2 directions, or - using SL. When using SL, the trading results will be identical to the learning outcomes. Since during training, only 1 order is used at a ti
FREE
Goldtheoryfx V8
Dhayanithi V M
Goldtheoryfx V8 - Institutional XAUUSD Algorithm The Goldtheoryfx V8 is a specialized, fully automated trading system developed exclusively for Gold (XAUUSD) on the M5 timeframe. Built upon years of manual trading experience and order flow analysis, this algorithm utilizes a sophisticated blend of Trend Alignment and Smart Money Concepts (SMC) to target high-probability market entries. Core Trading Logic: The V8 does not execute trades blindly. It filters every potential entry through a 200-per
Duende MT5
Nestor Alejandro Chiariello
Hello Traders! I present the "Duende" Strategy, Duende is an algorithm that detects patterns of different high and low levels, where they remain constant to make good entries, with a recovery system querying various things like breakeven , and crosses between peers It has proven to control several currencies without problems, with a powerful control of news during the market it is possible to manage it with all the symbols you need My strategy is optimized for "All Forex Market"  but there ar
Doperman Scalper
Shamsan Yahya Muhammad Ali Masad
DOPERMAN SCALPER V1.0 - Professional Trading System What is DOPERMAN SCALPER? An intelligent automated trading system designed for fast-paced market scalping. It combines advanced martingale strategy with rigorous risk management for consistent trading performance. Key Features: Smart Trading System: Intelligent position doubling at optimal moments using mathematical calculations 5 different martingale strategies to choose from Additional positions only activate when price moves against you by
CL CRT Machine
Rajalakshmi Murugesan
CL CRT MACHINE CL CRT MACHINE is a fully automated trading system designed for disciplined and controlled trading. All strategy logic is fully inbuilt;  users only need to configure risk settings based on their preference. Minimum Recommended Capital: $500 Required Timeframe: H1 Pair: XAUUSD ️ Key Features Trades only on H1 timeframe (fixed for consistency) Uses closed candles only (no repainting) Supports Buy & Sell setups One trade per valid setup (no overtrading) No martingale, no grid,
FREE
Buyers of this product also purchase
Quantum Queen MT5
Bogdan Ion Puscasu
4.97 (516)
Hello, traders! I am Quantum Queen , the crown jewel of the entire Quantum ecosystem and the highest-rated, best-selling Expert Advisor in the history of MQL5. With a proven track record of over 20 months of live trading, I’ve earned my place as the undisputed Queen of XAUUSD. My specialty? GOLD. My mission? Deliver consistent, precise, intelligent trading results — over and over again. IMPORTANT! After the purchase please send me a private message to receive the installation manual and the set
Gold House MT5
Chen Jia Qi
5 (30)
Gold House — Gold Swing Breakout Trading System Launch Promotion — Limited to 100 Copies Version 2.0 has been released with significant improvements. A price adjustment is expected soon. Early access is recommended. 93   copies sold — only 7 remaining. Lock in the lowest price before it's gone. Live signal: https://www.mql5.com/en/signals/2359124 Stay updated — join our MQL5 channel for product updates and trading tips. After opening the link, click the "Subscribe" button at the top of the page
Quantum King EA
Bogdan Ion Puscasu
4.98 (162)
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
TwisterPro Scalper
Jorge Luiz Guimaraes De Araujo Dias
5 (26)
Fewer trades. Better trades. Consistency above all. • Live Signal Mode 1 Twister Pro EA is a high-precision scalping Expert Advisor built exclusively for XAUUSD (Gold) on the M15 timeframe. It trades less — but when it trades, it means it. Every entry passes through 5 independent validation layers before a single order is placed, resulting in an extremely high win-rate on the Default SET.   TWO MODES: Mode 1 (recommended) — Very high assertiveness, fewer trades per week. Built for capital prese
Quantum Valkyrie
Bogdan Ion Puscasu
4.86 (129)
Quantum Valkyrie  - Precision.Discipline.Execution Discounted   price .  The price will increase by $50 with every 10 purchases. Live Signal: CLICK HERE Quantum Valkyrie MQL5 public channel: CLICK HERE ***Buy Quantum Valkyrie MT5 and you could get Quantum Emperor or Quantum Baron for free !*** Ask in private for more details! IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions.      Hello, traders. I am Quantum Val
Full Throttle DMX
Stanislav Tomilov
5 (6)
Full Throttle DMX - Real strategy  Real results   Full Throttle DMX is a multi-currency trading expert advisor designed to operate with EURUSD, AUDUSD, NZDUSD, EURGBP, and AUDNZD currency pairs. The system is built on a classical trading approach, using well-known technical indicators and proven market logic. The EA contains 10 independent strategies, each designed to identify different market conditions and opportunities. Unlike many modern automated systems, Full Throttle DMX does not use ris
Goldwave EA MT5
Shengzu Zhong
4.72 (32)
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 EC Markets) , 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, ex
The Gold Reaper MT5
Profalgo Limited
4.51 (90)
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 Welcome to the Gold Reaper! Build on the very succesfull Goldtrade Pro, this EA has been designed to run on multiple timeframes at the same time, and has the option to set the trade frequency from very conservative to extreme volatile. The
Chiroptera
Rob Josephus Maria Janssen
5 (12)
Prop Firm Ready! Chiroptera is a multi-currency, single trade Expert Advisor that operates in the quiet hours of the night. It uses single-placed trades with tactically placed Take Profits and Stop Losses, that are continuously adjusted to maximize gains and minimize losses. It keeps track of past and upcoming news reports to ensure impacts are minimized and carefully measures real-time volatility to prevent impacts due to unpredictable geo-political disturbances caused by Tweets and other ad-ho
Agera
Anton Kondratev
4.71 (7)
The AGERA  is a Fully Automated and Multi-Faceted Open EA for Identifying Vulnerabilities in the Market for GOLD ! Not    Grid   , Not    Martingale  ,  Not    " AI"     , Not    " Neural Network" ,  Not    " Machine Learning"  , Not "ChatGPT" ,   Not   Unrealistically Perfect Backtests  AGERA  Community :   www.mql5.com/en/messages/01e0964ee3a9dc01 Vantage Real :  https://www.mql5.com/en/signals/2363787 Tickmill Real :   https://www.mql5.com/en/signals/2361808 Default   Settings for One Сhart  
AI Gold Scalp Pro
Ho Tuan Thang
4.9 (10)
WANT THE SAME RESULTS AS MY LIVE SIGNAL?   LIVE SIGNAL:  https://www.mql5.com/en/signals/2366724 Use the exact same brokers I do:   IC MARKETS  &  I C TRADING .  Unlike the centralized stock market, Forex has no single, unified price feed.  Every broker sources liquidity from different providers, creating unique data streams. Other brokers can only achieve trading performance equivalent to 60-80%. Forex EA Trading Channel on MQL5:  Join my MQL5 channel to update the latest news from me.  My com
Ultimate Breakout System
Profalgo Limited
5 (31)
IMPORTANT : This package will only be sold at current price for a very limited number of copies.    Price will go to 1499$ very fast    +100 Strategies included and more coming! BONUS : At 999$ or higher price --> choose 5  of my other EA's for free!  ALL SET FILES COMPLETE SETUP AND OPTIMIZATION GUIDE VIDEO GUIDE LIVE SIGNALS REVIEW (3rd party) Welcome to the ULTIMATE BREAKOUT SYSTEM! I'm pleased to present the Ultimate Breakout System, a sophisticated and proprietary Expert Advisor (EA) met
AI Gold Trading MT5
Ho Tuan Thang
4.67 (33)
WANT THE SAME RESULTS AS MY LIVE SIGNAL?   Use the exact same brokers I do:   IC MARKETS , IC TRADING   .  Unlike the centralized stock market, Forex has no single, unified price feed.  Every broker sources liquidity from different providers, creating unique data streams. Other brokers can only achieve trading performance equivalent to 60-80%. LIVE SIGNAL IC MARKETS:  https://www.mql5.com/en/signals/2344271 Forex EA Trading Channel on MQL5:  Join my MQL5 channel to update the latest news from me
Nano Machine
William Brandon Autry
5 (9)
Nano Machine GPT Version 2 (Generation 2) – Persistent Pullback Intelligence We helped start this shift in late 2024 with Mean Machine, one of the earliest systems to bring real frontier AI into live retail forex trading. Nano Machine GPT Version 2 is the next evolution in that line. Most AI tools answer once and forget everything. Nano Machine GPT Version 2 does not. It remembers every pullback setup analyzed, every entry taken, every rejection made, the reasoning behind each decision, how the
PrizmaL Gravity
Vladimir Lekhovitser
Live Trading Signal Public real-time monitoring of trading activity: https://www.mql5.com/en/signals/2364406 Official Information Seller profile Official channel User Manual Setup instructions and usage guidelines: View user manual PrizmaL Gravity represents a new generation Expert Advisor developed through neural network training within a structured simplified scalping environment. The system was trained on historical market data spanning from 2020 to nearly the present time, allowing
Dynamic Liquidity Intelligence   ------------------------------------------ Live Signal HFM $200 /200=0.01 Lot ------------------------------------------- Live Signal IC $200 / 200=0.01 Lot ------------------------------------------- ------------------------------------------- Live Signal $2000 /  200= 0.01 Lot ------------------------------------------- Live Signal $5000 / 5 00=0.01  Lot ------------------------------------------- Live Signal $10000 /10 00=0.01  Lot ***********************
AI Gold Sniper MT5
Ho Tuan Thang
4.06 (63)
Optimize your trading environment: To get the best results matching the live signal, it is highly recommended to use a reliable True ECN broker with low latency and tight spreads. Because Forex liquidity varies, choosing a robust broker ensures the algorithm can execute trades with maximum precision. LIVE SIGNAL & COMMUNITY Live Performance (More than 7 months):  View AI Gold Sniper Live Signal Forex EA Trading Channel:  Join my community of over 15,000 members for the latest updates and support
Karat Killer
BLODSALGO LIMITED
4.71 (31)
Pure Gold Intelligence. Validated to the Core. Karat Killer   is not another gold EA with recycled indicators and inflated backtests — it is a   next-generation machine learning system   built exclusively for XAUUSD, validated with institutional-grade methodology, and designed for traders who value substance over spectacle. LAUNCH PROMOTION - LIMITED TIME OFFER   Price increases every 24 hours at 10:30 AM Cyprus time.   Secure the lowest price today before the next increase. Detailed Manual, Bac
Quantum Bitcoin EA
Bogdan Ion Puscasu
4.71 (122)
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
Syna
William Brandon Autry
5 (24)
Syna 5 – Persistent Intelligence. True Memory. Universal Trading Intelligence. Most AI tools answer once and forget everything. They leave you starting from zero again and again. Syna 5 does not. It remembers every conversation, every trade analyzed, why it acted, why it stayed out, and how the market responded afterward. Full context across every session. Cumulative intelligence that compounds with every trade. This is not another EA with AI features added for marketing. This is what trading l
Gold Neuron
Vasiliy Strukov
5 (9)
Gold Neuron Advanced Multi-Strategy Trading System for XAUUSD Please take note:  enable All Strategies in settings as EA will scan market for best strategy in current conditions! Recommended minimum balance: $300 for 0.01 lot Example: 0.02 lot for $600 balance, etc. Gold Neuron EA is a professional multi-strategy Expert Advisor designed specifically for trading Gold (XAUUSD) on the M15 timeframe. The system integrates 10 independent trading strategies that work together to detect high-probabili
Golden Hen EA
Taner Altinsoy
4.52 (50)
Overview Golden Hen EA is an Expert Advisor designed specifically for XAUUSD . It operates by combining nine independent trading strategies, each triggered by different market conditions and timeframes (M5, M30, H2, H4, H6, H12, W1). The EA is designed to manage its entries and filters automatically. The core logic of the EA focuses on identifying specific signals. Golden Hen EA does not use grid, martingale, or averaging techniques . All trades opened by the EA use a predefined Stop Loss and T
Gold Trade Pro MT5
Profalgo Limited
4.3 (37)
LAUNCH PROMO: Only a few copies left at current price! Final price: 990$ Get 1 EA for free (for 2 trade accounts) -> contact me after purchase Ultimate Combo Deal   ->   click here Live signal:   https://www.mql5.com/en/signals/2084890 Live Signal high risk :  https://www.mql5.com/en/signals/2242498 Live Signal Set Prop Firm Set File JOIN PUBLIC GROUP:   Click here Parameter overview Gold Trade Pro joins the club of Gold trading EA's, but with one big difference: this is a real trading strate
AI Quantum Scalper
Lo Thi Mai Loan
5 (7)
AI Quantum Scalper — The Evolution of Intelligent Execution Precision. Intelligence. Multi-Asset Mastery. DOWNLOAD SETFILE  | INPUT GUIDE | SETUP GUIDE Only 23 copiers remaining.   Lock in the lowest price before it's gone. Promotion: Discounted Price: The price increases by $50/$100 per day during the promotion period. Milestone Pricing: After the first 100 customers , the price will increase to $999.99 and will gradually rise up to $4999.99 over time. Special Offer: Purchase AI Quantum Scalpe
GoldBaron XauUsd EA MT5
Mikhail Sergeev
4.5 (8)
"GoldBaron" is a fully automatic trading robot. Designed for gold trading (XAUUSD). Just install a trading expert on the XAUUSD hourly chart and see the power of predicting future gold prices. $100 is enough for an aggressive start. The recommended deposit is from $400. A year ago, we made a breakthrough in the development of technical indicators on the stock exchange. We have managed to create a completely new concept. Indicators using it do not adapt to history, but really reveal real and effe
The Gold Phantom
Profalgo Limited
4.48 (25)
PROP FIRM READY!  --> DOWNLOAD ALL SET FILES WARNING: Only a few copies left at current price! Final price: 990$ NEW (from 399$ only) : Choose 1 EA for Free! (limited to 2 trade accounts numbers, any of my EAs except UBS) Ultimate Combo Deal   ->   click here JOIN PUBLIC GROUP:   Click here Live Signal Live Signal 2 !! THE GOLD PHANTOM IS HERE !! After the massive success of The Gold Reaper, I'm extremely proud to introduce its powerful brother: The Gold Phantom , a pure, no-nonsense breako
HTTP ea
Yury Orlov
5 (10)
How To Trade Pro (HTTP) EA — a professional expert advisor for trading any assets without martingale or grids from an author with 25+ years of experience. Most top advisors work with rising gold. They look brilliant in tests... as long as gold is rising. But what happens when the trend exhausts itself? Who will protect your deposit? HTTP EA does not believe in eternal growth — it adapts to the changing market and is designed to widely diversify your investment portfolio and protect your deposit.
Project Python
Marco Scherer
5 (4)
Project Python v1.30 — Volume Delta Algorithm | XAUUSD Multi-Strategy EA Project Python is a fully automated Expert Advisor for MetaTrader 5, designed exclusively for trading XAUUSD (Gold). Six independent trading modules analyze the Gold market simultaneously across different time horizons — from fast scalps to long-term swings, including two experimental Short modules for downside moves. At its core runs a proprietary Volume Delta Algorithm that doesn't just analyze price, but measures the a
Queen Strategies Empire – Expert Advisor   Overview Queen Strategies Empire is a multi-strategy Expert Advisor containing 7 independent modes built on different trading concepts. Each mode has its own entry logic, trade management, SL and TP structure, allowing multiple algorithmic approaches within one system. Buy Queen Strategies Empire and you could get an additional Queen Strategies Empire Strategy Six and Queen Strategies Empire Strategy Seven shown on the video for free ! Ask in private
Mad Turtle
Gennady Sergienko
4.51 (89)
Symbol XAUUSD Timeframe (period) H1-M15 (any) Support for single-position trading YES Minimum deposit 500 USD  (or the equivalent in another currency) Compatible with any broker YES (supports 2 or 3-digit brokers. Any deposit currency. Any symbol name. Any GMT time.) Runs without pre-configuration YES If you are interested in the topic of machine learning, subscribe to the channel:  Subscribe! Key Facts about the Mad Turtle Project: Real Machine Learning This Expert Advisor does not conn
Filter:
No reviews
Reply to review