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
RSI strategy EA MT5
Biswarup Banerjee
4.5 (2)
Introducing the Relative Strength Index(RSI) Strategy EA MT5, an automated trading solution designed exclusively for MetaTrader 5. This expert advisor utilizes the power of the Relative Strength Index (RSI) to execute trades based on overbought and oversold conditions, making it ideal for traders looking to enhance their trading strategies with automation. With the Relative Strength Index(RSI) Strategy EA MT5, users benefit from advanced trading features such as customizable parameters, multiple
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
What is Golden Osiris EA? Golden Osiris EA is a high-performance Expert Advisor (trading robot) specifically designed for trading XAUUSD (gold) on MetaTrader 5. It combines a powerful algorithmic structure with adaptive logic to fully capitalize on market movements in the current trading environment. Developed using the latest algorithmic updates, this EA analyzes key level breakouts, price action, and signals from technical indicators specially tuned for the gold market. Key Features:
Gold EMA Cross
Nguyen Chung
5 (1)
Gold EMA Cross EA Gold EMA Cross is an automated trading system designed specifically for Gold (XAUUSD) on the M1 timeframe . The EA uses a combination of EMA crossover signals and higher timeframe trend filtering to capture short-term movements in the gold market while maintaining strict risk management. This strategy focuses on precision entries , controlled drawdown , and flexible profit management , making it suitable for professional traders and prop firm environments. Main Features EMA Cro
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
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.
MACD CrossoverPro
Samuel Cavalcanti Costa
MACD Crossover Pro is a professional Expert Advisor built on one of the most reliable and time-tested strategies in technical analysis: the MACD line crossover with the Signal line. Designed for traders who value simplicity, transparency, and consistent rule-based execution. HOW IT WORKS The EA monitors the MACD indicator (Moving Average Convergence Divergence) in real time. The entry logic is straightforward and powerful: When the MACD line crosses above the Signal line → the EA opens a BUY po
Euro Compounder Alpha
Juan Sebastian Vecchi
Euro Compounder Alpha  *WE RECOMMEND IC MARKETS RAW SPREAD ACCOUNT TO HAVE THE SAME PERFORMANCE AS THE SIGNAL* 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 logi
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.
HMA Crossover
Rowan Stephan Buys
Hull Moving Average Crossover EA – MT5 Harness the speed and precision of the Hull Moving Average (HMA) in a fully automated trend-following system for MetaTrader 5. The Hull Moving Average Crossover EA is designed for traders who want fast reaction to emerging trends without sacrificing structured risk control. By combining a user-defined fast HMA with a slower HMA, the EA identifies potential momentum shifts early — while managing risk dynamically through ATR-based protection. Built for clari
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
Buyers of this product also purchase
Quantum Queen MT5
Bogdan Ion Puscasu
4.97 (522)
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
Gold House MT5
Chen Jia Qi
5 (31)
Gold House — Gold Swing Breakout Trading System Launch Promotion — Limited to 100 Copies Version 2.0 has been released with significant improvements. A price adjustment is expected soon. Early access is recommended. 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 the "Subscribe" button at the top of the page
TwisterPro Scalper
Jorge Luiz Guimaraes De Araujo Dias
5 (33)
Fewer trades. Better trades. Consistency above all. • Live Signal Mode 1 Twister Pro EA is a high-precision scalping Expert Advisor built exclusively for XAUUSD (Gold) on the M15 timeframe. It trades less — but when it trades, it means it. Every entry passes through 5 independent validation layers before a single order is placed, resulting in an extremely high win-rate on the Default SET.   TWO MODES: Mode 1 (recommended) — Very high assertiveness, fewer trades per week. Built for capital prese
Quantum King EA
Bogdan Ion Puscasu
4.98 (165)
Quantum King EA — Intelligent Power, Refined for Every Trader IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. Special Launch Price Live Signal:   CLICK HERE MT4 version : CLICK HERE Quantum King channel:   Click Here ***Buy Quantum King MT5 and you could get Quantum StarMan for free !*** Ask in private for more details! Rule your trading with precision and discipline. Quantum King EA brings the strength of
Quantum Valkyrie
Bogdan Ion Puscasu
4.86 (130)
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
Goldwave EA MT5
Shengzu Zhong
4.7 (30)
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
Akali
Yahia Mohamed Hassan Mohamed
4.13 (56)
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
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
Chiroptera
Rob Josephus Maria Janssen
5 (13)
Prop Firm Ready! Chiroptera is a multi-currency, single trade Expert Advisor that operates in the quiet hours of the night. It uses single-placed trades 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 caused by Tweets and other ad-ho
Full Throttle DMX
Stanislav Tomilov
5 (6)
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
Ultimate Breakout System
Profalgo Limited
5 (31)
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
The Gold Phantom
Profalgo Limited
4.52 (27)
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
Agera
Anton Kondratev
3.75 (8)
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  
AI Gold Scalp Pro
Ho Tuan Thang
4.9 (10)
WANT THE SAME RESULTS AS MY LIVE SIGNAL?   LIVE SIGNAL:  https://www.mql5.com/en/signals/2366724 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%. Forex EA Trading Channel on MQL5:  Join my MQL5 channel to update the latest news from me.  My com
AI Gold Trading MT5
Ho Tuan Thang
3.93 (40)
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 ( My live signal on IC Markets is still on the old MT4 1.0 – I need to update new live signal to the newest version on MT5 platform
Quantum Bitcoin EA
Bogdan Ion Puscasu
4.71 (122)
Quantum Bitcoin EA : There is no such thing as impossible, it's only a matter of figuring out how to do it! Step into the future of Bitcoin trading with Quantum Bitcoin EA , the latest masterpiece from one of the top MQL5 sellers. Designed for traders who demand performance, precision, and stability, Quantum Bitcoin redefines what's possible in the volatile world of cryptocurrency. IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup i
Gold Snap
Chen Jia Qi
Gold Snap — A Fast Profit Capture System for Gold Launch Promotion Now Ongoing Gold Snap is currently still in its introductory discount stage. The price will be adjusted in phases based on sales performance. The earlier you get in, the better the price advantage. Live Signal: https://www.mql5.com/en/signals/2362714 Welcome to join our MQL5 channel for product updates and trading insights. After opening the link, simply click the “Subscribe” button at the top of the page to follow: https://www.m
Karat Killer
BLODSALGO LIMITED
4.7 (30)
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
Golden Hen EA
Taner Altinsoy
4.51 (49)
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
Aot
Thi Ngoc Tram Le
4.8 (108)
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 Darwinex Zero,  Account size  $100k Darwinex - Set Enable Recovery Function
Gold Neuron
Vasiliy Strukov
5 (9)
Gold Neuron Advanced Multi-Strategy Trading System for XAUUSD Please take note:  enable All Strategies in settings as EA will scan market for best strategy in current conditions! Recommended minimum balance: $300 for 0.01 lot Example: 0.02 lot for $600 balance, etc. Gold Neuron EA is a professional multi-strategy Expert Advisor designed specifically for trading Gold (XAUUSD) on the M15 timeframe. The system integrates 10 independent trading strategies that work together to detect high-probabili
Nano Machine
William Brandon Autry
5 (10)
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
AI Quantum Scalper
Lo Thi Mai Loan
5 (7)
AI Quantum Scalper — The Evolution of Intelligent Execution Precision. Intelligence. Multi-Asset Mastery. DOWNLOAD SETFILE  | INPUT GUIDE | SETUP GUIDE Only 13 copiers remaining.   Lock in the lowest price before it's gone. Promotion: Discounted Price: The price increases by $50/$100 per day during the promotion period. Milestone Pricing: After the first 100 customers , the price will increase to $999.99 and will gradually rise up to $4999.99 over time. Special Offer: Purchase AI Quantum Scalpe
Zenox
PETER OMER M DESCHEPPER
4.26 (31)
Flash Sale: 10 copies for 50% off! Normal price: 1349.99 USD. Join the free public channel here  to stay updated! Each time the live signal grows with 10%, the price will be raised to keep Zenox exclusive and protect the strategy. Final price: $2999. Live Signal IC Markets Account, see the live performance for yourself as proof! Download user manual (English) Zenox is a state-of-the-art AI multi-pair swing trading robot that follows trends and diversifies risk across sixteen currency pairs. Yea
Queen Strategies Empire – Expert Advisor   Overview Queen Strategies Empire is a multi-strategy Expert Advisor containing 7 independent modes built on different trading concepts. Each mode has its own entry logic, trade management, SL and TP structure, allowing multiple algorithmic approaches within one system. Warning: When using multiple strategies together, keep the lot size the same across all of them to maintain balanced performance. If one strategy hits a stop loss, a larger lot size on
Gold Trade Pro MT5
Profalgo Limited
4.3 (37)
LAUNCH PROMO: Only a few copies left at current price! Final price: 990$ Get 1 EA for free (for 2 trade accounts) -> contact me after purchase Ultimate Combo Deal   ->   click here Live signal:   https://www.mql5.com/en/signals/2084890 Live Signal high risk :  https://www.mql5.com/en/signals/2242498 Live Signal Set Prop Firm Set File JOIN PUBLIC GROUP:   Click here Parameter overview Gold Trade Pro joins the club of Gold trading EA's, but with one big difference: this is a real trading strate
AI Gold Sniper MT5
Ho Tuan Thang
3.89 (66)
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
BB Return mt5
Leonid Arkhipov
5 (28)
BB Return — an Expert Advisor for gold trading (XAUUSD). I previously used this trading idea in manual trading. The core of the strategy is a return of price to the Bollinger Bands range, but not blindly and not on every touch. For the gold market, bands alone are not enough, so the EA uses additional filters that eliminate weak and non-working market situations. Trades are opened only when the return logic is truly justified.   Trading principles — the strategy does not use grid trading, martin
Prop Firm Gold EA
Jimmy Peter Eriksson
4.48 (27)
Built For Prop-Firm Challenges On Gold (XAUUSD) Simple  Plug & Play Setup No Risky Martingale/Grid Live Signal  |  FTMO Results  |  Public Community WARNING : Very few copies left at current price! Final price: $990 The Strategy Prop Firm Gold EA is a multi-strategy trading system designed specifically for Gold (XAUUSD) on the MT5 platform. The system combines multiple logics, using breakout-based concepts to capture the dominant intraday direction, together with intraday price patterns. This
PrizmaL Gravity
Vladimir Lekhovitser
5 (1)
Live Trading Signal Public real-time monitoring of trading activity: https://www.mql5.com/en/signals/2364406 Official Information Seller profile Official channel User Manual Setup instructions and usage guidelines: View user manual PrizmaL Gravity represents a new generation Expert Advisor developed through neural network training within a structured simplified scalping environment. The system was trained on historical market data spanning from 2020 to nearly the present time, allowing
More from author
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
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
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