Support and Resistance Scanner Service

Ultimate Breakout System

Ultimate Breakout System is a fully customizable breakout Expert Advisor for MetaTrader 5. Instead of using a fixed, one-size-fits-all entry rule, it detects genuine support and resistance levels on the chart — recent highs and lows that clearly stick out from the candles around them — and places pending orders at those levels. When price breaks through, the trade triggers automatically.

The EA does not come with a single hard-coded strategy. It is a strategy-building toolkit: every stage of the trade, from how a level is confirmed, to where the order is placed, to how the position is protected and trailed afterwards, is controlled by inputs. This lets you build breakout systems for any symbol and any timeframe, from slow swing trading on Daily charts to fast scalping on M1.

Key Advantages

  • Works on any market and timeframe. Forex, Gold, Indices, Crypto CFDs — swing trading on H4/Daily/Weekly, or scalping on M1–H1.
  • Trades a proven, structural concept. Breakouts of support/resistance are one of the oldest and most consistent ideas in technical trading — the EA automates the detection and execution of that structure instead of relying on a black-box signal.
  • Extensive exit toolbox. Fixed Stop Loss/Take Profit, standard trailing stop, trailing take profit, break-even, a support/resistance-based trailing stop, a fast tick-based "MagicTrail" stop for scalping, a delayed time-based trailing stop, and virtual stops that are managed internally instead of sitting on the broker's server.
  • Built for markets that trend higher over decades. A unique "Variable Values" module lets every distance-based parameter (stop loss, take profit, trailing distances) automatically scale with ATR or with the current price — ideal for Gold, Indices, and Bitcoin, where a fixed pip value that works today can become meaningless years later.
  • Protects you from event-driven volatility. Built-in news filters for Non-Farm Payrolls, Interest Rate decisions, and CPI releases can automatically close trades and delete pending orders ahead of high-impact news.
  • Fake-breakout protection. Five independent, configurable confirmation filters can require price to actually close beyond the breakout level on multiple timeframes before a trade is trusted, reducing losses from false breakouts and stop hunts.
  • Full weekly trading schedule. Restrict trading to specific hours for each day of the week, with the option to automatically close open trades and/or delete pending orders outside those hours.
  • Safe by design. The EA checks margin and broker-imposed price/volume/stop-distance rules before every trade request, so it behaves correctly and predictably across different brokers and account types.
  • Built for serious strategy development. A dedicated "Custom Max" optimization score (combining Expected Payoff, Recovery Factor, and Number of Trades) helps the Strategy Tester's genetic optimizer converge on robust, tradeable results rather than curve-fitted outliers.
  • Clear on-chart feedback. An optional info panel shows open trades, pending orders, and floating profit/loss at a glance.

How It Works

On a chosen timeframe, the EA scans backwards through recent candles for a high (or low) that has a configurable number of lower highs (or higher lows) on both sides of it — a level that genuinely "sticks out" as a swing point. Once found, and provided price is currently far enough away from it, a Buy Stop is placed a few pips above a qualifying high, and a Sell Stop a few pips below a qualifying low. If price breaks through, the pending order triggers and the position is then managed by whichever combination of exit tools you have enabled.

Who Is It For

Traders and strategy developers who want to design and optimize their own breakout systems rather than run someone else's fixed logic. The parameter set is deliberately broad so that two people running the same EA on the same symbol can end up with completely different, uncorrelated strategies — useful for building a diversified multi-strategy portfolio.

Input Parameters

Info Panel

  • Show Info Panel — Displays an on-chart panel with open trades, pending orders and floating profit/loss.
  • update infopanel during testing — Refreshes the panel during Strategy Tester runs (normally left off to speed up backtests).
  • Adjustment for Infopanel size — Scales the size of the info panel text.

Custom Optimization Settings

Used only when the Strategy Tester's optimization criterion is set to "Custom max".

  • expected payoff — Minimum average profit per trade required to keep an optimization result (0 = not used).
  • recovery factor — Minimum profit-to-drawdown ratio required to keep a result (0 = not used).
  • number of trades — Minimum number of trades required for a result to be considered valid (0 = not used).

Spread Filter

  • SpreadFilter — Enables filtering of new trades based on the current spread.
  • MaxSpread — Maximum allowed spread, in pips.
  • DistForSpreadFilter — Distance (in pips) from a pending order's price at which the spread filter is applied.

Other Filters

  • Set SL/TP after entry — When enabled, Stop Loss/Take Profit are attached after the order triggers instead of being sent with the pending order.
  • use virtual expiration — When enabled, the EA (rather than the broker) tracks and deletes expired pending orders internally.
  • Comment for trades — Text comment attached to every trade for identification.

Virtual Stop Loss

  • Use Virtual SL — Off / Basic / Advanced (Advanced skips trades that have already reached break-even). A virtual SL is monitored internally instead of being sent to the broker.
  • hard SL distance when using virtual SL — Distance (in pips) for a real, broker-side stop loss used as a safety net alongside the virtual stop.
  • Move hard SL to virtual SL after X seconds — Delay before the hard stop loss is moved to match the virtual stop level.

Variable Values (for markets that trend higher over time — Gold, Indices, Crypto)

  • Default ATR value — Reference ATR (in pips). If set, all pip-based distances scale with the ratio of current ATR to this value (0 = disabled).
  • ATR Period — Number of candles used to calculate the reference ATR.
  • ATR Timeframe — Timeframe used for the ATR calculation.
  • default price for calculation — Reference price. If ATR scaling is disabled, all pip-based distances instead scale with the ratio of current price to this value (0 = disabled).

Trade Entry Management

  • AllowBuyTrades — Enables buy-side (breakout of a high) trading.
  • AllowSellTrades — Enables sell-side (breakdown of a low) trading.
  • Timeframe to use — Timeframe on which support/resistance levels are detected.
  • Entry Timing — Timeframe on which the EA checks for new signals.
  • number of inferior candles to the LEFT of High/Low — Candles to the left that must be lower (for a high) or higher (for a low), confirming the level's strength.
  • number of inferior candles to the RIGHT of High/Low — Same confirmation requirement, applied to the candles on the right.
  • max candles in history to look at — How far back the EA searches for a qualifying level.
  • minimum distance away from High/Low — Minimum distance (in pips) between the current price and the level before a pending order is placed.
  • minimum distance away in percentage — Same idea expressed as a percentage of price instead of a fixed pip value (overrides the pip-based setting when greater than 0).
  • Extra pips above High for entry — Offset added above a qualifying high when placing the Buy Stop.
  • Extra pips below Low for entry — Offset subtracted below a qualifying low when placing the Sell Stop.
  • Maximum number of pending orders — Caps how many pending orders the EA can have open at once.
  • max number of open trades — Caps how many positions the EA can have open at once.
  • Minimum distance between orders — Minimum spacing (in pips) required between two pending orders.
  • expiration time (in hours) for pending orders — How long an untriggered pending order is kept before being removed (0 = never expires).
  • Magicnumber — Unique identifier used to distinguish this EA's trades from others.
  • Comment for trades — Text comment attached to trades.

Trade Exit Settings

  • Period to check/modify SL/TP — Timeframe used to time exit-management checks (when "check every tick" is off).
  • check every tick — When enabled, exit conditions are evaluated on every tick instead of once per bar.
  • initial stoploss distance — Stop loss distance (in pips) applied to new trades.
  • initial takeprofit distance — Take profit distance (in pips) applied to new trades.

Trailing SL Management

  • Trail SL distance — Distance (in pips) maintained between price and the trailing stop.
  • Trail SL start distance — Profit (in pips) required before the trailing stop activates.
  • Trail SL stop distance — Maximum profit (in pips) up to which the trailing stop continues to operate.
  • Trail SL step size — Minimum move (in pips) required before the trailing stop is updated again.

Trailing TP Management

  • Trail TP distance — Distance (in pips) maintained between price and a trailing take profit (0 = disabled).
  • Trail TP start distance — Profit (in pips) required before the trailing take profit activates.

Break-Even SL Management

  • Breakeven start distance — Profit (in pips) required before the stop loss is moved to break-even.
  • Breakeven extra distance — Extra pips added beyond the entry price when moving to break-even, to lock in a small profit.

HIGH/LOW Trailing SL

An alternative trailing method that follows recent support/resistance levels instead of a fixed pip distance.

  • Use only until break-even — Restricts this trailing method to the period before the trade reaches break-even.
  • Exit_HL_trailingSL_timeframe — Timeframe used to find the levels this trailing stop follows.
  • number of candles to use — Lookback window for level detection (0 = use the main entry lookback setting).
  • number of inferior candles to the LEFT of High/Low — Left-side confirmation requirement for these levels.
  • number of inferior candles to the RIGHT of High/Low — Right-side confirmation requirement for these levels.
  • minimum distance to current price — Minimum distance (in pips) the new stop level must keep from the current price.
  • minimum distance to last SL — Minimum move (in pips) required before the stop is updated again.
  • extra pips distance from HIGH/LOW — Buffer added beyond the detected level when placing the stop.

Recovery Trailing SL (time-based)

  • Trail SL start after X minutes — Delay before this separate, time-triggered trailing stop begins (0 = disabled).
  • Trail SL Distance — Distance (in pips) maintained by this trailing stop once active.

MagicTrail SL Settings

An aggressive, tick-based trailing stop designed for scalping strategies.

  • MagicTrail mode — Off / Full trailing / Trailing until break-even only.
  • Start of Magictrail (in pips) — Profit required before MagicTrail activates.
  • number of ticks before modifications — Number of ticks to wait between each stop adjustment.
  • pip movement of magictrail — How far (in pips) the stop moves with each adjustment.
  • extra pips for breakeven stop — Buffer beyond break-even used in the "trailing until break-even" mode.
  • minutes of time delayed magictrail — Delay before MagicTrail switches from its start distance to normal operation (0 = disabled).
  • start distance of time delayed magictrail — Alternative start distance used during that delay period.

LotSize Settings

  • Adjust lotsize if balance changes X percent — Percentage change in balance required before the lot size is recalculated.
  • Risk — Lot sizing method: manual fixed lot, lots scaled to balance, manual risk percentage, or one of five preset risk levels (very low to extreme).
  • manual lotsize — Fixed lot size used when Risk = Manual Lotsize.
  • Max Risk Per Trade — Risk percentage per trade used when Risk = RPT.
  • LotsizeStep — Account-currency step used to scale lot size with balance (e.g. 0.01 lot per $X of balance).
  • maximum lotsize per trade — Hard cap on the lot size of any single trade.
  • Use Equity Instead of Balance — Uses account equity instead of balance for lot-size calculations.
  • OnlyUp — When enabled, dynamic lot size only increases with account growth and never decreases.
  • CheckMargin — Verifies sufficient free margin is available before every trade is sent.

GMT Settings

  • Broker_GMT_OFFSET_Summer — Broker's GMT offset (in hours) during summer/DST.
  • Broker_GMT_OFFSET_Winter — Broker's GMT offset (in hours) during winter/non-DST.
  • AutoGMT — Automatically detects the GMT offset instead of using the manual values above.

NFP Filter (Non-Farm Payrolls)

  • EnableNFP_Filter — Enables the NFP news filter.
  • NFP_CloseOpenTrades — Closes open trades during the NFP filter window.
  • NFP_ClosePendingOrders — Deletes pending orders during the NFP filter window.
  • NFP_MinutesBefore — Minutes before the release when the filter starts.
  • NFP_MinutesAfter — Minutes after the release when the filter ends.

Interest Rate Filter

  • EnableIR_Filter — Enables the interest rate decision news filter.
  • IR_CloseOpenTrades — Closes open trades during the filter window.
  • IR_ClosePendingOrders — Deletes pending orders during the filter window.
  • IR_MinutesBefore — Minutes before the release when the filter starts.
  • IR_MinutesAfter — Minutes after the release when the filter ends.

CPI Filter

  • EnableCPI_Filter — Enables the CPI release news filter.
  • CPI_CloseOpenTrades — Closes open trades during the filter window.
  • CPI_ClosePendingOrders — Deletes pending orders during the filter window.
  • CPI_MinutesBefore — Minutes before the release when the filter starts.
  • CPI_MinutesAfter — Minutes after the release when the filter ends.

Fake Breakout Filter

Five independent filters (A–E), each on its own timeframe. When enabled, a trade is only trusted if its triggering candle actually closes beyond the breakout level on that timeframe.

  • Enable Filter_A / Filter_A Timeframe — Default timeframe M1.
  • Enable Filter_B / Filter_B Timeframe — Default timeframe M5.
  • Enable Filter_C / Filter_C Timeframe — Default timeframe M15.
  • Enable Filter_D / Filter_D Timeframe — Default timeframe M30.
  • Enable Filter_E / Filter_E Timeframe — Default timeframe H1.

Trading Hours

  • UseTradingTimeZones — Enables the weekly trading-hours schedule below.
  • KillPending — Deletes pending orders once trading hours end.
  • KillOpen — Closes open trades once trading hours end.
  • Time_Source — GMT time, local PC/VPS time, or broker server time.
  • Monday–Sunday Start/End Time — Independent trading window (HH:MM–HH:MM) for each day of the week.
Recommended products
Urban Pulse
Fajar Dicky Firmansyah
4 (3)
No flashy tricks. No broken promises. Urban Pulse is designed for traders who care about one thing: consistency. Whether you’re scaling through a prop challenge or managing client capital, this EA stays within the limits — and delivers. Run it on a single chart: Attach to GBPUSD on timeframe H1 . That’s it. One chart. One weapon. Important: Price has been increased to $249. Only 4 copies are available at this price. Next price will be $349 Channel link =  https://www.mql5.com/en/channels/mqltra
Smart DCA Pro
Mohamed Refaat Attia Abdelhamid
Smart DCA Pro | Institutional EURUSD Trend Algorithmic System important NOTE before test :  talk to me on telegram to get the best setting file for the EA, my telegram :  https://t.me/SmartDCApro   Why Choose Smart DCA Pro? Smart DCA Pro is a high-performance, fully automated trading algorithm engineered exclusively for (  EURUSD  ) on the H1 timeframe. Built for stability and consistent capital growth, this EA filters macro-trends to execute high-probability entries, completely avoiding risky,
Range Breakout XXX Pro
Saiful Izham Bin Hassan
Range Breakout XXX Pro is a multi-currency basket trading Expert Advisor built around session-based range breakout logic with adaptive volatility targeting. Attach it to a single chart, define your symbol basket, and the EA independently tracks and trades each instrument while enforcing global portfolio-level risk controls. The core strategy identifies the High and Low price levels formed during a user-defined session window. Once the session closes, the EA waits for a confirmed breakout beyond
MSX Plug & Play Scalper v1.50 Overview MSX Plug & Play Scalper v1.50 is a MetaTrader 5 Expert Advisor designed for XAUUSD trading using a trend-following methodology based on Exponential Moving Average alignment and volatility-based trade management. The EA combines trend analysis, trade management and configurable protection mechanisms within a single automated trading system. Trading Logic The trading engine uses three Exponential Moving Averages to evaluate market direction. Trend Conditions
Prime Range Breakout EA Professional Prop Firm Trading System with Advanced Risk Management and Real-Time Control Dashboard Prime Range Breakout EA is a professional breakout trading system specifically designed for traders operating funded accounts, prop firm challenges, and strict risk-managed trading environments. Unlike traditional breakout EAs that focus solely on entries, Prime Range Breakout was engineered around a simple philosophy: Protect the account first. Trade second. The EA combine
NEXUSMINING EXPLORATION ALGO - Precision Drilling for the Oil Market Hello, traders! I am NEXUSMINING EXPLORATION ALGO. I don't try to trade everything. I drill into one market, and I drill deep. My specialty? CRUDE OIL (USOIL / WTI). My mission? Sharp, disciplined, intelligently optimized execution - with precision at the core of every single trade. IMPORTANT! After your purchase, please send me a private message to receive the setup guide and my recommended settings. What makes me di
Dragon Ball MT5 is newly available with a promotion There are only a few copies left, $599 Next price: $799 Final price: $1599 Real-time live account signals:   https://www.mql5.com/en/signals/2361170 The Best Expert Advisor  on   XAUUSD   any timeframes , H4 breakout strategy, The number of orders placed every day is staggering! Dragon Ball MT5 Updated v1.80 !!      Important update:   Optimized the stability of DB1~DB7 strategy, Merge ET9 's D1 breakout strategy,  Add MaxStopLoss and MaxTake
ApexTrend
Oluwaseun James Okewoye
Built for Momentum. Engineered for Discipline. Designed for Growth. ApexTrend EA is a powerful trend-following Expert Advisor created to capture explosive moves in the market — while protecting your capital with structured, rule-based risk management.  ApexTrend v2.61 , a high-performance trend-following powerhouse engineered for traders who prioritize capital preservation as much as profit. Built on over 3 years of algorithmic refinement, ApexTrend combines institutional-grade execution with a
The strategy which is applied in finance market all around the world is known as CTA strategy. A successful CTA always includes multi-strategies, multi-instruments and multi-timeframe. The series of Multi Instruments TrendSystem (MITS) provide a profitable strategy which can be used in different instruments with different timeframe. Multi Instruments TrendSystem 3 BS  MT5 (Blood Sword)  is a fully automated multi-instrument Expert Advisor. This EA is one of our trend strategies EA, it can be us
The strategy which is applied in finance market all around the world is known as CTA strategy. A successful CTA always includes multi-strategies, multi-instruments and multi-timeframe. The series of Multi Instruments TrendSystem (MITS) provide a profitable strategy which can be used in different instruments with different timeframe. Multi Instruments TrendSystem 6 CP  (Central Power ) MT5  is a fully automated multi-instrument Expert Advisor. This EA is one of our trend strategies EA, it can be
Fvg In Fvg
Claudiu-georgian Zavera
FVG In FVG EA — From Learn to Earn. The most-watched imbalance on any chart, taken where you have not seen it before: a Fair Value Gap confirmed inside a Fair Value Gap. A GAP EVERYONE WATCHES. AN EXECUTION NO ONE ELSE HAS. The EA detects the Fair Value Gap — the 3-candle imbalance — on a higher timeframe, then requires a second FVG, formed inside the first, on the timeframes you choose. Only an overlap above your threshold validates the zone: Most Powerful Overlap FVG Zones — rigorously selec
Algo Trading Indicaor MT5 The ATC ALGO indicator has been developed to work on the MetaTrader 5 platform. It has the same specifications and zones as the MetaTrader 4 version. There may be slight lag, which we believe is due to differences in MetaTrader 5 programming. We will work on improving it, God willing. MT5 Version                    https://www.mql5.com/en/market/product/170028 MT4 Version                    https://www.mql5.com/en/market/product/88034 With this indicator , you’ll have
Ai Breakout X
Aleksandr Makarov
5 (1)
LIVE SIGNAL FROM A REAL TRADING ACCOUNT: To ensure complete transparency, I provide access to a live investor account, allowing you to monitor its performance in real time without any manipulation. Only 1 order Stop-loss: 200 pips Take-profit: 2500 pips Trailing start: 200 pips LIVE SIGNAL: XAUUSD   Soon! Be sure to contact me after purchase to receive the Expert Advisor installation guide! We strongly recommend letting us install the Expert Advisor for you. Simply send us your VPS credentials,
BlackBox XAU
Enrique Van Rooyen
BlackBox XAU — Advanced Expert Advisor for Gold Overview BlackBox XAU is a carefully engineered trading system built to capture profit in the Gold market while keeping drawdown firmly under control. Instead of chasing every move, it applies a disciplined, rules-based approach that adapts to volatility and isolates only high-probability opportunities . The EA continuously evaluates market conditions in real time, filtering out weak or low-quality signals and waiting patiently until the balance be
Intuition AlgBot
Vitalii Zakharuk
Product Description: Intuition Bot – Your Reliable Partner in the World of Forex Trading Intuition Bot is an advanced expert system designed to optimize the trading process in the Forex market. This bot allows traders of all experience levels to efficiently manage their trading strategies without excessive focus on profit prediction. With its enhanced internal architecture, Intuition Bot can operate with a wide range of currency pairs, ensuring flexibility and adaptability in various market cond
PowerFxMLE MT5
Felipe Camargo Zamudio
Powerful EA executes few monthly operations with a high percentage of effectiveness. One trade per week, once you try this method you will be able to modify the batch up according to your expectations. This EA is based on three main indicators, RSI, Stochastic, MACD. Previous price 120 Promoción  price 210,  15 copies remaining Next priced 300 USD Backtesting:  For best results this technique was created to work from January 2021, under current market conditions it is not recommended years befo
Aurum Axis
Shaba Dzonzi Kagona
AURUM AXIS EA Gold (XAUUSD) Scalping & Swing Trading Expert Advisor I am AURUM AXIS EA , a professional Gold trading robot (XAUUSD EA) designed for traders who demand precision, controlled risk, and consistency in automated trading. I combine scalping and swing trading strategies into one powerful Expert Advisor , allowing you to adapt to changing Gold market conditions with minimal input and maximum control. I was developed by a trader and software developer with over 7 years of combined tradin
The strategy which is applied in finance market all around the world is known as CTA strategy. A successful CTA always includes multi-strategies, multi-instruments and multi-timeframe. The series of Multi Instruments TrendSystem (MITS) provide a profitable strategy which can be used in different instruments with different timeframe. Multi Instruments TrendSystem 2 DM  (Dual Moving) MT5 is a fully automated multi-instrument Expert Advisor. This EA is one of our trend strategies EA, it can be used
Pivot Hunter EA
Daniel Naranjo Morales
Pivot Hunter EA Pivot Hunter EA is a specialized trading robot developed exclusively for the   CADJPY   currency pair on the   H1 timeframe . Its strategy is designed to identify potential market turning points by analyzing price action and momentum. The core of the EA's logic is a multi-indicator confirmation system. It combines signals from classic indicators, including the Parabolic SAR, Awesome Oscillator (AO), Relative Strength Index (RSI), and Average True Range (ATR). By requiring agreeme
WiZard of Oz
Mathew Chiwendu Opara
WIZARD OF OZ Intelligent XAUUSD Trading EA Smart gold trading. Real predictive edge. Engineered for traders who want it to just work. What It Does Wizard of Oz is a precision XAUUSD Expert Advisor that identifies high-probability trade setups before the market makes its move , and manages risk with disciplined, balance-aware logic. No guesswork, no martingale chaos — just clean signals, clean entries, and tight risk control. ️ THE ENGINE Three core technologies, working as one. Neura
Trendi
Krym ʿYd Ahmd Abrahym
This expert advisor is a trading program that is programmed to trade in the Forex market. This program works on the basis of its own trading strategy, which is based on the analysis of technical indicators and market conditions. The goal of this program is to achieve continuous profits by opening and closing trading deals at the right time. This expert advisor uses technical indicators such as moving averages and Fibonacci to determine the entry and exit points of the market. It also uses mark
EA Panel Full R3
Oliveira Dos Santos Reinaldo
EA Panel Full R3 TRD - Multi-Block Semi-Automatic Trading Terminal EA Panel Full R3 TRD is a semi-automatic trading assistant designed for the MetaTrader 5 platform. It features an on-chart control panel that allows traders to manage multi-target strategies. By dividing market entries into 3 distinct blocks, the EA automates partial profit-taking, risk protection, and manual breakeven management according to user-defined parameters. Key Features: Interactive Interface: Direct on-chart buttons f
Boom Or Bust
Smart Trading Robots Ltd
Experience the exhilarating world of trading with Boom or Bust, the groundbreaking MT5 trading game that takes your skills to the next level. Get ready to embark on a thrilling journey of virtual trading, where you can test your strategies and immerse yourself in the dynamic world of financial markets—all without risking real money. Experience the exhilarating world of trading with Boom or Bust, the groundbreaking MT5 trading game that takes your skills to the next level. Get ready to embark on
FREE
Aurum Quant Engine Pro
Javed Ali Khan Patan
Aurum Quant Engine Pro A disciplined execution model designed for decision clarity, trend alignment, and precise signal filtration. Trades are triggered only when price structure, directional context, and pattern strength align cohesively. Aurum Quant Engine Pro is the enhanced Version 2 of the original release Aurum Quant Engine now equipped with advanced filtering layers for improved trade quality, precision entries, and stronger overall performance. Support & Feedback If you have any qu
Aureum ORB Pro: Institutional-Grade Momentum Trading Aureum ORB Pro is a meticulously engineered algorithmic trading system designed to capitalize on the explosive momentum of the daily Opening Range Breakout (ORB). Specifically tailored for the high-liquidity volume shifts of the USDJPY currency pair, this Expert Advisor maps structural boundaries during the late Asian session and executes precise breakout entries as institutional order flow floods the market. Built for professional traders and
EquityEngine
Marco Resseghini
Power up your portfolio with EquityEngine: the automated trading bot that harnesses the best of NASDAQ! EquityEngine is your new ally in the world of trading. Designed to trade on the NASDAQ, this advanced bot uses cutting-edge algorithms to identify and seize the best market opportunities, optimizing your trades without interruption. Intelligent automated trading: EquityEngine analyzes thousands of data points in real time to execute trades with maximum precision.  Real-time market updates: S
Timeframe Zoom The Third Screen
Sergio Izquierdo Rodriguez
Timeframe Zoom, The Third Screen, is an Expert Advisor that operates using Heiken Ashi candlesticks on daily, hourly, and fifteen-minute timeframes, with the fifteen-minute timeframe triggering trades. It buys on days with blue candlesticks and sells on days with red candlesticks. It ensures that the potential trade is above or below a moving average on the hourly timeframe and uses the MACD and CCI indicators on the fifteen-minute timeframe to confirm the entry. It exits trades when the Heike
SMC Gold Structure EA MT5
Daniil Sleptsov
5 (1)
SMC Gold Structure EA MT5 — automated trading on gold (XAUUSD) If you are looking for a trading robot that works calmly and does not play with your entire deposit, this Expert Advisor may be a good fit for you. Many robots on the market use risky schemes: they open piles of orders, increase lot size after a loss, or hold losing trades hoping the price will come back. One bad week — and a large part of the account can be gone. This EA does not work that way. SMC Gold Structure EA opens one tr
TC-Supportは手動取引とEA運用のために開発されたパネルになります。 このパネルでは、リスクリワード、リスク計算、リスク管理など資金管理、 トレーリングストップ機能、ブレークイーブンなどポジション管理が可能になります。 その他、便利な機能があります。 詳細な情報はこちらにサイトがあります。 デモ口座で動作するEAはこちらに置いてあります。   https://toushika.top/ mt5-tc-support / Disable Auto Trading  の 機能はMQL5では外部のDLLの利用は許可されませんので使用できません。 おもな機能一覧 資金管理 リスクリワード計算 ロット計算 損失金額計算 最大ロット数の設定 設定したリスクパーセンテージでヘッジポジション EA運用 最大損失金額またはパーセンテージによる強制クローズ EA運用 資金破綻回避  ポジション管理 成行、指値、Stop Limit注文に対応 ポジションを部分的にクローズ トレーリングストップ機能 一定の距離を超えてたらSLを移動 利確条件設定
Vintegga Quantum EA MT5
Katkade Pavan Pandurang
Vintegga Quantum EA MT5 Expert Advisor for MetaTrader 5. It demonstrates a straightforward completed-candle trend-entry method and a compact on-chart dashboard in one standalone, commented MQ5 source file. Entry logic Buy conditions: - Fast EMA is above Slow EMA. - RSI is above the configured Buy level. - Spread is within the configured maximum. - No position already exists on the chart symbol. - A new completed candle is available. Sell conditions: - Fast EMA is below Slow EMA. - RSI is belo
Buyers of this product also purchase
Quantum Queen X MT5
Bogdan Ion Puscasu
5 (18)
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
Lizard
Marco Scherer
3.74 (19)
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 Signal - Track real performan
The Gold Reaper MT5
Profalgo Limited
4.46 (102)
PROP FIRM READY! ( download SETFILE ) WARNING: Only a few copies left at current price! Final price: 990$ Get 1 EA for free (for 3 trade accounts) -> contact me after purchase Ultimate Combo Deal   ->   click here JOIN PUBLIC GROUP:   Click here Live Signal Client Signal YouTube Reviews LATEST MANUAL Welcome to the Gold Reaper! Build on the very succesfull Goldtrade Pro, this EA has been designed to run on multiple timeframes at the same time, and has the option to set the trade frequency fro
Scalping Robot Pro MT5
MQL TOOLS SL
4.44 (134)
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
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
Ultimate Breakout System
Profalgo Limited
5 (46)
IMPORTANT : This package will only be sold at current price for a very limited number of copies.    Price will go to 1999$ soon!   +100 Strategies included and more coming! BONUS : At 1499$ or higher price --> choose 5  of my other EA's for free!   ALL SET FILES COMPLETE SETUP AND OPTIMIZATION GUIDE VIDEO GUIDE LIVE SIGNALS REVIEW (3rd party) NEW - 44-STRATEGIES LIVE SIGNAL Welcome to the ULTIMATE BREAKOUT SYSTEM! I'm pleased to present the Ultimate Breakout System, a sophisticated and propr
Smart Gold Hunter
Barbaros Bulent Kortarla
5 (20)
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
TwisterPro Scalper
Jorge Luiz Guimaraes De Araujo Dias
4.42 (127)
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 (211)
Quantum King EA — Intelligent Power, Refined for Every Trader IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. Special Launch Price Live Signal:   CLICK HERE MT4 version : CLICK HERE Quantum King channel:   Click Here ***Buy Quantum King MT5 and you could get Quantum StarMan for free !*** Ask in private for more details! Rule your trading with precision and discipline. Quantum King EA brings the strength of
Mavrik Scalper
Vladimir Lekhovitser
4.5 (2)
Live Trading Signal Public real-time monitoring of trading activity: https://www.mql5.com/en/signals/2378119 Official Information Seller profile Official channel User Manual Setup instructions and usage guidelines: View user manual Mavrik Scalper represents a new generation of AI-driven trading systems built around a Hybrid Attention neural network architecture. Unlike conventional algorithmic strategies that rely primarily on fixed technical indicators or predefined market rules, Mav
Logan MT5
Thierry Ouellet
5 (10)
LIMITED TIME OFFER AT 249$ Price will go up at  499$ on July 31st! 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—includ
Goldwave EA MT5
Shengzu Zhong
4.68 (72)
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
Gold Snap
Chen Jia Qi
4.47 (17)
Gold Snap — A Fast Profit Capture System for Gold Live Signal: https://www.mql5.com/en/signals/2362714 Live Signal2: https://www.mql5.com/en/signals/2372603 Live Signal v2.0: https://www.mql5.com/en/signals/2379945 Only 3 copies remaining at the current price. The price will be increased to $999 soon. Important: After purchasing, please contact us by private message to receive the user guide, recommended settings, usage notes, and update support.  https://www.mql5.com/en/users/walter2008 W
Nexorion Initium Novum EA
Valentina Zhuchkova
4.76 (21)
NEXORION: Initium Novum — Deterministic Logic and Algorithmic Synthesis NEXORION is an institutional-grade analytical complex based on rigorous mathematical liquidity processing algorithms. The core concept of the project is "computational transparency": the expert advisor transforms chaotic price feeds into structured geometric zones, visualizing the decision-making process directly on the trading chart. Real-Time Monitoring https://www.mql5.com/es/signals/2372338 Technical System Specificatio
Quantum Emperor MT5
Bogdan Ion Puscasu
4.86 (507)
Introducing   Quantum Emperor EA , the groundbreaking MQL5 expert advisor that's transforming the way you trade the prestigious GBPUSD pair! Developed by a team of experienced traders with trading experience of over 13 years. IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. ***Buy Quantum Emperor EA and you could get Quantum StarMan for free !*** Ask in private for more details Verified Signal:   Click Here MT4 Version
AXIO Gold EA
Shengzu Zhong
4.6 (10)
AXIO GOLD EA MT5 Live Signal Reference on MQL5 https://www.mql5.com/en/signals/2378982?source=Site+Signals+My AXIO GOLD EA MT5 is an automated trading system developed for XAUUSD Gold on MetaTrader 5. This EA uses the same logic and execution rules as the verified live signal shown on MQL5. When used with the recommended, optimized settings on a reputable ECN/RAW-spread broker such as TMGM , the EA's live trading behavior is designed to closely align with the trade structure and execution charac
Zerqon EA
Vladimir Lekhovitser
3.18 (28)
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 Athena X
Bogdan Ion Puscasu
5 (1)
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
Pulse Engine
Jimmy Peter Eriksson
3.94 (34)
UPDATE - ONLY A FEW COPIES LEFT AT CURRENT PRICE! The main goal of this system is long-term live performance without using any risky martingale or grid.  VERY LIMITED COPIES AT CURRENT PRICE Final Price $1499 [Live Signal]  |  [Backtest Results]  |  [Setup Guide]  |  [FTMO Results] A Different Approach to Trading Pulse Engine does not use any indicators or specific timeframes. It has a very unique approach that is not used by any other trading system on MQL5. It trades intraday directional patt
Gold Neural Core
TICK STACK LTD
5 (6)
Gold Neural Core — Hyper-Scalping Grid System for XAUUSD Limited-Time Offer: Buy Gold Neural Core, Get Any Other EA Free — For Life For a limited time, every purchase of Gold Neural Core includes a lifetime license to any other EA in my MQL5 Market lineup — your choice, no strings attached. Learn how I personally manage risk when using grid systems:  https://www.mql5.com/en/blogs/post/767250 Join my open group for questions related to any of my products:  https://www.mql5.com/en/messages/014beab
Fantastic 4 MT5
Fan Yang
1 (1)
Fantastic 4 Four-in-One Trading System Introduction Fantastic 4 is an automated trading EA integrating four mutually independent quantitative trading logics targeting XAUUSD. After long-term research, iterative optimization, historical backtesting and live market verification, each built-in strategy has exclusive entry rules, independent order management and customized risk control modules. All strategies run separately without mutual interference. The combination of four strategies with low cor
Cortex Aurex
Vladimir Mametov
4.56 (9)
It is a fully automated Expert Advisor for MetaTrader 5, built specifically for Gold / XAUUSD trading. Its logic is designed around the dynamic nature of the gold market: fast price movements, sharp reversals, and high volatility. The EA helps automate trading in an environment where reaction speed, discipline, and precise position management are especially important. The system is focused on disciplined trade management, fast reaction to market changes, and controlled exits. Its main idea is si
SixtyNine EA
Farzad Saadatinia
4 (4)
SixtyNine EA – A Gold Expert Advisor for MetaTrader 5, featuring 6 integrated strategy layers, predefined Stop Loss on every trade, and a clean trading structure without Martingale, Recovery systems, or Grid trading. Public Live Signal: $500 Start, Fixed 0.02 Lot, 500%+ Growth, 20 Weeks Live The public live signal is the central proof point of SixtyNine EA . The account started with a $500 balance , used a fixed 0.02 lot size per trade , and has been active for more than 20 weeks of live tradin
SomaOil
Andrii Soma
5 (2)
SomaOil is a multi-strategy breakout Expert Advisor for MetaTrader 5, built exclusively for WTI crude oil (XTIUSD). One chart, one EA, 20 independent strategies running together as a single diversified portfolio. Live Signal. To make it accessible at launch, I am using a transparent ramping-price model: Launch price: 100 USD (48 hours) Starting from Monday the price increases by 100 USD for every 10 copies sold Price increases happen at most once per day, even when more than 10 copies are sold t
Gold House MT5
Chen Jia Qi
4.49 (59)
Gold House — Gold Swing Breakout Trading  One EA. Three Trading Modes. Choose the One That Fits Your Style. No Grid. No Martingale. The price will increase by $50 after every 10 purchases. Final planned price: $1,999. Live Signals:  Profit Priority Mode: https://www.mql5.com/en/signals/2359124 BE priority Mode :  https://www.mql5.com/en/signals/2372604 Adaptive Mode:   https://www.mql5.com/en/signals/2379287  (High-Risk Configuration Reference – Potential profits and losses are amplified. N
Wave Rider EA MT5
Adam Hrncir
4.88 (43)
Scalper speed with sniper entries. Built for Gold. Tired of all the fake EAs that eventually disappear?  Wave Rider  is honest, transparent EA without any fake AI or manipulated back-test that's being continuously developed $499  until Signal reaches 150% - then 599 USD Check the Live signal  or Manual  or  Broker performance Version 5.0 upgrade notice: Close all Wave Rider positions before updating. Strategy Magic Numbers and several input names changed. Review your settings and save a new pre
Impulse MT5
Simon Reeves
5 (13)
Are you ready to power up your Gold trading? Impulse by Starpoint Trading — A six-strategy gold EA that waits for the perfect shot. Come chat with us in our public MQL5 channel!  https://www.mql5.com/en/channels/starpoint Impulse v2.00 is here! The biggest update in Impulse's history has arrived. Version 2.00 takes everything that made Impulse a disciplined, patient Gold trading system and elevates it across the board: A brand-new sixth strategy — Conviction Momentum joins the squad, hunting de
XG Gold Robot MT5
MQL TOOLS SL
4.3 (111)
The XG Gold Robot MT5 is specially designed for Gold. We decided to include this EA in our offering after extensive testing . XG Gold Robot and works perfectly with the XAUUSD, GOLD, XAUEUR pairs. XG Gold Robot has been created for all traders who like to Trade in Gold and includes additional a function that displays weekly Gold levels with the minimum and maximum displayed in the panel as well as on the chart, which will help you in manual trading. It’s a strategy based on Price Action, Cycle S
Chiroptera
Rob Josephus Maria Janssen
4.62 (45)
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
Gold Trade Pro MT5
Profalgo Limited
4.33 (39)
LAUNCH PROMO: Only a few copies left at current price! Final price: 990$ Get 1 EA for free (for 2 trade accounts) -> contact me after purchase Ultimate Combo Deal   ->   click here Live signal:   https://www.mql5.com/en/signals/2084890 Live Signal high risk :  https://www.mql5.com/en/signals/2242498 Live Signal Set Prop Firm Set File JOIN PUBLIC GROUP:   Click here Parameter overview Gold Trade Pro joins the club of Gold trading EA's, but with one big difference: this is a real trading strate
Filter:
No reviews
Reply to review