Volatility Breakout System MT5

VBS (Volatility Breakout System) is an expert advisor that trades volatility-based range breakouts. It waits for the market to form a price range whose width fits within a band defined by current volatility, and enters only when price leaves that range with a closing confirmation and a minimum strength measured in ATR.


This Expert Advisor is NOT for you if:

  • You are looking for a system with no losing trades or guaranteed rapid account growth.
  • You prefer flawless backtest curves, even if they are the result of overfitting.
  • You are looking for high-frequency trading and find it uncomfortable when the system goes through periods without trading.
  • You prefer martingale, grid, or averaging strategies.
  • You do not consider risk management important.


This Expert Advisor may interest you if:

  • You value a strategy based on objective, repeatable rules.
  • You understand that losing trades are part of any trading system.
  • You prioritize robustness over an artificially perfect backtest.
  • You want to clearly understand why the system enters and exits the market on each trade.
  • You value trading with proper risk management.


HOW IT WORKS

The system evaluates signals at the close of each candle, using closed candles only. It does not use data from the candle currently forming, so signals do not repaint and the Strategy Tester's behavior stays consistent with live trading. An alternative intrabar confirmation mode is also available, which is not part of the delivered configuration.

The decision process has four stages:

  1. Range formation and validation. Over a configurable window of bars, the system records the recent high and low. The range is only accepted if its width is consistent with recent market volatility, discarding ranges that are either too narrow or too wide. It is also discarded when the range is actually the result of a single sharp move rather than genuine consolidation.
  2. Breakout confirmation. Price must break the range extreme with minimum strength and a confirmed close that filters out weak or questionable breakouts. If both directions break on the same candle, the system trades only the stronger one.
  3. Context filters. The breakout must align with the direction of a trend moving average on the working timeframe and, if the higher timeframe filter is enabled, also with a moving average on that higher timeframe. On top of this, the volume filter and, optionally, the volatility expansion filter apply.
  4. Execution and cycle reset. Once a trade is opened, the detected range is discarded and a new one must form before another signal can occur. The waiting period between trades also pauses range tracking while it is active.


POSITION MANAGEMENT

  • Stop loss as an ATR multiple or, optionally, in structural mode based on fractals, with configurable minimum and maximum ATR limits and a safety margin.
  • Single-tier trailing stop, enabled by default, which activates once profit reaches a level expressed in ATR and advances in minimum steps to reduce unnecessary order modifications.
  • Two additional trailing tiers, disabled by default: when enabled, each one activates later and trails the stop at a tighter distance than the previous tier. The advisor automatically checks and corrects the ordering of the tiers if the entered configuration is not consistent.
  • Break-even enabled by default, with activation and locked profit defined in ATR.
  • Optional fixed take profit. Disabled by default, so the trailing stop manages the exit.
  • Protection against opening gaps: if price opens with a significant gap against the position, the losing trade is closed.
  • Scheduled close before the weekend, enabled by default, and an optional daily close at a set time. Both retry the close if any trade could not be closed on the first attempt.

Every distance in the system (stop loss, trailing, break-even, range width, breakout strength, spread filter, gap threshold) is expressed as an ATR multiple, so they are recalculated according to current volatility instead of relying on fixed point distances.


RISK MANAGEMENT

Trade size is defined using three volume calculation modes:

  1. Fixed lot.
  2. Percentage risk on the current balance (compounding).
  3. Percentage risk on a fixed base capital.

Volume is always derived from the actual stop loss distance of that specific trade, not from a lot table.

It also includes a risk limiter. Before sending the order, the advisor recalculates the actual monetary risk and skips the entry if it exceeds the defined tolerance over the intended risk. Available free margin is also checked before trading, and volume is reduced if the required margin would exceed the safety threshold.

By default, the system holds only one trade at a time, with a waiting period between entries.


WHAT THIS ADVISOR DOES NOT DO

  • It does not use martingale, averaging, grids, or loss-recovery techniques.
  • It does not open opposite positions simultaneously.
  • It does not rely on arbitrage, latency, or unusual execution conditions.
  • It does not hold positions without a stop loss.


ADDITIONAL FILTERS

The volume filter, enabled by default, requires the breakout candle to register volume above its recent average. If the symbol does not provide sufficient volume data, the filter does not block trading; it simply stops contributing selectivity.

The volatility slope filter, disabled by default, requires ATR to have been expanding ahead of the breakout. It is measured excluding the breakout candle itself, so it assesses the preceding context rather than the move itself.


BROKER COMPATIBILITY

The advisor reads and respects the minimum stops level, the freeze level, the minimum and maximum volume and the volume step, and the symbol's combined volume limit accounting for already open exposure. Volume is normalized to the symbol's volume step. As it trades using market orders only, it does not depend on pending order expiration modes. Own positions are identified by symbol and magic number, which is relevant on hedging accounts if several advisors trade the same symbol.

It is suitable for both hedging and netting accounts.


INFORMATION PANEL

The advisor displays a text summary on the chart with the real-time state of the system: volume calculation mode and trading direction, stop loss mode and distance, current ATR reading, spread against the maximum allowed, open trades against the configured maximum, bars elapsed since the last entry, detected range and its size in ATR, take profit and break-even status, active trailing tier configuration, and the status of the volume filter, volatility filter, gap protection, and dominant-candle rejection.

It is an informational summary that does not influence trading decisions.


INCLUDED CONFIGURATION

The advisor's default parameters are prepared for NASDAQ 100 on M15. For other instruments or timeframes, it is recommended not to change the configuration directly, but to validate any adjustment through a rigorous testing process before trading it live.


VALIDATION PROCESS

The configuration included for NASDAQ 100 on M15 was developed through in-sample selection, out-of-sample confirmation, and an additional forward test on a later period not used during development. The goal of this process is greater robustness of behavior, not fitting the system to a specific historical dataset.


REQUIREMENTS

  • MetaTrader 5.
  • Algorithmic trading enabled in the terminal and allowed on the account.
  • Active connection to the broker's server.
  • Sufficient history on the symbol and timeframe used to calculate the ATR and the trend moving average.
  • History available on the higher timeframe, if the HTF filter is enabled.
  • A broker providing tick value for the symbol, if volume is calculated as a percentage of risk.
  • Sufficient free margin for the volume calculated for each trade.


HIGHLY RECOMMENDED

  • Test on a demo account before trading on a live account.
  • Test and fine-tune on a demo account using the actual capital you intend to trade with, since if the available capital is very small the system may not execute trades because the actual risk would exceed the configured limits, not because the EA is malfunctioning.
  • Use this EA on NASDAQ 100 on the M15 timeframe, although testing and validation on other symbols and timeframes is possible. The exact instrument name varies by broker (US100, NAS100, USTEC, NQ100, US Tech 100, among others); make sure to attach the EA to the chart corresponding to the NASDAQ 100 index.
  • Check that the symbol provides reliable volume data, since the volume filter is enabled by default.
  • Check the time offset of the broker's server relative to the schedule you want to apply, since the session filter and the scheduled closes are calculated using the broker's server time, not the trader's local time.
  • Use an account type with no commission per trade, although this is not mandatory.
  • Use a VPS to keep the EA running continuously.
  • Use a different magic number per chart if running several instances.


BEFORE BUYING

The free trial version can be run in the Strategy Tester. We recommend testing it on the instrument and broker you intend to trade with, and then on a demo account, adjusting risk to your available capital, before going live. Past results do not guarantee future results; trading financial products involves risk, and each trader is responsible for their own investment decisions.

For questions, parameter adjustments, or support, please use the MQL5 chat.

Recommended products
Aurus AI
Dmitriq Evgenoeviz Ko
Aurus AI : Multi-AI Architecture Aurus AI Core is more than just a trading advisor; it's a next-generation intelligent ecosystem based on the principle of multi-layered artificial intelligence consensus. The system consists of four specialized AI modules, each responsible for a separate stage of trade entry signal verification. Four-layer filter system The advisor opens a trade only when all four independent modules give an "APPROVED" signal: Market Sense Layer : Evaluates overall market volati
| 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
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
Deep Trend Pro
Ignacio Agustin Mene Franco
DEEP TREND X — Expert Advisor with Artificial Intelligence for XAUUSD Deep Trend X is a 100% automated Expert Advisor, specifically designed for trading Gold (XAUUSD). It combines cutting-edge machine learning algorithms with institutional market analysis to detect highly accurate entries in both trending and ranging markets. ARTIFICIAL INTELLIGENCE CORE The EA's core engine integrates two AI models that self-train on each new candlestick: SVM RBF (Support Vector Machine with Radial Kern
THE 8 PILLARS OF STATISTICAL EDGE TRADING:  Introduction In trading, the past doesn't predict the future. But patterns embedded in time reveal the rhythm of markets waiting to repeat. This guide introduces you to the Eight Pillars of Statistical Edge Trading—a comprehensive framework that transforms historical data into actionable trading intelligence. At the heart of this system stands Historical Data. Unlike fleeting indicators or lagging signals, historical patterns reveal the seasonal heart
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
Classic Market Surfer EA - A Timeless, Proven Strategy for Gold Trading For years, this powerful trading strategy has been hidden from the public-reserved for a select few. Now, for the first time, the Classic Market Surfer EA is available to traders like you.   Built on pure, time-tested trading principles, this EA doesn't rely on trendy gimmicks like AI or machine learning. Instead, it harnesses a classic, robust strategy that has consistently delivered results over the years. This is not a "g
VectorTrailFX
Jerome Alan Wood
VectorTrail FX | Mean Reversion Grid EA | EURGBP M15 | FIFO Compliant VectorTrail FX is a precision mean reversion Expert Advisor built for EURGBP on the M15 timeframe. It uses statistical Z-score analysis to identify when price has stretched too far from its mean, then enters a directional basket and exits when floating profit peaks — keeping drawdown tight while compounding consistently. Fully FIFO-compliant and tested with US brokers. How It Works VectorTrail FX measures how far price has de
Chanlun Master
Evgeniy Scherbina
5 (1)
Chanlun Master: A Fusion of Eastern Market Philosophy and Neural Networks Chanlun Master is a professional trading robot that combines the legendary Chinese theory of price movement with modern Deep Learning technologies. History: What is Chanlun? In 2006, a mysterious trader appeared in the Chinese segment of the internet under the pseudonym Chan Shi ("Zen Master"). He published a series of articles describing a unique mathematical structure of the market, which he called "Chanlun" . Unlike
Ilan
Andrey Khatimlianskii
4.71 (7)
Ilan for MetaTrader 5 Due to using the virtual trades, trading in both directions (buy and sell) simultaneously became possible. This allows users to adapt the popular strategy for the net accounting of positions applied by MetaTrader 5.  Expert Advisor Settings The Expert Advisor setup is simple. However, all the important settings of the strategy are available for adjusting. Available tools: Unique  MagicNumber  for identification of trades; Trade direction option ( Trade direction ): buy onl
Phoenix Midas
Alvaro Albillos Gutierrez
Phoenix Midas is an order-flow Expert Advisor built specifically for XAUUSD (Gold) on the M15 timeframe. It reads market structure through synthetic order-flow analysis — volume delta, volume profile (POC / value area) and liquidity behaviour — to time entries on two complementary setups, and it manages every trade with a fixed, pre-defined risk. Built-in news filtering and prop-firm risk controls make it suitable for both personal accounts and funded-challenge environments. WHAT IT IS NOT
Gold Bazooka
Anas Puthiya Puthiya Veettil
Description: Automate your Gold trading with this efficient and easy-to-use Expert Advisor designed specifically for XAUUSD. This EA works exclusively on Gold & dynamically adapts trade entries with custom Stop Loss and Take Profit levels. Key Features: Simple and robust logic tailored for XAUUSD trading Fully automated trade entries and exits based on market conditions Adjustable lot size input for flexible risk management Designed to work with only Gold Minimal resource consumption and easy to
Breakout Box Pro 3in1
Jose Antonio Valverde Galdeano
5 (2)
The ultimate breakout engine is finally here — built for precision, structure, and consistent execution. A professional breakout system designed around institutional volatility cycles and price compression logic. Triple Volatility Box System identifies periods of reduced volatility (“boxes”) and automatically positions for potential expansions that follow — a principle widely used by institutional traders. Core Logic Operates with three independent, time-based boxes aligned with major trading
Hamster Scalping mt5
Ramil Minniakhmetov
4.71 (241)
Hamster Scalping is a fully automated Expert Advisor. Night scalping strategy. The RSI indicator and an ATR-based filter are used for entries. The advisor needs a hedging account type Be careful i not sell EA or sets at telegram it scam. All settings free here at   blog .  IMPORTANT! Contact me immediately after the purchase to get instructions and a bonus! Real operation monitoring as well as my other products can be found here: https://www.mql5.com/en/users/mechanic/seller General Recommendati
Tech EA
Heiko Kendziorra
Buy the dip - sell the spike of the US Tech 100 Index No martingale, no grid, always just one order open with StopLoss.  Live Signal: https://www.mql5.com/en/signals/2196371 The starting price is only for the first buyers, next price USD 399 and every week that ends with a profit, it increases by another 100. The default settings  are for the US 100 Tech(Cash) CFD   M15  chart, the default lotsizes are for an account of USD 10000.   The minimum account balance is USD 100 to trade 0.01 buy and
Exp5 The xCustomEA for MT5
Vladislav Andruschenko
4.27 (11)
The xCustomEA for MetaTrader 5 — Universal Trading Expert Advisor for Custom Indicators Turn almost any custom indicator into a fully automated trading workflow. The xCustomEA for MetaTrader 5 is a universal Expert Advisor designed to read signals from your custom indicators and execute trades based on the logic you define. You only need to specify the indicator name, signal buffers, and core parameters. The EA then uses this data to automate execution, trade management, and signal handling. It
The Fractal Trend Master is one of the most powerful and sophisticated Expert Advisors on the market, designed to protect traders' capital while maximizing profit opportunities. Based on Bill Williams' renowned methodology, this EA uses three essential technical analysis tools: the Alligator indicator , fractals , and the Gator Oscillator , creating a robust and precise framework for identifying and following market trends. This EA was designed with a focus on advanced risk management and capita
Bolic Eagle EA
Almaquio Ferreira De Souza Junior
Bolic Eagle EA - Advanced Parabolic SAR-Driven Trading Algorithm Overview Bolic Eagle EA is a sophisticated algorithmic trading solution designed for traders seeking a highly adaptable and automated system rooted in the Parabolic SAR indicator. This Expert Advisor (EA) is crafted to identify and capitalize on market reversals by utilizing the precision of the Parabolic SAR, enhanced with optional trend confirmation tools, advanced risk management protocols, and unique features such as email no
Magic EA MT5
Kyra Nickaline Watson-gordon
Magic EA is an Expert Advisor based on Scalping, Elliot Waves and with filters such as RSI, Stochastic and 3 other strategies managed and decided with the robot smartly. Large number of inputs and settings are tested and optimized and embedded in the program thus inputs are limited and very simple. Using EA doesn't need any professional information or Forex Trading Knowledge. EA can trade on all symbols and all time frames, using special and unique strategies developed by the author. The EA w
Goldyx
Linding Imbol Kabilangan
GOLDYX is a fully automated, institutional-grade algorithmic strategy precision-engineered exclusively for XAUUSD (Gold) on the M1 timeframe . Built for consistent capital appreciation, the system capitalizes on sharp trending and breakout phases while enforcing institutional risk management. Real Live Trading:  https://www.mql5.com/en/signals/2383671 Technical Features Win Rate : Historical accuracy exceeding 85% since inception. Monthly Returns : 5% to 20% average growth under stable marke
OB 200 edge x
Domantas Juodenis
OB200 Edge X A 200 EMA channel + Order Block expert advisor with a built-in signal-indicator mode, strong/weak block filtering, and a live on-chart dashboard. Overview OB200 Edge X reads market structure through a dual 200 EMA channel — one EMA plotted on the highs and one on the lows — and locates institutional order blocks inside that channel. It then trades or signals from those zones according to the channel's direction, with full control over risk, stops, and execution style. The same produ
ID Trade_Bot BS - an effective tool for automated trading using RSI Trade_Bot BS is an efficient solution for automated trading based on RSI, allowing flexible parameter customization and risk management. Thanks to the ability to choose a trading mode, dynamic Stop-Loss and Take-Profit levels, and trading mode adjustment (buying, selling, or both), it is suitable for various trading strategies. Key Features: Uses the RSI indicator to determine market conditions. Automatically opens an
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
ICT Sentinel
Allan Njuguna Kimani
ICT Sentinel — Institutional Smart Money Expert Advisor Fully automated multi-symbol EA based on ICT / Smart Money Concepts. Detects Order Blocks, Fair Value Gaps, liquidity sweeps, BOS and CHoCH, and trades only when several signals align. Advantages Trades a whole symbol basket from one chart Risk-based position sizing (% of balance, not fixed lots) Automatic break-even, partial close, ATR trailing stop, profit-lock ladder Daily loss limit, consecutive-loss lockout, equity protection Session a
Volterra Edge
Denis Katerenchuk
Volterra Edge is a trading algorithm designed specifically for the XAUUSD pair. The strategy is based on machine learning (ONNX) and does not use Martingale or grid averaging methods. Every trade is equipped with a fixed Stop Loss and is protected by built-in money management algorithms. ONNX Ensemble Architecture The core relies on three independent neural networks: Trend Model: Determines the direction of the current price impulse. Flat Model: Analyzes price deviations (Z-Score) and relative
FiboBreakout XAU
Daniel Maslowski
FiboBreakout Gold 5M EA – High-Precision Algorithmic Trading for XAUUSD FiboBreakout Gold 5M is an advanced, fully automated Expert Advisor engineered specifically to exploit the high volatility of Gold ( XAUUSD ) on the 5-minute (5M) timeframe. By combining classic Fibonacci breakout mechanics with modern algorithmic filters, this EA captures explosive intraday moves while strictly protecting your capital. Key Features ("The Good Stuff") Dynamic Fibonacci Engine: The EA continuously scans a
PairsTrading MT5
Evgenii Kuznetsov
The EA identifies divergences in two correlated currency pairs and trades in the direction where they converge back. Working timeframe: M30 Input parameters MagicNumber - identification number for the EA. OrdersComment - comment to order, automatic if an empty value is set. Lots - lot size. DepoPer001Lot - automatic lot calculation (specify the balance per 0.01 lot) (if 0, the value from 'Lots' parameter is used). TimeFrame - working timeframe. Symbol #2 - correlated currency. Symbol #2 reverse
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
Investopedia FIVE
Joseph Anthony Aya-ay Yutig
Investopedia FIVE EA is based on this article: https://www.investopedia.com/articles/forex/08/five-minute-momo.asp TRADING CONDITIONS - Look for currency pair trading below the X-period EMA and MACD to be in negative territory. - Wait for price to cross above the X-period EMA, then make sure that MACD is either in the process of crossing from negative to positive or has crossed into positive territory within five bars. - Go long X pips above the X-period EMA. - Sell X of the position at en
Buyers of this product also purchase
Quantum Queen X MT5
Bogdan Ion Puscasu
4.67 (12)
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.51 (128)
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.46 (102)
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
TwisterPro Scalper
Jorge Luiz Guimaraes De Araujo Dias
4.46 (122)
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
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
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
Gold Snap
Chen Jia Qi
4.47 (17)
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 $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 W
Quantum King EA
Bogdan Ion Puscasu
4.96 (211)
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
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
Nexorion Initium Novum EA
Valentina Zhuchkova
5 (16)
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
AXIO Gold EA
Shengzu Zhong
4.6 (10)
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
Gold House MT5
Chen Jia Qi
4.53 (59)
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  (High-Risk Configuration Reference – Potential profits and losses are amplified. N
SomaOil
Andrii Soma
5 (2)
SomaOil is a multi-strategy breakout Expert Advisor for MetaTrader 5, built exclusively for WTI crude oil (XTIUSD). One chart, one EA, 20 independent strategies running together as a single diversified portfolio. Live Signal. To make it accessible at launch, I am using a transparent ramping-price model: Launch price: 100 USD (48 hours) Starting from Monday the price increases by 100 USD for every 10 copies sold Price increases happen at most once per day, even when more than 10 copies are sold t
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
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
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
Wave Rider EA MT5
Adam Hrncir
4.88 (43)
Scalper speed with sniper entries. Built for Gold. Wave Rider 5.0 is out (see  Announcement ) $499  until Signal reaches 150% - then 599 USD 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, Blackbull, Fusion,
Quantum Bitcoin EA
Bogdan Ion Puscasu
4.77 (128)
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
Chiroptera
Rob Josephus Maria Janssen
4.57 (46)
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 Athena X
Bogdan Ion Puscasu
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
Obsidian Flow Atlas EA
Valentina Zhuchkova
5 (6)
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
XG Gold Robot MT5
MQL TOOLS SL
4.3 (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 Valkyrie
Bogdan Ion Puscasu
4.46 (159)
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
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
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
Byrdi
William Brandon Autry
5 (19)
BYRDI - The AI Network That Trades as One Most Expert Advisors see one terminal. BYRDI sees the network. A trade opened on one account can change the risk of every other account you own. BYRDI connects separate MetaTrader 5 terminals into one coordinated mesh. Each node can keep its own account, broker, markets, AI model, strategy, and risk settings while remaining aware of the wider system. BYRDI can distribute opportunities, control exposure, and provide eligible-node failover across the mesh
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
BB Return mt5
Leonid Arkhipov
4.48 (124)
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
Boring Pips MT5
Thi Thu Ha Hoang
4.76 (50)
Have you ever wondered why most expert advisors are not effective in live trading, despite their perfect backtest performance? The most likely answer is  Over-fitting . Many EAs are created to ‘learn’ and adapt perfectly to the available historical data, but they fail to predict the future due to a lack of generalizability in the constructed model. Some developers simply don't know about the existence of over-fitting, or they know but don't have a way to prevent it. Others exploit it as a tool
Range Breakout EA with Range Filters
Jimmy Peter Eriksson
4.47 (19)
UPDATE: Next Price: $599, 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 21 Months Live Signal +210% 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 volatility between t
More from author
GHS (Gann HiLo System ) is an expert advisor that trades the resumption of a trend after a pullback, using the Gann HiLo Activator as its directional reference. It does not chase price or try to anticipate reversals: it waits for the line to define a trend, waits for price to pull back against it, and enters only when the market clears the prior extreme of the move, confirming it wants to resume its direction. The Gann HiLo indicator is calculated inside the advisor itself, so no external indic
TPS (Trend Pullback System) is an expert advisor built around a single concept: wait for a defined trend, wait for price to pull back into the value zone within that trend, and enter only when the original move resumes. It applies the principle of buying weakness within an uptrend and selling strength within a downtrend. It does not average down, does not build grids, and does not increase lot size after a loss. This Expert Advisor is NOT for you if: You are looking for a system with no losing
TPS (Trend Pullback System) is an expert advisor built around a single concept: wait for a defined trend, wait for price to pull back into the value zone within that trend, and enter only when the original move resumes. It applies the principle of buying weakness within an uptrend and selling strength within a downtrend. It does not average down, does not build grids, and does not increase lot size after a loss. This Expert Advisor is NOT for you if: You are looking for a system with no losing
ORB System MT5
Pol Lazaro Porta
ORB (Opening Range Breakout) is an expert advisor that trades one of the most studied patterns in intraday trading: the breakout of the opening range. It identifies the market's initial balance during the first minutes of the session and trades only when price shows real intent to continue in one direction, avoiding early entries and, by default, limiting activity to a single trade per session. This Expert Advisor is NOT for you if: You are looking for a system with no losing trades or guarante
GHS (Gann HiLo System ) is an expert advisor that trades the resumption of a trend after a pullback, using the Gann HiLo Activator as its directional reference. It does not chase price or try to anticipate reversals: it waits for the line to define a trend, waits for price to pull back against it, and enters only when the market clears the prior extreme of the move, confirming it wants to resume its direction. The Gann HiLo indicator is calculated inside the advisor itself, so no external indic
Filter:
No reviews
Reply to review