Gold Consistency AI

Contact me for the set file.

Best Broker: IC Market:

Operational Time frame: H1

Symbol: XAUUSD

————————————————-

Gold Consistency AI

AI-Powered XAUUSD Trading Expert Advisor

Gold Consistency AI is a machine-learning based Expert Advisor designed specifically for XAUUSD trading.

The system combines multi-timeframe market structure, liquidity-based reversal logic, volatility analysis, and an embedded AI model trained outside MetaTrader and exported to ONNX for native MT5 execution.

The main objective of Gold Consistency AI is not to overtrade, scalp randomly, or follow every market movement.
Its goal is to identify higher-quality trading conditions where price structure, volatility, liquidity behavior, and machine learning probability align.

Strategy Concept

Gold Consistency AI is a hybrid system based on:

  • liquidity sweep reversal logic

  • trend continuation after pullback

  • higher-timeframe regime filtering

  • H1 closed-candle decision making

  • M15 and M5 microstructure confirmation

  • dynamic stop-loss and trailing protection

It is not a pure trend-following EA and it is not a simple reversal EA.

The core idea is:

detect local liquidity manipulation or pullback exhaustion, confirm the reaction on lower timeframes, then allow the AI model to decide whether the setup has enough statistical quality to be traded.

In practical terms, the EA looks for situations where price may sweep liquidity, reject a level, close back into structure, and continue in the most probable direction according to the trained model.

Trading Logic

The EA uses H1 as the main decision timeframe.

The signal is generated only after a fully closed H1 candle.
This is important because the EA does not use unfinished candles for the main decision.

The entry logic follows this principle:

  1. H1 candle closes.

  2. The EA evaluates the latest closed H1 structure.

  3. M15 and M5 closed candles are used as microstructure confirmation.

  4. H4 and D1 are used for broader regime context.

  5. The embedded AI model evaluates the probability of the setup.

  6. If the setup passes all filters, the EA enters at the next H1 open.

This structure is designed to reduce lookahead bias and make the MT5 execution logic closer to the original Python research pipeline.

Multi-Timeframe Structure

Gold Consistency AI uses several timeframes, each with a different role:

Timeframe Purpose
D1 Macro regime and long-term structure
H4 Higher-timeframe bias and regime
H1 Main signal and trade decision
M15 Microstructure confirmation
M5 Short-term reaction and confirmation

The EA does not randomly combine indicators.
Each timeframe has a specific role in the trading decision.

Machine Learning Model

The AI model is based on ExtraTrees machine learning models trained in Python using scikit-learn.

The training pipeline uses:

  • ExtraTreesClassifier for probability filtering

  • ExtraTreesRegressor for expected R evaluation during research

  • SimpleImputer with median values

  • separate BUY and SELL model logic

  • ONNX export for native MetaTrader 5 inference

The final marketplace version embeds the ONNX models directly inside the EA, so the compiled EX5 contains the AI model internally.

Training Methodology

The model was trained using a leakage-safe pipeline.

The training process was designed around strict rules:

  • H1 signal uses closed H1 candles only

  • M15 and M5 features use the last closed candles available at or before the H1 close

  • H4 and D1 features use the last closed higher-timeframe candles available at or before the H1 close

  • entries are simulated at the next H1 open

  • no future rolling calculations are used

  • no repainting logic is used

  • all features are designed to be portable to MT5

This is important because many strategies look good in historical testing but fail in live execution due to lookahead bias or non-replicable indicator logic.

Gold Consistency AI was designed from the beginning to keep the Python research logic and MT5 execution logic aligned.

Data Splits Used During Research

The research pipeline used time-based splits instead of random shuffling.

Example split structure:

  • Training period: up to April 2025

  • Calibration period: May 2025 to June 2025

  • Test period: July 2025 to December 2025

This approach is more realistic than randomly mixing past and future data because trading models must be validated forward in time.

Labeling Logic

The training labels were based on realistic H1 trade outcomes.

Each setup was labeled using:

  • entry at next H1 open

  • ATR-based take profit

  • ATR-based stop loss

  • maximum holding period

  • simulated execution cost buffer

Core labeling parameters used in the research pipeline:

  • ATR length: 14

  • TP: 1.20 ATR

  • SL: 0.80 ATR

  • maximum hold: 12 H1 candles

  • entry delay: 1 candle

  • entry cost buffer: 0.10 price units

A trade was considered good when its realized R outcome was positive under these rules.

Feature Engineering

The model uses portable features that can be reproduced inside MT5.

The feature set includes:

Volatility Features

  • ATR

  • normalized ATR

  • candle range divided by ATR

  • candle body divided by ATR

  • wick size divided by ATR

Candle Structure

  • body size

  • upper wick

  • lower wick

  • close position inside the candle

  • bullish displacement

  • bearish displacement

Momentum Features

  • RSI 14

  • EMA distance

  • short-term returns

  • medium-term returns

  • price acceleration

Liquidity Features

  • sweep of previous highs

  • sweep of previous lows

  • close back below previous high

  • close back above previous low

Market Structure Features

  • rolling highs

  • rolling lows

  • position inside recent range

  • distance from recent highs

  • distance from recent lows

Regime Features

  • H4 bullish or bearish regime

  • D1 bullish or bearish regime

  • H4/D1 RSI alignment

  • H4/D1 EMA positioning

Setup Generation

The strategy creates BUY and SELL candidate setups separately.

A BUY setup can occur when price shows conditions such as:

  • sweep of previous lows

  • close back above liquidity

  • bullish recovery

  • lower wick rejection

  • supportive H4/D1 regime

  • M15/M5 confirmation

A SELL setup can occur when price shows conditions such as:

  • sweep of previous highs

  • close back below liquidity

  • bearish rejection

  • upper wick rejection

  • supportive H4/D1 regime

  • M15/M5 confirmation

After a setup exists, the AI model decides whether the setup quality is strong enough to trade.

What the AI Actually Does

The AI model does not simply predict “BUY” or “SELL” from a chart.

Instead, it evaluates whether a valid structural setup has enough probability and quality.

The model acts as a filter.

This means the EA first looks for a market structure condition, then the AI decides whether that condition is worth trading.

This helps reduce random entries and avoids trading every possible signal.

Reversal or Trend Following?

Gold Consistency AI is best described as a liquidity-based reversal and continuation hybrid.

It is not pure trend following.

It is also not pure counter-trend reversal.

The EA often looks for a local reversal after a liquidity sweep or pullback, but it also uses higher-timeframe structure to avoid low-quality counter-trend trades.

In simple terms:

The EA searches for local reversal opportunities inside a broader structural context.

This allows the system to enter after manipulation or pullback exhaustion while still respecting the larger market regime.

Risk Management

Gold Consistency AI includes several risk-control mechanisms:

  • fixed lot or percentage risk

  • maximum trades per day

  • cooldown between trades

  • one-position-at-a-time option

  • spread/ATR filter

  • execution hour filter

  • daily circuit breaker

  • equity peak protection

  • maximum holding time

The EA is designed to avoid excessive trading frequency and to reduce exposure during poor conditions.

Protection Modes

The EA includes simplified protection modes:

NORMAL

A smoother protection profile designed to reduce excessive stop modifications.

PROP

A more protective mode designed for stricter risk control and drawdown management.

CUSTOM

Allows the user to adjust the trailing/protection strength with a single parameter.

This makes the EA easier to configure without exposing too many technical trailing inputs.

Dynamic Stop Management

Gold Consistency AI includes dynamic trade protection logic.

The stop management system may react to:

  • ATR volatility

  • floating profit

  • price retracement

  • M5/M15 reversal behavior

  • structural protection levels

  • trade progress in R

The goal is to reduce the impact of fast reversals and protect accumulated floating profit when the market starts moving against the position.

What Gold Consistency AI Does Not Use

Gold Consistency AI does not use:

  • martingale

  • grid averaging

  • hedge recovery systems

  • dangerous lot multiplication

  • unlimited averaging

  • fake AI logic

The strategy is based on structured entries, machine learning filtering, and controlled risk.

Recommended Market

Gold Consistency AI is designed for:

  • XAUUSD

  • low-spread ECN-style brokers

  • London and New York active sessions

  • accounts where stable risk management is important

  • traders looking for selective AI-filtered entries

Broker conditions matter.
Different brokers may show different results because of spreads, tick data, server time, commission, and historical data quality.

Important Risk Notice

Gold Consistency AI is a trading tool, not a guaranteed profit system.

Past performance, backtests, or optimization results do not guarantee future results.

Market conditions can change, and machine learning models can underperform during unseen regimes.

Before using the EA on a live account, users should:

  • test it in the Strategy Tester

  • run it on demo first

  • use conservative risk

  • verify broker conditions

  • understand the input settings

Trading XAUUSD involves high risk and may not be suitable for all traders.

Suggested Short Product Summary

Gold Consistency AI is an advanced XAUUSD Expert Advisor powered by an embedded ONNX machine learning model.
It combines H1 closed-candle decision logic, M15/M5 microstructure, H4/D1 regime analysis, liquidity sweep detection, ATR-based risk logic, and dynamic trade protection.

The strategy is designed to identify high-quality gold setups after liquidity manipulation, pullback exhaustion, or structural rejection, while using AI probability filtering to avoid low-quality trades.

No martingale.
No grid.
No dangerous recovery logic.
Just structured AI-filtered trading with risk control.


Recommended products
SolarTrade Suite Financial Robot: LaunchPad Market Expert - designed to open trades! This is a trading robot that uses special innovative and advanced algorithms to calculate its values, Your Assistant in the World of Financial Markets. Use our set of indicators from the SolarTrade Suite series to better choose the moment to launch this robot. Check out our other products from the SolarTrade Suite series at the bottom of the description. Do you want to confidently navigate the world of inves
Sonic R Pro Enhanced EA - Version 2025 $249 Only for the First 5 Buyers! Live Signal Check the live performance of Sonic R Pro Enhanced: Live Sonic R Trading Strategy Sonic R Pro Enhanced is an upgraded version of the traditional Sonic R strategy, automating trades based on the Dragon Band (EMA 34 and EMA 89) and incorporating advanced algorithms to maximize performance. Timeframes: M15, M30 Supported Pairs: XAUUSD, BTCUSD, AUDJPY, USDJPY Trading Style: Swing Trading - Pullback & Counter-
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
Xerxes Quantum Vanguard The Omni-Asset Hybrid Daily Action System (Trend + Mean Reversion | Multi-Asset ATR Logic | Quantum Dashboard)  Conquer Every Market Condition Xerxes Quantum Vanguard is not a single-strategy robot. It is a dual-core Hybrid Trading System- engineered for the active trader who demands daily market action. By seamlessly combining Trend Breakout- and Mean Reversion- algorithms, Xerxes adapts to whatever the market throws at it. Built from the ground up to support multiple
| 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
Exclusive EA for FOREX HEDGE account The EA (FuzzyLogicTrendEA) is based on fuzzy logic strategies based on the analysis of a set of 5 indicators and filters. Each indicator and filter has a weight in the calculation and, when the fuzzy logic result reaches the value defined in the EA parameter, a negotiation is opened seeking a pre-defined gain. As additional functions it is possible to define maximum spread, stop loss and so on . Recommended Symbol: EURUSD, AUDUSD, GBPUSD, NZDUSD, USDCAD, AU
US500 Scalper
Sergey Batudayev
The S&P 500 Scalper Advisor is an innovative tool designed for traders who want to successfully trade the S&P 500 Index. The index is one of the most widely used and prestigious indicators of the American stock market, comprising the 500 largest companies in the United States. Peculiarities: Automated trading solutions:   The advisor is based on advanced algorithms and technical analysis to automatically adapt the strategy to changing market conditions. Versatile approach:   The advisor combine
Hector EA
Anton Shevtsov
5 (2)
Hector Gold EA — a gold (XAUUSD) trading robot for the MetaTrader 5 platform. Grid logic with a decreasing add-on volume, closing the series at the average price. LIVE SIGNAL Settings & Input Guide The signal is the same Expert Advisor that runs the logic you see in the public statistics. For a result close to the signal, run Hector Gold EA on the recommended settings and on an ECN/RAW account with zero or low spread (FxPro, Ultima Markets, Fusion Markets, IC Markets). On other brokers behav
Bober Real MT5
Arnold Bobrinskii
4.88 (16)
Bober Real MT5 is a fully automatic Forex trading Expert Advisor. This robot was made in 2014 year and did a lot of profitbale trades during this period. So far over 7000% growth on my personal account. There was many updates but 2019 update is the best one. The robot can run on any instrument, but the results are better with EURGBP, GBPUSD, on the M5 timeframe. Robot doesn't show good results in tester or live account if you run incorrect sets. Set files for Live accounts availible only for cu
Indicement MT5
Profalgo Limited
4.21 (24)
Welcome to Indicement! PROP FIRM READY! -> download set files here LAUNCH PROMO: Only a few copies left at current price! Final price: 990$ NEW: Choose 1 EA for FREE! (limited to 2 trading account numbers) Ultimate Combo Deal   ->   click here JOIN PUBLIC GROUP:   Click here VERSION 4.0 LIVE RESULTS OLD VERSION FINAL RESULTS INDICEMENT   brings my 15 years of experience in creating professional trading algorithms to the Index markets. The EA uses a very well thought out algorithm to find the be
Matrix Arrow EA MT5
Juvenille Emperor Limited
5 (7)
Matrix Arrow EA MT5  is a unique expert advisor that can trade the  Matrix Arrow Indicator's MT5   signals with a trade panel on the chart, manually or 100% automatically.  Matrix Arrow Indicator MT5  will determine the current trend at its early stages, gathering information and data from up to 10 standard indicators, which are: Average Directional Movement Index (ADX), Commodity Channel Index (CCI), Classic Heiken Ashi candles, Moving Average, Moving Average Convergence Divergence (MACD), Rela
HMA Scalper Pro EA
Vladimir Shumikhin
5 (2)
HMA Scalper Pro EA — Automated Trading Advisor Based on Hull Moving Average (HMA) for MetaTrader 5 OVERVIEW HMA Scalper Pro EA is a professional trading robot (Expert Advisor) for MetaTrader 5 that trades in the direction of the Hull Moving Average (HMA). The HMA indicator determines the current trend direction, and the EA opens trades in that direction, enhanced by Smart Risk capital management, adaptive grid trading, trailing stop, breakeven, and time filters. The EA supports both Netting a
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
Gold EA: Proven Power for 1-Minute Gold Trading Transform your trading with our Gold EA, meticulously crafted for 1-minute charts and delivering over 2000% growth in 5 years from just $100-$1000 . No Martingale, No AI Gimmicks : Pure, time-tested strategies with robust money management, stop loss, and take profit for reliable performance across multiple charts. Flexible Trading Modes : Choose Fixed Balance for safe profits, Mark IV for bold growth, or %Balance for high rewards—combine Mark IV an
ENGLISH DESCRIPTION (MQL5 Standard Optimized) Product Name: Inferno Storm AI Hybrid PRO V2.37 [Subtitle: Honest AI Context | L1 Hardware Scoring | TTM Squeeze Quant Matrix] Introduction: The Apex of Cognitive Trading Welcome to the forefront of algorithmic intelligence. Inferno Storm AI Hybrid PRO V2.37 obliterates the limitations of static "black-box" bots. By fusing a high-speed, institutional-grade quantitative chassis with the advanced reasoning capabilities of Large Language Models (LLMs),
Magic Grid MT5
Aliaksandr Charkes
4.14 (7)
Magic Grid MT5 is a non-indicator Expert Advisor using a grid strategy (on a hedging account). The strategy is based on automatic reopening of grid pending orders, after closing their market positions (by Take-Profit, Stop-Loss or manually). Pending orders are placed with a specified step from the initial prices, which can be entered manually or generated automatically (once at the beginning of the trade).   The robot can trade on any timeframe, on any currency pair, on several currency pairs,
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
GoldSpire MT5
Mohamed Gaith Mouzeik
5 (3)
GoldSpire MT5 is a professional Grid and Basket Expert Advisor for MetaTrader 5, developed for trading XAUUSD / Gold. The EA combines controlled grid management, adaptive market filters and integrated protection features to manage trading cycles in a structured and risk-aware way. GoldSpire MT5 is not designed as a simple grid robot that opens positions continuously. The EA analyzes the current market environment and adapts its behavior to different market regimes. In calmer market phases, it ca
Precision TradePad PRO
Daniel Rafal Jaworski
Precision TradePad PRO is an advanced trading panel designed for traders who want full control, speed, and precision in every trade. This tool eliminates manual errors and simplifies the entire trading process. No more calculating lot sizes, forgetting stop losses, or managing trades manually. Everything is handled instantly and automatically. Main Features: Automatic Lot Calculation - Based on risk percentage - Based on fixed amount - Based on equity - Manual lot option Instant Stop Loss &
The ultimate trading tool that is designed to deliver simplicity and profitability to users. The EA's cutting-edge model utilizes pattern recognition and neural network training to analyze the market and make informed trades on 20 or more currency pairs (also to ohter instruments) simultaneously. With its user-friendly interface, this EA is perfect for traders of all levels, whether you're a beginner or a seasoned pro. By leveraging the power of our EA, you can achieve steady growth and boost yo
The Inside Bar e one is a reversal/continuation candle formation, and is one of the most traded candle patterns. Robot F1 allows you to configure different trading strategies, Day Trade or swing trade, based on the Inside Bar as a starting point.  This pattern only requires two candles to perform. Robot F1 uses this extremely efficient pattern to identify trading opportunities. To make operations more effective, it has indicators that can be configured according to your strategy. Among the o
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
VR Black Box MT5
Vladimir Pastushak
1 (1)
VR Black Box is a modern automatic trading expert developed by an experienced trader programmer. A powerful trading tool built on a proven trend-following market movement strategy. This robot has gone through a long path of development and improvement, regularly updating and adapting to changing market conditions. Over years of operation on real trading accounts, it has proven itself as a reliable assistant for both beginners and experienced traders. Set files, demo versions of the product, inst
Razgon X
Mikhail Atarskii
Razgon XAUUSD EA is a high-performance automated trading robot specifically designed for trading XAUUSD (Gold). The advisor uses a multi-level signal filtering system, including ALMA, trend filter based on EMA and MACD, allowing only high-quality trading decisions. Supports trading on multiple currency pairs and includes a built-in control panel with a transparent glass interface. Key Features ALMA indicator entry filter (fast and slow) Trend filter using three EMA (96) and EMA 200 MACD filter
Bear vs Bull EA MT5
Nguyen Nghiem Duy
Bear vs Bull EA Is a automated adviser for daily operation of the FOREX currency market in a volatile and calm market. Suitable for both experienced traders and beginners. It works with any brokers, including American brokers, requiring FIFO to close primarily previously opened transactions. *In order to enable the panel, it is necessary to set the parameter DRAW_INFORMATION = true in the settings; - Recommendations Before using on real money, test the adviser with minimal risk on a cent tradi
Exclusive Black Pro Max MT5 — Automated Trading System Exclusive Black Pro Max MT5 is an Expert Advisor for MetaTrader 5, built on advanced market analysis algorithms and risk management strategies. The EA operates in a fully automated mode and requires minimal trader intervention. Attention! Contact me immediately after purchase to receive setup instructions! IMPORTANT: All examples, screenshots, and tests are provided for demonstration purposes only. If a specific currency pair shows good resu
Goldmost MT5
Hongliang Ding
Goldmost – Precision Trading for XAUUSD This EA implements a multi-timeframe breakout strategy for XAUUSD, identifying critical support/resistance levels to execute trades with dynamic SL/TP adjustments, and intelligent exit protocols for optimized risk management. The parameters are updated regularly to adapt to evolving market conditions. This ensures the model continuously adjusts to shifting sentiment, investor behavior, and emerging trends - keeping your strategy aligned with current marke
Description of Scalping MT5 EA Scalping MT5 EA is a powerful, simple, and user-friendly trading tool designed for traders seeking an effective scalping strategy. This fully automated EA saves you time and maximizes profit opportunities from short-term price movements. Key Features Fully Automated : Scalping MT5 EA handles every stage of trading, from market analysis to order placement and risk management. Easy Setup : With simple input parameters, you can customize the EA to suit your trading st
Net Z
Sugianto
5 (1)
NET Z uses a very well-known trend reversal technique to determine position entry with slight modifications by using virtual trade techniques and virtual pending orders so that position entry is not too early or too late. Why NETZ? NET Z does not require complicated settings and is easy to use because user only need to upload a set file that is already available. Currently there are set files for 20 fx pairs. The best GRID EA with the ability to control risks. I will share my personal daily rou
Aurelia Forge
Abdullah Uygar Tuna
5 (1)
Official live signal: [Coming Soon] ————————————————————————— AURELIA FORGE — The Grid Lab Not just a grid EA. A complete grid research system with honest risk math. LAUNCH PRICING: $149 — price rises $50 every 10 copies sold. No exceptions, no discounts later. Most grid EAs sell you a black box and a dream. Aurelia Forge gives you a laboratory: a professional grid engine with unlimited configurations, prop-firm-grade protection, an embedded machine-learning layer, and a built-in opti
Buyers of this product also purchase
Quantum Titan MT5
Bogdan Ion Puscasu
4.5 (8)
Bringing institutional-grade trading to the Quantum ecosystem, Quantum Titan sets a new standard for precision, discipline, and proven live-market performance. Developed for traders who expect more from a GOLD Expert Advisor, Titan represents the next evolution of Quantum trading technology. Availability is strictly limited to 1,000 lifetime licenses worldwide. Once all 1,000 copies have been claimed, Quantum Titan will no longer be available. Special launch discount price. Final price $1999
Smart Gold Hunter
Barbaros Bulent Kortarla
4.6 (40)
No Grid/No Martingale/No Recovery/No Hedging/Single Entry with SL/One Shot  Smart Gold Hunter is an Expert Advisor for XAUUSD / Gold trading on MetaTrader 5. It is designed for traders who prefer a gold EA with no grid, no martingale, real Stop Loss and Take Profit logic, and controlled risk management. You can check the live signals before making a decision: Live Signal - IC Markets: https://www.mql5.com/en/signals/2365400?source=Site +Signals+My  (Here I use Scalper Mode, To have the exact se
Quantum Queen X MT5
Bogdan Ion Puscasu
5 (33)
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.45 (144)
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
The Gold Reaper MT5
Profalgo Limited
4.47 (104)
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
ThunderGold Scalper
Jorge Luiz Guimaraes De Araujo Dias
5 (9)
ThunderGold Scalper ThunderGold Scalper is an Expert Advisor developed for automated gold trading on MetaTrader 5. The EA is designed for XAUUSD and GOLD on the M15 timeframe. It uses a proprietary multi-factor decision engine to identify qualified trading opportunities and manage positions automatically. The system combines market structure, trend direction, candle quality, volume, momentum and execution controls. It is designed to wait for suitable conditions instead of opening trades continuo
Ultimate Breakout System
Profalgo Limited
5 (47)
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 : 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 - 44-STRATEGIES LIVE SIGNAL Welcome to the ULTIMATE BREAKOUT SYSTEM! I'm pleased to present the Ultimate Breakout System, a sophisticated and proprietary Expert Advisor (EA)
Lizard
Marco Scherer
4.16 (43)
WHAT IS LIZARD? Lizard is a fully automated Expert Advisor, developed exclusively for XAUUSD (Gold) on MetaTrader 5. It uses a multi-strategy swing breakout system that identifies key structural levels on the chart and places pending stop orders at precisely calculated entry points. No martingale. No grid. No averaging in. Every trade has a defined Stop Loss and Take Profit and is actively managed by a multi-layered exit system, automatically, around the clock. Live Signals - Track real performa
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.43 (136)
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
Logan MT5
Thierry Ouellet
4.81 (27)
LIMITED TIME OFFER AT 289$ Price will go up at  499$ on August 21th! 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 movements that would wipe out most conventional grid EAs—incl
Cortex IDX
Vladimir Mametov
5 (2)
It is a fully automated Expert Advisor for MetaTrader 5, built specifically for trading the US30 index. Its trading logic is designed around the dynamic behavior of major stock indices: strong directional movements, intraday pullbacks, and periods of increased volatility. The EA automates trading in an environment where execution speed, discipline, and efficient position management are essential. The system is focused on disciplined trade management, fast reaction to market changes, and controll
Quantum King EA
Bogdan Ion Puscasu
4.96 (215)
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
Quantum Athena X
Bogdan Ion Puscasu
5 (3)
Smarter Control. Refined Precision. Welcome to Quantum Athena X — the next generation of the focused GOLD trading system that builds upon the precision, efficiency, and disciplined execution of Quantum Athena. Quantum Athena X is built on the same streamlined core engine and the same 6 carefully selected strategies as Quantum Athena. Each strategy has been individually refined and optimized for current GOLD market conditions, while the new powerful Custom Mode allows traders to choose exactly
Zoomini
Gennady Sergienko
1.87 (15)
Important information: Support and answers to questions are available only here:  https://www.mql5.com/en/users/zolia  ( Zolia - UTC/GMT: Taiwan ); Zoomini is a small set of machine-learning models from the latest GoGoPips project research from July 2026. These models are intended only for XAUUSD H1 / Gold . Signal: www.mql5.com/en/signals/2381994 Important things to know: The models trade with only one order using equal SL/TP. Netting accounts and any leverage are supported. Large deposi
Smart Gold Impulse
Barbaros Bulent Kortarla
4.11 (19)
No Grid /No Martingale/ No Dca /No rocovery Smart Gold Impulse is now available in a special early launch phase. This is an EA I  am currently using with impressive results on my Live Signal  account. You can check the current performance through the Ultima live signal results, where Smart Gold Impulse has already shown very strong potential in real market conditions. The same set file used on my Ultima live signal account will be shared only with Smart Gold Impulse buyers. At the same time, thi
Quantum Emperor MT5
Bogdan Ion Puscasu
4.85 (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
Zerqon EA
Vladimir Lekhovitser
3.37 (30)
Live Trading Signal Public real-time monitoring of trading activity: https://www.mql5.com/en/signals/2372719 Official Information Seller profile Official channel User Manual Setup instructions and usage guidelines: View user manual Zerqon EA is an adaptive Expert Advisor designed specifically for XAUUSD trading. The strategy is based on a Deep LSTM neural network model integrated through ONNX, allowing the system to process sequential market behavior and evaluate price dynamics in a st
XG Gold Robot MT5
MQL TOOLS SL
4.33 (112)
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
Gold Snap
Chen Jia Qi
4.5 (18)
Gold Snap — A Fast Profit Capture System for Gold Live Signal: https://www.mql5.com/en/signals/2362714 Live Signal2: https://www.mql5.com/en/signals/2372603 Live Signal v2.0: https://www.mql5.com/en/signals/2379945 Only 3 copies remaining at the current price. The price will be increased to $1199 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
Pulse Engine
Jimmy Peter Eriksson
4.08 (37)
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
XT Bitcoin Robot MT5
MQL TOOLS SL
5 (4)
XT Bitcoin Robot is an advanced  automated trading system  designed specifically for  BTCUSD traders  who want to take advantage of Bitcoin's market volatility without the need for constant market monitoring. The robot continuously analyzes market conditions and automatically executes trades based on its built in trading logic, helping traders stay active in the market 24 hours a day without manual intervention. The system is designed to identify trading opportunities and manage positions accor
Wave Rider EA MT5
Adam Hrncir
4.83 (46)
Scalper speed with sniper entries. Built for Gold. Tired of all the fake EAs that eventually disappear? Most authors just create another EA when it fails - I wanted to do it differently. Wave Rider is my personal project built out of passion - honest, transparent EA without any fake AI or manipulated back-test that's been continuously updated for more than 6 months, that I am using myself from very first day. Check the Live signal  or Manual  or  Broker performance Version 5.x upgrade notice: Cl
Range Breakout EA with Range Filters
Jimmy Peter Eriksson
4.55 (22)
UPDATE:  Few Copies Left At Current Price! Final price: $999 If you value honesty and a real trading system built for live trading, not just a perfect-looking straight-line backtest that can end up blowing your account, then this might be for you. No Martingale / No Grid 22 Months Live Signal +290% Live Growth [Live Signal]  |  [FTMO Results]  |  [Main Portfolio]  |  [Backtest Guide] Why Range Breakout EA is so Stable ? Range Breakout EA is based on a well-known market behaviour: changes in vo
Gold Neural Core
TICK STACK LTD
5 (8)
Launch Offer:   Grab Gold Naural Core and bundle it with   XAU Momentum   and get 2 free EAs of your choice from my entire MQL5 store. DM me for details. Learn how I personally manage risk when using grid systems:  https://www.mql5.com/en/blogs/post/767250 Read the user guide to any TickStack grid system:  https://www.mql5.com/en/blogs/post/767232 Gold Neural Core — Hyper-Scalping Grid System for XAUUSD Gold Neural Core is a high-frequency grid trading system engineered specifically for gold (X
The Gold Space
Ayush V Jain
5 (3)
Price Increases on monday. Live Signal on Vantage https: // www.mql5.com/en/signals/2378090 https: // www.mql5.com/en/signals/2378091 live signal is running mode/option 1 with autolot 2 % risk. Overview:  The Gold Space is a fully automated, professional-grade Expert Advisor specifically engineered for the XAUUSD (Gold) market. Designed natively for MetaTrader 5, this EA capitalizes on high-probability volatility expansions using a precise, dynamically calculated breakout algorithm. It eliminate
Vexora sera
Fatima Zohra Ed Dachraoui
5 (2)
Transparency We believe the best way to evaluate an Expert Advisor is through its real, live trading performance . Live Trading Signal: https://www.mql5.com/en/signals/2379635?source=Site+Signals+My Technical Support :     https://www.mql5.com/en/users/fatima-zohraed/news                                           Settings Guide     Launched at $199 Now $299 — Only 10 Copies Available Secure your copy at $299 before the next price increase to $399. VEXORA SERA  : The True Power of Professional G
Nexorion Initium Novum EA
Valentina Zhuchkova
4.2 (25)
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/en/signals/2378408 https://www.mql5.com/es/signa
Chiroptera
Rob Josephus Maria Janssen
4.56 (48)
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
XIRO Robot MT5
MQL TOOLS SL
5 (34)
XIRO Robot is a professional trading system created to operate on two of the most popular and liquid instruments on the market:  GBPUSD, XAUUSD and BTCUSD . We combined two proven and well tested systems, enhanced them with multiple new improvements, optimizations and additional protective mechanisms, and integrated everything into one advanced and unified solution. As a result of this development process, XIRO Robot was created. Robot was designed for traders who are looking for a reliable and
More from author
IntelliTrade Pro
Daniele Pio Candido
Disclaimer: Financial Risks: Trading foreign exchange (Forex) and other financial markets involves a high level of risk and may not be suitable for all investors. The use of automated trading systems, including Expert Advisors (EAs), does not guarantee profits or protection against losses. Past performance is not indicative of future results. The performance of the EA in historical testing does not guarantee similar results in live trading conditions. Users should carefully consider their financ
Aurora X
Daniele Pio Candido
Contact me after the purchase to receive the correct file sets. Aurora X — Dynamic ATR-Driven Breakout System Aurora X is an advanced volatility-adaptive Expert Advisor designed for netting accounts . It combines a dual pending breakout logic (Buy Stop / Sell Stop) with ATR-based spacing and a trend filter (EMA 9 / EMA 34) to trade only during meaningful volatility expansions. Each trade is handled independently through a multi-phase protection cycle , balancing aggressiveness with safety to ac
Filter:
No reviews
Reply to review