Gann HiLo System MT5

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 indicator needs to be installed.


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 exclusively 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.

The decision process has four stages:

  1. Trend definition. The advisor internally builds the Gann HiLo Activator from the averages of highs and lows, and determines on each bar whether the trend is up or down according to which side of that line price closes on. The trend is fully rebuilt on every bar over a window of history, so the system's state does not depend on anything previously stored.
  2. Pullback detection. While the trend holds, the system tracks the extreme reached by the move. When the line turns against it, that extreme is frozen as the reference: it is the level price must clear to confirm the trend is resuming.
  3. Entry order. The system places a pending order at the level that would confirm the trend resuming. If price never reaches that level, the order expires without being executed.
  4. Setup expiry. Every pullback has a limited lifespan. Once price reclaims the line, the order stays active for a configurable number of bars; if price remains on the other side without reclaiming it, there is also a configurable waiting cap. By default, the same pullback does not generate a new order once its trade has closed.


POSITION MANAGEMENT

  • Stop loss with three available modes: structural beyond the pullback extreme with an ATR buffer, an ATR multiple, or fractal mode with configurable minimum and maximum ATR limits. All modes respect a minimum distance floor, also expressed in ATR.
  • Four exit modes: no fixed take profit, letting the trailing stop manage the exit; take profit as a multiple of the trade's risk; take profit as an ATR multiple; or take profit at a multiple of risk with the trailing stop able to close the trade first.
  • Break-even enabled by default, with activation and locked profit defined in ATR.
  • Trailing stop enabled by default, with activation, distance, and minimum step defined in ATR.
  • Optional time-based exit, closing the trade after a configurable number of bars in the market.
  • Protection against opening gaps: if price opens with a significant gap against the position, the losing trade is closed.
  • Scheduled daily close and close before the weekend, both enabled by default.
  • Configurable maximum leverage cap, as an additional safeguard independent of the per-trade risk calculation.

Break-even and trailing thresholds are always calculated on ATR and never depend on the trade's live stop loss, so moving the stop to break-even does not distort subsequent calculations. The time-based exit reads the position's own opening time. Together, this means position management survives a terminal restart, a timeframe change, or a recompile with the trade open. Own positions are identified by symbol and magic number, which is relevant on hedging accounts if several advisors trade the same symbol.


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.

Once the stop order is placed, its volume and stop loss are fixed at the moment the setup was armed, so the risk taken is exactly the one calculated and does not change while the order waits to be filled.

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.


BROKER COMPATIBILITY

The advisor reads and respects the minimum stops level, the freeze level, the minimum and maximum volume and the volume step, the symbol's combined volume limit accounting for both positions and pending orders, the account's pending order limit, the supported filling modes, and the supported expiration modes. Volume is normalized to the symbol's volume step. When the symbol allows orders with expiration, the advisor adds an expiry date as a safeguard so no order stays active indefinitely if the terminal stops running.

It is suitable for both hedging and netting accounts.


INFORMATION PANEL

An on-chart panel shows the real-time state of the decision process: current direction of the Gann HiLo line, long setup detected, short setup detected, active pending orders, and operating status (searching, cooldown, waiting for fill, in market, out of session). The panel keeps updating even when trading is paused, so it never freezes.

Optionally, the advisor also draws the trigger and stop loss levels of the current setup on the chart.

Both elements are informational only and do not influence trading decisions. The panel automatically adapts to light and dark chart templates.


INCLUDED CONFIGURATION

The advisor's default parameters are prepared for XAUUSD on H1, trading long only. The advisor also supports short-only and both-directions trading, but that is not the delivered configuration.

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 XAUUSD on H1 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.
  • Extensive history on the symbol and timeframe being used, since the advisor rebuilds the trend over a window of bars on every evaluation.
  • 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 XAUUSD on the H1 timeframe, although testing and validation on other symbols and timeframes is possible. The exact instrument name varies by broker (XAUUSD, GOLD, XAUUSD.m, among others); make sure to attach the EA to the chart corresponding to gold against the US dollar.
  • Check the time offset of the broker's server relative to the schedule you want to apply, since the scheduled daily close, the Friday close, and the session filter are all 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
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
Fund Mode MT5
Nunthasak Aunkaew
Fund Mode MT5 – Price Action EA for XAUUSD (M5) Fund Mode MT5 is a Price Action–based Expert Advisor (EA) No Grid No Martingale Specifically developed for XAUUSD (Gold) on the M5 timeframe , with a strong focus on safety, consistency, and small account suitability . Note: Past performance does not guarantee future results. Trading involves risk Key Features 1️⃣ Trading System Strategy: Price Action + Engulfing Patterns Main Timeframe: M5 Does NOT use: Grid, Martingale, or Hedge Trade
FREE
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
Bitcoin K-Dragon 2 (KDB-2) is a professional BTCUSD Expert Advisor for MetaTrader 5. It operates on a proprietary mean reversion algorithm combined with a smart multi-stage exit system . No grid. No martingale. Fixed lot averaging only. Clean mean reversion logic. BTCUSD M5 | Mean Reversion Strategy | No Grid | No Martingale | IC Markets Optimized | Verified in Bull & Bear Markets | 20+ Years of Experience   ️ IMPORTANT: 0.02 Lot Architecture KDB-2 uses a 50%/50% partial close system at TP1/
Sovereign Shield EA XAU
Abdelilah Ait Nassar
Sovereign Shield Prop EA: Institutional Drawdown Defense Sovereign Shield is a quantitative recovery engine built specifically for the strict drawdown parameters of modern Proprietary Trading Firms. A primary cause of evaluation failure is static algorithmic exposure during unpredictable macro-economic trends. Sovereign Shield addresses this by deploying a proprietary, volatility-adjusted recovery matrix. It continuously monitors price exhaustion and dynamically recalculates its exposure distan
Isheguve Scalper Pro
Vincent Vandeyua Orya
Isheguve Scalper pro user guide 1. Introduction to Isheguve Scalper Pro Isheguve Scalper Pro is a sophisticated MQL5 Expert Advisor designed to automate your trading decisions. It integrates advanced technical analysis with robust money and trade management to provide a comprehensive automated trading solution. Key features include: Candlestick Pattern Recognition: Identifies various reversal and continuation candlestick formations. Multi-Indicator Confirmation: Filters and confirms patterns usi
FxHydra
Sif-eddine Tabet
Live Signal Tickmill :   CLICK HERE  !!!! This account reflects the actual live trading results of the EA , including verified statistics such as profit, drawdown, win rate, and trade history. Users can independently review the performance directly on MQL5 to ensure full transparency before using the system. All published backtests of FX Hydra are conducted using the safest risk settings , designed to prioritize stability and controlled drawdown rather than aggressive profit optimization. FX
Aegis XAU Parallel Edition Two Strategies. One Balanced System. Aegis XAU Parallel Edition is an XAUUSD trading EA designed around two independently developed strategies, 258 and 223 , running in parallel within a single EA. Rather than relying on a single trading logic, Parallel Edition combines two different strategy profiles to create a more balanced overall trading system. The goal is simple: Maintain a consistent risk profile while allowing the account to grow over time. Key Features XAUU
FREE
Apex Trend Engine
Thiago Balonyi Candal Da Rosa
Apex Trend Engine is a professional Expert Advisor built to trade market structure and directional momentum with a disciplined risk framework. Unlike conventional systems that rely on lagging indicators or risky recovery methods, Apex Trend Engine focuses on identifying high-probability trend conditions and executing trades with precision and control. The system uses a combination of structural price analysis, volatility filtering, and trend validation to avoid low-quality market conditions. Tra
NRP Smc Pro
Black Panther AI
NRP SMC PRO EA — Product Description Short Description Professional Smart Money Concepts Expert Advisor engineered for XAUUSD, combining institutional market structure analysis, Fair Value Gaps, liquidity sweeps, and prop-firm-focused risk management. Includes optional news filtering, trading sessions, trade journaling, and advanced capital protection. NRP SMC PRO EA — Institutional Smart Money Automation for MT5 NRP SMC PRO EA is a professional Smart Money Concepts Expert Advisor built around c
First Scalper MT5
Kyra Nickaline Watson-gordon
5 (4)
First Scalper is an Expert Advisor based on Scalping, Using the best and safest scalping EA on market. 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. First Scalper can trade on all symbols and all time frames, using a special and unique strategy developed by the author. Using EA : General Options Trade Type : Long/Short/Both Stop
Swingy3
Bashier Awny Husein Ismail Alhafy
Swingy3: The Institutional Pivot & Swing Execution Engine Swingy3 is an algorithmic trading system designed for MetaTrader 5, focusing on high-conviction price action swings and institutional-grade risk management. Unlike standard retail indicators, Swingy3 analyzes market structure through dynamic pivot points and multi-timeframe confluence to identify entries where momentum and exhaustion align. The Strategy The core of Swingy3 is its advanced Pivot Analysis engine. It detects institutional "S
Trading Vision Ex
Vitalii Zakharuk
Product Description: Trading Vision – Automated Assistant for Forex Traders Introduction In today's financial markets, automating Forex trading is not just desirable but essential for success. The primary goal of automated trading systems like Trading Vision is to simplify the trading process by implementing advanced algorithms to analyze market trends. This allows traders to focus on strategic thinking while leaving routine operations to technology. What is Trading Vision? Trading Vision is a p
YenFlow
Kelly Philip Aketch
This is a machine learning trend following strategy based on the Ichimoku Kinko Hyo indicator combined with market volatility and volume metrics. It works best on the H1 Chart . The signals utilized to begin trading are carefully vetted via the machine learning capability, and a sophisticated algorithm ensures that the trader remains in the trend for as long as possible. Features. This is a fully automated multi-symbol expert advisor. It works on the following symbols USDJPY, AUDJPY, CHFJPY, EU
Seasonal Pattern Trader
Dominik Patrick Doser
Disclaimer : Keep in mind that seasonal patterns are not always reliable. Therefore, thoughtful risk management is crucial to minimize losses.  Seasonal patterns in the financial world are like a well-guarded secret that successful investors use to their advantage. These patterns are recurring price movements that occur during specific periods or around special events. Additionally, there are also intraday patterns that repeat. For example, Uncle Ted from Forex Family suggests examining previou
Omega AI MT5
Irina Selivanevskaia
1 (4)
Omega AI Neural EA: Cognitive Algorithmic Complex for XAUUSD Based on LLM-Consensus and Interactive Contextual Analysis Real-Time Monitoring: The effectiveness of the system's cognitive algorithms is confirmed on a live trading account. You can independently audit the operational activity, current statistics, and equity dynamics of Omega AI Neural EA at the following link:  https://www.mql5.com/en/signals/2361385 Pricing Dynamics & Limited Licenses: The project is implemented in a limited access
FOX CUSTOMER BENEFITS Verified customers with qualifying MQL5 Market purchases may be eligible for complimentary FOX commercial Expert Advisors. Learn more about the FOX Customer Benefits Program: https://www.mql5.com/en/blogs/post/774575 Aurum Vector Gold Pullback is a MetaTrader 5 Expert Advisor designed to trade structured pullbacks on Gold. The EA studies the broader market direction and waits for price to return to a technically relevant area before considering an entry. It is designed to
FREE
MA Pullback Bot
Ian Duncan Oumo
Pullback Trading Bot Overview Pullback Trading Bot is an automated Expert Advisor designed to trade with the trend instead of chasing price. It combines higher timeframe trend analysis with lower timeframe pullback entries to identify high-probability trading opportunities. The EA uses a state-based trading system that waits patiently for market conditions to align before opening a trade. This helps reduce unnecessary entries and keeps trading disciplined. The strategy is suitable for traders wh
Immortal MT5
Paranchai Tensit
The EA is based on   trend trading strategy . Mechanism " trend trading strategy " is a tendency of a financial market price to move in a particular direction over time. If there is a turn contrary to the trend, This mechanism will exit and wait until the turn establishes itself as a trend in the opposite direction, and re-enter when the trend re-establishes. This EA has been backtested for 9 years of real tick data (2015-2023), consistent with the latest trading accounts. Immortal MT4:   https:
Yield Dynamics
Saiful Izham Bin Hassan
YieldDynamics provides a structured, analytical approach to algorithmic market execution. Designed with discipline and risk management as its core principles, this system offers you a precise framework to navigate complex market environments. Experience clear operational stability and discover the confidence that comes with advanced capital protection protocols. Advantages and Features Institutional Edge Framework:   Maintains execution quality by strictly monitoring maximum spread and slippage
RSI Stocks Rebound
Alexandru Chirila
4 (1)
RSI Stocks Rebound The Dollar Cost Average with RSI Expert Advisor (EA) combines the power of the Dollar Cost Average (DCA) strategy with the Relative Strength Index (RSI) indicator to optimize entry and exit points for trades. This EA is specifically designed for traders who want to take advantage of market conditions, using the RSI to trigger buy signals during market dips and executing a DCA strategy to accumulate positions when the market continues to move against them. All Products   |   Co
Trailing Stops Pro is a highly advanced trailing stop program. It comes with 12 different trailing stops and helps you to manage your trade and stops easily. You can specify a trail start, that means the trailing stop will be started after your positions has reached the selected profit points. Additionally you can set a trail distance as well as activate and deactivate the trailing stop for each position separately. For your convenience the program has a very easy to use app panel. For a detaile
RX To The Moon
Ruksit Boonsong
Hello , traders we are trading robot , refined and re-engineered for today’s market conditions. We will build as much of it as possible, but we will generate profits in this market for as long as possible. Why Choose RX TO THE MOON? Because we have relentlessly developed and proven that RX TO THE MOON delivers consistent, long-term profitability. Engineered to withstand any market volatility, our system represents the ultimate strength and the perfect starting point for building the financial st
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
NAS100 Hammer Engulfing
Daniel Olias Gonzalez
NAS100 HAMMER ENGULFING LAUNCH PRICE — $299 Limited launch price: $299 The regular price of NAS100 Hammer Engulfing will be $649 . The current price is a special launch price for early users. As the product grows and more real trading results and user feedback are collected, the price may increase. RENTAL OPTIONS If you prefer to test the EA before purchasing: 1 Month: $29 3 Months: $59 6 Months: $99 12 Months: $149 ABOUT NAS100 HAMMER ENGULFING NAS100 Hammer Engulfing is a fully automated Ex
[FREE EA] EA33 TANIN TAIL DIV: THE RSI DIVERGENCE SNIPER & PROP FIRM SHIELD Tired of scalping noise and screen time? Meet EA33 Tanin Tail Div, a commercial-grade trading robot designed specifically for the EURUSD on the 30-minute chart. This is a true "Set & Forget" system. It doesn't rely on chaotic grid or martingale strategies; it patiently hunts for high-probability divergence setups and executes them with mathematical precision. PERFORMANCE HIGHLIGHTS: • Symbol & Timeframe: EURUSD |
FREE
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
HYPERION QUANTUM PULSE  100-Point Signal Score + ATR-Adaptive Trend Intelligence (Gold + Forex) Hyperion Quantum Pulse  is an institutional-grade Expert Advisor powered by a proprietary 100-Point Signal Score System. Named after Hyperion, the Greek Titan of Light and celestial observation, this EA illuminates the market with multi-indicator intelligence and executes ONLY when all signals converge with overwhelming confidence. Unlike simple EAs that rely on a single indicator, Hyperion calcula
HFT Ghoul
Sabrina Hellal
HFT Ghoul HFT Ghoul is an Expert Advisor for the MetaTrader 5 platform, specifically designed for high-frequency trading environments. It uses momentum-based algorithms to detect rapid price movements, particularly targeting high liquidity spikes during volatile trading sessions. Instead of immediate market execution, the Expert Advisor uses a mechanism based on pending stop-loss orders. This approach aims to enter the market only when sufficient momentum is detected in the direction of the tr
EventStraddle - scheduled-event breakout with an ATR trailing stop WHAT IT DOES The EA places a two-sided stop bracket a short time before a scheduled economic release, keeps the side that the market breaks through, cancels the other one, and trails the winner with an ATR-based stop. It is idle the rest of the time. HOW IT WORKS 1. A few minutes before a release (ArmLeadSec, 15 minutes by default) the EA    reads ATR(H1,14) and places a buy stop and a sell stop at +/- 1.0 ATR. 2. The stop los
Buyers of this product also purchase
Quantum Titan MT5
Bogdan Ion Puscasu
4.6 (10)
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
Quantum Queen X MT5
Bogdan Ion Puscasu
5 (37)
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
The Gold Reaper MT5
Profalgo Limited
4.48 (105)
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
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!   + 300 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)
Scalping Robot Pro MT5
MQL TOOLS SL
4.4 (152)
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
ThunderGold Scalper
Jorge Luiz Guimaraes De Araujo Dias
5 (10)
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
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
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
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
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 Athena X
Bogdan Ion Puscasu
5 (4)
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
Goldwave EA MT5
Shengzu Zhong
4.53 (74)
Real Trading Account   LIVE SIGNAL IC MARKETS:  https://www.mql5.com/en/signals/2339082 This EA uses the same logic and execution rules as the verified live signal shown on MQL5.When used with the recommended, optimized settings on a reputable ECN/RAW-spread broker ( e.g., IC Markets or TMGM) , the EA's live trading behavior is designed to closely align with the trade structure and execution characteristics of the live signal. Please note that differences in broker conditions, spreads, executio
Quantum Emperor MT5
Bogdan Ion Puscasu
4.85 (506)
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
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 +300% 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
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
Nexorion Initium Novum EA
Valentina Zhuchkova
4.04 (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
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 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
XT Bitcoin Robot MT5
MQL TOOLS SL
4.6 (5)
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
Aura Gold Pro Edition
Stanislav Tomilov
5 (2)
Built to dominate the gold market. Official Information Seller profile Official channel User Guide Special Introductory Price: Only $500 for the first buyers! Price increases by $100 every 10 copies sold. Final price: $2,000. Maximum slots: 1,000. Live Trading Signals  Roboforex https://www.mql5.com/en/signals/2366593 FPMarkets https://www.mql5.com/en/signals/2358523 ICTrading https://www.mql5.com/en/signals/2380859 Description Aura Gold PRO Edition is a well-thought-out and reliable trading alg
Chiroptera
Rob Josephus Maria Janssen
4.57 (49)
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
Byrdi
William Brandon Autry
5 (20)
BYRDI - The Distributed Trading Network That Coordinates the Portfolio. Most Expert Advisors see one terminal, one account, and one set of positions. BYRDI sees the wider network. BYRDI connects separate MetaTrader 5 terminals into a coordinated trading mesh. Each node can keep its own account, broker, markets, strategy, AI model, capital allocation, and risk settings while sharing the information needed for wider portfolio awareness. The network can coordinate execution, limit duplicated expos
Wave Rider EA MT5
Adam Hrncir
4.82 (45)
Scalper speed with sniper entries. Built for Gold. Summer sale - 399 USD only instead of 499 USD until end of August. 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 signa
Bitcoin Scalping MT5
Lo Thi Mai Loan
5 (5)
[ IMPORTANT ] REAL CLIENT FEEDBACK :  https://www.mql5.com/en/market/product/127498/comments#comment_58814415 [ IMPORTANT ]  UPDATED (1 YEAR PERFORMANCE):  https://www.mql5.com/en/market/product/127498/comments#comment_59233853 [ IMPORTANT ]  UPDATED (1 YEAR 6 MONTHS PERFORMANCE):  https://www.mql5.com/en/market/product/127498/comments#comment_60000067 Follow the channel for the latest update .  JOIN GROUP:   Click here Other EAs You May Like AI AURUM PIVOT  | AI VEGA BOT  | Golden Blitz  I
Boring Pips MT5
Thi Thu Ha Hoang
4.77 (53)
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
SomaGold
Andrii Soma
5 (10)
SomaGold is a multi-strategy breakout Expert Advisor for MetaTrader 5, built exclusively for Gold (XAUUSD). One chart, one EA, 32 independent strategies running together as a single diversified portfolio. Live Signal. This is my first published EA on MQL5. To make it accessible at launch, I am using a transparent ramping-price model: Launch price: 100 USD The price increases by 100 USD for every 10 copies sold Early buyers lock in the lowest price for the lifetime of the product. Concept Instead
Gold Trade Pro MT5
Profalgo Limited
4.33 (39)
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
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
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
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
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 a
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
Filter:
No reviews
Reply to review