RSI TrendWave

4

RSI TheTrendWave is a Double RSI with Smart Martingale Strategy for an MQL4 Expert Advisor combines the RSI-based trend identification with a risk management approach to reduce drawdown using a modified Martingale system. Here’s how it works:

  1. Double RSI Signals:
    • A buy signal is triggered when the short-term RSI crosses above the long-term RSI and both are below a certain oversold threshold (e.g., 30).
    • A sell signal is generated when the short-term RSI crosses below the long-term RSI and both are above an overbought threshold (e.g., 70).
    • The EA uses the same Double RSI logic on all pairs, identifying buy and sell opportunities based on overbought and oversold conditions unique to each pair. The EA can detect trends and reversals effectively due to the liquidity and volatility differences in EURUSD, GBPUSD, and USDCAD.
  2. Smart Martingale Approach:
    • Initial Position: Trades are opened based on the RSI signals with a small initial lot size.
    • Martingale Multiplication: If the trade goes against the EA and reaches a certain loss threshold, the lot size of the next trade is increased in a controlled way (for example, by a factor less than 2) to recover losses, rather than aggressively doubling like in traditional Martingale systems.
    • Dynamic Adjustment: The multiplier factor is adapted based on current market volatility and available equity to avoid over-leveraging, helping to limit risk exposure.
    • Profit Target & Exit: The EA closes positions either when a predefined profit target is reached or when the RSI signals a trend reversal, which prevents continuous loss escalation.


Recommendation for Using Expert Advisor

1. Initial Setup & Testing:

  • Backtest First: Before live trading, backtest the EA thoroughly on historical data across different market conditions.
  • Optimize Parameters: Adjust settings like lot size, step multipliers, and stop loss through optimization in MetaTrader’s Strategy Tester.
  • Demo Testing: Start on a demo account to monitor live performance and ensure everything works as expected.

2. Risk Management:

  • Minimum Balance: It’s recommended to use the EA with a minimum account balance of $1,000 to accommodate multi-step strategies and prevent over-leveraging.
  • Auto Lot & Stop Loss: Use the Auto Lot feature to adjust lot size according to your balance and always set an appropriate stop loss to limit potential drawdowns.

3. Trading Strategy:

  • Multi-Step & RSI Strategy: Understand the multi-step strategy that increases positions, and ensure it aligns with your risk tolerance. Leverage the built-in RSI signals for effective trend-based trades.

4. Live Monitoring & Adjustments:

  • Monitor & Adjust: Use the EA in a live account with small lot sizes initially. Adjust settings based on market conditions and major economic events.
  • Visualization: Enable the EA’s visualization to track key levels on the chart, such as break-even and take-profit points.

5. Account Size & Leverage:

  • Sufficient Capital: Ensure your account size and leverage can support the strategy. A minimum balance of $1,000 is recommended for the EA’s optimal performance.

Recommended Pairs:

I have successfully tested the EA on EURUSD, GBPUSD, and USDCAD across most of the timeframes, but it might also perform well on other currency pairs. Minimum account size should be 1k for 0.01 initial lot.

 


Detailed description of the input parameters:

General Settings:

  • comm: A comment or label for the EA. Default is "DoubleRSI" .
  • Slippage: Maximum allowable slippage for trade execution in points. Default is 30 .
  • LotSize: The size of the trade lot. If set to 0 , Auto Lot calculation is enabled. Default is 0.01 .
  • AutoLot: The amount of lot size per 1000 units of balance when Auto Lot is enabled. Default is 0 .

Trade Management:

  • StopLoss: The stop loss value in points. If set to 0 , stop loss is not used. Default is 0 .
  • OpenNewSeries: Determines whether to open new trade series. If true , new trades are opened. Default is true .
  • MagicNumber: A unique identifier for the EA’s trades. This prevents confusion with trades from other EAs. Default is 64321 .
  • TargetPips: The target profit level in pips. Default is 90 .
  • NumMaxTradesOpenOther: Maximum number of trades that can be opened by other strategies or instances. Default is 5 .

Step Settings (For Trade Scaling or Grid Strategies):

  • Step: The step size in points between trades in the series. Default is 100 .
  • StepMultiplier: The multiplier for the first step distance between trades. Default is 1.2 .
  • SecondStepMultiplier: The multiplier for the second step distance between trades. Default is 1.5 .
  • FirstSetLotMultiplier: Multiplier for the lot size of the first set of trades. Default is 1 .
  • SecondLotMultiplier: Multiplier for the lot size of the second set of trades. Default is 1.5 .
  • MaxStepOrders: Maximum number of step-based orders that can be opened. Default is 10 .
  • NumFirstLotSet: Maximum number of trades in the first set (initial lot size). Default is 5 .

RSI Settings (For Double RSI Strategy):

  • Trend1TF: Timeframe for the first RSI trend indicator. Default is PERIOD_D1 (Daily).
  • Trend1RSIPeriod: Period for the first RSI indicator. Default is 7 .
  • Trend1RSIHighLevel: Upper threshold for the first RSI indicator to signal overbought conditions. Default is 60. 
  • Trend1RSILowLevel: Lower threshold for the first RSI indicator to signal oversold conditions. Default is 40. 
  • Trend2TF: Timeframe for the second RSI trend indicator. Default is PERIOD_H1 (Hourly).
  • Trend2RSIPeriod: Period for the second RSI indicator. Default is 7.
  • Trend2RSIHighLevel: Upper threshold for the second RSI indicator. Default is 60.
  • Trend2RSILowLevel: Lower threshold for the second RSI indicator. Default is 40.

    Close Settings:

    • CloseOnTF: Determines if trades should be closed based on a specific timeframe. Default is false .
    • CloseTF: The timeframe to monitor for closing trades when CloseOnTF is enabled. Default is PERIOD_H1 (Hourly).
    • UseReverseSignalClose: If true , trades are closed when reverse signals are detected. Default is false .

    Visualization Settings:

    • EnableVisualization: Enables or disables the display of visualization lines for the EA’s trades and steps. Default is false .






    Reviews 2
    Marek Tomaszewski
    38
    Marek Tomaszewski 2025.11.17 18:42 
     

    I noticed that the grid shows a "Breakeven" level, but there seems to be no parameter in the EA settings to actually enable automatic breakeven (moving the Stop Loss to the entry level). As it stands, this level appears to be only visual or indicative, and positions do not close at breakeven automatically. It would be very helpful to have a parameter like `UseBreakEven` or `BreakEvenPips` to allow the EA to shift SL to breakeven once a trade reaches a certain profit, especially for small accounts where risk management is crucial.

    Recommended products
    Trend Analizer Bot
    Pavel Predein
    4.67 (3)
    Automatic trading Advisor .This is a free version of the expert Advisor "Trend Analyzer Pro" https://www.mql5.com/ru/market/product/42792.В the robot is based on 2 strategies: at the intersection of moving averages and Bollinger bands indicator .In the paid version, three strategies are available, which increases profitability several times .Designed for the EURUSD H1 currency pair.It is possible to use it on other tools after optimization.Test only on tick data. ** Does not use such dangerous
    FREE
    Forex Robot Dude
    Hong Ling Mu
    4.33 (3)
    Entry Logic The EA (Expert Advisor) will monitor price movements (M5, M15, H1, H4) during the specified input period. If these price movements exceed the input parameters, an entry will be executed. Take Profit (TP) = 50 pips Stop Loss (SL) = 50 pips Maximum Order Quantity = 1 To facilitate profit loss recovery, the robot offers the option to increase the lot size in the next entry (True/False choice). The best pair GBPUSD  / EURUSD TF M5 Set file (default)
    FREE
    FX365 MA Crossover EA
    Gyunay Sali
    3.83 (6)
    FX365 MA Crossover EA is a completely FREE expert advisors specially developed for users who love to do their own configuration and optimization. The EA comes without optimizations but everything one trader need to configure and adapt the EA to any forex instrument/pair. FX365 MA Crossover EA is based on the popular Moving Average indicator. The idea behind this EA is to use two MA indicators. One FAST and the second one SLOW. When both MA crossed each other the EA trades. When the FAST MA line
    FREE
    PZ Heiken Ashi EA
    PZ TRADING SLU
    4.8 (10)
    This EA trades using the Heiken Ashi Smoothed Indicator. It offers many trading scenarios and flexible position management settings, plus many useful features like customizable trading sessions, a martingale and inverse martingale mode. [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products  |  Get Help ] Easy to use and supervise It implements three different entry strategies Customizable break-even, SL, TP and trailing-stop Works for ECN/Non-ECN brokers Works for 2-3-4-5
    FREE
    MyGrid Scalper
    Ahmad Aan Isnain Shofwan
    3.94 (52)
    MyGrid Scalper You either lead it — or it leads you. 29,000+ downloads since 2022 — no hype, no noise, no discounts. Just consistent execution in the hands of those who understand Basic Info Symbol: Any (default optimized: XAUUSD) Timeframe: Any (default optimized: M5 ) Type: Grid-based EA with soft martingale (default 1.5) Lot control: Set multiplier to 1.0 for fixed lots Account type: ECN recommended but not required Broker: Any broker, low spread preferred Live & demo ready: Backtested, for
    FREE
    LaboratoryMoney EURCAD
    Dmitrii Survila
    1 (1)
    Laboratory.Money EUR/CAD M30 Автоматическая Торговая Система из серии Energy Drive EUR/CAD M30 Вся активность эксперта проявляется только на реальной торговле. Его нет толку проверять в тестере стратегий. Запрещается бонус от брокера к вашему депозиту. Эксперт торгует с теми деньгами которые могут уйти в просадок, бонус в просадке не участвует, это приведёт к потере всего вашего депозита. Данный эксперт очень подходит для программы "Rebate" от вашего брокера. Все изменения в на
    FREE
    PZ Goldfinch Scalper EA
    PZ TRADING SLU
    2.69 (42)
    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
    Free RSI EA
    Tonny Obare
    3.5 (6)
    Free RSI expert advisor is a completely free expert advisor that trades using rsi level crosses. You can set which levels the Ea should use to open and close trades. The various settings are explained below. NOTE: The default settings are just place holders and not necessarily the best. Use the settings that best suites you or your strategy. Lots - This is the lot size of the EAs trades. 0.1 is the default setting. AllowBuy - Set to true to allow buy trades. This setting is true by default. Allo
    FREE
    Universal Breakout
    Sergey Ermolov
    4.56 (36)
    Universal Breakout is a simple and flexible expert advisor for trading range breakouts without unnecessary complexity. You define the time interval — the EA automatically determines the levels, places orders, and manages the trade. Download the Universal Breakout Testing & Optimization Guide.zip   HOW THE RANGE BREAKOUT STRATEGY WORKS The breakout strategy is based on a simple logic: when price moves beyond a formed range, it often leads to a strong movement. The range can be based on: trading s
    FREE
    Flash Scalper Free
    Casimiro Zampetti
    2 (3)
    Flash Scalper is a scalper Expert Advisor that exploits acceleration of volatility of the market. It goes into action when there is an explosion of volatility for example during the news or special events. The minimum volatility is settable from input parameters. The EA work every time with stop loss and take profit, no martingale. Any initial deposit on account is allowed to start work with this expert advisor. The most important conditions for this expert advisor are low spread and fast execut
    FREE
    Easy Candlestick Patterns
    Alexander Nikolaev
    3.67 (3)
    This EA recognizes candlestick patterns, opens trades depending on the last candlestick pattern, and also displays its name (when the ShowInfo option is enabled) directly on the chart of the currency pair. There are also additional indicators whose parameters are adjustable (for example, ADX volatility indicator, dynamic stop loss parameter, trailing stop). The EA can determine both simple models consisting of 1 candlestick, and complex ones from 2 to 5 candles. The simple version of this advise
    FREE
    Bollinger Scalper EA
    Robots4Forex Ltd
    4.36 (11)
    The Bollinger Scalper EA is a fully automated Expert Advisor that trades based on Bollinger Band and RSI entry signals. The EA trades using market orders and uses averaging to safely turn otherwise negative trades positive. This EA works best on EURUSD using the M5 timeframe. A VPS is advisable when trading this system. Check the comments for back test results and optimized settings. Please note: I have made the decision to give this EA away and many more for free with limited support so that I
    FREE
    Shauns Range Breaker EA
    Shaun Mark Featherstone
    Shaun’s Range Breaker EA (FREE)   is a breakout‑based Expert Advisor designed to let traders   test the core strategy safely and easily , with strict risk limitations. It automatically trades when the current candle’s range expands beyond an average‑bar threshold and can optionally use RSI, time and spread filters to refine entries. This FREE version is ideal if you want to: See how the strategy behaves on your broker and symbols Forward‑test on demo or small live accounts Evaluate the entry/exi
    FREE
    Gegenpressing
    Mr Thadanai Chulasamaya
    4.2 (5)
    This EA has no stop loss. All risks are at your discretion. This is Free EA,  It can make you profitable if you use it carefully. Please don't ask for the MQ4 file, I'm using it to develop other robots. Gegenpressing EA  is a fully automatic Expert Advisor for  Scalping  Trading on  XAUUSD timeframe M1 but also in others.   The basic strategy starts with Market order in Trend Following, so this EA  Follow the Trend . M1 Trend…. very very fast.  If you like this EA and want to help me develop
    FREE
    The EU_15_111517128_S_Op_CF_SQ3 is an algorithmic trading strategy for MetaTrader, tested on EURUSD using the M15 timeframe from April 1, 2004, to April 24, 2024.  There is no need to set up parameters, all settings are already optimized and fine-tuned. Recommended broker  RoboForex  because of EET timezone. You can find the strategy source code for StrategyQuant at the link:   https://quantmonitor.net/eurusd-bollinger-bands-breaker/ Key details are: Main Chart: Current symbol and timeframe
    FREE
    Eagle Gold Nexsus
    Gianluca Guarino
    TODAY OUR EXPERTS ARE ALL FREE. FOR EVERY 100 DOWNLOADS OF THE EXPERT ADVISOR, THE PRICE WILL INCREASE BY $50. Eagle Gold Nexsus   is an advanced multi-strategy Expert Advisor specifically developed to maximize performance on   GOLD (XAUUSD) . The system operates fully autonomously, integrating   8  independent strategies   based on breakout logic and price levels. It is designed to ensure maximum capital safety through: Strict Risk Control:   Every single trade is protected by a Stop Loss. Dyn
    PZ The Zone EA
    PZ TRADING SLU
    4.67 (3)
    This expert advisors trades donchian breakouts according to Bill Williams's definition of "Trading in the Zone". It uses alligator to find strong trends, AC and AO to identify trading zones and MACD to avoid trading exhausted trends. [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products  |  Get Help ] Easy to use and supervise Fully configurable indicator settings Customizable break-even, stop-loss, take-profit and trailing-stop settings Works for ECN/Non-ECN brokers and
    FREE
    MACD Not So Simple
    Leonid Basis
    2 (1)
    This is an example of how the MetaTrader terminals's Strategy Tester can help to find good input parameters for an old and widely known MACD Sample Expert Advisor, which is available in the Navigator window (tab: Expert Advisors). Input parameters Indicator MACD: fast - fast Period; slow - Slow Period; sign - Signal Period; appPrice - PRICE_CLOSE=0; PRICE_OPEN=1; PRICE_HIGH=2; PRICE_LOW=3; PRICE_MEDIAN=4; PRICE_TYPICAL=5; PRICE_WEIGHTED=6; MACDOpenLevel ; MACDCloseLevel ; Indicator Moving Avera
    FREE
    PZ Stochastic EA
    PZ TRADING SLU
    4.17 (6)
    This EA trades using the Stochastic Indicator. It offers many trading scenarios and flexible position management settings, plus many useful features like customizable trading sessions, a martingale and inverse martingale mode. [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products   |  Get Help ] Easy to use and supervise It implements three different entry strategies Customizable break-even, SL, TP and trailing-stop Works for ECN/Non-ECN brokers Works for 2-3-4-5 digit sym
    FREE
    Eagle Gold Echo
    Gianluca Guarino
    TODAY OUR EXPERTS ARE ALL FREE. FOR EVERY 100 DOWNLOADS OF THE EXPERT ADVISOR, THE PRICE WILL INCREASE BY $50. Golden Eagle Echo   is an advanced multi-strategy Expert Advisor specifically developed to maximize performance on   GOLD (XAUUSD) . The system operates fully autonomously, integrating   8  independent strategies   based on breakout logic and price levels. It is designed to ensure maximum capital safety through: Strict Risk Control:   Every single trade is protected by a Stop Loss. Dyn
    AvanteGarde Grid
    Metin Hussein
    5 (1)
    Avantgarde: Grid This Expert advisor uses simple and robust grid method to place trades. simple and easy to use. https://www.mql5.com/en/signals/534678 How It Works: The EA does not use indicators but uses a math based solution to price-action. The EA will perform the same trades in any timeframe. Avantgarde Grid is equipped with money management, Autolot and DD close trade. Take care when setting the <step> as it will alter the aggressiveness. The Greater the step the less risk. Parameters Buy
    FREE
    Succubus
    Dmitriy Prigodich
    3 (5)
    Succubus is a universal expert Advisor. Its main advantage is the highest entry accuracy, 90% of transactions and above. The expert Advisor parameters are divided into categories according to the function that the user needs. All functions can be disabled. The expert Advisor is designed to disperse small and medium-sized deposits. Main: TakeProfit - number of points to close a trade with a profit StopLoss - number of points to close a trade with a loss Slippage - Slippage Magic-adviser
    FREE
    Free Parabolic SAR EA
    Tonny Obare
    1.5 (2)
    Free parabolic SAR expert advisor is a completely free expert advisor that trades using Parabolic SAR dots. It opens and closes trades based on the first dots of a new trend. The various settings are explained below. Parameters NOTE: The default settings are just place holders and not necessarily the best. Use the settings that best suites you or your strategy. Lots - This is the lot size of the EAs trades. 0.1 is the default setting. StopLoss - Stop loss setting. AllowBuy - Set to true to allo
    FREE
    Morning Luck
    Pavel Predein
    4.8 (5)
    Automatic trading system based on the morning Flat indicator, puts pending orders on the borders of the night channel .All trades have a fixed stop loss and take profit .The traded pair GBPUSD H1, can be used on other instruments after optimization. The EA contains a switchable flat indicator . The robot's operating time in the input parameters corresponds to (+2GMT). when switching to daylight saving time,you need to adjust the time manually. * Use default settings  * Does not use dangerous
    FREE
    The robot was created based on CCI (Commodity Channel Index) logic, and it is a very stable Expert Advisor (EA). It is optimized for XAUUSD (gold) by default, but you can run it on any currency pairs. Take Profit : 10 pips Stop Loss : 90 pips Grid Order : Every 5 pips All orders are closed when the total profit in dollars reaches a certain amount or when each individual order hits its take profit.
    FREE
    PZ RSI Trader EA
    PZ TRADING SLU
    4.67 (3)
    This EA trades using the RSI Indicator. It offers many trading scenarios and flexible position management settings, plus many useful features like customizable trading sessions, a martingale and inverse martingale mode. [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products  |  Get Help ] Easy to use and supervise It implements three different entry strategies Customizable break-even, SL, TP and trailing-stop Works for ECN/Non-ECN brokers Works for 2-3-4-5 digit symbols Tr
    FREE
    Bollinger Blade
    Alfet Nigmatullin
    1 (1)
    Scalper's Blade - Bollinger Bands Scalping EA Overview Scalper's Blade   is a professional scalping Expert Advisor based on the classic Bollinger Bands strategy. The EA enters a position when the price crosses the upper or lower band and closes the trade with a fixed Stop Loss and Take Profit. Perfect for traders who prefer a mechanical approach with clear entry rules. Strategy Logic Signal Condition Action SELL Previous candle close > Upper Band & Current candle close < Upper Band Sell Ma
    FREE
    Skull Per
    Che Jeib Che Said
    4 (1)
    Skull Per https://www.mql5.com/en/users/earobotkk/seller#products This is a fully functional Expert Advisor. It is intended for trading major currency pairs with small spread. It uses scalping technique for quick profit and easy to use with simple input parameters. Input Max Spread:  maximum spread allowable for trading. Magic No: unique expert number. Lot: size of lot. Lot Multiplier: size of subsequent lot by multiplication. Take Profit: take profit in pips. Stop Loss: stop loss in pips. Trail
    FREE
    The GU_H1_120114111_S_Pi_CF_0712_SQ3 is an algorithmic trading strategy for MetaTrader, tested on GBPUSD using the H1 timeframe from April 1, 2004, to April 24, 2024.  There is no need to set up parameters, all settings are already optimized and fine-tuned. Recommended broker  RoboForex  because of EET timezone. You can find the strategy source code for StrategyQuant at the link:  https://quantmonitor.net/gbpusd-pivots-trend-master/ Key details are: Parameters Main Chart: Current symbol and
    FREE
    The Complex Chaos EA is an automated system that uses a pair of exponential moving averages to detect the market direction and opens trades on candle open. If the market moves against a trade it will at a set distance open another trade in the same direction to move the take profit of the group of open positions closer to the current price and make the group of trades winners overall once the price reverses. If a change in direction is detected then all trades are closed and it starts trading in
    FREE
    Buyers of this product also purchase
    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 tra
    In the ever - changing foreign exchange market, the three currency pairs AUDCAD, AUDNZD, and NZDCAD have always been the focus of investors due to their unique market characteristics. They are deeply affected by multiple factors such as commodity prices, economic data, and global risk sentiment. Volatility contains both opportunities and hidden risks. And reasonable position management is the key to moving forward steadily in this complex market. ​ For investors who prefer simple and direct ope
    Quantum King MT4
    Bogdan Ion Puscasu
    5 (5)
    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 MT5 version : CLICK HERE Quantum King channel:   Click Here ***Buy Quantum King MT4 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 strengt
    Vortex Gold MT4
    Stanislav Tomilov
    4.93 (42)
    Vortex - your investment in the future The Vortex Gold EA expert Advisor made specifically for trading gold (XAU/USD) on the Metatrader platform. Built using proprietary indicators and secret author's algorithms, this EA employs a comprehensive trading strategy designed to capture profitable movements in the gold market. Key components of its strategy include classic indicators as CCI and Parabolic Indicator, which work together to accurately signal ideal entry and exit points. At the heart of V
    Aurum AI mt4
    Leonid Arkhipov
    4.94 (33)
    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
    BB Return mt4
    Leonid Arkhipov
    5 (18)
    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.   Global   update   on   June   14th   Trading principles — the strat
    Gyroscopes
    Nadiya Mirosh
    Gyroscope        professional forex expert   (for EURUSD, GBPUSD, USDJPY, AUDUSD, USDCHF, EURGBP, EURJPY, NZDUSD, USDCAD, EURCHF, AUDJPY, CADJPY pairs)   alyzing the market using the Elliot Wave Index. Elliott wave theory is the interpretation of processes in financial markets through a system of visual models (waves) on price charts. The author of the theory, Ralph Elliott, identified eight variants of alternating waves (of which five are in the trend and three are against the trend). The mov
    The Gold Reaper MT4
    Profalgo Limited
    4.62 (34)
    PROP FIRM READY! ( download  SETFILE ) LAUNCH PROMO: 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 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 from very conservative to e
    EA Gold Stuff
    Vasiliy Strukov
    4.7 (1090)
    EA Gold Stuff is an Expert Advisor designed specifically for trading gold. The operation is based on opening orders using the Gold Stuff indicator, thus the EA works according to the "Trend Follow" strategy, which means following the trend. Real-time results can be viewed  here . Contact me immediately after the purchase to get personal bonus!  You can get a free copy of our Strong Support and Trend Scanner indicator, please pm. me! Settings  and manual   here  Please note that I do not sell my
    XG Gold Robot MT4
    MQL TOOLS SL
    4.29 (42)
    The XG Gold Robot MT4 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
    One Gold MT4
    Stanislav Tomilov
    4.67 (18)
    One Gold - Future of Trading Introducing One Gold EA, a sophisticated trading robot for gold on the Meta Trader platform, developed to assist traders with advanced market analysis. Our proprietary technology leverages neural networks and data-driven algorithms to analyze both historical and real-time gold market data, providing insights that can aid in decision-making. Unlike traditional manual strategies, One Gold EA operates with minimal intervention, streamlining the trading process and aimin
    Gold Zilla AI MT4
    Christophe Pa Trouillas
    5 (1)
    Generate controlled returns with an  AI-assisted , risk-diversified and Gold-optimized EA . GoldZILLA AI is a multi-strategy algorithm detecting market regimes to dynamically select from five distinct strategies, optimizing returns while minimizing drawdown on XAUUSD. [ Live Signal ] - [  Dedicated group | Version MT5 - MT4 ] After the purchase, please send me a private message to receive the user manual and the AI setup instructions. Why choose this EA? Dynamic multi-strategy approach Advanced
    Gold Trade Pro
    Profalgo Limited
    4.61 (23)
    LAUNCH PROMO: Only a few copies left at current price! Final price: 990$ Get 1 EA for free (for 2 trade accounts) -> contact me after purchase Ultimate Combo Deal -> click here New live signal:   https://www.mql5.com/en/signals/2084890 Live Signal high risk :  https://www.mql5.com/en/signals/2242498 Live Signal Set Prop Firm Set JOIN PUBLIC GROUP:   Click here Parameter overview Gold Trade Pro joins the club of Gold trading EA's, but with one big difference: this is a real trading strategy.
    Recovery Manager Pro MT4
    Ianina Nadirova
    5 (1)
    Recovery Manager Pro is a system for recovering drawdowns from other advisors or from manually opened orders. RM Pro has the ability to automatically dynamically adjust. The trader needs to select the risk level and the advisor will work in fully automatic mode. Can work in drawdown recovery mode and standby mode! If another advisor generates a drawdown, RM Pro will disable it, lock the position and start the process of restoring the deposit using partial closures. In its trading, the advisor u
    AW Recovery EA
    AW Trading Software Limited
    4.35 (84)
    The Expert Advisor is a system designed to recover unprofitable positions. The author's algorithm locks a losing position, splits it into many separate parts, and closes each of them separately. Easy setup, delayed launch in case of drawdown, locking, disabling other Expert Advisors, averaging with trend filtering and partial closing of a losing position are built into one tool. It is the use of closing losses in parts that allows you to reduce losses with a lower deposit load, which ensures saf
    Pattie Breakout ORB EA
    Patrick Jeannot
    4.75 (4)
    Pattie Opening Range Breakout (ORB) is a range of price variation, which for each session, it generates a combination of support and resistance levels, positioning itself in favor of breaking out of the bands, when it is exceeded on the upside is a signal to buy or enter long and when it is exceeded on the downside it is a signal to sell or enter short. Pattie Break Out  EA  is a specialized trading tool designed to automate  time session-based breakouts . The EA operates by drawing a price rang
    Gold Safe MT4 EA
    Anton Zverev
    3.67 (3)
    Live Signal:   https://www.mql5.com/en/users/varkotechnologies/seller MT5 version:   https://www.mql5.com/en/market/product/164203 Timeframe:       M1 Currency pair:       XAUUSD Gold Safe EA Manual: https://www.mql5.com/ru/blogs/post/770312 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       -
    Gold Emas MT4 ea
    Ebrahim Mohamed Ahmed Maiyas
    5 (1)
    An advanced Expert Advisor powered by artificial intelligence and machine learning, specifically designed for analyzing Gold (XAU/USD). It adapts to price movements and market fluctuations to detect potential trading opportunities. Discounted price   . The price will increase by $50 with every 5 purchases. No Risky Strategies   –   Does not use martingale or grid methods Artificial Intelligence Integration: At the heart of this EA les a sophisticated AI engine capable of recognizing complex pat
    Gold King AI MT4
    Rodrigo Arana Garcia
    5 (1)
    Only 1/5 copies left at this price ---> Next price 250$ //  MT5 Version Gold King AI was created using TensorTrade, an open-source Python framework designed specifically for building, training, evaluating, and deploying robust trading algorithms using reinforcement learning. The algorithm operates during the New York trading session. After analysing the market for a couple of hours to identify areas of interest, it places pending orders that are executed when the price reaches them. This quickl
    EA Game Changer
    Vasiliy Strukov
    4.27 (11)
    Game Change EA is a trend following trading system powered based on the Game Changer indicator. It automatically sells whenever a red dot forms and continues in the sell direction until a yellow X appears, which signals a potential end of the trend.  The same logic applies for buy trades.  When a blue dot appears the EA begins buying and it will close out the buy cycle as soon as a yellow X is detected. This EA is suitable for any currency pair and any time frame, however it performs exceptiona
    GoldBreaker Pro MT4 is a fully automated Expert Advisor for XAUUSD (Gold) trading on the H1 timeframe. It uses a 24-bar high/low breakout strategy with automatic position sizing and multi-layer risk management. No martingale, no grid trading, no manual intervention required. Validated Backtest Performance Testing period: October 1, 2023 – October 1, 2025 (24 months) Initial deposit: $10,000 Modeling: Every Tick, 53.6 million ticks, 90% history quality Spread: 3 points (IC Markets) Net profit: 1,
    Trust EA MT4
    Konstantin Kulikov
    5 (1)
    Trust EA   is a real trader's tool, working on a clear principle, with its advantages and disadvantages, so it will not suit everyone, but for some users it can become the best trading robot. * Limited special offer - 50% off the full price of the product. Only 5 copies at this price. The final price is 997$ * Discuss the complexities of Forex trading here:  chat "Age of Expert Advisors" . Logic I have been working with algorithmic trading systems since 2015, and in my experience, systems with
    Goldbot One MT4
    Profalgo Limited
    5 (5)
    LAUNCH PROMO: Only a few copies left at current price! Final price: 990$ NEW: Buy Goldbot One and choose 1 EA for free!! (for 2 trade accounts) JOIN PUBLIC GROUP:   Click here Ultimate Combo Deal   ->   click here Introducing   Goldbot One , a highly sophisticated trading robot engineered for the gold market. With its focus on breakout trading, Goldbot One leverages both support and resistance levels to identify prime trading opportunities. This expert advisor is crafted for traders who seek
    Multi Sniper mq
    DMITRII GRIDASOV
    5 (3)
    MULTI SNIPER EA is precise automatic trading system with around 90% accuracy for MT4 platform. This profitable scalping EA is really one of the most stable system on the market at the present time. No grid! No martingale! It is original product which is offered only on this MQL5 website. Download EA Set_files for testing and trading: GBPAUD Set_file GBPCAD Set_file - Implemented compound interest method and scalping techniques. - System sets dynamic SL automatically depending on market volati
    Live Signal on Vantage https: // www.mql5.com/en/signals/2378091 live signal is running mode/option 1 with autolot 2 % risk. Add webrequest for news filter https: //nfs.faireconomy.media Overview:  The Gold Space is a fully automated, professional-grade Expert Advisor specifically engineered for the XAUUSD (Gold) market. Designed natively for MetaTrader 4, this EA capitalizes on high-probability volatility expansions using a precise, dynamically calculated breakout algorithm. It eliminates emot
    Aura Superstar MT4
    Stanislav Tomilov
    4.78 (9)
    Aura Superstar  is a fully automated EA designed to trade  currencies during rollover time .  It is based on machine learning cluster analysis and genetic scalping  algorithms. The first multi-currency scalper using deep machine learning mechanism, a multi-level perceptron and an adaptive neuro filter combined with classic indicators. Expert showed stable results since 2003 year. No dangerous methods of money management used, no martingale, no grid, or hedge. Suitable for any good ECN broker.  I
    EA Sweet Dreams
    Vasiliy Strukov
    5 (1)
    EA Sweet Dreams is a trend following trading system powered based on my own indicator.  It follows a martingale grid strategy.  This EA is suitable for any currency pair and any time frame, however it performs exceptionally well on strong trending instruments such as xauusd on the M15 time frame. Real-time results can be viewed  here . Contact me immediately after the purchase to get personal bonus!  You can get a free copy of our Strong Support and Trend Scanner indicator, please pm. me! Settin
    Forex GOLD Investor
    Lachezar Krastev
    4.39 (51)
    PROMOTION - 70% OFF - Today ONLY! Get Forex GOLD Investor with a huge –70% discount ! Special Price: $167 (Regular Price: $547 — You Save $380! ) Don't miss out on getting this amazing gold trading advisor at such a low price. The price will increase tomorrow! Forex GOLD Investor is one of the best expert advisors developed to trade on GOLD(XAUUSD) in the forex market. Forex GOLD Investor consists of 3 trading systems . The first one is based on scalping trading strategy, the second system ha
    Alex EA
    Vasiliy Strukov
    Alex Expert Advisor is built around the Vertex Indicator, a proprietary tool designed to identify potential trend reversals.  Trading signals are generated when the underlying oscillator reaches overbought or oversold conditions and confirms a crossover or reversal signal. This advanced multi-signal EA integrates trend analysis, momentum evaluation, and precise entry timing into a single, intuitive trading system. By automatically filtering out weaker market conditions and focusing on high-prob
    PZ Hedging EA MT4
    PZ TRADING SLU
    2 (1)
    Your safety net to turn losing trades into winners Have you ever taken a trade at literally the worst possible moment? Have you ever bought an asset just before a significant price crash? Or perhaps you've gone short at the worst possible moment before a rip-off rally? I have. And it sucks. It's one of the worst feelings in the world. Like a kick in the groin. To come out unscathed and in profit from these situations, I developed PZ Hedging EA. [ User Guide | Installation Guide | Update Guide |
    More from author
    FadeStormPro
    Alexander Men
    FadeStormPro EA – Low-Risk Reversal Trading for Consistent Profits FadeStormPro EA is an advanced, fully automated trading system designed to capitalize on sharp, volatile price moves by executing high-probability reversal (fade) trades. Proven to deliver consistent results on EURUSD, USDCAD, and other major currency pairs, FadeStormPro combines multiple institutional-grade detection methods, robust risk management, and professional trade management features to generate profits in various market
    FREE
    Filter:
    Marek Tomaszewski
    38
    Marek Tomaszewski 2025.11.17 18:42 
     

    I noticed that the grid shows a "Breakeven" level, but there seems to be no parameter in the EA settings to actually enable automatic breakeven (moving the Stop Loss to the entry level). As it stands, this level appears to be only visual or indicative, and positions do not close at breakeven automatically. It would be very helpful to have a parameter like `UseBreakEven` or `BreakEvenPips` to allow the EA to shift SL to breakeven once a trade reaches a certain profit, especially for small accounts where risk management is crucial.

    [Deleted] 2025.09.15 02:11 
     

    User didn't leave any comment to the rating

    Reply to review