Break Asian Range

Introduction

Break Asian Range is a trading bot that automates the well-known “Asian highs and lows” strategy. It is designed to detect and trade breakouts of the Asian session in assets like EURUSD, GBPJPY, and other volatile pairs.

It combines customizable technical confirmations with advanced risk management (SL, TP, trailing stop, variable risk, reentries...) to suit both conservative and aggressive trading styles.

It works with multiple timeframes and recognizes key candlestick patterns like doji, hammer, or engulfing to validate entries, if desired by the trader.

Main Features

Strategy based on a well-known and repetitive market behavior.

Flexible: allows customization of confirmations, trading hours, risk, and more.

Compatible with any pair or asset.

Can operate conservatively or aggressively depending on the user's profile.

Includes support for re-entries, dynamic risk management, and trade filtering.

Already tested with good results on multiple pairs during April 2025 (see images below).


Comments and Support

I truly appreciate positive and constructive comments if you find the bot useful. That helps me improve future versions and tailor them to users' real needs.

I’m fully available to answer questions, explain any parameter, or address any issue related to the bot's operation.

Below you will find a detailed description of the system's functionality and configurable parameters.


Asian Highs and Lows Strategy

The Asian highs and lows strategy is based on the idea that each session (Asia, London, and New York) follows the AMD cycle (Accumulation, Manipulation, and Distribution), with Asia usually being the accumulation phase.

During the London session, manipulation is common — price breaks the high or low of the previous session, making traders believe the move will continue, only to reverse and hit most stop-losses.

Bot Operation

This bot uses the Asian Highs and Lows strategy and allows the trader to configure various options to adapt to their trading style. The bot selects the range based on the hours defined by the trader (it can be the Asian session or another session) and checks when it breaks the high or low to look for sell or buy entries, respectively. The bot also provides the option to ensure that the selected range can be considered an accumulation by defining the maximum number of points it can move during that session. If this validation is not needed, it can be skipped by setting it to '0'. Once the range is broken, the entry can be made directly when the high or low is broken by a predefined number of points, or it can wait until the selected zone is reached and additionally confirm with a doji, hammer, and/or engulfing candle. Two timeframes can be configured to detect these confirmation candles, such as 1min and 3min, or 1min and 5min, etc. The trader has many configuration options to find the best setup. Naturally, the more confirmations are required, the fewer entries the bot will make, but the accuracy rate will increase.

Special Features

In addition to the entry configuration based on range breakouts and additional candle confirmations, this bot has a variable risk control system that helps improve its efficiency. It should not be confused with a martingale strategy that does not close trades. This bot opens and closes trades one at a time. However, it allows you to increase the risk if the previous trades were losses, which helps to offset losses with winning trades.

It also has the option to move the Stop Loss to BreakEven when the price reaches a value with a user-defined Risk:Reward ratio. Partial closures can also be configured when the price reaches a predefined value.

Bot Parameter Settings

It is always important to know and fully understand all the configurable parameters of a bot in order to use it correctly. In this case, the bot also has quite a few parameters to better adapt to different circumstances and to the trader. Below, each parameter is explained so it can be clearly understood and customized to the trader's preference. The displayed name (in English) and the explanation will be shown:

Input group "General Parameters"

MagicNumber -- Bot ID. It must be unique among all bots running on the same Metatrader.

Choose the language for messages -- Selection of the language in which messages will appear in the "experts" tab.

Fixed SL. If false, SL and TP are calculated based on high and low -- Defines whether SL and TP are chosen with a fixed value (defined below), or dynamically based on the latest high/low for SL and 50% of the chosen range for TP.

Stop Loss points -- SL points if fixed (previous variable set to "true").

TakeProfit / StopLoss ratio -- TP ratio based on the defined fixed SL.

Minimum points for variable SL -- If SL is chosen dynamically, a minimum point value for SL can be set.

Condition to allow long entries -- Allows opening long trades. If set to false, it never goes long.

Condition to allow short entries -- Allows opening short trades. If set to false, it never goes short.

Condition to block new entry after a loss in the same Tx (excluding reentry) -- Sometimes entry conditions are met more than once within the allowed time. With this variable, if a SL has occurred earlier, it won’t re-enter even if the conditions are met again. This helps to control losses.

Max number of trades in one day -- As entry conditions can be met more than once in a day, this variable limits the number of trades per day. If reentry is enabled, it also counts toward this limit.

Allow reentry after SL during x hours -- When conditions are met and an entry occurs, a “limit” order is placed at the defined SL, in case the SL is hit and price then moves in our favor. USE THIS OPTION WITH CAUTION as it can increase losses. If enabled, it is recommended to halve the initial risk, in case it enters twice per trade.

Hours allowed for reentry -- How long the “limit” order remains active once placed.


Input group "SL/TP Management"

Enable BreakEven -- If we allow moving the SL once a certain value is reached.

Ratio required to move the SL -- At what SL/TP ratio we move the SL. For example, if we aim for a final 1:4 ratio, when it reaches 1:3 we want to move the SL to protect ourselves.

Points to add to entry price to secure small profit. If greater than current price, set to '0' -- If we want to place the SL slightly above the entry to at least cover commissions.

Enable partial close when TP % is reached -- If we allow closing part of the trade when a certain target is hit.

Ratio required to partially close the trade -- At what SL/TP ratio we want to perform the partial close. For example, if we aim for a final 1:4 ratio, at 1:3 we close 80% and let the rest run.

If partial close, points to extend TP. Set to 0 to disable -- If we want to move the TP a bit further after a partial close, since we already secured part of the position.

% of position to close on partial take profit -- What % of the trade we want to close on "Partial Close". Initial lots must be greater than 0.01.


Input group "Variable Risk"

Initial budget -- Initial account budget used to calculate risk.

Initial risk -- Initial risk to be considered in trades.

Risk multiplier -- Each time a stop loss occurs, the risk of the next trade will be multiplied by this value. When a trade is profitable, the next trade will start with the initial risk.

Days of history used to calculate variable risk -- Number of days to review to count lost trades.

Maximum allowed risk -- Maximum permitted risk. If the multiplied risk exceeds this value, it will be capped at this maximum.


Input group "Asian Range Break Confirmation"

Upper breakout buffer (in points) — how many points above the high we consider as a breakout to the upside.

Lower breakout buffer (in points) — how many points below the low we consider as a breakout to the downside.

Points from Asia range to accept entry — if the price has already reversed, how far from the Asian range we still accept an entry. This is measured from the Asian range, not the breakout zone.

Timeframe for Confirmation Period 1 — first timeframe to check the candles and confirm a trend reversal.

Timeframe for Confirmation Period 2 — second timeframe to check the candles and confirm a trend reversal.

Confirm with Hammer in Period 1 — whether we want to confirm using "hammer" candles in the first timeframe.

Difference: downward trend = hammer, upward trend = shooting star — whether the candle pattern direction must match the trend (hammer in downtrend, shooting star in uptrend) or not.

Confirm with Doji in Period 1 — whether we want to confirm using Doji candles in the first timeframe.

Confirm with Engulfing candle in Period 1 — whether we want to confirm using engulfing candles in the first timeframe.

Confirm with Hammer in Period 2 — whether we want to confirm using "hammer" candles in the second timeframe.

Confirm with Doji in Period 2 — whether we want to confirm using Doji candles in the second timeframe.

Confirm with Engulfing candle in Period 2 — whether we want to confirm using engulfing candles in the second timeframe.

Number of confirmations needed in Time Frame 1 – How many confirmations are needed in timeframe 1 to consider that the price has reversed.

Number of confirmations needed in Time Frame 2 – How many confirmations are needed in timeframe 2 to consider that the price has reversed.

Total number of confirmations required – Total number of confirmations (timeframe 1 and 2) needed to consider that the price has reversed.

% to define a Hammer candle – How to define a hammer candle. The ratio between the candle body and the wick. The body must be this % of the wick (body/wick < parameter).

% to define a Doji candle -- How a Doji candle is defined. The indicated % refers to the wick's proportion relative to the total size of the candle.

% to define an Engulfing candle – When searching for an engulfing candle, it can be set to 100% (the opposite-direction candle must be at least the exact size of the previous candle), or slightly less (a value under 100%), or slightly more (a value over 100%).


Input group "Asian Range Time"

Maximum points to allow "break range" – If you want to confirm that the defined range is an accumulation phase, you can set a maximum number of points. The system will only search for entries if the range is smaller than this value. If you don't want to use this filter, set it to '0' and the range break will be detected regardless of the number of points moved during the session.

Start hour for Asian session – Hour when the session starts.

Start minutes for Asian session – Minutes of the start hour.

End hour for Asian session – Hour when the session ends.

End minutes for Asian session – Minutes of the end hour.

Latest hour to detect break range – Final hour to look for range break entries.

Latest minutes to detect break range – Minutes of the final hour to detect break entries.


input group "Graphic configuration"

Variable to enable or disable the drawing of objects on the chart -- Whether to draw accumulation zones and entries on the chart

Color of the Acumulation rectangle when exist Acumulation -- Color of the range box when accumulation is valid (entries will be considered)

Color of the Acumulation rectangle when there is NO Acumulation -- Color of the range box when accumulation is not valid (entries will not be considered)

Color of the SL range -- Color of the box that marks the Stop Loss for the executed entry

Color of the TP range -- Color of the box that marks the Take Profit for the executed entry



It is important to note that if we set '0' in the confirmations for timeframe 1 and 2, but set '1' in the total confirmations, then at least one confirmation in any TF will be required to enter. If we want two confirmations in the same timeframe (for example in TF1 using both a doji and a hammer, or a doji and an engulfing, or a hammer and an engulfing), we must set '2' in the confirmations for timeframe 1 and leave the rest of the confirmations at '0'.

Recommendations

For all bots, it is recommended to test them first in the strategy tester to try to optimize the parameters (either automatically or manually) and to understand their operation as best as possible. Then it's better to run it on a demo account and finally on the real or funded account of your choice.

Some explanatory images and test configurations are shared, but it's always better to adapt them to your own needs.

This bot can be used on any asset, but it's recommended to simulate it first to see its effectiveness. The main strategy is designed for EURUSD and other similar pairs, although, as with any strategy, there are market conditions more favorable for this setup and others that are less favorable.

The variable risk helps the strategy to be more profitable, since even if several SLs are triggered in a row, a single TP can recover the losses and still bring profit (this also depends on the SL:TP ratio and the win rate).

Images

The attached images show an explanation of how the bot works and some results during April 2025.

Image 1, 2, and 3 – Results on EURUSD during April 2025, ending positive. Includes the parameters used.

Image 4 and 5 – Results on GBPJPY during April 2025, ending positive. Includes the parameters used (second part of parameters is the same as Image 3).

Image 6 and 7 – Results on AUDCAD during April 2025, ending positive. Includes the parameters used (second part of parameters is the same as Image 3).

Image 8 and 9 – Results on USDJPY during April 2025, ending positive. Includes the parameters used (second part of parameters is the same as Image 3).

Image 10 and 11 – Chart example with trade on M5 and M3 confirming with engulfing candle.

Image 12 – Example of a re-entry trade that turns out favorable. Be cautious with the re-entry setting as it may double the risk per session.

These images show real examples during a specific period, but they cannot guarantee the same results in other periods.

Recommended products
Morning Range Breakout (Free Version) Morning Range Breakout (Free Version) is a straightforward trading advisor that implements a breakout strategy based on the morning range. It identifies the high and low within a specified time interval (e.g., 08:00–10:00 UTC) and opens a trade on a breakout upward or downward. The free version includes core functionality without restrictions. All parameters and messages are in English, per MQL5 Market requirements. Key Features Detects morning range based
FREE
Reversal Composite Candles
MetaQuotes Ltd.
3.69 (16)
The idea of the system is to indentify the reversal patterns using the calculation of the composite candle. The reversal patterns is similar to the "Hammer" and "Hanging Man" patterns in Japanese candlestick analysis. But it uses the composite candle instead the single candle and doesn't need the small body of the composite candle to confirm the reversal. Input parameters: Range - maximal number of bars, used in the calculation of the composite candle. Minimum - minimal size of the composite can
FREE
Easy GOLD MT5
Franck Martin
3.87 (45)
Easy Gold is the latest addition to the BotGPT family. It is surprising and very powerful. It is ideal for beginners due to its simplicity.  There is absolutely nothing to do, it's 100% automated, simply indicate the percentage of risk you want to take per trade and the EA is ready. Whatever your capital, the EA takes care of everything. Optimized on (XAUUSD).  Unleash all the power with the professional version (AGI Gold) and its connection to the neural network, available in my store. My othe
FREE
Only Wif
Ivan Pochta
>> Announcements Channel << Live Signal Exclusive Bonus:   Get special access to   FX Monitor   ( product page >> , contact me for more info) — an advanced monitoring and analytics service for your MT4/MT5 trading accounts. Track performance, analyze results, and manage your portfolio with professional-grade tools included with your purchase. What if the doge just handled it? Only Wif is a free, plug-and-play breakout Expert Advisor for Gold (XAUUSD) . No martingale. No grid. No hedging spira
FREE
Free automatic Fibonacci is an indicator that automatically plots a Fibonacci retracement based on the number of bars you select on the BarsToScan setting in the indicator. The Fibonacci is automatically updated in real time as new highest and lowest values appears amongst the selected bars. You can select which level values to be displayed in the indicator settings. You can also select the color of the levels thus enabling the trader to be able to attach the indicator several times with differe
FREE
Long Waiting
Aleksandr Davydov
Expert description Algorithm optimized for Nasdaq trading The Expert Advisor is based on the constant maintenance of long positions with daily profit taking, if there is any, and temporary interruption of work during the implementation of prolonged corrections The Expert Advisor's trading principle is based on the historical volatility of the traded asset. The values of the Correction Size (InpMaxMinusForMarginCallShort) and Maximum Fall (InpMaxMinusForMarginCallLong) are set manually. Recomm
FREE
SimpleTrade by Gioeste
Giovanni Scelzi
4 (3)
Discover the power of automated trading with **SimpleTradeGioeste**, an Expert Advisor (EA) designed to optimize your trading operations in the Forex market. This innovative EA combines advanced trading strategies with proven technical indicators, offering an unparalleled trading experience. video backtest :  https://youtu.be/OPqqIbu8d3k?si=xkMX6vwOdfmfsE-A ****Strengths**** - **Multi-Indicator Strategy**: SimpleTradeGioeste employs an integrated approach that combines four main technical ind
FREE
Zigzag star
Ahmed Mohammed Bakr Bakr
ZigZag Expert Advisor – Strategy Description The ZigZag Expert Advisor (EA) is an advanced price-action trading system designed to identify significant market swings , trend structure , and high-probability reversal zones using the ZigZag algorithm. The EA filters market noise by focusing only on meaningful highs and lows, allowing it to trade in harmony with market structure rather than reacting to random price fluctuations. Core Strategy Logic Detects higher highs, higher lows, lower highs, an
FREE
Use this expert advisor whose strategy is essentially based on the Relative Strength Index (RSI) indicator as well as a personal touch. Other free expert advisors are available in my personal space as well as signals, do not hesitate to visit and leave a comment, it will make me happy and will make me want to offer content. Expert advisors currently available: LVL Creator LVL Creator Pro LVL Bollinger Bands   Trading is not a magic solution, so before using this expert on a live account, carry
FREE
Brent Trend Bot
Maksim Kononenko
4.5 (16)
The Brent Trend Bot special feature is simple basic tools and logic of operation. There are no many strategies and dozens of settings, like other EAs, it works according to one algorithm. The operating principle is a trend-following strategy with an attempt to get the maximum profitability adjusted for risk. Therefore, it can be recommended for beginners. Its strong point is the principle of closing transactions. Its goal is not to chase profits, but to minimize the number of unprofitable trans
FREE
EA16 Taka Grid
Nhat Tien Duong
TAKA Grid EA (EA16): The Sideway King & Prop Firm Shield Are you tired of EAs that get destroyed by choppy, ranging markets? Meet TAKA Grid EA , the ultimate mean-reversion system designed specifically for the AUDNZD cross pair on the M15 timeframe. It doesn't rely on explosive breakouts; it dominates the sideways chop with mathematical precision.   ENTER YOUR KEY HERE:   [  EA16_99999D_TANINCODER_595559587987 ] -- MANDATORY: ALLOW WEBREQUEST TO ACTIVATE THE BOT To verify your License
FREE
Fibo Trader FREE MT5
Grzegorz Korycki
3 (3)
Fibo Trader is an expert advisor that allows you to create automated presets for oscillation patterns in reference to Fibonacci retracements values using fully automated and dynamically created grid. The process is achieved by first optimizing the EA, then running it on automated mode. EA allows you to switch between automatic and manual mode. When in manual mode the user will use a graphical panel that allows to manage the current trading conditions, or to take control in any moment to trade ma
FREE
Auto BreakEven Lite is a simple and reliable Expert Advisor for MetaTrader 5 that automatically moves the Stop Loss to BreakEven when a trade reaches a defined profit level. This tool helps traders protect their positions and eliminate risk once the trade moves into profit. The EA works with all asset classes including Forex, indices, metals, crypto and CFDs. Once attached to a chart, the EA monitors open positions and automatically moves the Stop Loss to BreakEven plus an optional offset.
FREE
SpikeBoom
Kabelo Frans Mampa
A classic buy low & sell high strategy. This Bot is specifically Designed to take advantage of the price movements of US30/Dow Jones on the 1 Hour Chart, as these Indices move based on supply and demand. The interaction between supply and demand in the US30 determines the price of the index. When demand for US30 is high, the price of the US30 will increase. Conversely, when the supply of shares is high and demand is low, the price of t US30  will decrease. Supply and demand analysis is used to i
FREE
The Dual MACD & Stochastic Expert Advisor (EA)  is a fully automated trading system that utilizes two  MACD (Moving Average Convergence Divergence) indicators along with the  Stochastic Oscillator  to identify high-probability trading opportunities. By combining trend confirmation from MACD with momentum analysis from Stochastic, this EA provides precise entry and exit points for optimized trading performance. Key Features: • Dual MACD Strategy – Uses two MACD indicators with different setting
FREE
Babel Assistant
Iurii Bazhanov
4.33 (9)
Babel assistant 1     The MT5 netting “Babel_assistant_1” robot uses the ZigZag indicator to generate Fibonacci levels on M1, M5, M15, H1, H4, D1, W1  periods of the charts , calculates the strength of trends for buying and selling. It opens a position with "Lot for open a position" if the specified trend level 4.925 is exceeded. Then Babel places pending orders at the some Fibonacci levels and places specified Stop Loss , Take Profit. The screen displays current results of work on the position
FREE
Golden Square X
Huynh Tan Linh N
4.18 (11)
This is my latest Free version for Gold. With optimized parameters and user-friendly features, this version is likely very easy to use and highly effective. You can customize TP and SL parameters as you wish, but the default settings should work well for you without the need for further adjustments.  This version is designed for the M5. This version does not require a large capital investment; only $100-$200 is sufficient for Golden Square X to run and generate profits for you. Based on backtest
FREE
[[ NOW AVAILABLE FOR FREE, LIMITED TIME ONLY ]] POLAR EXPRE$$ TREND is an Expert Advisor for MetaTrader 5 designed for traders who prefer a structured approach to intraday market activity. The system combines a trend bias filter with selectable entry logic, timing confirmation, risk controls, and a built-in economic calendar filter. It is made to help users work with changing market conditions while keeping the setup practical and flexible. Main features: - Trend bias based on fast EMA, slow
FREE
Trade Anomalo BTC Multi Grid
Alessandro Virgilio
5 (3)
Trade Anomalo BTC Multi Grid EA   Trade Anomalo  BTC Multi Grid  is an advanced, fully automated Multi-Grid Expert Advisor meticulously designed to navigate the volatility of BTC and other major pairs. Introduces highly requested features, including Multi-Window Time Management and an interactive, upgraded on-chart dashboard. Unlike traditional grids that get trapped in one direction,   Parallel Pro   utilizes a dual-engine architecture (Grid A and an optional inverted mirror Grid B) to simultan
FREE
Quantum Gold Pro EA
Chaiwat Wongsricha
Description Quantum Gold Pro EA is a TRIAL Expert Advisor for MetaTrader 5, specially designed for Gold (XAUUSD) automated trading. This EA uses smart market entry logic, basket profit management, and built-in risk protection to support traders who want to test automated strategies before using the full version. Features Optimized for Gold (XAUUSD) Automatic Buy / Sell trading system Basket Take Profit control Spread and margin protection Dashboard display on chart Smart risk management Easy se
FREE
EV Supply Demand POI
Enrique Valeros Muriana
EV Supply Demand POI is a smart-money based Expert Advisor that identifies institutional Points of Interest using Supply and Demand zones, Order Blocks and Fair Value Gaps on the higher timeframe, and confirms entries on the lower timeframe through sweep and break of structure conditions. Once price taps a valid POI, the EA refines a precise limit entry using recent lower-timeframe imbalances, creating structured setups with controlled risk. On the higher timeframe, the EA scans historical bars
FREE
FlatBreakout MT5
Aleksei Vorontsov
3 (1)
FlatBreakout MT5 (Free Version) Flat Range Detector and Breakout Panel for MT5 — GBPUSD Only FlatBreakout MT5   is the free version of the professional FlatBreakoutPro MT5 indicator, specially designed for flat (range) detection and breakout signals on the   GBPUSD   pair only. Perfect for traders who want to experience the unique fractal logic of FlatBreakout MT5 and test breakout signals on a live market without limitations. Who Is This Product For? For traders who prefer to trade breakout of
FREE
Meta Mind FX
Michael Prescott Burney
WHEN YOU BUY METAMIND FX YOU GET ANOTHER EA OF YOUR CHOICE FREE!!  FLASH SALE FOR THE NEXT 5 COPIES ONLY AT $60 BEFORE PRICE RETURNS THE 120.00!!! ONLY 50 COPIES OF METAMIND FX WILL BE SOLD BEFORE IT BECOMES EXCLUSIVE TO THE BUYERS!! Introducing the MetaMind FX for EURUSD H1 CHART , an advanced Expert Advisor (EA) meticulously crafted to adapt and thrive in the dynamic world of forex trading with a respectable 1:2 R:R (risk to reward ratio) on every trade placed. Boasting an impressive Total Ne
FREE
Clock Trades – Precision Trading on Time! Clock Trades EURUSD is a free, limited version of Clock Trades , the smart and reliable EA that lets you automate your trades based on time This free version works exclusively on EURUSD and gives you the full experience on one of the most popular trading instruments in the world, at no cost. Clock Trades is a smart and reliable EA that lets you automate your trades based on time . Set the exact hour and minute to open Buy or Sell orders, choose your
FREE
Alligator Joe
Alexandre Vincent Traber
Overview Alligator Joe is a trend-alignment Expert Advisor built around the classic Alligator indicator (Jaw, Teeth, Lips). It waits for a fresh alignment of the three lines — not an alignment that has already been running for a while — then enters in the direction of that trend. Positions are closed gradually in three stages as price falls back through each line, instead of a single fixed exit. How it works The EA checks the last closed candle: are Lips, Teeth and Jaw fully aligned (bullish or
FREE
Pattern123
Nguyen Van Kien
Pattern123 EA — Reversal Trading on the Classic "1-2-3" Price Formation Introduction The "1-2-3" pattern is one of the oldest and most reliable reversal formations in technical analysis: it marks the point where an existing trend runs out of steam and a new one begins. Pattern123 EA automates the detection of this formation and manages the full trade lifecycle around it — from signal recognition to entry, stop-loss placement, take-profit, and an optional loss-recovery mechanism for advanced tra
PZ Goldfinch Scalper EA MT5
PZ TRADING SLU
3.33 (57)
This is the latest iteration of my famous scalper, Goldfinch EA, published for the first time almost a decade ago. It scalps the market on sudden volatility expansions that take place in short periods of time: it assumes and tries to capitalize of inertia in price movement after a sudden price acceleration. This new version has been simplified to allow the trader use the optimization feature of the tester easily to find the best trading parameters. [ Installation Guide | Update Guide | Troublesh
FREE
AvA 8 limited
Sveinn FRIDFINNSSON
INFORMATIVE There is no price for this Trading System "AvA - 8 limited" it is free of charge. It has limited input parameters and limited number of levels for GAMMA and DELTA modules, but it has enough for you to try and even trade, it is fully functional. The paid version is of course ideal for trading. Being professional traders and system designers, we decided that the best way forward is to be as transparent as possible. This is in regards to how our trading systems are built and how they w
FREE
Buyers of this product also purchase
Quantum Queen X MT5
Bogdan Ion Puscasu
5 (13)
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
4.9 (30)
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
Scalping Robot Pro MT5
MQL TOOLS SL
4.51 (129)
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
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
TwisterPro Scalper
Jorge Luiz Guimaraes De Araujo Dias
4.46 (123)
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
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 - VERSION 5.0 - ONECHARTSETUP NEW - 30-STRATEGIES LIVE SIGNAL Welcome to the ULTIMATE BREAKOUT SYSTEM! I'm pleased to present the Ultimate Breakout
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
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
Goldwave EA MT5
Shengzu Zhong
4.73 (71)
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
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
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
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
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 (7)
LIMITED TIME OFFER AT 249$ Price will go up at  499$ on July 27th! 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
Nexorion Initium Novum EA
Valentina Zhuchkova
5 (16)
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
Gold House MT5
Chen Jia Qi
4.53 (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
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
Cortex Aurex
Vladimir Mametov
5 (2)
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
Gold Neural Core
TICK STACK LTD
5 (4)
Gold Neural Core — Hyper-Scalping Grid System for XAUUSD 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/014beab2560cdc01 Read the user guide to any TickStack grid system:  https://www.mql5.com/en/blogs/post/767232 Gold Neural Core is a high-frequency grid trading system engineered specifically for gold (XAUUSD), combining momentum and trend-bas
Quantum Athena X
Bogdan Ion Puscasu
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
Quantum iGold MT5
Yassine Mouhssine
5 (6)
Quantum iGold MT5 – Advanced AI Trading System (XAUUSD) Quantum iGold MT5 is a fully automated trading system built using advanced Artificial Intelligence techniques. It employs a hybrid neural architecture that integrates LSTM and Transformer models to analyze price behavior on XAUUSD . This structure enables the system to detect market patterns, adapt to volatility changes, and generate technically refined trading signals in real time. After purchase, please contact me via MQL5 private messa
Smart Gold Impulse
Barbaros Bulent Kortarla
3.54 (13)
No Grid /No Martingale/ No Dca /No rocovery Smart Gold Impulse is now available in a special early launch phase. This is an EA I  am currently using with impressive results on my Live Signal  account. You can check the current performance through the Ultima live signal results, where Smart Gold Impulse has already shown very strong potential in real market conditions. The same set file used on my Ultima live signal account will be shared only with Smart Gold Impulse buyers. At the same time, thi
SixtyNine EA
Farzad Saadatinia
5 (3)
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
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
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
Nine Engine EA MT5
Huu Hai Anh Nguyen
5 (10)
Nine Engine EA MT5 LIMITED TIME OFFER AT $199$ Price will go up at  $ 299 on July 31st! LIVE SIGNAL Verified live trading results can be monitored through the public signal below:  https://www.mql5.com/en/signals/2376812 Nine Engine EA MQL5 Community:  https://www.mql5.com/en/messages/03632dbed818dd01 The live signal allows you to observe how the system performs under real market conditions using actual market data and execution. Please note that results may vary depending on broker conditi
Chiroptera
Rob Josephus Maria Janssen
4.57 (46)
Prop Firm Ready! Chiroptera is a non-martingale, non-grid, multi-currency Expert Advisor that operates in the quiet hours of the night. It uses single-placed trades (of all 28 pairs!) with tactically placed Take Profits and Stop Losses, that are continuously adjusted to maximize gains and minimize losses. It keeps track of past and upcoming news reports to ensure impacts are minimized and carefully measures real-time volatility to prevent impacts due to unpredictable geo-political disturbances c
More from author
Break Runner
Damaso Perez Moneo Suarez
BreakRunner - Automated Trading with Advanced Risk Management BreakRunner is an Expert Advisor designed for traders seeking to automate their operations with a Price Action scalping strategy and advanced risk control. The robot identifies price accumulations and executes buy or sell trades when key highs or lows are broken. Key Features Trading Strategy: Identifies price accumulation breakouts to execute scalping trades. Recommended for 5-minute timeframes, configurable. Risk Management: Variab
FREE
Economic calendar defender
Damaso Perez Moneo Suarez
Economic Calendar Defender – Smart News Protection for MT5 Economic Calendar Defender is a utility designed to protect your trades during high-volatility events caused by important economic news without needing to be in front of the chart or modifying your standard trading operations or the EAs you were using. Simply install it on any chart, and the EA will be responsible for monitoring the economic calendar in real-time and managing your trades before, during, and after each relevant event. If
FREE
Filter:
Lion
419
Lion 2025.11.05 10:02 
 

User didn't leave any comment to the rating

Damaso Perez Moneo Suarez
1915
Reply from developer Damaso Perez Moneo Suarez 2025.11.13 11:58
Thank you for your commebt, It is true the market change, it is not always the same, and in the past year it works much better than now, but still we can find a propper configuration for sure. Thank you
Damasopms
34
Damasopms 2025.05.20 08:47 
 

User didn't leave any comment to the rating

Jorge Alarcon
18
Jorge Alarcon 2025.05.19 10:11 
 

User didn't leave any comment to the rating

dimarsango
15
dimarsango 2025.05.18 13:51 
 

User didn't leave any comment to the rating

Reply to review