Whale Tick Candle Compression Breakout

Trade Whale – Tick Compression Breakout (v1.0) is a short-term breakout scalper that filters setups via ATR-based compression. After price coils in a tight band on your chosen timeframe (e.g., H1), it opens a position when the previous candle’s high/low is broken. Risk is anchored by SL = ATR × multiplier, while TP is an R-multiple of that stop distance (e.g., 2.0R). Position size can be percent-risk or fixed lot, and is margin-clamped to broker limits for safety. A timeout can auto-close positions to maintain discipline, and you may restrict trades to buys only or sells only.

Because entries depend on live breaks of the prior candle, backtesting with Every tick / Real ticks is recommended.

How the Strategy Works
  1. Compression Detection
    On the selected timeframe (e.g., H1), compute the range of the last LookbackBars ( highest − lowest ) and compare it to current ATR(ATRPeriod).
    Rule: If (range / ATR) < CompressionRatio , conditions are “compressed,” so a breakout is worth tracking.

  2. Breakout Trigger
    After compression is confirmed, new ticks check for:

  • BUY: ask > previous_high

  • SELL: bid < previous_low
    If true, open a trade in that direction (subject to risk checks).

  1. Stop & Take-Profit

  • Stop-Loss (SL): Start from ATR × ATRMultiplier , then pass the distance through a safety function to satisfy broker stop/freeze/tick-size constraints.

  • Take-Profit (TP): TakeProfitRMultiple × stop_distance (e.g., 2.0R).

  1. Position Sizing with Margin Clamp

  • Percent-Risk mode: Risk money = balance × RiskPercent → convert to lots using stop distance and tick value.

  • Fixed-Lot mode: Use the specified lot.
    In both cases, lots are capped by available margin (via OrderCalcMargin ) and snapped to minLot / maxLot / lotStep . If margin can’t support min lot, the entry is skipped.

  1. Timeout Management
    If a position remains open beyond MaxOpenMinutes, the EA closes it (optional).

  2. Diagnostics (Optional)

  • TesterProbeTrade: In Strategy Tester, if margin permits, place one tiny trade to quickly verify permissions/environment.

  • DebugLogs: Print detailed logs for troubleshooting.

Explanation of Input Parameters

General Settings

  • Timeframe — Working timeframe for ATR, compression range, and breakout (e.g., PERIOD_H1 ).

  • MaxOpenMinutes — Maximum holding time (minutes).

  • LotMode — LM_RiskPercent (percent-risk) or LM_FixedLot (fixed lot).

  • RiskPercent — Percent of balance risked per trade (used when LM_RiskPercent ).

  • FixedLot — Lot size used when LM_FixedLot .

  • MagicNumber — Unique ID so the EA isolates its own trades.

  • SlippagePoints — Allowed deviation in points.

Volatility & Compression

  • ATRPeriod — ATR lookback on the chosen timeframe.

  • ATRMultiplier — Base SL distance as ATR × multiplier (later adjusted to broker limits).

  • CompressionRatio — Compression threshold; (range / ATR) < ratio means compressed.

  • LookbackBars — Bars used to compute highest − lowest for the range.

Trade Management

  • UseTakeProfit — Enable/disable TP.

  • TakeProfitRMultiple — TP distance as an R-multiple of SL (e.g., 2.0R).

  • CloseOnTimeout — Close positions when MaxOpenMinutes elapse.

  • AllowBuys / AllowSells — Restrict to long-only or short-only if desired.

Diagnostics

  • TesterProbeTrade — In Tester, place a single micro trade if margin allows (quick sanity check).

  • DebugLogs — Verbose logging for development/testing.

Practical Notes & Tuning
  • Backtest model: Use Every tick / Real ticks for realistic trigger behavior.

  • Symbol specifics: Metals, indices, and crypto have different tick sizes/values; percent-risk sizing accounts for this automatically.

  • Compression sensitivity: Lower CompressionRatio = stricter filter; higher = more permissive.

  • Broker safety: The SL distance is adjusted to meet stop level / freeze level / tick size constraints to avoid invalid stops.

  • Margin safety: If available margin can’t support minLot, the EA skips the trade to protect the account.

  • Scope of v1.0: Trend/session filters and advanced exits (partial TP / BE / trailing) are not included in v1.0 but can be added in a later revision.

Important Risk Disclosure

Automated trading involves substantial risk.

  • Capital at Risk: Trading can result in the loss of all invested capital.

  • Past ≠ Future: Historical performance does not guarantee future results; volatility regimes change.

  • Liquidity & Slippage: News, gaps, and spread widening can cause slippage or missed stops.

  • Broker Conditions: Contract size, min stop, tick value, commissions/spreads materially affect outcomes.

  • Testing: Start on demo/forward tests, then small live trials. Only trade with money you can afford to lose.


Recommended products
SkyNet Fx EA
Fernando De Paljla Silva
SkyNet EA uses the Mean Return strategy plus Filters to generate a market entry signal.  This setup is frequently used by professional traders around the world. If you want a reliable EA, SkyNet EA is for you.  SkyNet EA   does not use AI or martingale, it does not work miracles, but it is safe. The results shown in the images are out of sample, therefore much more reliable. The SkyNet EA has been subjected to a long period of more than ten years of Backtesting with Tick by Tick data, using the
AW Three MA MT5
AW Trading Software Limited
4.5 (2)
An Expert Advisor that trades at the intersection of two moving averages uses the third moving average to filter the current trend direction. It has flexible, but at the same time, simple input settings. Problem solving ->  HERE  / MT4 version ->  HERE   / Instruction  ->   HERE   Benefits: Intuitive easy setup Suitable for any type of instrument and any timeframe Has three types of notifications Pluggable system of overlapping the first order by the last Ability to automatically calculate trad
Gbpusd Smart
Mehdi Ghanadan
3 (2)
TickAll - Automated Trading Robot Introduction: TickAll   is an automated trading robot designed to assist both novice traders and professional traders in the Forex market. Utilizing advanced algorithms and up-to-date market analysis, TickAll       helps you make the best trading decisions. Market Analysis: TickAll continuously monitors the market, analyzing various indicators, price movements, and patterns to identify potential trading opportunities. Trend Identification: Using sophisticated a
FREE
Attention Platinum Traders! The XPTUSD Trend Protected EA doesn’t open trades randomly. It only enters when the trend is strong and the market confirms it. Avoids noise and random movements that destroy accounts. Smart risk: reduces exposure after losses and capitalizes on winning streaks. Each trade is independent—no martingale, grid, or hedging. Progressive trailing stop secures profits while letting the trend run. Adapts to London, New York, and intermediate sessions. Controlled drawdown and
TradeBuilderMT5
Sergey Deev
5 (2)
The expert allows you to build a trading system based on an arbitrary set of technical indicators MT5. The EA uses the following signals: - OpenBuy / OpenSell - opening positions; - StopBuy / StopSell - closing positions; - TakeProfitBuy / TakeProfitSell - get TP levels; - StopLossBuy / StopLossSell - getting SL levels; - NoLossBuy / NoLossSell - transfer to the breakeven state; - MinProfitBuy / MinProfitSell - closing part of a position; - CancelBuy / CancelSell - allow a repeated signal to ope
EMA SignalLine Pro EA
AL MOOSAWI ABDULLAH JAFFER BAQER
EMA SignalLine Pro EA Optimize Your Strategy: Your Trading, Your Way! The EMA SignalLine Pro EA is a dynamic, flexible trading tool designed to help traders capture trend momentum with precision. This EA is not pre-optimized, giving you full control to adapt it to your trading needs. Whether you’re a novice or an experienced trader, this EA empowers you to tweak, optimize, and master your strategy. Key Features and Logic Explained EMA Crossover Logic: Utilizes a dual EMA system (Fast and Slow)
FSilverTrend
Francisco Jesus Alonso Martin
FSilverTrend - Expert Advisor for USDJPY Trading FSilverTrend is an Expert Advisor (EA) designed to trade USDJPY, taking advantage of market trends with precision and efficiency. Based on an advanced algorithmic approach, this EA identifies the prevailing market direction and executes optimized trades to capture sustainable movements. Key Features: Trend-Based Strategy: Uses indicators and price action patterns to identify the predominant USDJPY trend and trade in its direction.  Smart Filters
Dear User! This is an EA developed based on the price action method using the Donchian channel combined with the trend following method. Trade multiple currency pairs at the same time. Average profit over 2500% within five years (SL & TP settings depending on optimization process). Advantages: The advisor does not have grids, or martingale.... Set the ratio risk of drop balance The advisor Use a stop loss algorithm according to the ATR indicator. Expert advisors use trailing stop losses accordi
Only the first 5 copies will cost 50$ and then it will be converted to its original price. This EA Strategy M5 candle close moving average vs CCI Rosse over in 1M. Running Verry Smoothly in all pairs especially in GOLD it will gives good profit. Inputs are  important inputs: inp7_PipsAway: -50 to -500 for Gold, -2  for USDJPY, EURUSD, GBPUSD inp9_ProfitAmountPips: 50 fore Gold, 2 for USDJPY, GBPUSD, EURUSD all Target Stoploss is set Zero All instrument working well in this EA also You can Use y
ZoneTrader
Kambiz Shahriarynasab
Using this robot, you can avoid sudden stops without setting a limit, especially during news. This robot will not enter the trade until the trigger is taken in the specified time frame. The amount of risk and volume of transactions is completely dynamic and customizable. Also, by specifying different goals, after reaching each of the targets, it will automatically become part of the close volume. Let us know what you think about correcting this indicator. If accepted, it will be applied immediat
Robo Nuvem
Edson Cavalca Junior
The robot uses one of the most used indicators in Asia: * ICHIMOKU CLOUD * There are two trading strategies: Crossing of Tenkan and Kijun lines and; Kumo lines crossing. Know our products    Position openings are based on the parameters identified as signals, if you activate all the robot will issue a trading order only if the number of signals is greater than the minimum stipulated by the user. This Expert Advisor (EA) works on HEDGE (Forex, etc.) and NETTING (Bovespa, etc.) accounts, but
Step by step trade BB
Kambiz Shahriarynasab
Only 5 copies of the EA at $30! Next price --> $45 This robot works on the basis of bowling band and has stepped entrances at safe points. benefits:         Works on all instruments and time series,        It has excellent inputs for position management that can avoid a lot of risk. Input settings:         Volume: Selects a fixed volume for the trade that uses its own risk management if it is zero.         Risk for all positions: The amount of risk for all positions in one direction, for exam
The Seven Candles is an Expert Advisor that implements a strategy originally described on the book Short Term Trading Strategies That Work by Larry Connors and Cesar Alvarez. Developed to trade stock indexes (SP500, Down Jones, NASDAQ, BOVESPA, Nikkei, etc.), this strategy seeks for trading opportunities based on where the close price is in relation with Simple Moving Average indicator. However, in order to be triggered, a pattern between candles also must occur. The original strategy seeks long
Multi Indicator Strategy EA MT5 is a sophisticated MetaTrader 5 trading tool designed to automate trade entries and exits using nine technical indicators: ADX, Bollinger Bands, CCI, MACD, Moving Average, RSI, Stochastic, Awesome Oscillator, and RVI. Offering extensive customization with multiple entry/exit strategies and AND/OR/NA combination modes, this EA provides traders with unparalleled flexibility. Extensively back-tested, it ensures precise signal generation, robust risk management, and
Ichimoku Strategies EA MT5
Biswarup Banerjee
5 (1)
Ichimoku Cloud Strategy EA MT5 is an advanced tool designed exclusively for MetaTrader 5, streamlining trading by leveraging the Ichimoku Cloud indicator to automate trade entries and exits based on six distinct strategies. The EA supports reverse trading setups within key zones, offering versatility in trade management. Extensively back-tested, it provides precise entry methods, flexible exit rules, and advanced risk management, consuming minimal system resources for efficient trade execution.
Gold Crowd Density Flip
Murtadha Majid Jeyad Al-Khuzaie
Gold Crowd Density Flip Expert Advisor is a powerful, market-ready trading system designed exclusively for XAUUSD (Gold) on the 15-minute timeframe. Built with precision logic and advanced filters, this EA is engineered to capture explosive breakout opportunities during periods of market compression, while maintaining strict risk management and professional-grade trade execution. Gold is one of the most volatile and liquid instruments in the financial markets, and trading it successfully requi
FREE
Cyclone Intraday
Mikhail Mitin
5 (1)
How the EA works (simple explanation) Trades on M5 timeframe Uses H1 timeframe to analyze global market context Analyzes 2 or 3 timeframes simultaneously On each timeframe: Checks price position relative to one or two Moving Averages Evaluates MA angle and distance between price and MA Entry logic is based on trend + volatility conditions , not on random signals The full algorithm is illustrated in the screenshots. Recommended usage Symbol: EURUSD Timeframe: M5 Trading style: Intraday
Stormer RSI 2
Ricardo Rodrigues Lucca
This strategy was learned from Stormer to be used on B3. Basically, 15 minutes before closing the market, it will check RSI and decided if it will open an position. This strategy do not define a stop loss. If the take profit reach the entry price it will close at market the position. The same happens if the maximal number of days is reached. It is created to brazilian people, so all configuration are in portuguese. Sorry Activations allowed have been set to 50.
Euro Compounder Alpha
Juan Sebastian Vecchi
Euro Compounder Alpha  Euro Compounder Alpha is a EUR/USD Expert Advisor built for traders who care more about surviving drawdowns and passing rules than chasing headline returns. It trades one pair only and runs several independent strategies together.  Most of the strategies are uncorrelated and they do not rely on martingale or grid recovery . The idea is simple: spread risk across different entry logics so the account isn’t dependent on one market behaviour. This EA was built with prop f
RoyalTrade Pro
Milton Giovanny Jaramillo Herrera
RoyalProfit EA Pro - Automated London/New York Breakout System Leverage the strategy used by institutional traders: Identify key levels during the London session and execute precise breakouts when New York opens. 100% automated. What Does This EA Do? RoyalProfit EA Pro implements a proven institutional strategy: during the London trading session, the EA automatically marks the maximum and minimum price range levels. When New Y
The Fractal Trend Master is one of the most powerful and sophisticated Expert Advisors on the market, designed to protect traders' capital while maximizing profit opportunities. Based on Bill Williams' renowned methodology, this EA uses three essential technical analysis tools: the Alligator indicator , fractals , and the Gator Oscillator , creating a robust and precise framework for identifying and following market trends. This EA was designed with a focus on advanced risk management and capita
GoldScalp Pro - Expert Advisor for Gold Trading (XAUUSD)   Key Features The   GoldScalp Pro   EA is designed for trading   XAUUSD (gold)   using: EMA (10/140) combination   - for precise trend identification RSI (3-period)   - to filter false signals Fibonacci levels   - to find optimal entry points Automatic risk/reward calculation   Key Advantages   Safe strategy   (no martingale, averaging or grid trading)   Adaptive risk management   with fixed stop-loss   Universal   - works on
BraquioSaldo
Guilherme Pereira De Lima
This robot has been meticulously developed to operate autonomously in the Forex markets and the XAU/USD and XAU/GBP pairs, maximizing your profits and protecting your capital. Using advanced real-time trend analysis , the robot identifies high-precision entry opportunities and executes trades fully automatically. Intelligent and Adaptive Strategy: The robot is not limited to just following trends. It features a sophisticated reversal detection system , allowing positions to be closed proactively
Beta Applied MACD
Raymond Kamau Thuo
Beta Applied MACD works on several principles affiliated to MACD (Moving average convergence/divergence). For short entry to occur, price has to be above MA or EMA 200, the MACD cross signal line in MACD from below to up and the cross happens below the zero line on the MACD. The entry is on the candle after the crossover, stop loss is below the moving average and take profit is on a ratio of 1:1.5.
DojiExecutor
Erwin Rustandi
Doji Executor is an expert advisor who works by opening a trading position after detecting a doji candle, according to the doji formation.  Continuation formation bull - doji - bull = buy bear - doji - bear = sell Reversal formation bear - doji - bull = buy bull - doji - bear = sell with this ea, you don't need to monitor the chart all day long just to find a doji candle Pair = all pair Time Frame = all time frame suitable for use with brokers who give rebate programs please test first in the
Tesla Robo Inteligente
Lucas Marcelo Ribeiro
O Robô Tesla nasceu da união entre tecnologia, disciplina e visão de futuro. Ele não é apenas um software, mas sim um parceiro estratégico para quem busca se aproximar do universo dos investimentos de forma inovadora, inteligente e alinhada às transformações do mercado financeiro global. Vivemos em uma era marcada pela velocidade da informação e pela evolução constante da tecnologia. Processos que antes demandavam horas de estudo, cálculos complexos e execução manual, hoje podem ser otimizados c
CuanHunter Robot EA – Auto Trading for XAUUSD & BTCUSD Key Features: Automatic Trading: Executes BUY/SELL signals based on fast/slow EMA crossovers + ATR. Dual Preset Modes: Choose XAUUSD (Gold) or BTCUSD (Bitcoin) – parameters optimized for each, no manual adjustments needed. Auto SL/TP with Broker-Safe Checks: Stop Loss and Take Profit levels are calculated automatically while respecting broker minimum stop rules. Visual Chart Signals: Easy-to-read labels BUY SELL along with TP/SL on t
Haven JPY Miner
Maksim Tarutin
Haven JPY Miner - Specialized Algorithm for USDJPY Introducing Haven JPY Miner – a professional Expert Advisor designed and tuned exclusively for the USDJPY currency pair. This is a solution for traders who need a ready-made systematic approach without the need for long parameter configuration. The EA is equipped with Smart Time Sync technology. You no longer need to calculate the broker's server time offset (GMT Offset). The advisor automatically synchronizes with world time via API to determin
Synergy EA MT5
Jamal El Alama
Synergy EA MT5 uses a combination of three key indicators to determine optimal entry and exit points in trading. These indicators are the Relative Strength Index ( RSI ), Bollinger Bands , and a 200-period Moving Average . Here's how each indicator contributes to the decision-making process: Relative Strength Index ( RSI ) : RSI is a momentum oscillator that measures the speed and change of price movements. It helps identify overbought or oversold conditions in the market, which can indicate
Usdcad Smart
Mehdi Ghanadan
TickAll - Automated Trading Robot Introduction:   TickAll     is an automated trading robot designed to assist both novice traders and professional traders in the Forex market. Utilizing advanced algorithms and up-to-date market analysis,   TickAll         helps you make the best trading decisions. Market Analysis:   TickAll continuously monitors the market, analyzing various indicators, price movements, and patterns to identify potential trading opportunities. Trend Identification:   Using sop
FREE
Buyers of this product also purchase
Quantum Valkyrie
Bogdan Ion Puscasu
4.89 (108)
Quantum Valkyrie  - Precision.Discipline.Execution Discounted   price .  The price will increase by $50 with every 10 purchases. Live Signal: CLICK HERE Quantum Valkyrie MQL5 public channel: CLICK HERE ***Buy Quantum Valkyrie MT5 and you could get Quantum Emperor or Quantum Baron for free !*** Ask in private for more details! IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions.      Hello, traders. I am Quantum Val
Quantum Queen MT5
Bogdan Ion Puscasu
4.97 (479)
Hello, traders! I am Quantum Queen , the crown jewel of the entire Quantum ecosystem and the highest-rated, best-selling Expert Advisor in the history of MQL5. With a proven track record of over 20 months of live trading, I’ve earned my place as the undisputed Queen of XAUUSD. My specialty? GOLD. My mission? Deliver consistent, precise, intelligent trading results — over and over again. IMPORTANT! After the purchase please send me a private message to receive the installation manual and the set
Akali
Yahia Mohamed Hassan Mohamed
4.97 (33)
LIVE SIGNAL: Click here to view live performance IMPORTANT: READ THE GUIDE FIRST It is critical that you read the setup guide before using this EA to understand the broker requirements, strategy modes and the smart approach. Click here to read the Official Akali EA Guide Overview Akali EA is a high-precision scalping Expert Advisor designed specifically for Gold (XAUUSD). It utilizes an extremely tight trailing stop algorithm to secure profits instantly during periods of high volatility. Thi
AI Gold Trading MT5
Ho Tuan Thang
4.83 (30)
WANT THE SAME RESULTS AS MY LIVE SIGNAL?   Use the exact same brokers I do:   IC MARKETS , IC TRADING   .  Unlike the centralized stock market, Forex has no single, unified price feed.  Every broker sources liquidity from different providers, creating unique data streams. Other brokers can only achieve trading performance equivalent to 60-80%. LIVE SIGNAL IC MARKETS:  https://www.mql5.com/en/signals/2344271 Forex EA Trading Channel on MQL5:  Join my MQL5 channel to update the latest news from me
AI Gold Scalp Pro
Ho Tuan Thang
5 (5)
WANT THE SAME RESULTS AS MY LIVE SIGNAL?   Use the exact same brokers I do:   IC MARKETS  &  I C TRADING .  Unlike the centralized stock market, Forex has no single, unified price feed.  Every broker sources liquidity from different providers, creating unique data streams. Other brokers can only achieve trading performance equivalent to 60-80%. LIVE SIGNAL Forex EA Trading Channel on MQL5:  Join my MQL5 channel to update the latest news from me.  My community of over 14,000 members on MQL5 . O
Quantum King EA
Bogdan Ion Puscasu
5 (145)
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 House MT5
Chen Jia Qi
5 (21)
Gold House — Gold Swing Breakout Trading System Launch Promotion — Limited to 100 Copies Only 100 copies will be sold at the early-bird price. After 100 copies, the price jumps directly to $999 . Price also increases by $50 every 24 hours during this period. 93   copies sold — only 7 remaining. Lock in the lowest price before it's gone. Live signal: https://www.mql5.com/en/signals/2359124 Stay updated — join our MQL5 channel for product updates and trading tips. After opening the link, click th
AI Gold Sniper MT5
Ho Tuan Thang
4.79 (52)
Optimize your trading environment: To get the best results matching the live signal, it is highly recommended to use a reliable True ECN broker with low latency and tight spreads. Because Forex liquidity varies, choosing a robust broker ensures the algorithm can execute trades with maximum precision. LIVE SIGNAL & COMMUNITY Live Performance (More than 7 months):  View AI Gold Sniper Live Signal Forex EA Trading Channel:  Join my community of over 15,000 members for the latest updates and support
Aot
Thi Ngoc Tram Le
4.85 (96)
AOT Multi-Currency Expert Advisor with AI Sentiment Analysis Multi-pair mean reversion strategy for portfolio diversification across correlated currency pairs. First time testing AOT?     Start with the   fixed lot size settings , Fixed lot size 0.01 | Single position per pair | Advanced features off. Raw trading logic   to understand the system's behavior. Track Record Signal Detail Set File Name Description Medium Risk 2 Darwinex Zero,  Account size  $100k Live – Set 2 Enable Recovery Function
Goldwave EA MT5
Shengzu Zhong
4.63 (24)
Real Trading Account   LIVE SIGNAL IC MARKETS:  https://www.mql5.com/en/signals/2339082 This EA uses the same logic and execution rules as the verified live signal shown on MQL5.When used with the recommended, optimized settings on a reputable ECN/RAW-spread broker ( e.g., IC Markets or EC Markets) , the EA's live trading behavior is designed to closely align with the trade structure and execution characteristics of the live signal. Please note that differences in broker conditions, spreads, ex
Syna
William Brandon Autry
5 (22)
Syna 5 – Persistent Intelligence. True Memory. Universal Trading Intelligence. Most AI tools answer once and forget everything. They leave you starting from zero again and again. Syna 5 does not. It remembers every conversation, every trade analyzed, why it acted, why it stayed out, and how the market responded afterward. Full context across every session. Cumulative intelligence that compounds with every trade. This is not another EA with AI features added for marketing. This is what trading l
Agera
Anton Kondratev
5 (2)
The AGERA  is a Fully Automated and Multi-Faceted Open EA for Identifying Vulnerabilities in the Market for GOLD ! Not    Grid   , Not    Martingale  ,  Not    " AI"     , Not    " Neural Network" ,  Not    " Machine Learning"  , Not "ChatGPT" ,   Not   Unrealistically Perfect Backtests  AGERA  Community :   www.mql5.com/en/messages/01e0964ee3a9dc01 Vantage Real :  https://www.mql5.com/en/signals/2363787 Tickmill Real :   https://www.mql5.com/en/signals/2361808 Default   Settings for One Сhart  
Nano Machine
William Brandon Autry
5 (6)
Nano Machine GPT Version 2 (Generation 2) – Persistent Pullback Intelligence We helped start this shift in late 2024 with Mean Machine, one of the earliest systems to bring real frontier AI into live retail forex trading. Nano Machine GPT Version 2 is the next evolution in that line. Most AI tools answer once and forget everything. Nano Machine GPT Version 2 does not. It remembers every pullback setup analyzed, every entry taken, every rejection made, the reasoning behind each decision, how the
Ultimate Breakout System
Profalgo Limited
5 (30)
IMPORTANT : This package will only be sold at current price for a very limited number of copies.    Price will go to 1499$ very fast    +100 Strategies included and more coming! BONUS : At 999$ or higher price --> choose 5  of my other EA's for free!  ALL SET FILES COMPLETE SETUP AND OPTIMIZATION GUIDE VIDEO GUIDE LIVE SIGNALS REVIEW (3rd party) Welcome to the ULTIMATE BREAKOUT SYSTEM! I'm pleased to present the Ultimate Breakout System, a sophisticated and proprietary Expert Advisor (EA) met
Karat Killer
BLODSALGO LIMITED
4.64 (25)
Pure Gold Intelligence. Validated to the Core. Karat Killer   is not another gold EA with recycled indicators and inflated backtests — it is a   next-generation machine learning system   built exclusively for XAUUSD, validated with institutional-grade methodology, and designed for traders who value substance over spectacle. LAUNCH PROMOTION - LIMITED TIME OFFER   Price increases every 24 hours at 10:30 AM Cyprus time.   Secure the lowest price today before the next increase. Detailed Manual, Bac
Aura Ultimate EA
Stanislav Tomilov
4.81 (103)
Aura Ultimate — The Apex of Neural Networks trading, and path to financial freedom. Aura Ultimate is the next evolutionary step in the Aura family — a synthesis of cutting-edge AI architecture, market-adaptive intelligence, and risk-controlled precision. Built on the proven DNA of Aura Black Edition and Aura Neuron, it goes further, fusing their strengths into one unified multi-strategy ecosystem, while introducing a completely new layer of predictive logic. It is very important!, please write
Mad Turtle
Gennady Sergienko
4.56 (85)
Symbol XAUUSD Timeframe (period) H1-M15 (any) Support for single-position trading YES Minimum deposit 500 USD  (or the equivalent in another currency) Compatible with any broker YES (supports 2 or 3-digit brokers. Any deposit currency. Any symbol name. Any GMT time.) Runs without pre-configuration YES If you are interested in the topic of machine learning, subscribe to the channel:  Subscribe! Key Facts about the Mad Turtle Project: Real Machine Learning This Expert Advisor does not conn
Golden Odin
Taner Altinsoy
Overview Golden Odin EA is an Expert Advisor designed specifically for XAUUSD . Unlike multi-strategy bots, Golden Odin focuses on a single, highly optimized Market Structure Break (Pivot) strategy using precise Pending Orders. The EA is designed to wait patiently like a true king, managing its entries and filters automatically. Golden Odin EA does not use grid, martingale, or averaging techniques. It strictly limits itself to a maximum of 1 open trade at a time. All trades opened by the EA use
Xauusd Quantum Pro EA
Ilies Zalegh
5 (11)
XAUUSD QUANTUM PRO EA (MT5) — Gold XAUUSD Expert Advisor for MetaTrader 5 | BUY/SELL Scoring Decision Engine + Advanced Risk Management + Live Supervision Dashboard SPECIAL LAUNCH PRICE with temporary discount — Offer valid for a limited time. Buy XAUUSD QUANTUM PRO EA and you may receive Bitcoin Quantum Edge Algo or DAX40 Quantum Pro EA for free. Contact us privately for more information. XAUUSD QUANTUM PRO EA is an MT5 robot designed for one purpose: to make automatic trading on XAUUSD cleaner
XIRO Robot MT5
MQL TOOLS SL
4.87 (15)
XIRO Robot is a professional trading system created to operate on two of the most popular and liquid instruments on the market:  GBPUSD, XAUUSD and BTCUSD . We combined two proven and well tested systems, enhanced them with multiple new improvements, optimizations and additional protective mechanisms, and integrated everything into one advanced and unified solution. As a result of this development process, XIRO Robot was created. Robot was designed for traders who are looking for a reliable and
PrizmaL Lux
Vladimir Lekhovitser
5 (3)
Live Trading Signal Public real-time monitoring of trading activity: https://www.mql5.com/en/signals/2356149 Official Information Seller profile Official channel User Manual Setup instructions and usage guidelines: View user manual This Expert Advisor is designed as a market-responsive system that adjusts its behavior based on prevailing trading conditions rather than following a fixed execution pattern. The strategy focuses on identifying moments when market structure becomes suffici
Xauusd Breeze
Abdelrahman Ahmed Mahmoud Ahmed
4.11 (9)
XAUUSD Breeze is a precision-engineered Expert Advisor that simplifies the complexity of the gold market. It seamlessly merges the structural reliability of classical support and resistance analysis with a highly optimized, world-class scalping strategy. By identifying high-probability price "bottlenecks" and liquidity zones, XAUUSD Breeze captures rapid movements with ease, offering a smooth and consistent trading experience even in volatile conditions. The price starts at $79. It increases by
HTTP ea
Yury Orlov
5 (10)
How To Trade Pro (HTTP) EA — a professional expert advisor for trading any assets without martingale or grids from an author with 25+ years of experience. Most top advisors work with rising gold. They look brilliant in tests... as long as gold is rising. But what happens when the trend exhausts itself? Who will protect your deposit? HTTP EA does not believe in eternal growth — it adapts to the changing market and is designed to widely diversify your investment portfolio and protect your deposit.
The Gold Phantom
Profalgo Limited
4.35 (20)
PROP FIRM READY!  --> DOWNLOAD ALL SET FILES WARNING: Only a few copies left at current price! Final price: 990$ NEW (from 399$ only) : Choose 1 EA for Free! (limited to 2 trade accounts numbers, any of my EAs except UBS) Ultimate Combo Deal   ->   click here JOIN PUBLIC GROUP:   Click here Live Signal Live Signal 2 !! THE GOLD PHANTOM IS HERE !! After the massive success of The Gold Reaper, I'm extremely proud to introduce its powerful brother: The Gold Phantom , a pure, no-nonsense breako
The Gold Reaper MT5
Profalgo Limited
4.51 (90)
PROP FIRM READY! ( download SETFILE ) WARNING: Only a few copies left at current price! Final price: 990$ Get 1 EA for free (for 3 trade accounts) -> contact me after purchase Ultimate Combo Deal   ->   click here JOIN PUBLIC GROUP:   Click here Live Signal Welcome to the Gold Reaper! Build on the very succesfull Goldtrade Pro, this EA has been designed to run on multiple timeframes at the same time, and has the option to set the trade frequency from very conservative to extreme volatile. The
Golden Hen EA
Taner Altinsoy
4.77 (52)
Overview Golden Hen EA is an Expert Advisor designed specifically for XAUUSD . It operates by combining nine independent trading strategies, each triggered by different market conditions and timeframes (M5, M30, H2, H4, H6, H12, W1). The EA is designed to manage its entries and filters automatically. The core logic of the EA focuses on identifying specific signals. Golden Hen EA does not use grid, martingale, or averaging techniques . All trades opened by the EA use a predefined Stop Loss and T
Quantum Emperor MT5
Bogdan Ion Puscasu
4.86 (501)
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
Full Throttle DMX
Stanislav Tomilov
5 (1)
Full Throttle DMX - Real strategy  Real results   Full Throttle DMX is a multi-currency trading expert advisor designed to operate with EURUSD, AUDUSD, NZDUSD, EURGBP, and AUDNZD currency pairs. The system is built on a classical trading approach, using well-known technical indicators and proven market logic. The EA contains 10 independent strategies, each designed to identify different market conditions and opportunities. Unlike many modern automated systems, Full Throttle DMX does not use ris
Golden Mirage mt5
Michela Russo
4.7 (61)
Limited stock at the current price! Final price: $1999 --> PROMO: From $299 --> The price will go up every 5 purchases, next price : $399 Golden Mirage is a robust gold trading robot designed for traders who value reliability, simplicity, and professional-grade performance. Powered by a proven combination of RSI, Moving Average,  ADX, and High/Low Level  indicators, Golden Mirage delivers high-quality signals and fully automated trading on the M5 timeframe for XAUUSD (GOLD) . It features a robu
Mean Machine
William Brandon Autry
4.92 (39)
Introducing Mean Machine GPT Gen 2 – The Original. Now Smarter, Stronger, and More Capable Than Ever. We helped start this entire shift in late 2024 with Mean Machine, one of the earliest systems to bring real frontier AI into live retail trading. Mean Machine GPT Gen 2 is the next evolution of that original vision. We did not replace the original. We evolved it. Most systems answer once, act once, and forget everything. Mean Machine GPT Gen 2 does not. It remembers every trade, every decision,
More from author
Whale RSI Divergences
Mustafa Ozkurkcu
1 (1)
This EA looks for a divergence signal, which occurs when the price of a financial instrument moves in the opposite direction of the RSI indicator. This divergence can signal that the current trend is losing momentum and a reversal is likely. The EA identifies two types of divergence: Bullish (Positive) Divergence : This occurs when the price makes a new lower low , but the RSI indicator fails to confirm this by making a higher low . This discrepancy suggests that bearish momentum is weakening, a
FREE
Overview This Expert Advisor (EA) targets high-probability, short-term scalping opportunities by analyzing minute-based market activity (tick momentum), indecision boxes , and breakout/momentum behavior —optionally aligned with trend and session filters. Version 2.0 replaces second-based TPS with a minute (M1) window model that’s Open Prices Only compatible and more stable to optimize. Additional entry modes ( Breakout Close and Retest Entry ) help capture moves that classic momentum filters ma
FREE
Concept. Flash ORR is a fast-reaction scalping EA that hunts false breakouts at important swing levels. When price spikes through a recent swing high/low but fails to close with strength (long wick, weak body), the move is considered rejected . If the very next candle prints strong opposite momentum , the EA enters against the spike: Up-spike + weak close → followed by a bearish momentum bar → SELL Down-spike + weak close → followed by a bullish momentum bar → BUY Entries are placed at the open
FREE
Overview Anti-Spoofing Strategy (v1.0) is a live-market Expert Advisor designed to detect and counter high-frequency DOM (Depth of Market) spoofing manipulations in ECN/STP environments. The system monitors real-time Level-2 order book changes via MarketBookGet() and identifies large fake orders that appear and vanish within milliseconds — a hallmark of spoofing. Once such manipulations are detected, the algorithm opens a counter trade in the opposite direction of the spoof, anticipating the tru
FREE
Whale RSI and SMA
Mustafa Ozkurkcu
This Expert Advisor is a reversal-style system that combines a 50-centered RSI extreme filter with a 200 SMA proximity rule . It evaluates signals only on a new bar of the selected timeframe and uses closed-bar data (shift=1) to reduce noise and avoid “in-bar” flicker. How the Strategy Works On every new candle (for InpTF ), the EA follows this logic: Compute RSI thresholds around 50 A single parameter creates both buy/sell levels: BuyLevel = 50 − InpRSIThresholdDist SellLevel = 50 + InpRSIThre
FREE
This EA looks for a two-layer momentum/liquidity breakout : Divergence detection (trigger): TPS (ticks-per-second / bar tick_volume ) must be high vs. its recent average ( TPS_Multiplier ), while Volatility (bar high–low) must be low vs. its recent average ( Volatility_Multiplier ). This combo flags “ flow in a quiet range ” → a likely near-term breakout. Direction & filter: If the signal bar is green ( close > open ) → consider BUY ; if red → SELL . Optional MA trend filter ( Use_TrendFilter )
FREE
ATR Squeeze Fade EA: Low Volatility Mean Reversion Strategy The ATR Squeeze Fade is a specialized scalping Expert Advisor designed to exploit rapid price spikes that occur after extended periods of low market volatility. Instead of following the direction of the spike, the EA trades against it, applying the principle of mean reversion . With advanced entry filters and strict risk management, it focuses on high-probability reversal setups. How the Strategy Works The strategy is based on the assu
This Expert Advisor (EA) generates trading signals by combining popular technical indicators such as   Chandelier Exit (CE) ,   RSI ,   WaveTrend , and   Heikin Ashi . The strategy opens positions based on the confirmation of specific indicator filters and closes an existing position when the color of the Heikin Ashi candlestick changes. This is interpreted as a signal that the trend may be reversing. The main purpose of this EA is to find more reliable entry points by filtering signals from var
Overview Trade Whale Supply & Demand EA   is a fully automated trading system built on   supply and demand zones, liquidity sweeps, and market structure shifts . It detects institutional footprints and high-probability trading zones, aiming for precise entries with tight stop-loss and optimized risk/reward. Works on Forex, Gold ( XAUUSD ) and Indices. Designed for   sharp entries ,   low-risk SL placement , and   dynamic profit targets . Strategy Logic The EA combines: Supply & Demand Zo
This Expert Advisor (EA) is designed to automate trading based on Fibonacci retracement levels that form after strong price movements. The main objective of the EA is to identify entry points during pullbacks within a trend. It executes trades based on a predefined risk-to-reward ratio, entering the market when the price action is confirmed by specific candlestick patterns. How the EA Works The EA automatically performs the following steps on every new bar: Trend and Volatility Detection : First
O verview Trend Band Strategy (v1.0) is a hybrid trend-following and mean-reversion Expert Advisor that blends Fibonacci-scaled Bollinger Bands with Parabolic SAR confirmation. It identifies stretched price moves toward the extreme Fibonacci bands, waits for a reversal signal aligned with the SAR trend switch, and opens counter-trend trades aiming for reversion toward equilibrium. The algorithm runs entirely on bar-close logic for stability and includes dynamic risk-based lot sizing, margin veri
Filter:
No reviews
Reply to review