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.64 (11)
    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.72 (43)
    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.57 (37)
    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. Universal Breakout Advisor User Guide >>   Download Session Breakout PRO Signal:   https://www.mql5.com/en/signals/2378603 Session Breakout PRO  is an Expert Advisor designed to trade price range breakouts using advanced signal filtering, intelligent trade management
    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
    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
    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
    Macd Martin
    Roman Yablonskiy
    2.5 (2)
    Double Breakout   is an automatic expert advisor with two separate strateges that uses martingale. The MACD indicator with adjustable parameters is used as inputs for each flow of orders. The specified takeprofit and stoploss levels are used to exit the position.  General recommendation The minimum recommended deposit is 1000 cents. Spread is recommended not more than 3 points. It is better to use trend currency pairs. The martingale parameter can be set from 0.1 to any value. When martingale i
    FREE
    Algorithmic FREE
    Vladimir Gorbachev
    5 (4)
    Medium-term trading system that tries to profit during the price rollbacks after significant movements. The system automatically determines the current trading range, the price rollback levels. This is a demonstration version of the Algorithmic EA, which is optimized over the year 2016 for trading the EURUSD currency pair. It is possible to trade in manual mode using a simple on-screen panel or in fully automatic mode. Amount of trades per month is from 5 to 18 in automatic mode. The recommended
    FREE
    Buyers of this product also purchase
    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
    Scalping Robot Pro MT4
    MQL TOOLS SL
    5 (11)
    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
    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.
    Aura Neuron MT4
    Stanislav Tomilov
    4.67 (15)
    Aura Neuron is a distinctive Expert Advisor that continues the Aura series of trading systems. By leveraging advanced Neural Networks and cutting-edge classic trading strategies, Aura Neuron offers an innovative approach with excellent potential performance. Fully automated, this Expert Advisor is designed to trade currency pair XAUUSD (GOLD). It has demonstrated consistent stability across these pairs from 1999 to 2023. The system avoids dangerous money management techniques, such as martingale
    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 (43)
    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
    Fortune MT4
    Lee See Hao
    5 (3)
    Real Trading Account  LIVE SIGNAL VT MARKETS:  https://www.mql5.com/en/signals/2363526 Join SmiteFX Algos MQL5 Public Chat :   https://www.mql5.com/en/messages/03e4dab0b20bdd01 Fortune is an automated breakout Expert Advisor for MetaTrader 4 & 5, developed primarily for XAUUSD. The EA identifies potential breakout and breakdown zones based on recent market structure, then manages each trade according to the risk percentage set by the user. Every position is opened with predefined Stop Loss and
    Quantum Nexus MT4
    Farell Edson Mazarin
    Quantum Nexus is an innovative Expert Advisor that combines quantitative analysis, multi-level validation, trend-following algorithms, position-tracking mechanisms, and statistical monitoring within a unified automated trading system. Bringing this product to life required decades of development experience and one year of preparation to create Quant v5 - a hedge-fund-level quantitative analysis tool with continuous rolling OOS tests used to mathematically prove the statistical edge of strategies
    Scalp On Scalp Off MT4
    Connor Michael Woodson
    FastBull Market Sentiment is a data feed that aggregates thousands of positions totaling over 500 million USD account value. Scalp On Scalp Off is able to instantly retrieve this data via direct API integration and leverage it when making trades. The sentiment is displayed directly on your chart in a customizable, user-friendly panel. Live Signal: CLICK HERE Single shot trades managed without the use of grid or martingale. Adaptive, dynamic trailing stop and take profit. Setup is incredibly eas
    Golden Moon Scalper
    Nguyen Hang Hai Ha
    5 (5)
    Expert Gold Moon Scalper is a fully automated Expert Advisor designed specifically for the Gold market (XAUUSD). The EA combines price action analysis, tick-based market behavior, and technical indicator confirmation to identify high-probability trading opportunities. The strategy uses Stop Orders to capture momentum during Gold's fast price movements, helping reduce premature entries in volatile conditions. Positions are managed with a combination of scalping logic, dynamic trailing, and predef
    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 scalp
    Aurum AI mt4
    Leonid Arkhipov
    4.94 (34)
    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
    Trend Catcher Exp
    Ramil Minniakhmetov
    5 (2)
    Trend Catcher EA analyzes market price movements, using the author’s proprietary and customized adaptive trend-analysis indicators.   It identifies the true market direction by filtering out short-term noise and focusing on underlying momentum strength, volatility expansion, and price structure behavior.   By combining the smoothing and trend-filtering capabilities of special customized indicators such as moving averages, RSI, and volatility filters, the EA can automatically execute trades based
    Multi Sniper mq
    DMITRII GRIDASOV
    5 (4)
    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
    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
    BB Return mt4
    Leonid Arkhipov
    4.89 (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
    GHS (Gann HiLo System ) is an expert advisor that trades the resumption of a trend after a pullback, using the Gann HiLo Activator as its directional reference. It does not chase price or try to anticipate reversals: it waits for the line to define a trend, waits for price to pull back against it, and enters only when the market clears the prior extreme of the move, confirming it wants to resume its direction. The Gann HiLo indicator is calculated inside the advisor itself, so no external indic
    XGen Scalper MT4
    Burak Baltaci
    3 (2)
    XGen Scalper MT4 - Professional Automated Trading System XGen Scalper is a state-of-the-art Expert Advisor that combines advanced algorithmic structure with proven technical analysis to deliver consistent results across all markets. This powerful trading system operates seamlessly on forex pairs, precious metals such as gold and silver, cryptocurrencies, and commodity indices. Advanced Algorithmic Technology The proprietary wave scanning algorithm processes market data in real time, identify
    Bypass Generator MT4
    Connor Michael Woodson
    Bypass Generator is a deterministic scalping system for XAUUSD based on institutional-grade algorithms. Live Signal: CLICK HERE This is not a typical EA that thoughtlessly opens trade after trade, destroying your margin and putting your deposit at unnecessary risk. Every entry passes through 16 independent validation layers before opening a single position. There are no grids, and every trade has a virtual Take Profit and Stop Loss. The backtest curve was not optimized for unrealistic performan
    Loophole System MT4
    Connor Michael Woodson
    Loophole System is a midrange scalping system for currency pairs that can make decisions based on a persistent connection to the global Currency Strength Meter. IMPORTANT! Contact me after purchase for detailed, comprehensive instructions! Current price will be increased. Limited time price: 79 USD Single shot trading only. No grid or martingale ever. Intelligent trailing stop exits that adapts to daily volatility The Currency Strength Meter is a online database that constantly monitors the str
    AW Double Grids EA
    AW Trading Software Limited
    4.5 (8)
    Advisor AW Double Grids MT4 - is an aggressive, fully automated grid advisor, with an information trading panel and simple setup. The strategy consists of simultaneous two-way work, multiplying the volume of one direction. Built-in automatic lot calculation, various variations of increasing the volume of positions, and other functions are implemented. Instructions ->  HERE  /  Problem solving ->  HERE  / MT5 version ->  HERE How the advisor trades: AW Double Grids conducts two-way trading with
    One Gold MT4
    Stanislav Tomilov
    4.68 (19)
    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
    GoldJump
    Gun Gun Gunawan
    GoldJump EA is an Expert Advisor based on a gold scalping strategy specifically designed for the M1 timeframe with a structured risk management approach. This EA utilizes fast price movements during the Asian trading session to identify entry opportunities, targeting short yet consistent market moves. The system is equipped with Drawdown control (DD Max), measured Stop Loss (SL), and optimized Take Profit (TP) features to maintain performance stability and efficient margin usage. The GoldJump EA
    AFTrade Scalper MT4 EA
    Achmad Fathoni
    5 (2)
    AFTrade Scalper EA is an automated trading robot designed for XAUUSD using a breakout-based scalping approach. The EA focuses on very short-term opportunities with controlled risk management, fixed lot options, trading session filters, and a three-stage trailing stop system consisting of Trailing Start, Trailing Stop, and Trailing Step. No grid and no martingale, every trade has a defined Take Profit and Stop Loss. Please see below live signal of this EA : Live Signal Broker IC Markets (startin
    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
    ORIX mt4
    Leonid Arkhipov
    4.75 (4)
    ORIX System — a trading robot developed specifically for the GBPUSD currency pair on the M5 timeframe. The Expert Advisor is based on price behavior analysis and market structure elements and does not use standard technical indicators. The EA does not use martingale, trading grids, averaging against the market, hedging, opening trades without a stop-loss, or high-frequency or chaotic trading. Live signals Main requirements and recommendations Currency pair: GBPUSD Timeframe: M5 Minimum deposit:
    Poison Ivy
    Janet Abu Khalil
    5 (1)
    Info: Working trading pairs :  XAUUSD, GOLD  Timeframe: H1 Min deposit: $100 Min leverage 1:20  Works with any broker, though an ECN broker is recommended Live signal :  https://www.mql5.com/en/signals/2382616 Features: No martingale No grid trading No averaging No dangerous money management techniques Hard stop loss and take profit for every trade Stable results since 1999 with 99.9% quality quotes Not sensitive to broker conditions Easy to install and use FTMO and Prop firm ready Complies wi
    Session Breakout PRO is a professional Breakout EA designed for automated Forex trading and built around the classic Session Breakout strategy. The EA supports multiple trading sessions, including the London Breakout and Asian Session Breakout, and combines advanced signal filtering, adaptive risk management, and modern risk-control tools. Its flexible configuration system allows traders to adapt the strategy to different currency pairs, CFDs, indices, metals, and other financial instruments, as
    GOLD Scalper PRO
    Lachezar Krastev
    4.48 (25)
    BUY 1 and GET 1 FREE - Promotion! Buy GOLD Scalper PRO with a huge –60% discount and GET 1 FREE EA by your choice! Promo Price: $177 (Regular Price: $447 — You Save $270!) After purchase contact me to get your GIFT EA! You can also contact me to get the list of available GIFT EAs! Live Results:   https://www.mql5.com/en/signals/2353871 GOLD Scalper PRO is a fully automated trading system which takes much of the work out of trading, leaving you free to do other things! You should not be fooled
    Forex GOLD Investor
    Lachezar Krastev
    4.39 (51)
    BUY 1 and GET 1 FREE - Promotion! Buy Forex GOLD Investor with a huge –60% discount and GET 1 FREE EA by your choice! Promo Price: $217 (Regular Price: $547 — You Save $330! ) After purchase contact me to get your GIFT EA! You can also contact me to get the list of available GIFT EAs! 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 strat
    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