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
Crimson FX
Michael Prescott Burney
Crimson EA emerges as a force to be reckoned with on the USDJPY M15 chart, embodying the perfect fusion of 50 meticulously crafted strategies that span across trend analysis, hedging, and scalping disciplines. This powerhouse operates beyond the confines of conventional stop-loss and take-profit mechanisms, relying instead on precise entry and exit signals generated from its strategic arsenal. Coupled with an advanced reversal function, Crimson EA offers a protective shield to safeguard invest
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.91 (43)
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
Budget Golden Scalper M1 — Trial Edition Built for traders who are tired of hype and ready for transparency Let’s be honest. If you have explored automated trading before, you have probably seen systems that looked perfect in backtests but behaved very differently in live markets. Many traders today are understandably cautious — and rightly so. Budget Golden Scalper M1 was created with this reality in mind. This is not marketed as a “holy grail” or a get-rich-quick robot. Instead, it is a str
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.1 (10)
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
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
FlatBreakout MT5
Aleksei Vorontsov
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
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
Apex Origin
Yi Hsiu Tsai
4.77 (13)
Trading is about probability. Precise logic and discipline are the pillars of Apex strategies. Live Signals  View Signal Design Philosophy Logic transparency is vital. Apex Origin is an algorithmic system built on math and statistics, focusing on risk control and systematic execution. Backtest Data (2010 - 2026) Verified across market cycles to ensure logic consistency against noise: In-Sample (2010-2020) : Initial logic development and optimization. Out-of-Sample (2020-2026) : Stress-tested ag
FREE
PZ Goldfinch Scalper EA MT5
PZ TRADING SLU
3.3 (54)
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
MultiTrend Commander
Джованни Орсани
MultiTrend Commander - Automated Trading System What is it? An automated trading software that: Intelligently identifies market trends Makes decisions based on multiple timeframes Automatically manages risk What does it do? Identify Trends Analyze the market in real time Combine signals from different time frames (15 min, 1 hr, 4 hr) Confirm the trend direction before entering Protect Your Capital Automatically calculates stop losses Adjusts trade size to your risk Stops trading if
FREE
Gap Catcher
Mikita Kurnevich
5 (5)
Read more about my products Gap Cather - is a fully automated trading algorithm based on the GAP (price gap) trading strategy. This phenomenon does not occur often, but on some currency pairs, such as AUDNZD, it happens more often than others. The strategy is based on the GAP pullback pattern. Recommendations:  AUDNZD  TF M1  leverage 1:100 or higher  minimum deposit 10 USD Parameters:  MinDistancePoints - minimum height of GAP  PercentProfit - percentage of profit relative to GAP level
FREE
Xauusd 1 Minute
Anastase Byiringiro
3.5 (2)
XAUUSD 1 MINUTE EA MT5 A free early-access Gold Expert Advisor built for traders who want a cleaner, smarter, and more disciplined start with XAUUSD automation. XAUUSD 1 MINUTE EA MT5 is a MetaTrader 5 Expert Advisor created for traders who want to enter the Gold market with structure, controlled execution, and a professional automation mindset. This EA is built around the same gold-focused trading vision behind the Gold Family system: clean market structure, pending-order execution, controlled
FREE
GA Classic RSI mt5
Osama Echchakery
RSI   EA is a   fully automated   Forex trading strategy based on the MACD indicator, one of the most popular and widely used trend-following methods in technical analysis. This expert advisor automatically opens and manages buy and sell trades using RSI to capture market momentum while removing emotional decision-making. Premium advanced   version with   +40 filter!   :   Click Here Or search "RSI ProLab mt5" on the market
FREE
DeM Expert
Nikolaos Pantzos
DeM_Expert   is structured based on a specific technical analysis indicator ( DeMarker ). It has many parameters so that each user can find the appropriate settings that suit their investment profile. It can work on 28 different pairs, one pair per chart. The default parameter settings are indicative, I recommend that each user experiment to find their own settings.
FREE
Buyers of this product also purchase
Quantum Queen MT5
Bogdan Ion Puscasu
4.98 (587)
Hello, traders! I am Quantum Queen , the crown jewel of the entire Quantum ecosystem and the highest-rated, best-selling Expert Advisor in the history of MQL5. With a proven track record of over 20 months of live trading, I’ve earned my place as the undisputed Queen of XAUUSD. My specialty? GOLD. My mission? Deliver consistent, precise, intelligent trading results — over and over again. IMPORTANT! After the purchase please send me a private message to receive the installation manual and the set
Quantum Athena
Bogdan Ion Puscasu
5 (22)
Quantum Athena — Precision Forged from Experience Hello, traders! I am Quantum Athena — the light version of the legendary Quantum Queen, refined and re-engineered for today’s market conditions. I don’t try to be everything. I focus on what works now. My specialty? GOLD.My mission? Deliver sharp, efficient, and intelligently optimized trading performance — with precision at its core. IMPORTANT! After the purchase please send me a private message to receive the installation manual and the s
Pulse Engine
Jimmy Peter Eriksson
4.94 (17)
LAUNCH PRICE – ONLY A FEW COPIES LEFT! 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 patterns. Thes
BB Return mt5
Leonid Arkhipov
4.99 (92)
BB Return — an Expert Advisor for gold trading (XAUUSD). I previously used this trading idea in manual trading. The core of the strategy is a return of price to the Bollinger Bands range, but not blindly and not on every touch. For the gold market, bands alone are not enough, so the EA uses additional filters that eliminate weak and non-working market situations. Trades are opened only when the return logic is truly justified.   Trading principles — the strategy does not use grid trading, martin
TwisterPro Scalper
Jorge Luiz Guimaraes De Araujo Dias
4.38 (69)
Fewer trades. Better trades. Consistency above all. • Live Signal Mode 1 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. THREE MODES: Mode 1 (recommended) — Very high assertiveness, few trades per week. Bu
Quantum Valkyrie
Bogdan Ion Puscasu
4.73 (140)
Quantum Valkyrie  - Precision.Discipline.Execution Discounted   price .  The price will increase by $50 with every 10 purchases. Live Signal: CLICK HERE Quantum Valkyrie MQL5 public channel: CLICK HERE ***Buy Quantum Valkyrie MT5 and you could get Quantum Emperor or Quantum Baron for free !*** Ask in private for more details! IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions.      Hello, traders. I am Quantum Val
Goldwave EA MT5
Shengzu Zhong
4.58 (40)
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
Quantum King EA
Bogdan Ion Puscasu
4.98 (179)
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
Chiroptera
Rob Josephus Maria Janssen
4.76 (25)
Prop Firm Ready! Chiroptera is a multi-currency, single trade Expert Advisor that operates in the quiet hours of the night. It uses single-placed trades with tactically placed Take Profits and Stop Losses, that are continuously adjusted to maximize gains and minimize losses. It keeps track of past and upcoming news reports to ensure impacts are minimized and carefully measures real-time volatility to prevent impacts due to unpredictable geo-political disturbances caused by Tweets and other ad-ho
The Gold Reaper MT5
Profalgo Limited
4.5 (94)
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 YouTube Reviews Welcome to the Gold Reaper! Build on the very succesfull Goldtrade Pro, this EA has been designed to run on multiple timeframes at the same time, and has the option to set the trade frequency from very conservative to extre
Gold Safe EA
Anton Zverev
5 (4)
Live Signal:   https://www.mql5.com/en/signals/2360479 Timeframe:   M1 Currency pair:   XAUUSD Varko Technologies   is not a business, it is a philosophy of freedom. I am interested in long-term cooperation and building a reputation. My goal is to continuously improve and optimize the product to meet changing market conditions. Gold Safe EA   - the algorithm uses several strategies simultaneously, the main philosophy is an emphasis on controlling losing trades and risk. Several levels of clos
Wave Rider EA MT5
Adam Hrncir
5 (22)
Scalper speed with sniper entries. Built for Gold. 33% off  this weekend for 299 USD only  (ends Sunday midnight)   |   final   price  599  USD Check the Live signal  or Manual Hybrid scalper combining scalping speed with single position or intelligent recovery for XAUUSD. 4 trading strategies | Triple timeframe confirmation | 3 layers of account protection. Most trades close in under 30 minutes — minimal market exposure, maximum control. Wave Rider uses triple timeframe analysis (H1 trend + M1
Gold House MT5
Chen Jia Qi
4.44 (50)
Gold House — Gold Swing Breakout Trading  Price increase coming soon. Only a few licenses remain at the current price (3/100) . Next target price: $999. Live signals: Profit Priority mode : https://www.mql5.com/en/signals/2359124 BE priority mode :  https://www.mql5.com/en/signals/2372604 Important: After purchasing, please remember to send us a private message to receive the recommended parameters, instructions, precautions, and usage tips. (MQL5 messaging):   https://www.mql5.com/en/users/wa
Akali
Yahia Mohamed Hassan Mohamed
3.27 (82)
LIVE SIGNAL: Click here to view live performance IMPORTANT: READ THE GUIDE FIRST It is critical that you read the setup guide before using this EA to understand the broker requirements, strategy modes and the smart approach. Click here to read the Official Akali EA Guide Overview Akali EA is a high-precision scalping Expert Advisor designed specifically for Gold (XAUUSD). It utilizes an extremely tight trailing stop algorithm to secure profits instantly during periods of high volatility. Thi
Wall Street Robot MT5
MQL TOOLS SL
4.33 (15)
Wall Street Robot is a professional trading system developed exclusively for US stock indices, focused on S&P500 and Dow Jones. These markets are known for their high liquidity, structured movements and strong reaction to global economic flows, making them ideal for algorithmic trading strategies based on precision and discipline. By concentrating only on these indices, the system is able to adapt closely to their behavior, volatility patterns and intraday dynamics, instead of trying to operate
Full Throttle DMX
Stanislav Tomilov
5 (9)
Full Throttle DMX - Real strategy  Real results   Full Throttle DMX is a multi-currency trading expert advisor designed to operate with EURUSD, AUDUSD, NZDUSD, EURGBP, and AUDNZD currency pairs. The system is built on a classical trading approach, using well-known technical indicators and proven market logic. The EA contains 10 independent strategies, each designed to identify different market conditions and opportunities. Unlike many modern automated systems, Full Throttle DMX does not use ris
Aurum AI mt5
Leonid Arkhipov
4.86 (44)
UPDATE — DECEMBER 2025 At the end of November 2024, the Aurum expert advisor was released for sale. Throughout this time, it traded in real market conditions without a news filter, without additional protective restrictions, and without complex limitations — while confidently remaining profitable and stable. Live Signal (launch April 14, 2026) This full year of real trading clearly demonstrated the reliability of the trading system. Only after that, based on real experience and statistics, a m
Bonnitta EA MT5
Ugochukwu Mobi
3.38 (21)
Bonnitta EA  is based on Pending Position strategy ( PPS ) and a very advanced secretive trading algorithm. The strategy of  Bonnitta EA  is a combination of a secretive custom indicator, Trendlines, Support & Resistance levels ( Price Action ) and most important secretive trading algorithm mentioned above. DON'T BUY AN EA WITHOUT ANY REAL MONEY TEST OF MORE THAN 3 MONTHS, IT TOOK ME MORE THAN 100 WEEKS(MORE THAN 2 YEARS) TO TEST BONNITTA EA ON REAL MONEY AND SEE THE RESULT ON THE LINK BELOW. B
Ultimate Breakout System
Profalgo Limited
5 (35)
IMPORTANT : This package will only be sold at current price for a very limited number of copies.    Price will go to 1499$ very fast    +100 Strategies included and more coming! BONUS : At 999$ or higher price --> choose 5  of my other EA's for free!  ALL SET FILES COMPLETE SETUP AND OPTIMIZATION GUIDE VIDEO GUIDE LIVE SIGNALS REVIEW (3rd party) NEW - VERSION 5.0 - ONECHARTSETUP Welcome to the ULTIMATE BREAKOUT SYSTEM! I'm pleased to present the Ultimate Breakout System, a sophisticated and
AnE
Thi Ngoc Tram Le
5 (3)
ANE — Gold Grid Expert Advisor ANE is a fully automated Expert Advisor designed for trading XAUUSD (Gold) on the M15 timeframe using a grid-based averaging strategy . Important: Test the EA on a demo account first to understand the behavior of the averaging system before running it on a live account. Live Signal ANE Official Channel Trading Strategy ANE manages positions as a group. It opens additional trades to optimize the average entry price when conditions allow, then closes the entire bask
Quantum Emperor MT5
Bogdan Ion Puscasu
4.85 (504)
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
Quantum Bitcoin EA
Bogdan Ion Puscasu
4.83 (120)
Quantum Bitcoin EA : There is no such thing as impossible, it's only a matter of figuring out how to do it! Step into the future of Bitcoin trading with Quantum Bitcoin EA , the latest masterpiece from one of the top MQL5 sellers. Designed for traders who demand performance, precision, and stability, Quantum Bitcoin redefines what's possible in the volatile world of cryptocurrency. IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup i
The Gold Phantom
Profalgo Limited
4.57 (30)
PROP FIRM READY!  --> DOWNLOAD ALL SET FILES WARNING: Only a few copies left at current price! Final price: 990$ NEW (from 399$ only) : Choose 1 EA for Free! (limited to 2 trade accounts numbers, any of my EAs except UBS) Ultimate Combo Deal   ->   click here JOIN PUBLIC GROUP:   Click here Live Signal Live Signal 2 !! THE GOLD PHANTOM IS HERE !! After the massive success of The Gold Reaper, I'm extremely proud to introduce its powerful brother: The Gold Phantom , a pure, no-nonsense breako
Launch price only available for a limited time $250. Price will increase soon.  Ask me about about your chance for free Ultimate Extractor.  live signal  https://ultimateextractor.com/trader/trader-mjwgotdf Ultimate Forge UTS — Smart XAUUSD Expert Advisor Hello, I am Ultimate Forge UTS, a fully automated Expert Advisor built for trading XAUUSD (gold) on MetaTrader 5. My approach combines disciplined entry timing with intelligent position management that adapts automatically to gold's evolving
XIRO Robot MT5
MQL TOOLS SL
4.85 (26)
XIRO Robot is a professional trading system created to operate on two of the most popular and liquid instruments on the market:  GBPUSD, XAUUSD and BTCUSD . We combined two proven and well tested systems, enhanced them with multiple new improvements, optimizations and additional protective mechanisms, and integrated everything into one advanced and unified solution. As a result of this development process, XIRO Robot was created. Robot was designed for traders who are looking for a reliable and
Grabber Bot
Ihor Otkydach
5 (3)
Only 5 copies left at $399. Next price: $499 Grabber Bot is a fully automated Expert Advisor built on the proven logic of the Grabber System, which has already gained recognition and positive feedback from traders on the MQL5 Market. The idea behind this EA is based on real trading experience and user feedback. Many traders using the manual version of the Grabber System faced the same problems: signals appear when the trader is sleeping or busy (resulting in missing about 50% of high-quality tr
AI Gold Trading MT5
Ho Tuan Thang
3.72 (43)
WANT THE SAME RESULTS AS MY LIVE SIGNAL?   Use the exact same brokers I do:   IC MARKETS , IC TRADING   .  Unlike the centralized stock market, Forex has no single, unified price feed.  Every broker sources liquidity from different providers, creating unique data streams. Other brokers can only achieve trading performance equivalent to 60-80%. LIVE SIGNAL IC MARKETS ( My live signal on IC Markets is still on the old MT4 1.0 – I need to update new live signal to the newest version on MT5 platform
Luna AI Pro MT5
Profalgo Limited
5 (3)
Launch promo: Only 1 copies available at 399$ Final price: 2000$ There will be only a limited number of copies sold of this EA Luna AI is a very advanced night scalper and one of the best you can find on the market.  It was developed using years of experience in live trading with the mean-reverse strategy, and selected only the best pairs and techniques to be included in this EA. Since the EA is build upon existing technology that was developed over the years, the EA is very effective and has
Gold Oni
Lo Thi Mai Loan
4.67 (3)
> PRICE INCREASES EVERY 24 HOURS - ACT NOW OR PAY MORE TOMORROW Current Price: $199.99 -> Final Price: $1999.99 [ Live Signal ] | [ Backtest Results ] | [ Setup Guide ] BONUS: Message us privately after purchase and receive a FREE bonus EA instantly.  Or You can choose EA Titan Breaker Follow the channel for the latest update >> Important note: After purchase, please message us privately to receive a settings file tailored to your account size. The default SL, TP, and Trailing Stop values are o
SentinelAI MT5
Valeriia Mishchenko
4 (2)
No losing months since August 2019, with a 2.04% monthly gain: Live performance MT 4 version can be found here Sentinel AI is fully automated trading system is built for major forex pairs such as EURUSD and GBPUSD on the M5 timeframe. By combining price action and mean reversion principles with advanced AI-driven analytics, it is designed to identify potential trend reversals and exploit market inefficiencies with greater accuracy and efficiency. Supported currency pairs: EURUSD, GBPUSD Timefram
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
1793
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