FlowmaskEA

Overview

Flowmask EA is a single-pair, single-timeframe expert advisor built around cumulative volume delta (CVD) divergence. It detects when price makes a new swing high or low that the underlying volume flow does not confirm, and optionally requires or rewards an absorption bar (high volume, compressed range) as extra confluence before entering. Position sizing and risk are handled entirely in percentage terms, with a real broker-side stop loss on every trade.

How It Works

  1. On every closed bar, the EA reconstructs a cumulative volume delta series from tick volume and candle direction.
  2. It scans for fractal swing highs/lows in price and compares the two most recent matching swings against the CVD series.
  3. A bearish divergence (higher price high, lower CVD high) triggers a sell signal; a bullish divergence (lower price low, higher CVD low) triggers a buy signal.
  4. The bar that triggers the signal is checked for absorption (volume spike with compressed range versus ATR). Depending on settings, absorption is either mandatory or grants a position-size bonus.
  5. Position size is calculated from account equity and ATR-based stop distance so that every trade risks the same percentage of equity.
  6. A protective stop loss is placed on every trade at trade open, clamped to the broker's freeze/stop level and current spread.
  7. Once floating profit reaches an activation threshold (percentage of trade-entry balance), a ratcheting profit lock arms and trails upward only, closing the full position if profit pulls back below the current threshold. All of this is evaluated once per closed bar, never intrabar.

Inputs

General

  • Magic_Number: unique identifier used to tag and track this EA's trades

CVD Divergence

  • CVD_LookbackBars: number of historical bars scanned for swing pivots
  • CVD_SwingLookback: number of bars on each side required to confirm a fractal swing
  • CVD_MaxPivotAge: maximum bar distance allowed between the two compared swing pivots
  • CVD_PivotFreshnessBars: how recent the latest swing pivot must be to still trigger a signal

Absorption

  • Require_Absorption: if enabled, absorption becomes a mandatory entry filter instead of a size bonus
  • Absorption_VolMAPeriod: lookback period for the volume moving average used to detect a volume spike
  • Absorption_VolMult: multiple of average volume a bar's volume must exceed to qualify as absorption
  • Absorption_RangeATRMult: maximum bar range (as a multiple of ATR) allowed for an absorption bar
  • Absorption_SizeBonusMult: lot size multiplier applied when absorption confirms a divergence signal

Risk

  • Risk_PctPerTrade: percentage of account equity risked per trade
  • Risk_ATR_Period: ATR period used for stop distance and position sizing
  • Risk_ATR_Multiple: stop loss distance expressed as a multiple of ATR

Profit Ladder

  • Profit_ActivationPct: floating profit percentage of trade-entry balance that arms the profit lock
  • Profit_TrailStepPct: ratchet step size the profit lock trails by as profit grows

Optimizer Score

  • Score_MinProfitFactor: minimum profit factor required for an optimization run to qualify
  • Score_MaxDrawdownPct: maximum drawdown percentage allowed for an optimization run to qualify
  • Score_MinTrades: minimum number of trades required for an optimization run to qualify
  • Score_R2Weight: weight applied to equity curve smoothness (R-squared) in the score
  • Score_SlopeWeight: weight applied to normalized equity curve slope (profit speed) in the score
  • Score_SplitPenalty: penalty weight for divergence between first-half and second-half R-squared
  • Score_SkewPenalty: penalty weight for profit concentration in a single trade
  • Score_UlcerPenalty: penalty weight for drawdown depth and duration (Ulcer Index)
  • Score_MARWeight: weight applied to the MAR ratio (return over max drawdown) in the score
  • Score_TradeBonusWeight: weight applied to a diminishing-returns bonus for trade count

Dashboard

  • Dashboard_Show: enables or disables the on-chart performance dashboard

Optimizer Scoring System

Flowmask EA includes a custom OnTester scoring function designed to reward robust, tradable equity curves instead of curve-fitted spikes. Any optimization run with negative profit, a profit factor below the minimum, drawdown above the maximum, or too few trades is automatically disqualified and scored zero. Remaining runs are ranked on a weighted combination of equity curve smoothness, profit speed, and capital efficiency, minus penalties for temporal instability, single-trade profit concentration, and drawdown pain. Set the Optimizer Criterion to Custom max before running an optimization.

Recommended Setup

Test on a liquid major pair on the H1 timeframe. Use "1 Minute OHLC" modeling for optimization speed; results are consistent with tick-based tests since all logic is evaluated at bar close only.

Screenshots

Recommended .set files are attached in the comments section below.

Disclaimer

Past performance shown in backtests does not guarantee future results. Always test on a demo account before live use. Trading forex and CFDs carries a high level of risk and may not be suitable for all investors.


Recommended products
Эксперт  MACD_LevelTrader MT5   создан для торговле валютной пары XAUUSD. Данная версия это наработки того, что можно извлечь  из  индикатора MACD и Moving Average.  Важно   перед тестированием изменить настройку с 1000 на 5000                       Offset in points UP from SMA200 for sell              5000                       Offset in points DOWN from SMA200 for buy        5000   Тайм фрейм  М5. Два варианта логики, П араметр  true=вход по уровню  MACD +   SMA200, false=вход по MACD  Тестиру
FREE
Alligator Joe
Alexandre Vincent Traber
Overview Alligator Joe is a trend-alignment Expert Advisor built around the classic Alligator indicator (Jaw, Teeth, Lips). It waits for a fresh alignment of the three lines — not an alignment that has already been running for a while — then enters in the direction of that trend. Positions are closed gradually in three stages as price falls back through each line, instead of a single fixed exit. How it works The EA checks the last closed candle: are Lips, Teeth and Jaw fully aligned (bullish or
FREE
Reversal Composite Candles
MetaQuotes Ltd.
3.69 (16)
The idea of the system is to indentify the reversal patterns using the calculation of the composite candle. The reversal patterns is similar to the "Hammer" and "Hanging Man" patterns in Japanese candlestick analysis. But it uses the composite candle instead the single candle and doesn't need the small body of the composite candle to confirm the reversal. Input parameters: Range - maximal number of bars, used in the calculation of the composite candle. Minimum - minimal size of the composite can
FREE
Yperion EA
Alexandre Vincent Traber
YPERION EA — Ichimoku Trend Confluence with Adaptive Risk Trade Ichimoku Kinko Hyo trend signals filtered by RSI confluence, with ATR-adaptive stops, built-in pyramiding, breakeven, and a streak-based dynamic risk engine. Designed for traders who want a rules-based trend follower that scales risk with performance, not guesswork. OVERVIEW YPERION EA combines the full Ichimoku cloud (Tenkan, Kijun, Senkou A/B, Chikou) with RSI confluence to filter out weak signals and only trade confirmed trend
FREE
RenkoExpert
Andrey Goida
3.67 (6)
Renko Expert Advisor based on Renko bar simulation.    The EA has two options for building Renko bars. Classic and ATR. In the classic version, renko bars are marked with areas on the main chart; in the ATR version, renko bars are modeled and drawn in the indicator window. Modeling renko bars inside the EA allows you to optimize the robot better than drawing renko bars offline. Explore the full RENKO Golden Delta collection: https://www.mql5.com/en/users/gavaav/seller     Set file Questions? Us
FREE
Zigzag star
Ahmed Mohammed Bakr Bakr
ZigZag Expert Advisor – Strategy Description The ZigZag Expert Advisor (EA) is an advanced price-action trading system designed to identify significant market swings , trend structure , and high-probability reversal zones using the ZigZag algorithm. The EA filters market noise by focusing only on meaningful highs and lows, allowing it to trade in harmony with market structure rather than reacting to random price fluctuations. Core Strategy Logic Detects higher highs, higher lows, lower highs, an
FREE
AvA 8 limited
Sveinn FRIDFINNSSON
INFORMATIVE There is no price for this Trading System "AvA - 8 limited" it is free of charge. It has limited input parameters and limited number of levels for GAMMA and DELTA modules, but it has enough for you to try and even trade, it is fully functional. The paid version is of course ideal for trading. Being professional traders and system designers, we decided that the best way forward is to be as transparent as possible. This is in regards to how our trading systems are built and how they w
FREE
The Scaled Awesome Oscillator (SAO) represents a refined adaptation of the Awesome Oscillator, aimed at establishing consistent benchmarks for identifying market edges. Unlike the standard Awesome Oscillator, which records the variation in pips across different commodities, the only unchanging reference point is the zero line. This limitation hampers investors and traders from pinpointing specific levels for trend reversals or continuations using the traditional Awesome Indicator, a creation of
FREE
The Dual MACD & Stochastic Expert Advisor (EA)  is a fully automated trading system that utilizes two  MACD (Moving Average Convergence Divergence) indicators along with the  Stochastic Oscillator  to identify high-probability trading opportunities. By combining trend confirmation from MACD with momentum analysis from Stochastic, this EA provides precise entry and exit points for optimized trading performance. Key Features: • Dual MACD Strategy – Uses two MACD indicators with different setting
FREE
Three Moving Averages
MetaQuotes Ltd.
3.27 (26)
The trade strategy is based on three moving averages. To determine the trend, it uses three exponentially smoothed moving averages: FastEMA, MediumEMA and SlowEMA. Trade signals: Buy signal: FastEMA>MediumEMA>SlowEMA (upward trend). Sell signal: FastEMA<MediumEMA<SlowEMA (downward trend). Input parameters: Inp_Signal_ThreeEMA_FastPeriod = 8; Inp_Signal_ThreeEMA_MediumPeriod = 38; Inp_Signal_ThreeEMA_SlowPeriod = 48; Inp_Signal_ThreeEMA_StopLoss = 400; Inp_Signal_ThreeEMA_TakeProfit = 900; Inp_
FREE
BB Strategy V5.01 Advanced Bollinger Bands Grid Expert Advisor BB Strategy V5.01 is a fully automated Expert Advisor for MetaTrader 5 that combines Bollinger Bands mean-reversion trading, percentage-based grid management, advanced entry filtering, and intelligent risk control. The EA is designed to identify temporary market overextensions and capture high-probability reversal opportunities while filtering out low-quality entries that often occur during strong trending conditions. Unlike traditio
FREE
VolumeBasedColorsBars
Henrique Magalhaes Lopes
VolumeBasedColorsBars — Free Powerful Volume Analysis for All Traders Unlock the hidden story behind every price bar! VolumeBasedColorsBars is a professional-grade, 100% FREE indicator that colorizes your chart candles based on real, adaptive volume analysis. Instantly spot surges in market activity, identify exhaustion, and catch the moves that matter. This indicator gives you:    • Dynamic color-coded bars for instant volume context    • Adaptive thresholds based on historical, session-awar
FREE
Moving Avarage Crossover
Aurelio Miguel Machado Da Silva
4.12 (17)
This robot works with crossing of moving averages. Moving averages are used mainly to follow trends, the strategy of crossing moving averages has the main purpose of taking advantage of large bullish and bearish movements.  All parameters are editable and easy to use, this is an experimental project. Use this robot to carry out studies and share with us the bes information you find. Aurélio Machado.
FREE
PZ Goldfinch Scalper EA MT5
PZ TRADING SLU
3.33 (57)
This is the latest iteration of my famous scalper, Goldfinch EA, published for the first time almost a decade ago. It scalps the market on sudden volatility expansions that take place in short periods of time: it assumes and tries to capitalize of inertia in price movement after a sudden price acceleration. This new version has been simplified to allow the trader use the optimization feature of the tester easily to find the best trading parameters. [ Installation Guide | Update Guide | Troublesh
FREE
PZ Fractal Trader EA MT5
PZ TRADING SLU
3.2 (5)
This EA trades untested fractals using pending orders. It offers many trading behaviors and flexible position management settings, plus many useful features like customizable trading sessions and a martingale mode. [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products  |  Get Help ] Easy to use and supervise It implements 4 different trading behaviors Customizable break-even, SL, TP and trailing-stop Works for ECN/Non-ECN brokers Works for 2-3-4-5 digit symbols Trading ca
FREE
PA Scoring Expert Advisor
Choawana Malaikitsanachalee
Description (English) PA Scoring EA — Ready for Real Trading, Simple to Operate Built and maintained by a solo developer. If you find it useful, please Like/Share to support future updates ️ Key Features Automated entries from price-behavior signals filtered by a Trend Filter Flexible risk: Fixed lot (default) or Risk % per trade Profit locking with no SL rollback : start at Break-Even, then tighten via ATR/STEP/RATIO modes Works on Netting/Hedging accounts with netting-safe lot capping Va
FREE
SimpleTrade by Gioeste
Giovanni Scelzi
4 (3)
Discover the power of automated trading with **SimpleTradeGioeste**, an Expert Advisor (EA) designed to optimize your trading operations in the Forex market. This innovative EA combines advanced trading strategies with proven technical indicators, offering an unparalleled trading experience. video backtest :  https://youtu.be/OPqqIbu8d3k?si=xkMX6vwOdfmfsE-A ****Strengths**** - **Multi-Indicator Strategy**: SimpleTradeGioeste employs an integrated approach that combines four main technical ind
FREE
Important Lines
Terence Gronowski
4.88 (24)
This indicator displays Pivot-Lines, preday high and low, preday close and the minimum and maximum of the previous hour. You just have to put this single indicator to the chart to have all these important lines, no need to setup many single indicators. Why certain lines are important Preday high and low : These are watched by traders who trade in a daily chart. Very often, if price climbs over or falls under a preday low/high there is an acceleration in buying/selling. It is a breakout out of a
FREE
Smart Trend Breakout EMA EA MT5 is a professional Expert Advisor for MetaTrader 5 designed to trade trend continuation and breakout opportunities using a multi-EMA confirmation system combined with pivot breakout detection. The EA automatically analyzes market structure, confirms trend direction, and executes trades after candle close while applying advanced risk management and intelligent trade management. like simple moving average crossover systems,  EMA EA combines EMA trend filtering, p
FREE
[[ NOW AVAILABLE FOR FREE, LIMITED TIME ONLY ]] POLAR EXPRE$$ TREND is an Expert Advisor for MetaTrader 5 designed for traders who prefer a structured approach to intraday market activity. The system combines a trend bias filter with selectable entry logic, timing confirmation, risk controls, and a built-in economic calendar filter. It is made to help users work with changing market conditions while keeping the setup practical and flexible. Main features: - Trend bias based on fast EMA, slow
FREE
HydraAlchemist
Haruki Teranaka
This Expert Advisor examines signals from indicators such as MACD, Stochastic, and RSI to identify market trends and turning points. It incorporates multiple strategies and works seamlessly together. The Advisor analyzes the market situation in real time and automatically executes trades at predefined stop loss and take profit levels. HydraAlchemist is also easy to use. The intuitive and easy-to-understand setup screen allows you to execute trading strategies with few parameters. When trading Go
FREE
Long Waiting
Aleksandr Davydov
Expert description Algorithm optimized for Nasdaq trading The Expert Advisor is based on the constant maintenance of long positions with daily profit taking, if there is any, and temporary interruption of work during the implementation of prolonged corrections The Expert Advisor's trading principle is based on the historical volatility of the traded asset. The values of the Correction Size (InpMaxMinusForMarginCallShort) and Maximum Fall (InpMaxMinusForMarginCallLong) are set manually. Recomm
FREE
Golden Square X
Huynh Tan Linh N
4.18 (11)
This is my latest Free version for Gold. With optimized parameters and user-friendly features, this version is likely very easy to use and highly effective. You can customize TP and SL parameters as you wish, but the default settings should work well for you without the need for further adjustments.  This version is designed for the M5. This version does not require a large capital investment; only $100-$200 is sufficient for Golden Square X to run and generate profits for you. Based on backtest
FREE
MultiTrend Commander
Джованни Орсани
MultiTrend Commander - Automated Trading System What is it? An automated trading software that: Intelligently identifies market trends Makes decisions based on multiple timeframes Automatically manages risk What does it do? Identify Trends Analyze the market in real time Combine signals from different time frames (15 min, 1 hr, 4 hr) Confirm the trend direction before entering Protect Your Capital Automatically calculates stop losses Adjusts trade size to your risk Stops trading if
FREE
Go Long Advanced
Phantom Trading Inc.
4.78 (9)
The Go Long EA implements an advanced intraday trading strategy based on the principle of systematic daily trading with multiple technical confirmations. While many traders seek complex algorithms, this EA combines simple yet effective concepts with sophisticated risk management and multiple technical filters. The EA opens positions at a specific time each day, but only when market conditions align with multiple technical indicators. This systematic approach helps capture intraday moves while a
FREE
EV Divergence Sniper
Enrique Valeros Muriana
EV Divergence Sniper is a precision-oriented Expert Advisor designed to identify high-probability market reversals through true price divergences confirmed by RSI and Stochastic. The system focuses on structural market conditions and enters only when price and momentum show a clear imbalance, significantly reducing false entries and improving signal quality. The EA uses a structural stop loss placed beyond the most recent swing, combined with a fully customizable risk-to-reward take profit. It i
FREE
https://www.youtube.com/watch?v=0T8Mge39Xsk&t=9s Youtube These EAs trade macd divergence only if there is a parabolic sar change at the same time. Sell bearish macd divergence & parabolic sar crosses above price Macd settings  Threshhold is how far above / below zero divergence must occur. Timeframe used Parabolic sar settings Only one trade in that direction can be opened at once. Trades on open bar Alerts , mt5 and mobile Stop loss and target points Stop loss is set to a % percentage of the
FREE
Heiken Ashi Smoothwave
Alexandre Vincent Traber
Overview Heiken Ashi Smoothwave transforms your chart into smoothed Heiken Ashi candles directly on the main chart window, replacing standard candles for a cleaner trend view. No separate window, no clutter. How it works Calculates Heiken Ashi OHLC values from real price data each bar. Plots colored Heiken Ashi candles directly over the main chart. Automatically hides the native chart candles so only the Heiken Ashi candles are visible. Restores standard candles automatically when the indicator
FREE
Cranberry Expert
Ivanvielle Bonifacio Dupaya
Cranberry Candle breakout strategy Every candle breakout on the higher timeframe, it checks whether the first candle on the lower timeframe aligns with the direction and momentum of the breakout. Uses ATR for dynamic calculations of trade levels and trail stops. Pure price action and breakouts Confirms with RSI momentum So that on every big move you'll always be there with Cranberry.
FREE
Donchian Breakout And Rsi
Mattia Impicciatore
4.5 (2)
General Description This indicator is an enhanced version of the classic Donchian Channel , upgraded with practical trading functions. In addition to the standard three lines (high, low, and middle), the system detects breakouts and displays them visually with arrows on the chart, showing only the line opposite to the current trend direction for a cleaner view. The indicator includes: Visual signals : colored arrows on breakout Automatic notifications : popup, push, and email RSI filter : to val
FREE
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
Smart Gold Hunter
Barbaros Bulent Kortarla
4.27 (48)
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 (36)
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.42 (149)
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
Lizard
Marco Scherer
4.11 (44)
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
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
Iron Stops
Fajar Dicky Firmansyah
5 (9)
100K Real Signal:  https://www.mql5.com/en/signals/2386516 No gimmicks. No empty claims. Iron Stops caters to traders focused on one crucial aspect: consistency . Whether you’re working through a prop challenge or overseeing client funds, this EA keeps within set boundaries and delivers reliable results. Positions close within 36 hours. Run it on a single chart: Simply apply it to XAUUSD using the M30 timeframe. That’s all you need. One chart. One powerful tool. Proper configuration is essen
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
Zoomini
Gennady Sergienko
1.64 (14)
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 (20)
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
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
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
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
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
Logan MT5
Thierry Ouellet
4.42 (31)
LIMITED TIME OFFER AT 289$ Price will go up at  499$ on August 24th! 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
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
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
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
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
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
Nexorion Initium Novum EA
Valentina Zhuchkova
4.17 (24)
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
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
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
More from author
Sar Scaler EA
Alexandre Vincent Traber
Overview SAR Scaler EA trades the Parabolic SAR: price above the SAR dot triggers a sell, price below triggers a buy. Instead of firing on every flip, it filters signals by how far the SAR point sits from the signal candle's high or low, normalized by ATR, then builds and unwinds positions gradually through pyramided entries and staged partial exits. How it works On every new bar, the EA reads the Parabolic SAR value and compares it to price to determine direction. It measures the gap between th
FREE
Vantage Breakout
Alexandre Vincent Traber
Turn volatility expansions into structured, tiered profit-taking — Vantage Breakout trades adaptive ATR/SMA breakouts and manages every position with a disciplined 3-stage exit system, validated across Forex majors and Gold. Overview Vantage Breakout is an adaptive volatility breakout EA. It enters when price closes outside a dynamic band built from a Simple Moving Average offset by a multiple of the Average True Range, capturing genuine momentum expansions while filtering out noise. Every posi
FREE
Delphi Regression EA
Alexandre Vincent Traber
5 (1)
Overview Delphi Regression EA builds a rolling linear regression channel on closed bars and trades price deviation from that channel using three independently selectable strategies: mean reversion, trend continuation, and slope reversal. Position sizing is percent-risk based, stops are ATR-derived, and every optimization pass is ranked by a custom equity-curve-quality score instead of raw net profit, so the optimizer favors robust, repeatable behavior over lucky curve-fitted runs. How it works O
FREE
ZigZag MA Retracement
Alexandre Vincent Traber
Trade retracements with statistical precision — enter only when price pulls back exactly where trend continuation odds favor you. Overview ZigZag MA Retracement is a trend-continuation Expert Advisor built for EURUSD on the H1 timeframe. It identifies the last confirmed ZigZag swing, waits for price to retrace 60% into that swing, and confirms direction with a moving average filter before entering. Exits are event-driven: the position closes automatically the moment price closes back on the wron
FREE
Momentum Confluence
Alexandre Vincent Traber
Overview Momentum Confluence EA is a multi-indicator trading robot that opens trades only when several independent indicators align in the same direction, and closes trades when those same indicators show momentum exhaustion — no fixed take-profit target. Works on any symbol and timeframe: Forex, Gold, Silver, Indices. How It Works On every new bar, RSI, MACD histogram, ADX/DI, Stochastic and CCI are each checked for a rising or falling slope. A confluence score (0-5) is calculated separately fo
FREE
Breakout Adaptive
Alexandre Vincent Traber
Breakout Adaptive is a Donchian channel breakout EA with ATR-based risk, tiered profit-taking, breakeven and trailing exit management, profit-giveback protection, and a loss-streak adaptive position sizing engine designed to smooth the equity curve and reduce drawdown depth after losing streaks. How it works Detects breakouts of the highest high / lowest low over a configurable Donchian lookback. Enters on confirmed close beyond the channel, with ATR-based stop loss. Closes partial volume at Tie
FREE
Yperion EA
Alexandre Vincent Traber
YPERION EA — Ichimoku Trend Confluence with Adaptive Risk Trade Ichimoku Kinko Hyo trend signals filtered by RSI confluence, with ATR-adaptive stops, built-in pyramiding, breakeven, and a streak-based dynamic risk engine. Designed for traders who want a rules-based trend follower that scales risk with performance, not guesswork. OVERVIEW YPERION EA combines the full Ichimoku cloud (Tenkan, Kijun, Senkou A/B, Chikou) with RSI confluence to filter out weak signals and only trade confirmed trend
FREE
Asterion EA
Alexandre Vincent Traber
Asterion EA — Multi-Indicator Confluence for Gold A 7-indicator weighted confluence engine built specifically for Gold. Every trade requires agreement across momentum, trend, and volatility signals before entry, cutting out noise and low-conviction setups. Built for traders who want mechanical discipline on XAUUSD. Overview Asterion EA scores bullish and bearish conditions across seven independent indicators (RSI, MACD, ADX, ROC, Bollinger %B, Williams %R, MFI) and only trades when the weighted
FREE
Alligator Joe
Alexandre Vincent Traber
Overview Alligator Joe is a trend-alignment Expert Advisor built around the classic Alligator indicator (Jaw, Teeth, Lips). It waits for a fresh alignment of the three lines — not an alignment that has already been running for a while — then enters in the direction of that trend. Positions are closed gradually in three stages as price falls back through each line, instead of a single fixed exit. How it works The EA checks the last closed candle: are Lips, Teeth and Jaw fully aligned (bullish or
FREE
Pivot Monster EA
Alexandre Vincent Traber
PIVOT MONSTER EA Overview PIVOT MONSTER trades daily pivot levels (Classic, Camarilla, or Woodie) combined with previous day High/Low breakouts. It runs three interchangeable strategies — Bounce, Breakout, or Combo confluence — with pending orders placed once per day and unified SL/TP sizing in either ATR multiples or percent of price. Built for traders who want a rules-based, fully optimizable pivot system rather than a fixed indicator overlay. How it works At the start of each trading day, th
FREE
KeltnerBB Fade
Alexandre Vincent Traber
Overview KeltnerB B_Fade is a mean-reversion Expert Advisor for MetaTrader 5. It fades extreme volatility expansions by detecting when Bollinger Bands approach or cross Keltner Channels, then trades back toward the mean. ATR-based stop loss and dynamic position sizing on every trade. How it works Bollinger Bands and Keltner Channels are computed on the current timeframe. Entry fires when the BB upper/lower band approaches or crosses the KC upper/lower band (configurable: strict cross or proximit
FREE
Rci Ribbon EA
Alexandre Vincent Traber
Overview RCI Ribbon EA is a trend-alignment Expert Advisor built around three Rank Correlation Index (RCI) lines of different lengths (fast, mid, slow). It enters a trade only when all three RCI lines align beyond a configurable threshold, confirming trend agreement across multiple timeframes of momentum before taking a position. How it works On each new closed bar, the EA calculates RCI for three separate periods (fast, mid, slow). A bullish signal requires all three RCI values above the alignm
FREE
RiskCalc Panel
Alexandre Vincent Traber
RiskCalc Panel — Position Size & Risk Calculator Overview RiskCalc Panel is a lightweight on-chart calculator that removes the guesswork from position sizing. Set an entry, stop loss, and take profit either from the live market price or a manual price you choose, and the panel instantly shows the exact lot size needed to risk a fixed percentage of your equity or a fixed amount in your account currency. No trading operations: this tool does not open, close, or manage any position. It is a decisio
FREE
VolumaxProfile
Alexandre Vincent Traber
Overview VolumaxP rofile builds a real Volume Profile histogram directly on your chart, showing exactly where volume concentrated across price levels over your chosen lookback period. It automatically highlights the Point of Control (POC) and Value Area (VAH/VAL), giving you objective, data-driven support/resistance zones instead of subjective drawing. How it works Scans the last N bars (Lookback_Bars) and splits the price range into rows (bins) Distributes each bar's volume (tick or real) acr
FREE
Kairos Session
Alexandre Vincent Traber
KAIROS Session EA **Overview** Most EAs try to catch every move on every bar — and bleed spread and false signals doing it. KAIROS Session EA does the opposite: it picks one clean directional trade per session, waits patiently for the market to reveal its hand, then commits. Less noise, less overtrading, more signal. Primary optimization target: **USDJPY, M30 timeframe**. The session-based logic adapts cleanly to any Forex pair — re-optimize per instrument for best results. **How It Works**
FREE
SessionRangeBox
Alexandre Vincent Traber
Session Range Box — Session High/Low Visualizer Overview Session Range Box draws live, color-coded rectangles on your chart marking the high and low reached during the Asia, London, and New York trading sessions. As each session unfolds, its box grows in real time to reflect the range built so far, then locks in place once the session closes. A simple on-chart control panel lets you show or hide any session instantly, so you can study one session's range in isolation or view all three overlaid a
FREE
Heiken Ashi Smoothwave
Alexandre Vincent Traber
Overview Heiken Ashi Smoothwave transforms your chart into smoothed Heiken Ashi candles directly on the main chart window, replacing standard candles for a cleaner trend view. No separate window, no clutter. How it works Calculates Heiken Ashi OHLC values from real price data each bar. Plots colored Heiken Ashi candles directly over the main chart. Automatically hides the native chart candles so only the Heiken Ashi candles are visible. Restores standard candles automatically when the indicator
FREE
PivotForge
Alexandre Vincent Traber
Overview PivotForge calculates and plots Daily or Weekly Pivot Points directly on your chart, using either the Classic or Fibonacci method. Levels update automatically at the start of each new period, giving you clean, objective support/resistance zones without manual recalculation. How it works Selects the previous completed Daily or Weekly candle as the reference period Computes Pivot (PP), Resistance (R1-R3), and Support (S1-S3) using Classic or Fibonacci formulas Draws horizontal lines span
FREE
SMC AllInOne
Alexandre Vincent Traber
Overview SMC AllInOne draws Smart Money Concepts structure directly on your chart: swing highs/lows (HH/HL/LH/LL), Break of Structure and Change of Character, Order Blocks, Fair Value Gaps, and Liquidity zones. Non-repainting, built on confirmed candles only. How it works The indicator detects swing points, classifies market structure, marks BOS/CHOCH on structural breaks, plots the last opposite candle before each break as an Order Block, highlights price gaps as FVG, and draws liquidity lines
FREE
MarketX Dashboard
Alexandre Vincent Traber
4 (1)
Overview MarketX Dashboard is a powerful all-in-one market analysis indicator for MetaTrader 5. Built for traders who want to understand the structure, regime, and statistical behavior of any instrument before placing a single trade — all in one clean tabbed interface right on your chart. No clutter. No noise. Just the market. Most indicators are built to find entry points. MarketX Dashboard answers the questions that matter before you trade: Is this market trending, ranging, or breaking out rig
FREE
LiquidX Hunter
Alexandre Vincent Traber
Overview LiquidX Hunter is a breakout Expert Advisor built around Donchian Channel liquidity levels, combining ATR-based volatility filtering with a percentage-based take profit and a post-loss recovery filter. Designed and tested on XAUUSD, H1 , it targets clean directional breakouts while avoiding re-entry into a market that has not yet moved away from a recent losing trade. How it works The EA tracks the highest high and lowest low over a configurable Donchian lookback period. A trade opens w
FREE
Volume Spike Reversal EA
Alexandre Vincent Traber
Volume Spike Reversal EA Overview Volume Spike Reversal EA is a pure price-action and volume-based reversal system. It detects abnormal volume spikes (climax candles) followed by a matching confirmation candle in the opposite direction, entering on statistically validated reversal points instead of lagging indicators. Primary optimization target: **Gold (XAUUSD), H2 timeframe**. Fully multi-symbol and multi-timeframe capable — works on Forex majors, indices and metals with proper re-optimizat
FREE
Renko subwindow
Alexandre Vincent Traber
Overview Renko SubWindow plots a Renko brick chart as colored candles inside a separate indicator window, without affecting the main chart. Brick size can be fixed in points or calculated dynamically from ATR for adaptive volatility-based bricks. How it works Reconstructs Renko bricks from closing prices of the current symbol/timeframe history. Each brick forms once price moves beyond the defined brick size from the last brick's close. Bricks are rendered as colored candles: bullish (up) and bea
FREE
TrendCatcher MA Pro
Alexandre Vincent Traber
TrendCatcher MA Pro is a trend-following Expert Advisor built on a Moving Average crossover engine, with fully adaptive stop loss, take profit, and profit-taking logic — designed to ride trends while locking in gains progressively. Overview TrendCatcher MA Pro opens trades on a Fast/Slow Moving Average crossover and manages exits with three selectable modes: fixed percentage, MA+ATR adaptive distance, or a two-tier partial close system that scales out of winning trades at two MA-based milestones
Kinetix Momentum Adapt
Alexandre Vincent Traber
Kinetix Momentum Adapt is a self-adjusting trend EA for Gold. It measures market momentum on every closed bar and reshapes its own moving average around it in real time, staying fast in strong trends and calm in quiet ones. Overview Kinetix Momentum Adapt trades XAUUSD on M30 . All entries and exits are decided strictly on bar close, no intrabar triggers, no pending orders. The system compares recent momentum against a longer reference momentum to continuously resize its adaptive moving average,
Phoenix Recovery
Alexandre Vincent Traber
Overview Phoenix Recovery is a trend-pullback Expert Advisor built for XAUUSD, M30 . It evaluates conditions once per closed bar, combining EMA trend direction, an RSI pullback zone, and the color of the last candle to time entries. Instead of a grid or martingale ladder, it uses a single-position, bar-confirmed recovery mechanism: after a loss, the next trade's size is boosted within a hard risk ceiling, then resets on the next win. How It Works On each new bar close, check EMA(8) vs EMA(21) fo
Filter:
No reviews
Reply to review