Bollinger Reversal Pro MT4

SPECIAL INTRODUCTORY PRICE!!

Bollinger Reversal Pro (MT4) is a professional, fully-customisable Expert Advisor that targets reversal setups at the outer Bollinger Bands, filtered by RSI and ADX to avoid weak, choppy signals. It’s simple to run in the MetaTrader 4 Strategy Tester, so you can backtest, optimise, and find parameters that suit any symbol and timeframe.

Packed with features

  • ATR-based SL & TP – Adapts to volatility; no more one-size-fits-all levels.
  • Currency or % risk – Set a fixed cash amount or a percent; lots auto-calculated from the ATR stop.
  • Fixed or trailing SL – Keep a fixed stop or use an ATR trailing stop that never widens initial risk.
  • Account protections – Daily drawdown (cash or %) with a custom reset hour, optional daily & total profit targets, and a max-spread filter so the EA skips poor conditions.
  • Fully optimisable indicators – Set Bollinger period/deviation and tune RSI/ADX.
  • User-defined hours & days – Control sessions and an optional daily “close all” time (handy around news).
  • Advanced trade management – Set max open trades and cooldown; hedging toggle; close only or close & reverse on opposite signal.

Inputs overview (plain English)

Bands & filters

  • BBPeriod – How many bars the bands look back (the “lookback” window).
  • BBDeviation – Band width in standard deviations from the middle band (larger = wider bands, fewer touches).
  • RSI_Period, RSIOversold, RSIOverbought – RSI confirmation (e.g., 14 / 30 / 70).
  • ADXPeriod, ADXMin – Trades only when ADX meets or exceeds this strength filter.

Risk & exits

  • UsePercentageRisk, RiskValue – Risk as % of balance or fixed currency; lot size auto-calculated from the ATR stop.
  • ATRPeriod, SlMultiplier – ATR-based stop-loss.
  • UseTrailingSL, TrailMultiplier – Optional ATR trailing stop (never widens initial risk).
  • TpMultiplier – Multiplier for TP relative to the ATR-based SL.

Trading window & flow

  • StartHour, EndHour – Hours the EA may open trades.
  • EnableTimedClose, CloseHour, CloseMinute – Optional daily “close all” time.
  • MaxOpenTrades – Maximum simultaneous positions (per symbol/magic).
  • CooldownMinutes – Minimum time between new entries.

Protections

  • UseDrawdownLimit, DrawdownLimitIsPercent, MaxDailyDrawdown, DrawdownResetHour – Daily drawdown guard (cash or %), with a reset hour to match your broker.
  • UseMinEquityGuard, MinAccountEquity – Stops trading when account equity gets too low.
  • UseProfitTarget, DailyProfitTarget, TotalProfitTarget – Optional daily and overall profit targets.
  • MaxAllowedSpreadPoints – Blocks new trades if spread (in points) exceeds this value.

Position behaviour

  • AllowHedging – Allow both directions at once (true) or block the opposite side (false).
  • ActOnOppositeSignal – If an opposite signal appears while in a trade, take action.
  • OppositeSignalCloseAndReverse – With the above on, choose close only (false) or close & open the opposite (true).

Misc

  • MagicNumber – Unique ID for this EA’s trades.
  • TradeMonday…TradeFriday – Pick which weekdays to trade.

Optimisation (MT4 Strategy Tester)

1) Open the Tester & pick the basics
View → Strategy Tester
Expert: Bollinger Reversal Pro (MT4)
Symbol & Period: choose what you trade (strategies won’t work on every pair/TF—try a few)
Use history: last 6 months (good starting point)

2) Modelling & speed/accuracy

  • Open prices only = fast (great for optimisation, especially on MA/RSI/ADX).
  • Every tick = highest realism (use it to re-test your best candidates).
  • Spread: set a typical fixed spread for the symbol or use Current.
  • Check optimisation box.

3) Expert Properties

  • Testing deposit: enter the balance you plan to use.
  • Optimisation criterion: Balance (good default).
  • Genetic algorithm: on for speed (you can turn it off later for a thorough pass).

4) How input ranges work
In the Inputs tab:

  • Unchecked box → the fixed Value is used.
  • Checked box → the EA sweeps Start → Stop in Step increments.
    Example: BBPeriod Start=16, Step=2, Stop=24 tests 16, 18, 20 … 24.

Recommended optimisation ranges

Risk

  • UsePercentageRisk – choose % or fixed cash.
  • RiskValueUnchecked: A practical range is 0.1%–1% of account (e.g., $100–$1,000 on $100k).

Stops/Targets

  • SlMultiplierChecked: Start 1.0, Step 0.1, Stop 2.0
  • ATRPeriod – 14, Unchecked
  • UseTrailingSLChecked: Start false, Stop true
  • TrailMultiplierChecked: Start 1.0, Step 0.1, Stop 2.0
  • TpMultiplierChecked: Start 2.0, Step 1.0, Stop 10.0

Bands & filters

  • BBPeriodChecked: Start 16, Step 2, Stop 24
  • BBDeviationChecked: Start 1.6, Step 0.2, Stop 2.4
  • RSI_Period – 14, Unchecked
  • RSIOversoldChecked: Start 20, Step 5, Stop 35
  • RSIOverboughtChecked: Start 65, Step 5, Stop 80
  • ADXPeriod – 14, Unchecked
  • ADXMin – Checked:
    • M1/M5: Start 15, Step 5, Stop 30
    • Higher TFs: Start 0, Step 5, Stop 30

Session & timing (broker server time)

  • StartHour / EndHour / Timed Close (CloseHour)Checked, Step 1 hour
    Pick windows around active sessions. Examples (server time):
    • Sydney: Start 2→3, End 4→7, Close 7→9
    • London: Start 9→11, End 11→12, Close 12→14
      (Times use broker server time—often EET/EEST ≈ GMT+2/3. Confirm with your broker.)

Position controls

  • MaxOpenTradesUnchecked at 1 (recommended).
    If you want stacking: Checked: Start 1, Step 1, Stop 5
  • CooldownMinutesChecked: Start 0, Step 15, Stop 60
  • MagicNumberUnchecked (this is just the EA’s ID; keep it unique)

Days

  • TradeTuesday / TradeWednesday / TradeThursday – true, Unchecked
  • TradeMondayChecked: Start false, Stop true
  • TradeFridayChecked: Start false, Stop true

Protections

  • UseDrawdownLimit / UseMinEquityGuard / UseProfitTarget  – Set to your prop-firm rules or personal guardrails (usually Unchecked during optimisation; enable with fixed values for live).
  • MaxAllowedSpreadPointsUnchecked: MT4 doesn’t optimise spread so set it above currency spread value or it wont enter trades in the strategy tester.

Hedging & reverse logic (pick one approach)

  • Approach 1 (simple hedging):
    AllowHedging = true
    ActOnOppositeSignal = false
    OppositeSignalCloseAndReverse = false
  • Approach 2 (flip on signal):
    AllowHedging = false
    ActOnOppositeSignal = Checked: Start false, Stop true
    OppositeSignalCloseAndReverse = Checked: Start false, Stop true
    (If your account type is netting or your broker disallows hedging, use Approach 2.)

Interpreting results (plain English)

1) Optimisation Results
Select start and when the optimiser has finished an optimisation results tab should appear. Open the Optimisation Results tab and sort by Profit, Profit Factor, or Drawdown to find a strategy you want to look into further.

2) Detailed check
Right-click a row → Set input parameters to load those values and turn optimisation off.

Click Start (single test) to generate a full report (win rate, consecutive losses, drawdown, equity curve). If it wasn’t just one lucky mega-trade, keep it.

3) Save your set & use it live
In Inputs, Save to a .set (include symbol/TF/date).
Attach the EA to a chart → Inputs → Load your set.
Re-optimise for other symbols/timeframes and save a new .set for each.


Recommended products
| 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
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
Magic EA MT4
Kyra Nickaline Watson-gordon
3 (1)
Magic EA is an Expert Advisor based on Scalping, Elliot Waves and with filters such as RSI, Stochastic and 3 other strategies managed and decided with the robot smartly. Large number of inputs and settings are tested and optimized and embedded in the program thus inputs are limited and very simple. Using EA doesn't need any professional information or Forex Trading Knowledge. EA can trade on all symbols and all time frames, using special and unique strategies developed by the author. The EA wo
Vizzion
Joel Protusada
Vizzion is a fully automated scalping Expert Advisor that can be run successfully using GBPJPY currency pair at H1 timeframe. Very Important This Expert Advisor can not run with any EAs in the same account. As part of the money management plan, it calculates and monitors the Margin Level % and assumes that all open trades are created by it. If you want an Expert Advisor that trades in a daily basis, this EA is not for you because using this requires a patience to wait for a few days or weeks on
The Super scalper universal is a fully automated scalping Expert Advisor, which uses five indicators. Each open position is protected by a hidden stop order managed by an advanced modification algorithm. When searching for the suitable signals, the EA uses the integrated indicator in conjunction with the trend and time filters, as well as the volatility filter. It use dynamic position closure, which considers the location where the order had been opened and the subsequent price action. Profit is
H4 GBPUSD Trend Scalper is a trend signal scalper The EA trades according to the trend strategy using original built-in indicator for opening and closing orders. The external inputs for limiting trading on Fridays and Mondays are available. The purpose of the strategy is to use the current trend with the most benefit. According to the results of testing and working on demo and real accounts, the best results achieved by using the Н4 timeframe on the GBP/USD pair Works on MetaTrader 4 Build 971+
Smart Funded Hft
Barbaros Bulent Kortarla
4.81 (64)
Smart Funded EA is an expert advisor designed to pass the HFT challenges of prop firms that allow its use. You can check my blog post about HFT Prop firms before buying a challenge. Do I need to back-test? You do not need to backtest, and demo servers that you backtest will not give the real results since HFT prop firms servers and symbols are specially designed friendly with HFT bots. Samart Funded HFT has a hundred percent success rate so do not waste your time back testing. You can test the
Hamster Scalping
Ramil Minniakhmetov
4.79 (229)
Hamster Scalping is a fully automatic trading advisor using two modes for scalping and martingale lovers. The RSI indicator and an ATR-based filter are used for entries. 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 General Recommendations with good
Root Diamond EA
Yevheniy Kopanitskyy
Full automatic trading platform incorporating the best settings of BinaryMiner and Root-Diamond Built-in configurations. 1. Automatic calculation of abyom from the deposit. 2.Opening only one position from the settlement level in Long or Short 3.Security for going to No Loss in cases of Contra trend 4 binary indicators filter the market and identify a nearby wave in the market movement. All incorporating configurations guarantee long-term income // --------- Configurable parameters -----
FREE
Santa Scalping
Morten Kruse
2.84 (19)
Santa Scalping is a fully automated Expert Advisor with no use of martingale. Night scalping strategy. The SMA indicator filter are used for entries. This EA can be run from very small accounts. As small as 50 EUR. General Recommendations The minimum deposit is 50 USD,  default settings reccomend for eurusd m5 gmt +2 . Please use max spread 10 if you will not have orders change it to -1. Use a broker with good execution and with a spread of 2-5 points. A very fast VPS is required, preferably w
This Expert Advisor trades based on trend lines, as well as on the basis of volume analysis. Volumes are calculated using minute bars, in order to determine if they were ascending or descending. The trend lines are drawn based on High and Lows in the trade history. There are also additional indicators. Buy or sell signals depend on all those factors. This allows the EA to enter the market with more accuracy and to perform more deals. Input parameters Lots - lot size (if 0, a lot is calculated b
Fundamental Robot MT4
Kyra Nickaline Watson-gordon
Fundamental Robot is an Expert Advisor based on Fundamental Signals Indicator. The Fundamental Signals Indicator has a powerful calculation engine that can predict market movement over 30000 points. The indicator is named fundamental because it can predict trends with large movements, no complicated inputs and low risk.  The EA works with low margin levels and thus has low risk. Using EA : The EA is very simple and without complicated input parameters. These are main parameters must be set
Micron
Ivan Simonika
We present to you a fully automated Expert Advisor designed for trading major currency pairs. The bot uses a set of its own trading algorithms and has protection against crashes. Attention! The bot only works correctly when the spread is less than 6 pips! I ask you to weigh this fact, and if you do not have the appropriate conditions for trading, this bot will not work for you! The robot controls the volume of trading positions, slippage, spread, maintains and protects open orders, can work wit
Harvest GOLD
Sayan Vandenhout
Harvest GOLD 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
Karman
Vladislav Filippov
Karman is a fully automated trading advisor working on a М30 timeframe. The settings of the advisor are based on the safe trading, the essence of which is to close the transaction, while achieving a positive profitability dynamism of several points, which allows the user to reduce the costs of opening losing trades. The Expert Advisor is multi-functional and does not require a specific type of account for the normal operation of all functions embedded in it. The advisor’s manual involves encapsu
Max ScalperSpeed
Paranchai Tensit
Max ScalperSpeed   is a fully automated expert advisor. This system has been developed to improve the efficiency of generating more returns. Rely on scalping trading strategies and recovery strategies with appropriate trading frequencies, and also able to work well in all market conditions, whether trend or sideways, able to trade full time in all conditions. Enable or disable news filtering according to user needs. Added a proportional lot size adjustment function, where users can choose to ad
Super grid nineth (ninth) generation is another grid type EA on this huge forex system population, this EA not using any indicator to avoid any fake signaling to open or closing position orders. This EA will open pending order stop and limit in the first time EA run, then maintain all opened order with unique way to balancing account free margin and make equity growth. This EA have unique system not like anyother grid EA, with correct setup and run on max 3 pairs in one account, this EA capable
SPECIAL INTRODUCTORY PRICE!! MACD Momentum Pro is a professional, fully-customisable Expert Advisor that uses closed-bar MACD crossovers, confirms trend with HMA/WMA, and filters with ADX . It’s simple to run in the MetaTrader 4 Strategy Tester, so you can backtest, optimise, and find parameters that suit any symbol and timeframe. Packed with features ATR-based SL & TP – Adapts to volatility; no more one-size-fits-all levels. Currency or % risk – Set a fixed cash amount or a percent; lots auto-c
Macd Pro I
Steve Zoeger
MACD Pro I EA https://youtu.be/2wCzTFIGNp4 =============== This Robot is fully automated and has been created for everyone. The Robot works also on cent accounts. The Ea is based on the MACD Indicator and 3 more and has been kept simple. ========================================= Maybe better to go for small profit, set it on higher time frames then you can use it for more pairs at the same time. =========================================== => works on all Time Frames but i would recommend the
FoxFx
Salavat Yulamanov
Fox is a retracement grid trading system based on price reversion to the mean using RSI indicators, Bollinger Bands, Double Stochastic from different timeframes!!! With closing based on total profit with partial closing and hedging of positions. Signal  https://www.mql5.com/ru/signals/2238212?source=Site+Profile+Seller   Currency pairs: AUDCAD, AUDNZD, NZDCAD. Timeframe: M15 The advisor is installed on only one chart for trading all symbols If the broker uses a suffix (for example NZD
Bear vs Bull EA MT4
Nguyen Nghiem Duy
Bear vs Bull EA Is a automated adviser for daily operation of the FOREX currency market in a volatile and calm market. Suitable for both experienced traders and beginners. It works with any brokers, including American brokers, requiring FIFO to close primarily previously opened transactions. *In order to enable the panel, it is necessary to set the parameter DRAW_INFORMATION = true in the settings; -  Recommendations Before using on real money, test the adviser with minimal risk on a cent trad
The Moving Average Convergence Divergence (MACD) is a popular technical analysis tool used by traders and analysts to identify trends and potential buy or sell signals in a financial instrument, such as a stock, currency pair, or commodity. It's essentially a combination of two moving averages, often referred to as the "fast" and "slow" moving averages. Here's how the MACD is calculated: Fast Moving Average (12-period EMA): This is a 12-period Exponential Moving Average (EMA) of the asset's pric
Magic Grid
Aliaksandr Charkes
4.5 (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
Ilanis
Mikhail Sergeev
4.74 (27)
Ilanis is and Expert Advisor for stock trading, it can be used for trading on Forex and other markets, including commodities, metals and index markets. To determine the market entry, the EA uses the modern and ultra-light adaptive indicator FourAverage. Principle of position maintaining is similar to that of the popular Forex robot Ilan, using averaging. But unlike Ilan, Ilanis uses an accurate entry into the market. The robot pays a lot of attention to position control, if the price goes in the
The “ SG Opposit Grid ” EA works with Virtual TakeProfit(or real) - at the trader's choice. The EA looks for signals to enter the market along the trend on D1 and H1 . If the signals coincide, the EA on the working period ( М1 - М30 depends on the trader's choice) looks for a confirming pattern and opens a position in the direction of the trend. If, after opening a position, the price moves in a profitable direction, the position is closed upon reaching the virtual TProfit with a profit. If the
Diamond Cross
Mitsuaki Mine
Capture Market Turning Points with "Diamond Cross," a Counter-Trend Breakout EA "What goes too far, must come back." We have meticulously crafted the logic and robustness of this EA to seize that very moment. Introduction: The Goal of the "Diamond Cross" EA Thank you for your interest in "Diamond Cross" from among the many EAs available. We will not introduce this EA with flashy phrases like "a magical tool that guarantees wins" or "ensures XX% monthly profit." Instead, our goal was to sincere
The advisor is designed for trading on any currency pairs, has a built-in multi-trend indicator, in the strategy tester the indicator works only on the current period as the leading one, it is possible to connect other periods       on the chart       as auxiliary (optional). For this purpose, 9 buttons are displayed on the chart indicating the period and direction of the trend - the red color of the button means that the trend is downward, blue color - upward, yellow color of the button - flat
High Freq Grid Scalper
Letsekang Bruno Sekhosana
This E.A is designed to wait for the perfect opportunity to get in the market, take a few trades (low risk) and get out. There is an option to Cut Loss at specific percentage of balance, this should be set to a max of 1% since we scalping. Very cautious EA, can go up to a few days without taking a trade. This should not alarm you, it simply means there currently is no opportunity available. Mainly designed for low spread brokers. Tested Pairs and their settings: EURUSD M1 : Jan 2022 - Dec 2022
Forex Jeweler
Artem Iartsev
The Forex Jeweler EA opens a locked position and sets a take profit for a buy and sell transaction. After closing one trade, the EA modifies the remaining trade according to the user's strategy. By default, the EA has a delivery setting not for trading. Setting "Forex Jeweler EURUSD" for safe and profitable EURUSD trading is attached in comment #1 of the Comments. The strategy test is presented in the screenshots. Profit for the last 6 months: 1000% (or average profit per month: 166%). The minim
Ilan Spirit
Denis Kudryashov
Ilan Spirit Советник  Ilan Spirit -это аналог советника, с добавлением множества дополнительных логик и возможностей для торговли, с оставленными настройками советника . Советник торгует по системе Мартингейл с увеличением последующих лотов в серии ордеров, с целью их усреднения. Первый ордер робот выставляет по сигналам встроенного индикатора. Так же советник имеет возможность прекращать торговлю в зависимости от новостей от сигналов новостного индикатора. Ilan Spirit можно использовать либо на
Buyers of this product also purchase
Cherma Mt4
Hicham Chergui
4.43 (7)
CHERMA MT4   – Professional Expert Advisor for Gold Trading Using Artificial Intelligence Cherma MT4 is an advanced automated trading system specifically designed for trading gold (XAUUSD) on the 5-minute timeframe. It relies entirely on artificial intelligence to analyze the market and identify precise entry and exit points. This expert advisor is built for traders seeking a fast and efficient scalping strategy, executing dozens of trades daily based on real-time AI-generated signals and intel
HiJack
Cence Jk Oizeijoozzisa
4.4 (5)
HiJack Expert Advisor – Advanced AI-Powered Trading  To prevent distribution of cracked versions in the market Live Signal  https://www.mql5.com/en/signals/2311903     ea new:  https://www.mql5.com/en/market/product/146447 The HiJack Expert Advisor has been used privately for years, and now, we have decided to make it available to the public so that everyone can benefit from its powerful capabilities HiJack utilizes cutting-edge artificial intelligence to analyze the trading behavior of major
GbpUsd Robot MT4
MQL TOOLS SL
4.79 (89)
The GBPUSD Robot MT4 is an advanced automated trading system meticulously designed for the specific dynamics of the  GBP/USD  currency pair. Utilizing advanced technical analysis, the robot assesses historical and real-time data to  identify potential trends , key support and resistance levels, and other relevant market signals specific to GBP/USD. The Robot opens positions  every day,  from Monday to Friday, and  all positions are secured  with Take Profit, Stop Loss, Trailing Stop, Break-Even
Quantum Emperor MT4
Bogdan Ion Puscasu
4.86 (167)
Introducing   Quantum Emperor EA , the groundbreaking MQL5 expert advisor that's transforming the way you trade the prestigious GBPUSD pair! Developed by a team of experienced traders with trading experience of over 13 years. IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. ***Buy Quantum Emperor EA and you could get Quantum StarMan + Quantum Bitcoin for free !*** Ask in private for more details MyFxBook Verified Sign
Goldex AI
Mateo Perez Perez
4.43 (7)
Goldex AI: Today's success will be tomorrow's fruits SUPER DISCOUNT FOR LIMITED TIME! LAST 2 COPIES FOR 299 USD BEFORE PRICE WILL INCREASE. Live Signal > IC Markets Real: Goldex AI Mid risk set Manual and set files: Contact me after purchase to receive the manual and set files. Price: The starting price is $499 and will increase by $199 after every ten sales. Available copies: 2 Goldex AI - Advanced trading robot with neural networks, trend, and price action. Goldex AI is a high-performance tra
Diamond PRO
Fanur Galamov
4.82 (56)
Only 1 copy left for $199  Tomorrow price  --> $299  Diamond PRO is enhanced powerful version of Diamond for advanced traders. Pro version includes optimized cores, new impoved entry points filters, new multistage profit closure algorithm and сontains number of external control parameter that allows build and fine tune own tradind decisions and algorithms. The system provides more accurate market entries, analyzes and filters upcoming economic news, contains spread protection and an advanced po
XG Gold Robot MT4
MQL TOOLS SL
4.45 (33)
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
Trend AI EA
Ramil Minniakhmetov
5 (15)
Trend Ai EA is designed to work with the Trend Ai indicator which will do its own market analysis by combining trend identification with actionable entry points and reversal alerts and will take over all the signals of the indicator in full auto!  The EA contains a number of external parameters that are fully adjustable and allows the trader to customize the expert according to his choice.  Be careful i not sell EA or sets at telegram it scam. All settings free here at   blog .  IMPORTANT! Con
Vortex Gold MT4
Stanislav Tomilov
5 (1)
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
Stock Indexes EA MT4
MQL TOOLS SL
5 (4)
Stock Indexes EA is a sophisticated trading robot meticulously engineered to capitalize on the dynamics of the US30 . This expert advisor employs advanced algorithms and technical indicators to analyze market trends, identify potential entry and exit points, and execute trades with precision. A news filter has also been added to the robot, which prevents it from opening a position during important economic news , minimizing the risk. In robot, you can also specify the days and hours when the EA
NEXON Ai
Hicham Chergui
5 (3)
NEXON – AI-Powered Gold Scalping Expert Advisor (XAUUSD M5) NEXON is an advanced, fully automated scalping Expert Advisor designed specifically for trading gold (XAUUSD) on the M5 timeframe. Powered by cutting-edge Artificial Intelligence, Machine Learning, and Neural Networks, it continuously adapts to market dynamics to deliver precise, high-frequency trading decisions. Rather than relying on rigid, rule-based logic or basic indicators, NEXON learns from historical and real-time market behavio
Bitcoin Robot MT4
MQL TOOLS SL
4.71 (63)
The Bitcoin Robot  MT4 is engineered to execute Bitcoin trades with unparalleled   efficiency and precision . Developed by a team of experienced traders and developers, our   Bitcoin Robot   employs a sophisticated algorithmic approach (price action, trend as well as two personalized indicators) to analyze market and execute trades swiftly with   M5 timeframe , ensuring that you never miss out on lucrative opportunities.   No grid, no martingale, no hedging,   EA only open one position at the sa
DS Gold Robot MT4
MQL TOOLS SL
4 (4)
Introducing the DS Gold Robot, your ultimate companion in navigating the intricate world of XAUUSD trading. Developed with precision and powered by cutting-edge algorithms, DS Gold is a forex robot meticulously crafted to optimize your trading performance with  XAUUSD pairs . With its advanced analytical capabilities,  DS Gold  Robot   constantly monitors the gold market, identifying key trends , patterns, and price movements with lightning speed. The DS Gold Robot opens positions every day from
Capybara
Sergey Kasirenko
5 (18)
Capybara EA is an advanced automated trend following system based on the Hama indicator.  If the market turns bearish and the indicator turns red the EA will sell, if the market turns bullish and the indicator turns blue the EA will buy.  The EA can accurately detect the beginning of uptrends and downtrends and will control open trades in a martingale/grid style until it hits TP.   Recommended pairs:  All major pairs like eurusd; audusd; gbpusd; nzdusd and also minor pairs like audcad; nzdcad;
EA Gold Stuff
Vasiliy Strukov
4.72 (1042)
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
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
Bitcoin Robot Grid MT4
MQL TOOLS SL
5 (16)
Bitcoin Robot Grid MT4 is an intelligent trading system designed to automate BTCUSD trading using the grid trading strategy. This method takes advantage of market fluctuations by placing a structured series of buy and sell orders at predefined price levels. The robot   continuously monitors market   conditions and executes trades according to its preset parameters, allowing for consistent market engagement without the need for manual intervention. Bitcoin Robot Grid is the   perfect solution  
Exorcist Projects
Ivan Simonika
5 (1)
Exorcist Bot   is a multi-currency, multi-functional advisor that works on any time frame and in any market conditions. - The robot’s operation is based on an averaging system with a non-geometric progression of constructing a trading grid. - Built-in protection systems: special filters, spread control, internal trading time limitation. - Construction of a trading network taking into account important internal levels. - Ability to customize the aggressiveness of trading. - Working with pending
EA Iron Machine
Mohamed Hassan
4.81 (16)
Summer Sale: 50% OFF!!! Promotion is valid until 15 August 2025!  EA Iron Machine is an expert advisor that primarily trades based on key support and resistance levels. When the price reaches a significant support zone, the robot triggers a buy signal. When the price hits a major resistance zone, it initiates a sell signal. This EA is sensitive to news events, so even when backtesting, please keep in mind that it may stop trading during periods of high-impact news. This is one of the most
AW Recovery EA
AW Trading Software Limited
4.35 (85)
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
Golden Scalper PRO
Felipe Jose Costa Pereira
3.83 (12)
Golden Scalper PRO: Our Technology by Your Side! Manual and configuration files: Contact me after purchase to receive the manual and configuration files. Price: The price increases according to the number of licenses sold. Available copies: 3 Trading gold, one of the most volatile assets in the financial market, requires high precision, thorough analysis, and extremely effective risk management. Golden Scalper PRO was developed precisely to integrate these pillars into a robust and sophisticate
OpenScalp GXT AI Mt4
Connor Michael Woodson
OpenScalp GXT is a straightforward scalping system backed by consensus from the latest GPT models. You can select the model you prefer from the dropdown located in the input settings or let the EA choose the model automatically.  Every order is entered on its own, one trade at a time with no gimmicky martingale/grid trades. Additionally, every position is protected by a virtual dynamic stop loss system with a fully customizable fixed stop loss available. The AI consensus combined with dynamic vo
Exp TickSniper
Vladislav Andruschenko
3.97 (30)
Exp-TickSniper is a fast tick scalper that automatically selects parameters for each currency pair separately. The EA has been developed based on experience gained in almost 10 years of EA programming. The EA performs short-term trades using smart trailing stop and based on the current currency pair data, its quotes, specification and spread. The averaging strategy is used to prevent losses caused by the signals detection algorithm. If an open position suffers a certain loss, then the function
Secret Impulse MT4
Eugen Funk
3.56 (18)
The EA enters a position when the market starts moving around the New York session (higher volume). This way, the momentum is preserved by the volume and we can reach the Take Profit with high probability instantly. Signal   (292%, 10% DD):  https://www.mql5.com/en/signals/2274145   (will update the URL soon) It Enters on Momentum Around New York Session The EA detects the hidden impulse via FVGs on lower time frames. When the impulse is detected closely before or during the New York session, th
Gold Throne EA – Non-Martingale Grid Trading System for Gold (XAUUSD) The   Gold Throne EA   is a Expert Advisor designed exclusively for   Gold (XAUUSD)   trading. It operates on a structured   grid trading methodology   while avoiding the use of   martingale   money management. Instead of increasing lot sizes exponentially after losses, the EA uses a fixed or incrementally adjustable lot sizing approach, giving traders greater control over exposure and risk. By removing martingale logic, Gold
AW Gold Trend Trading EA
AW Trading Software Limited
3.4 (5)
Fully automated trending EA with active strategy and advanced averaging system. Orders are opened according to a trend filter using oscillators for greater signal security. Has a simple and clear setup. The EA is suitable for use on any instruments and timeframes Advantages: Automated system with the ability to add manual orders Adjustable Overlap Recovery Algorithm Ability to trade in one or both directions Uses averaging when moving in the opposite direction Pluggable automatic volume calculat
AllPair Engine MT4
DRT Circle
5 (2)
AllPair Engine – Multi-Strategy EA for Major Currency Pairs | AUDUSD, EURUSD, GBPUSD, USDCAD, USDCHF, USDJPY Description AllPair Engine   is a precision-engineered Expert Advisor designed to operate across six major Forex currency pairs. Rather than using a one-size-fits-all trading approach, this EA integrates   six unique strategies , each carefully structured around the behavioral tendencies of one specific currency pair:   AUDUSD, EURUSD, GBPUSD, USDCAD, USDCHF, and USDJPY . The EA is fully
PrimAI Power: Where AI is used for trading. The way it is supposed to be used. Finally, the Expert Advisor which uses AI in the right way! PrimAI Power combines sophisticated built-in trading strategy based on proven rules, with the cutting-edge technology of OpenAI’s ChatGPT which servers as additional entry filter. This isn’t just another empty claim — PrimAI Power provides a genuine, fully integrated AI solution that analyzes market data, makes forecasts, and explains them to you in clear, a
Fundamental Trader
Sara Sabaghi
4.81 (16)
Ziwox Fundamental Trader Contact us after purchase (no rent) to access our VIP group. (Set files, tips, trade idea, community) Ziwox Fundamental trader is a trading assistant that helps financial markets traders reach smart decisions informed by the EA information data. This EA uses real-time online sources + AI tools to catch necessary information like the fundamental bias of currencies, Sentiment of retail traders ratio on a pair, Bank and institute forecast, COT report data, and other econom
The Gold Reaper MT4
Profalgo Limited
4.57 (30)
PROP FIRM READY! ( download  SETFILE ) 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 JOIN PUBLIC GROUP:   Click here Live Signal 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 extreme volatile
More from author
SPECIAL INTRODUCTORY PRICE!! MACD Momentum Pro is a professional, fully-customisable Expert Advisor that uses closed-bar MACD crossovers, confirms trend with HMA/WMA, and filters with ADX . It’s simple to run in the MetaTrader 4 Strategy Tester, so you can backtest, optimise, and find parameters that suit any symbol and timeframe. Packed with features ATR-based SL & TP – Adapts to volatility; no more one-size-fits-all levels. Currency or % risk – Set a fixed cash amount or a percent; lots auto-c
SPECIAL INTRODUCTORY PRICE!! MA Trend Pro is a professional, fully-customisable Expert Advisor that looks for trade setups using MA crosses with RSI and ADX confirmation. It’s easy to run in the MetaTrader 4 Strategy Tester so you can backtest, optimise, and find parameters that suit any symbol and timeframe. Packed with features ATR-based SL & TP – Adapts to volatility; no more one-size-fits-all levels. Currency or % risk – Set a fixed cash amount or a percent; lots auto-calculated from the ATR
SPECIAL INTRODUCTORY PRICE!! Bollinger Reversal Pro (MT5) is a professional, fully-customisable Expert Advisor that targets reversal setups at the outer Bollinger Bands , filtered by RSI and ADX to avoid weak, choppy signals. It’s simple to run in the MetaTrader 5 Strategy Tester, so you can backtest, optimise, and find parameters that suit any symbol and timeframe. Packed with features ATR-based SL & TP – Adapts to volatility; no more one-size-fits-all levels. Currency or % risk – Set a fixed c
SPECIAL INTRODUCTORY PRICE!! MACD Momentum Pro is a professional, fully-customisable Expert Advisor that uses closed-bar MACD crossovers, confirms trend with HMA/WMA, and filters with ADX . It’s simple to run in the MetaTrader 5 Strategy Tester, so you can backtest, optimise, and find parameters that suit any symbol and timeframe. Packed with features ATR-based SL & TP – Adapts to volatility; no more one-size-fits-all levels. Currency or % risk – Set a fixed cash amount or a percent; lots auto-c
SPECIAL INTRODUCTORY PRICE!! MA Trend Pro is a professional, fully-customisable Expert Advisor that looks for trade setups using MA crosses with RSI and ADX confirmation. It’s simple to run in the MetaTrader 5 Strategy Tester, so you can backtest, optimise, and find parameters that suit any symbol and timeframe. Packed with features ATR-based SL & TP – Adapts to volatility; no more one-size-fits-all levels. Currency or % risk – Set a fixed cash amount or a percent; lots auto-calculated from the
Filter:
No reviews
Reply to review