RRS Impulse Plus

RRS Impulse Plus EA is an advanced version of RRS Impulse EA. This upgraded version provides more flexibility with several new options. The EA scalps using the Relative Strength Index (RSI), Stochastic Oscillator, Moving Average (MA), and Bollinger Bands indicators to identify trend and counter-trend opportunities. As a multi-pair EA, it scans multiple currency pairs for signals.

This EA includes various features such as Trailing, Risk Management, Money Management, Restriction Mode, and more. With the right settings, it has the potential to generate significant profits.

Signal Descriptions:

Indicator BUY SELL
RSI Trend: When RSI touches the overbought line.
CounterTrend: When RSI touches the oversold line.
Trend: When RSI touches the oversold line.
CounterTrend: When RSI touches the overbought line.
Stochastic Trend: When both the Main & Signal lines touch the overbought level.
CounterTrend: When both the Main & Signal lines touch the oversold level.
Trend: When both the Main & Signal lines touch the oversold level.
CounterTrend: When both the Main & Signal lines touch the overbought level.
Bollinger Bands Trend: When the current market price touches the Bollinger Bands' resistance line (Upper Band).
CounterTrend: When the current market price touches the Bollinger Bands' Support line (Lower Band).
Trend: When the current market price touches the Bollinger Bands' Support line (Lower Band).
CounterTrend: When the current market price touches the Bollinger Bands' resistance line (Upper Band).
Moving Average Trend/CounterTrend: When the current market price is above the Moving Average. Trend/CounterTrend: When the current market price is below the Moving Average.

Signal Scenarios (Inverse : False)

RSI Stochastic Bollinger Bands Moving Average Signal
Above Above Above Below CounterTrend Sell ✅
Below Below Below Above CounterTrend Buy  ✅
Above Above Above Above Trend Buy ✅
Below Below Below Below Trend Sell ✅

Signal Scenarios (Inverse : True)

RSI Stochastic Bollinger Bands Moving Average Signal
Above Above Above Below CounterTrend Buy ✅
Below Below Below Above CounterTrend Sell ✅
Above Above Above Above Trend Sell ✅
Below Below Below Below Trend Buy ✅

Variable Descriptions:

Variable Values Description
RSI, Stochastic, Bollinger Bands, Moving Average Bool (True/False) RSI: Enable to use the RSI indicator for market analysis and trade execution.
Stochastic: Enable to use the Stochastic indicator for market analysis and trade execution.
Bollinger Bands: Enable to use the Bollinger Bands indicator for market analysis and trade execution.
Moving Average: Enable to use the Moving Average indicator for market analysis and trade execution.

You can enable multiple indicators together. At least one indicator must be enabled for EA operation.
Timeframe M1, M5, M15, M30, H1, H4, D1 Bool (True/False)
TradeDirection Trend, CounterTrend Trend: Opens trades in the direction of the trend (e.g., if RSI touches the overbought line, it takes a buy trade; if RSI touches the oversold line, it takes a sell trade).
CounterTrend: Trades against the trend, waiting for a trend reversal (e.g., if RSI touches the overbought line, it takes a sell trade; if RSI touches the oversold line, it takes a buy trade).
SignalStrength SingleTF, MultiTF SingleTF: The EA checks timeframes one by one. For example, if RSI and Bollinger Bands are enabled and the selected timeframes are M1 & M15, the EA will first check signals for both indicators on M1, then on M15, and open a trade if any condition is met.
MultiTF: The EA checks all selected timeframes together. For example, if RSI and Stochastic are enabled with timeframes M1, M5 & M15, the EA will confirm signals across all timeframes simultaneously before executing a trade.

SingleTF follows OR logic, while MultiTF follows AND logic for timeframes.
 Inverse  Bool True/false By using Inverse Mode, it will reverse the order type. This means a buy trade will become a sell trade, and a sell trade will become a buy trade.
LotMode Random_Lot, Lot_Percentage Random Lot: Trades with a random lot size between minLot_Size and maxLot_Size .
Lot_Percentage: Trades based on the risk percentage per trade and ensures that the lot size does not go below minLot_Size or exceed maxLot_Size .

If you want to use a fixed lot size, set minLot_Size and maxLot_Size to the same value.
StopLoss_Type  Virtual_SL, Classic_SL Virtual SL: The EA will close the trade when your specified stop loss is reached, but the stop loss level will not be visible to the broker’s server (remains on your local PC).
Classic SL: The EA will place a visible stop loss that reflects on the broker’s server.

This feature is useful if your broker does not support hyperactive EAs, has a limit on modification quotas per day, or if you suspect your broker is hunting your stop loss.
StopLoss Int Value Set your Stop Loss value in points/pips. Set 0 to disable Stop Loss.
TakeProfit_Type  Virtual_TP, Classic_TP  Virtual TP: The take profit level is not visible to the broker’s server.
Classic TP: The take profit level is visible to the broker’s server.
TakeProfit Int Value Set your Take Profit value in points/pips. Set 0 to disable Take Profit.
 Trailing_Type Classic_Trailing, Virtual_Trailing Virtual Trailing: The trailing stop loss is hidden from the broker’s server (remains on your local PC).
Classic Trailing: A visible trailing stop loss is placed and reflects on the broker’s server.
Note: This feature is useful if your broker does not support hyperactive EAs, has modification limits per day, or if you suspect stop-loss hunting.
Recommendation: Martingale relies on strict calculations, so it's better to use Classic Trailing.
Trailing_Start Int Value (Points/Pips) Number of pips from the open trade price at which trailing should begin. Set 0 to disable trailing.
Trailing_Gap Int Value (Points/Pips) Set the gap (in pips) between the market price and the trailing stop loss. Set 0 to disable trailing.
CandleExit  Int Value Once the trade is opened, after X number of candles from the opened trade, it will close the trade. Set 0 to disable Candle Exit.

Risk Management:

Variable Values Description
RiskManagement_Action StopEA, CloseAndContinue StopEA: If the negative floating loss reaches Money_In_Risk , all trades are closed, and the EA stops trading (requires manual restart).
CloseAndContinue: If the negative floating loss reaches Money_In_Risk , all trades are closed, but the EA continues trading.
Risk_In_Money_Type FixedMoney, BalancePercentage FixedMoney: Closes trades when the floating loss reaches a set monetary value.
BalancePercentage: Calculates risk based on the account balance and closes trades when the defined percentage loss is reached.
Money_In_Risk Int Value If Risk_In_Money_Type is FixedMoney, enter the maximum money you can afford to lose. If BalancePercentage, the EA will calculate the value based on your account balance.

Money Management:

Variable Values Description
MoneyManagement_Action Stop_EA, Close_And_Continue Stop_EA: When equity reaches Target_Revenue , all trades close, and the EA stops (manual restart required).
Close_And_Continue: When equity reaches Target_Revenue , all trades close, and the EA continues trading.
MoneyManagement_Type Fixed_Money, Balance_Percentage Fixed_Money: Closes trades when equity reaches a set amount.
Balance_Percentage: Closes trades when a certain percentage of the account balance is reached.
Target_Revenue Int Value If MoneyManagement_Type is Fixed_Money, enter the target equity value. If Balance_Percentage, the EA will calculate the value based on your account balance.

Restriction Mode:

Variable Values Description
Max_Spread Int Value (Points/Pips) Maximum spread allowed for trade execution. The EA will wait if the spread exceeds this value.
Slippage Int Value (Points/Pips) Maximum allowed slippage for trade execution.
MaxOpenTrade Int Value Maximum number of open trades allowed at a time.
TradeMode Bool (True/False) True: The EA can open new trades.
False: The EA will not open new trades but will manage existing ones.

News Management:

Variable Values Description
NewsManagement NewsDeactivated, HighImpactNews, ImportantNews NewsDeactivated: No news filter applied.
HighImpactNews: Filters out high-impact news events.
ImportantNews: Only filters out important news events listed in Important_News .
BeforeNews_Minutes Int Value (Minutes) Time before news events when trading should pause. (e.g., 120 for 2 hours)
AfterNews_Minutes Int Value (Minutes) Time after news events when trading should pause. (e.g., 180 for 3 hours)
News_CutLoss Int Value If a trade has a floating loss equal to or worse than this value during news time, it will be closed.
News_ReCheckMinutes Int Value Frequency at which the EA should update news data from ForexFactory.
Important_News String Value List of important news events that should pause trading (comma-separated).

Currency Selection:

Variable Values Description
Trade_Currencies String Value List of currency symbols (not pairs) that the EA should analyze and trade (comma-separated).

Important Notes:

  1. Enable web requests in MT4/MT5:

    • Navigate to Tools → Options → Expert Advisor → Allow Web Request, then add:
      http://nfs.faireconomy.media/

    • (This service is provided by ForexFactory and retrieves news data from their platform.)

  2. Recommended Testing:

    • It is highly recommended to test this EA on a demo account for at least 45 days before using it on a real account.

Please share your experience, feedback, and trading reports.

Good Luck & Happy Trading! 🚀






Recommended products
Magic Grid
Aliaksandr Charkes
4.54 (28)
Magic Grid is an indicator-free advisor that uses a grid strategy. The strategy is based on automatic reopening of grid pending orders, after closing their market positions (by Take-Profit, Stop-Loss or manually). Pending orders are placed with a specified step from the initial prices, which can be entered manually or generated automatically ( one time at the beginning of the trade ). The robot can trade on any time frame, on any currency pair, on several currency pairs, and on any number of di
FREE
Grid HLevel
Sergey Ermolov
4.56 (25)
MT5 version |  Valable ZigZag Indicator   |   FAQ The Grid HLevel Expert Advisor is perfect for those traders who want to make a stable profit in the Forex market every month. The Expert Advisor works  according to the averaging strategy and I suggest you to use it correctly. To use it "correctly" means to open trades with averaging in the reversal point of the market and trade only in the direction of a global trend. As for the direction of the main trend, I suggest to determine it by the indi
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
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
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
Free Spike Finder MT4
Pier Gaetano Novara
3 (2)
Same behavior of https://www.mql5.com/en/market/product/25552 but fixed lot 0.01 The EA waits for a spike according to a specific logic and opens a position in spike direction setting stop loss and take profit. When positions are in profit they are managed with smart trailing mechanism based also on elapsed time from opened position. It works with 5-digit and 4-digit broker. Must be used on the M1 chart. Does not need historical data. It does not use Martingale Grid Hedge Parameters spikeFilte
FREE
CCI and ATR Trader
Evgeniia Terekhova
2.33 (3)
Советник работает на двух индикаторах CCI и ADX. Условия для входа в BUY: 1. ADX пересекает уровень 20 2. CCI пересекает уровень 100 снизу вверх 3. Выставляем фиксированный StopLoss и TakeProfit 4. Закрываем позицию по рыночной цене, когда CCI пересекает уровень 100 сверху вниз. Условия для входа в SELL: 1. ADX пересекает уровень 20 2. CCI пересекает уровень -100 сверху вниз 3. Выставляем фиксированный StopLoss и TakeProfit 4. Закрываем позицию по рыночной цене, когда CCI пересекает уровень -10
FREE
SAAD TrendTracker
Adnan Iqbal
4.03 (34)
SAAD TrendTracker is a fully automated EA. It is based on mathematical algorithms Trend Tracker indicator and SAADScalper. The EA scalps pips by its strong Entry strategy based on SAADScalper. Trades that are not successful to scalp are handled in a different way of uniquely designed algorithm based on Trend Tracker indicator. EA is designed for M1, M5, M15 and M30. It consults daily chart for successful trading accuracy. It consults H1 to handle unsuccessful trades using Trend Tracker Indicator
FREE
Proftrader Free
Alexander Nikolaev
4 (3)
This Expert Advisor analyzes the last candles and determines whether there will be a reversal or a large correction. Also, the readings of some indicators are analyzed (their parameters can be adjusted). Is a free version of Proftrader . Unlike the full version, in the free version of the adviser the initial lot cannot be higher than 0.1, trading pair only EURUSD and also it has fewer configurable parameters. Input parameters Lots - lot size (at 0, the lot will be calculated from the percentage
FREE
Gold Coin M5
Andrey Kozak
2.5 (8)
Gold Coin M5 is an automated trading robot designed to trade the gold market (XAUUSD) using the M5 period. This robot is designed for traders who want to trade automatically on short-term time intervals (scalping). Peculiarities: Scalping strategy: The robot uses a scalping strategy based on instant entry and exit from positions based on short-term price movements. Optimized for XAUUSD on M5: The XAUUSD Scalper is specifically tuned to trade the XAUUSD pair on the M5 time frame, allowing it to
MACD Trader FREE
Konstantin Nikitin
1 (1)
This is an automated Expert Advisor that trades using the MACD and Envelopes indicators. The free version has the following limitations. No panel for opening orders. The trading is limited to the EURUSD currency pair and similar. Orders can only be opened with the minimum lot, no more than 5 orders can be opened in the same direction, to a total of 10 orders. Pause after closing of all orders is 6000 minutes. During the analysis, no more than 50 orders are added to the database and 15 bars are c
FREE
The Arrow Scalper
Fawwaz Abdulmantaser Salim Albaker
1 (2)
Dear Friend..  I share with you this simple Expert Adviser .. it is full automatic  this Expert Adviser following the trend of the pair you install on or any stocks or indices , it is works like that: - when the trend on H4 chart show a start of up trend the expert will wait till the 15M & 1H charts show an up trend the EA will open a buy order directly , and do the same for down trend and open a sell order the buy or sell  order lot size and take profit and stop loss will measured manually  by
FREE
GMMA Trade X is an EA based on GMMA. GMMA parameters such as MovingAveragePeriod1-24, MovingAverageMAShift1-24, MovingAverageShift1-24 and CandlestickShift1-24 can be adjusted. GMMA Trade X applies BTN TECHNOLOGY's state-of-the-art intelligent technology to help you create optimal results for your trades. May your dreams come true through GMMA Trade X. Good luck. = == == Inquiries = == == E-Mail:support@btntechfx.com
FDM Strategy
Paranchai Tensit
FDM Strategy is an Expert Advisor based on fractals and five dimension method. Five Dimensions expert system is developed based on a theory combining the Chaos Theory with the trading psychology and the effects that each has on the market movement. There is also an ADX (measuring trend strength with average directional movement index) used as a trading filter. Long and Short Trade Signals: If fractal to buy is above the Alligator's Teeth (red line), the pending Sell Stop order must be placed 1 p
| Fully-automated Smart Money Concept (ICT) inspired trading solution with multi-strategy capabilities | Built by a grid trader >> for grid traders.  This is MT4 version, click  here  for  Blue CARA MT5  (settings and logics are same in both versions)     Real monitoring signal  -->  Cara Gold Intro Blue CARA EA   ('CARA') - short for  C omprehensive  A lgorithmic R esponsive A dvisor is a next-gen  multi-currency    multi-timeframe  EA base on the widely known (and perhapse most popular) Inn
Black Out EA
Jason Thato Hartley
Thank you for visiting us. We would like to introduce our new BLACK OUT EA which comes along with a moving average indicator for better trading This EA open and closes trades for you, no need to stress yourself. You can trade on any broker using any time frame . there are no restrictions!! You can easily increase your Lot size on the EA settings Backtest was done for two months. stay tuned for more !!!
Brexit Breakout (GBPUSD H1) This EA has been developed for GBPUSD H1.  Everything is tested for H1 timeframe . Strategy is based on breakout of the This Bar Open indicator after some time of consolidation. It will very well works on these times, when the pound is moving. It uses Stop pending orders with  FIXED Stop Loss and Take Profit . It also uses PROFIT TRAILING to catch from the moves as much as possible. At 9:00 pm we are closing trading every Friday to prevent from weekly gaps. !!!Adjust
Simple RSI Forex Trading Strategy
Victor Manuel Valderrama Zamora
2.5 (2)
Diversify the risk in your trading account by combining our Expert Advisors. Build your own custom trading system here:   Simple Forex Trading Strategies The expert advisor opens trades when RSI indicator enter in oversold or overbought areas. The Stop Loss, Take Profit, and Trailing Stop are calculated based on the ATR indicator. The recommended currency pair is EURGBP and the recommended timeframe to operate and to do backtests is H4. This Expert Advisor can be profitable in any TimeFrame an
FREE
The Infinity Expert Advisor is a scalper. When the resistance and support levels are broken, trades are opened in the direction of the price movement. Open positions are managed by several algorithms based on the current market situation (fixed stop loss and take profit, trailing stop, holding positions in case of trend indication, etc.). Requirements for the broker The EA is sensitive to spread, slippages and execution quality. It is strongly recommended not to use the EA for currencies with s
MMM Zig Zag Strategy: The Expert Advisors uses its built-in Zig Zag indicator to determine the prices trends and calculates the signal to decide to open buy or sell positions. It sends an order, closes or moves the Trailing Stop loss position as the indicator works. You can define the time period of each day of the week the EA should not trade (the bad time to trade). Usually the period of day when the impact news are published. General Inputs: Closes orders with any profit of value (currency):
Correlation Beast EA
Rodrigo Rethka Goncalves
Correlation Beast V2.05 - Skyrocket Your Forex Trading! Unlock the power of currency correlations with Correlation Beast V2.5 , the ultimate Expert Advisor for MetaTrader 4! Designed for traders who crave precision and profitability, this EA leverages advanced correlation strategies to identify high-probability trades. Whether you're a beginner or a pro, this tool is your key to mastering the Forex market! Why Choose Correlation Beast V2.5? Powerful Correlation Trading Trade sma
"The settings are intricate, but make sure to take full advantage of them." MA Touch and Cross Trade Focused Semi-Automated EA This EA is specialized in MA touch and cross trades, with two MA exit conditions, one of which can also be used as a trailing stop! The usage is entirely up to you! I’ve never seen an MA trade EA with so many adjustable settings! MA Entry and Mass MA Exit for Open Positions Not only can this EA handle MA entry , but it can also be used for mass MA exits on open position
FREE
Commodity Channel Indicator Forex Trading Strategy
Victor Manuel Valderrama Zamora
4.67 (3)
Diversify the risk in your trading account by combining our Expert Advisors. Build your own custom trading system here:   Simple Forex Trading Strategies The expert advisor opens trades after CCI indicator exit the oversold or overbought areas. The Stop Loss, Take Profit, and Trailing Stop are calculated based on the ATR indicator. The recommended currency pair is GBPUSD and the recommended timeframe to operate and to do backtests is D1. This Expert Advisor can be profitable in any TimeFrame a
FREE
Gold Label
Tran Thanh Tuyen
Gold Label  is an Expert Advisor designed specifically for trading gold.  This EA is specifically designed for   XAUUSD  with low risk and can grow your account from small capital. It is based on machine learning cluster analysis and genetic algorithms. EA contains self-adaptive market algorithm, which uses price action patterns and standard trading indicators. Expert showed stable results on XAU in 2011-2020 period. No dangerous methods of money managment used. Suitable for any broker conditi
Harvest FX
Sayan Vandenhout
4.56 (9)
Harvest FX USES THE TREND WAVE INDICATOR AND IT CAN IDENTIFY THE BEGINNING AND THE END OF A NEW WAVE TREND MOVEMENT. AS AN OSCILLATOR, THE INDICATOR IDENTIFIES THE OVERBOUGHT AND OVERSOLD ZONES. IT WORKS GREAT TO CATCH THE SHORT TERM PRICE REVERSALS AND USES A MARTINGALE STRATEGY TO CLOSE ALL TRADES IN PROFIT. USE DEFAULT SETTINGS ON H1 OR HIGHER TIME FRAME ON ANY PAIR FOR MORE ACCURATE TRADES WHY THIS EA : Smart entries calculated by 3 great strategies The EA can be run on even a $30000 a
FREE
The XU_H4_910440109_S_PS_CF_SQX is an algorithmic trading strategy for MetaTrader, tested on XAUUSD (Gold) using the H4 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/gold-bulls-power-trader/ Key details are: Parameters MagicNumber: 910440109 Main Ch
FREE
How the EA works (simple explanation) Trades on   M5   timeframe Uses   H1 timeframe   to analyze global market context Analyzes   2 or 3 timeframes simultaneously On each timeframe: Checks price position relative to one or two Moving Averages Evaluates MA angle and distance between price and MA Entry logic is based on   trend + volatility conditions , not on random signals The full algorithm is illustrated in the screenshots. Recommended usage Symbol:   EURUSD Timeframe:   M5 Trading
EA KOGORO TREND PROFITABLE HIGHER, FLEXIBLE AND SAFER EA KOGORO is a robot that operates on the most basic principle of the market: "Trend is Friend" combined with the improved Martingale principle with many times more safety than conventional Martingale. - EA KOGORO is a fully automatic EA robot for established pairs. - The principle of order balancing, low DD protects accounts better for high profits. - Opening and closing orders is really flexible. - Safer, high profit. - Manage b
Gold Bullion
Armin Heshmat
Gold Bullion EA   is   VIP ,   It    was developed by   ENZOFXEA   team in Germany with experienced traders with   more than 15 years   of trading experience.The indicators used in expert have nothing to do with the standard indicators in the market and are completely derived from strategy. All Trade Have StopLoss Always Behind Order An expert based on    (GOLD , XAUUSD   ) This Expert  is Day Trader and  Breakout strategy NOTE Default EA setting is correct    Time Frame :  Daily  D1 first depo
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
Buyers of this product also purchase
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.
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
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
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
Vortex Gold MT4
Stanislav Tomilov
4.93 (44)
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 (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
Golden Moon Scalper
Nguyen Hang Hai Ha
5 (2)
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
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
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
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
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
Wall Street Robot MT4
MQL TOOLS SL
5 (1)
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 oper
TPS (Trend Pullback System) is an Expert Advisor for MetaTrader 5 that trades a common behavior of trend trading: the resumption of a trend after a pullback. Its logic is straightforward. It does not chase price or try to anticipate reversals. It waits for an already established trend to offer a quality pullback and enters only when the market confirms that it wants to resume its direction, applying the principle of buying weakness within an uptrend and selling strength within a downtrend. It co
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
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
Forex Diamond EA
Lachezar Krastev
5 (5)
BUY 1 and GET 1 FREE - Promotion! Buy Forex Diamond EA 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! Live Results:   https://www.mql5.com/en/signals/2379493 Forex Diamond EA – Reliable Automated Trading Powered by Smart Algorithms Forex Diamond EA is a proven expert advisor designed to deliver consistent results us
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
Titan AI 4All
Amirbehzad Eslami
Titan AI is a next-generation automated trading system developed by the expert team at MX Robots , combining cutting-edge Artificial Intelligence with deep financial expertise. This EA has been trained on high-quality market data , including Real Tick, MBP (Market by Price), and MBO (Market by Order) data — the same type of data used by institutional trading systems — to deliver consistent and intelligent decision-making across multiple markets. Titan AI is designed as a portfolio trading system
Solo Sniper Pro mw
DMITRII GRIDASOV
"SOLO SNIPER PRO" EA is a powerful scalping trading system for MT4 platform! High Win Rate is around 90%! Compound interest risk management is used! M15 timeframe! It is original product which is offered only on this MQL5 website. Use Set_file for testing and trading:  Download EA set_file - Trades are very accurate: around 90%.  - System is NOT using any dangerous methods like grids or martingale. Each order has own SL for account protection. - Implemented compound interest method for lot c
PRO ADVANCED MULTI SCALPING EA - is fully automatic multi-pair trading system - very safe with steady growth. This profitable scalping EA is really one of the most stable system on the market at the present time - it takes around 60-90 trades per month.  Download EA Set_files for testing and trading: USDCHF Set_file GBPCHF Set_file GBPCAD Set_file GBPAUD Set_file EURCHF Set_file EURCAD Set_file EURAUD Set_file AUDCAD Set_file Features of EA: - Adjustable Volatility-Adaptive Stop Loss. - Fixe
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
Quantum Pips AI MT4
Rodrigo Arana Garcia
5 (5)
Welcome to Quantum Pips AI, a new generation expert advisor! Only 2/5 copies will be sold at this price. Automatically after that the price will rise to make sure that the performance of the robot is adequate for real accounts. Contact me after purchase and  get a free indicator  (valued at over 65$) Quantum Pips AI is a cutting-edge Expert Advisor meticulously designed to profit from the forex market. This intelligent system uses meticulous analysis of multiple time frames, as well as a diverse
EA Games Changer
Tjia Elisabeth Jasmine Canadi
5 (3)
AI Games Changer – MultiPair Averaging + Hedge System (Smart Directional Extended) Version: Perfected Interactive UI - MT4 (Patched) Developer: CyberBot Project P R E P A R A T II O N Enter the Games Changer Philosophy: If trading is gambling, embrace it intelligently. By activating up to 20 pairs simultaneously, complementary price patterns create a stable balance point far superior to single-pair reliance. The core principle? More data equals higher winning probabilities.
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:
DAX Robot is an advanced automated trading system developed specifically for the   DAX 40 Index   on the H1 timeframe. Designed to handle the fast paced nature of one of Europe's   most actively traded indices , the robot continuously analyzes market conditions and automatically executes trades based on its built in trading logic. The system focuses on identifying high probability   trading opportunities   by combining trend analysis, market momentum, and volatility based conditions. DAX Robot
EA Black Dragon
Ramil Minniakhmetov
4.75 (567)
EA Black Dragon runs on the trend indicator. The EA opens a deal by indicator color, then there is the opportunity to increase the network of orders or work with stop loss. Be careful i not sell EA or sets at telegram it scam. All settings free here at   blog .  IMPORTANT! Contact me immediately after the purchase to get instructions and a bonus! Real operation monitoring as well as my other products can be found here:  https://www.mql5.com/en/users/mechanic/seller      Inputs Value  ·       
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
Wonder 1
Mario Baldantoni
Wonder 1 is part of the Wonder collection, strategies I selected from my own portfolios. It trades AUDJPY on the H1 timeframe using a fuzzy-logic model that reads the monthly and daily price structure. What it is, and what it is not Every trade opens with a fixed Stop Loss and Take Profit. Risk is always defined. No grid, no martingale, no averaging. One position at a time, low margin usage. No neural-network, no AI, no quantum wording. A rule-based system, tested and honest. Nothing to optimize
More from author
RRS Grid Scalping
Rajeev Ranjan Sharma
RRS Scalping is based on the Grid strategy, which involves increasing the lot size opposite to the price movement and waiting for recovery. Grid is usually a very medium risk technique, but this EA is built on well-calculated mathematics to minimize drawdown, reduce risk, and maximize profits. Refer for information about EA settings : https://docs.google.com/document/d/1cvg-qVqGrU5OaNUfd9AErpLSqYQ9gVcGd0tujWrKxFI/edit?usp=sharing Please share your experience, feedback, and trading reports. Good
FREE
RRS Impulse
Rajeev Ranjan Sharma
4 (3)
This EA scalps using the Relative Strength Index (RSI) Indicator, Stochastic Oscillator Indicator, and Bollinger Bands Indicator to identify trend or counter-trend opportunities. As a multi-pair EA , it scans multiple currency pairs for signals. This EA comes with a variety of features, including Trailing, Risk Management, Money Management, Restriction Mode, and more. With the right settings, it has the potential to generate significant profits. Variable Values Description Trading_Indicator RSI,
FREE
RRS Martingale
Rajeev Ranjan Sharma
RRS Martingale is based on the Martingale strategy, which involves increasing the lot size opposite to the price movement and waiting for recovery. Martingale is usually a very risky technique, but this EA is built on well-calculated mathematics which might help you to minimize the risk compared to normal martingale strategy.  This EA automatically calculates all values based on pre-programmed mathematical algorithms using your TakeProfit and LotMultiplier inputs. Refer for information about EA
FREE
Filter:
No reviews
Reply to review