Bollinger Reversal Pro MT5

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 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.
  • MaxSpreadPoints – 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 (MT5 Strategy Tester) EA must be optimised before adding to chart.

  1. Open the Tester & pick the basics
    View → Strategy Tester (Ctrl+R)
    Expert: Bollinger Reversal Pro (MT5)
    Symbol & Period: choose what you trade (strategies won’t work on every pair/TF—try a few)
    Use history: last 6 months (recommended to start)
  2. Forward setup (optional, recommended)
    Forward optimisation: select a fraction (e.g., 1/4).
    With 6 months of data, this splits into 4.5 months in-sample + 1.5 months forward/out-of-sample so you can see if results hold outside the fitted period.
  3. Modelling & speed/accuracy
    Modelling: 1 minute OHLC (great speed/accuracy trade-off for optimisation).
    Delay: 0 ms (zero latency).
    Spread: use Current or set a typical fixed spread for the symbol.
    Tip: After you find a good set, re-test those inputs with Every tick based on real ticks and set delays to your last server ping if you want to approximate live conditions.
  4. Account settings (very important)
    Deposit: enter your real balance (or what you plan to use).
    Currency & Leverage: set exactly as your account.
    If these are unrealistic, over-leveraging can become part of the strategy.
  5. Optimisation criterion
    Genetic algorithm
    Optimisation by: Balance max (good default).
    You can also try Profit Factor or Expected Payoff later.
    Avoid judging by pips alone across different symbols (point sizes differ).
  6. 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 (keep it tiny for optimisation)

Use ~0.1% per trade while you’re searching (e.g., 100 for $100,000 accounts). This avoids margin rejection becoming part of the strategy. After you find a stable set, you can scale the risk safely.

  • UsePercentageRisk = false, RiskValue ≈ 0.1% of Deposit (e.g., $100 on $100k), Unchecked.

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).
  • MaxSpreadPointsChecked: Start 8, Step 2, Stop 28
    (Covers symbol differences: e.g., EURUSD ~2 points vs GBPJPY ~24.)

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. Start with the Forward tab
    If you turned on Forward optimisation, the Forward Results tab will list candidates.
    • Backtest = initial deposit + profit from the first 4.5 months
    • Profit = profit from the last 1.5 months (out-of-sample)
      Pick setups that look good in both—if it only wins in one and flops in the other, it’s probably overfit.
  2. Open a detailed report
    Right-click a row → Run single test to open Backtest and Forward tabs that show full stats (win rate, drawdown, equity curve, etc.). If it still looks sensible (not one lucky mega-trade), keep going.
  3. Freeze the setup and test only the risk
    • Set Forward = No, Genetic algorithm = On.
    • In Inputs, uncheck everything so your chosen values stay fixed.
    • Optimise RiskValue only:
      • Percent: UsePercentageRisk=true, then Start=0.1, Step=0.1, Stop=2.0 (0.1%→2.0%).
      • Fixed cash: UsePercentageRisk=false. For a $100k deposit, Start=100, Step=100, Stop=2000 (~0.1%→2.0%).
    • Click Start. Starting small avoids margin rejections skewing the logic.
  4. Spot over-leveraging quickly
    Sort by Total trades. You’ll often see a group of risk values with the same (highest) trade count—the highest risk inside that full-trade group is typically your safe ceiling. Above that, total trades drop (margin rejections) and profit can even decrease.
  5. Save your settings & use them on a chart
    In Inputs, right-click → 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.



Produits recommandés
| Fully-automated Smart Money Concept (ICT) inspired trading solution with multi-strategy capabilities | Built by a grid trader >> for grid traders.  This is MT5 version, click  here  for  Blue CARA MT4  (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 perhaps the most popul
Hamster Scalping mt5
Ramil Minniakhmetov
4.7 (227)
Hamster Scalping est un conseiller commercial entièrement automatique. Stratégie de scalping de nuit. L'indicateur RSI et le filtre ATR sont utilisés comme entrées. L'Expert Advisor requiert un type de compte de couverture. IMPORTANT! Contactez-moi immédiatement après l'achat pour recevoir des instructions et un bonus ! Le suivi du travail réel, ainsi que mes autres développements sont consultables ici : https://www.mql5.com/en/users/mechanic/seller Recommandations générales Dépôt minimum de 10
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
ID Trade_Bot BS - an effective tool for automated trading using RSI Trade_Bot BS is an efficient solution for automated trading based on RSI, allowing flexible parameter customization and risk management. Thanks to the ability to choose a trading mode, dynamic Stop-Loss and Take-Profit levels, and trading mode adjustment (buying, selling, or both), it is suitable for various trading strategies. Key Features: Uses the RSI indicator to determine market conditions. Automatically opens an
YenSync
Michael Prescott Burney
YenSync is an advanced trading system for the USDJPY H1 chart, evolving from the core logic of the proven Fuji Wave system. Designed specifically to adapt to the unique rhythm of the USDJPY pair, YenSync emphasizes precise entry timing, trend synchronization, and controlled exposure across varying volatility conditions. This system leverages internal momentum tracking and directional alignment filters to engage with clean, sustained market movements while minimizing reaction to short-term noise.
This robot operates based on the Parabolic SAR indicator. Verion for MetaTrader4 here . The advanced EA version includes the following changes and improvements: The EA behavior has been monitored on various account types and in different conditions (fixed/floating spread, ECN/cent accounts, etc.) The EA functionality has been expanded. Features better flexibility and efficiency, better monitoring of open positions. Works on both 4 and 5 digits brokers. The EA does not use martingale, grid or arb
Magic EA MT5
Kyra Nickaline Watson-gordon
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 w
Gold Scalper X
Aleksandr Makarov
Special offer! https://www.mql5.com/ru/users/bossik2810 Gold Scalper X -  Your best assistant in gold trading. A fully automatic advisor that does not require additional settings, designed for trading on the Gold currency pair (XAUUSD) Does not use dangerous trading methods, no grids, martingales, etc. The strategy is based on breaking through important levels. (fast scalping). This is a real trading algorithm - The results of this are a very stable growth curve. Recommendations: Trading pair:
Bober Real MT5
Arnold Bobrinskii
4.76 (17)
Bober Real MT5 is a fully automatic Forex trading Expert Advisor. This robot was made in 2014 year and did a lot of profitbale trades during this period. So far over 7000% growth on my personal account. There was many updates but 2019 update is the best one. The robot can run on any instrument, but the results are better with EURGBP, GBPUSD, on the M5 timeframe. Robot doesn't show good results in tester or live account if you run incorrect sets. Set files for Live accounts availible only for cu
SolarTrade Suite Financial Robot: LaunchPad Market Expert - conçu pour ouvrir des transactions ! Il s'agit d'un robot de trading qui utilise des algorithmes spéciaux innovants et avancés pour calculer ses valeurs, votre assistant dans le monde des marchés financiers. Utilisez notre ensemble d'indicateurs de la série SolarTrade Suite pour mieux choisir le moment de lancer ce robot. Découvrez nos autres produits de la série SolarTrade Suite en bas de la description. Vous souhaitez naviguer en
Magic Grid MT5
Aliaksandr Charkes
4.14 (7)
Magic Grid MT5 is a non-indicator Expert Advisor using a grid strategy (on a hedging account). 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 (once at the beginning of the trade).   The robot can trade on any timeframe, on any currency pair, on several currency pairs,
Nova WDX Trader is a refined implementation of the classic ADX Wilder trend strength algorithm — engineered into a disciplined, automated trading strategy that respects momentum, structure, and timing. It builds on the original logic introduced by Welles Wilder, enhancing it with modern execution and risk control. Rather than reacting to short-term volatility, Nova WDX Trader waits for confirmed directional strength based on Wilder’s ADX formula, ensuring every trade has context and conviction.
RSI Grid MT5
Joseph Anthony Aya-ay Yutig
OBTENEZ D'AUTRES EA GRATUITEMENT !!! OBTENEZ D'AUTRES EA GRATUITEMENT !!! OBTENEZ D'AUTRES EA GRATUITEMENT !!! OBTENEZ D'AUTRES EA GRATUITEMENT !!! OBTENEZ D'AUTRES EA GRATUITEMENT !!! RSI Grid est basé sur les conditions de surachat et de survente RSI et ouvre une grille lorsque le commerce est du côté perdant du marché. Le RSI fournit aux traders techniques des signaux sur la dynamique des prix haussière et baissière, et il est souvent tracé sous le graphique du prix d'un actif. Un actif est
Santa Scalping MT5
Morten Kruse
3.33 (3)
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 wi
Fundamental Robot MT5
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
Error EA
Dragan Drenjanin
Error EA Introducing Error EA: Your Advanced Forex Trading Companion for MT5 Error EA is a cutting-edge Expert Advisor (EA) designed for the MetaTrader 5 (MT5) platform, crafted to elevate your forex trading experience. This sophisticated tool empowers traders with unparalleled flexibility, precision, and automation in trading currency pairs. Capable of operating across a wide range of timeframes, Error EA adapts seamlessly to various trading styles, making it an ideal companion for both novice
Grid Balance
Tan Au Phuong
3 (2)
Stratégie de Trading Automatisée par Grille Grid Balance EA est un outil de trading en grille puissant et hautement personnalisable, développé en MQL5 . Il ouvre automatiquement des ordres d’achat et de vente, définit un take-profit individuel pour chaque trade et clôt toutes les positions dès que l’objectif global de profits est atteint, rationalisant ainsi l’ensemble du processus de trading automatisé. C’est un assistant fiable pour le grid trading nécessitant efficacité et discipline. Obtenez
Nova MFI Scalper brings the Buy‑Side’s favourite oscillator straight to your MT5 chart. Built around the Money Flow Index (MFI) —a volume‑weighted RSI variant that filters out weak price moves—the EA zeroes‑in on genuine accumulation and distribution. The result? Cleaner entries, faster exits, and fewer fake‑outs. Launch offer A limited batch is available at 100$. Once those copies are gone, the price jumps to $200. Secure yours today. Why traders add Nova MFI Trader to their toolbox Feature Be
FusionPro EA
Bram Van De Vooren
FusionPro v1.1 Beta - Multi-Strategy News-Aware EA ️ CONSERVATIVE Multi-Pair Trading System with Advanced Risk Protection LIMITED BETA RELEASE - $299 (Price increases +$100 after every 10 sales - Secure your copy now!) ️ SAFETY-FIRST TRADING APPROACH Conservative Risk Management - Maximum 0.1%-2.0% risk per pair, never risky martingale News Event Protection - Automatically blocks trades during high-impact volatile events Smart Position Limits - Maximum open trades cap prevents o
Max ScalperSpeed MT5   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 t
Exp TickSniper PRO FULL
Vladislav Andruschenko
3.95 (57)
Exp-TickSniper - scalpeur de ticks à   grande vitesse avec sélection automatique des paramètres pour chaque paire de devises automatiquement. Vous rêvez d'un conseiller qui calculera automatiquement les paramètres de trading ? Optimisé et réglé automatiquement ? La version complète du système pour MetaTrader 4:       TickSniper   scalper   pour MetaTrader 4 TickSniper - Description complète       + DÉMO + PDF L'EA a été développé sur la base de l'expérience acquise en près de 10 ans de program
Mango Scalper
Mahmoud M A Alkhatib
Mango Scalper  is a fully automated scalping robot that uses a very Good and Smart breakout strategy, advanced money management and probabilistic analysis. Most effective in the price consolidation stages that occupy the bulk of the market time. Proven itself on real accounts with an excellent risk-to-reward ratio. Does not need forced optimization, which is the main factor of its reliability and guarantee of stable profit in the future. S uitable for both beginners and experienced traders.  
Bear vs Bull EA MT5
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 tradi
Exclusive EA for FOREX HEDGE account The EA (FuzzyLogicTrendEA) is based on fuzzy logic strategies based on the analysis of a set of 5 indicators and filters. Each indicator and filter has a weight in the calculation and, when the fuzzy logic result reaches the value defined in the EA parameter, a negotiation is opened seeking a pre-defined gain. As additional functions it is possible to define maximum spread, stop loss and so on . Recommended Symbol: EURUSD, AUDUSD, GBPUSD, NZDUSD, USDCAD, AUD
Mascalper EA Pro is an automated trading system (Expert Advisor) designed to execute high-frequency trades with precision, based on market scalping strategies. It helps traders take advantage of small price movements in the forex market with minimal manual intervention. Key Features Fully Automated Trading : Executes trades automatically based on pre-set conditions, saving you time and effort. Scalping Strategy : Focuses on quick, small profits by entering and exiting positions rapidly. Built-
Mini Sniper EA
Tomasz Marek Cieckiewicz
1 (1)
Mini Sniper EA for XAUUSD – Your Path to Consistent Gold Profits! Take your XAUUSD trading to the next level with our powerful Expert Advisor (EA)! This EA is designed exclusively for XAUUSD and works seamlessly across all timeframes , thanks to its built-in advanced calculations and precise algorithms. Whether you're a scalping enthusiast or prefer to adjust your take profit (TP) for a more custom trading experience, this EA has you covered! Key Features: Universal Timeframe Compatibility: No
MultiNinja
carl_carl101
Let me introduce my new grid expert advisor MultiNinja ,  a fully automatic Expert Advisor for   Scalping mainly on the EURUSD. The expert advisor is based on several strategies that scalp the market carefully. The grids can be modified for your specific risk and pairs that you want to trade with! (please make sure to backtest before testing on other pairs than EURUSD ) My robot is made for every type of market, any account size and  highly customizable to suit your trading needs! The get the b
GoldRobotics
Patiwat Phinitsuwan
GoldRobotics EA: Automated Gold Trading with Precision and Speed GoldRobotics is a sophisticated Expert Advisor designed for automated trading on the XAUUSD (Gold) market. This EA employs a unique strategy based on precise candle pattern recognition and volume analysis, enabling swift entries and exits for optimal performance in volatile market conditions. It prioritizes quick reactions to market fluctuations, making it ideal for scalping strategies without relying on news events. ️ Unlik
Join Deriv link on profile>>> Boom and Crash UPGRADE  BOOM AND CRASH upgrade is a 100% adaptive expert advisor based on price movement. It has a built-in unique Smart Recovery algorithm. Only one trade at a time. Every trade has Stop Loss and Take Profit from very beginning, and they do not change. This is for those, who are looking for stable growth over the long run. SETTINGS SL-1000 TP-10000 TSTOP-7 TSTEP-5 MONEY MANAGEMENT-CONSTANT LOT VALUE FOR "MONEY MANAGEMENT"- 0.2 USE TIME CONTROL-FAL
SmartRisk MA Pro
Oleg Polyanchuk
SmartRisk MA Pro Strategy Overview: SmartRisk MA Pro is an optimized, risk-oriented automated trading strategy (Expert Advisor) developed for the MetaTrader 5 platform. It is designed to identify trading opportunities based on price deviations from moving averages and incorporates a comprehensive capital management system. The Expert Advisor operates on a "new bar" logic, ensuring stability and predictability in trade signal execution. Operating Principles and Trading Logic: At its core, the st
Les acheteurs de ce produit ont également acheté
Quantum Queen MT5
Bogdan Ion Puscasu
4.98 (224)
Bonjour les commerçants ! Je suis Quantum Queen, le plus récent et un ajout très puissant à la famille Quantum de conseillers experts. Ma spécialité? OR. Oui, je négocie la paire XAUUSD avec précision et confiance, vous offrant des opportunités de trading sans précédent sur le brillant marché de l'or. IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. Signal vérifié MyFxbook :   Cliquez ici Tarif   réduit   jusqu'au
Quantum Emperor MT5
Bogdan Ion Puscasu
4.87 (468)
Présentation       Quantum Emperor EA   , le conseiller expert MQL5 révolutionnaire qui transforme la façon dont vous négociez la prestigieuse paire GBPUSD ! Développé par une équipe de traders expérimentés avec une expérience commerciale de plus de 13 ans. IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. ***Achetez Quantum Emperor EA et vous pourriez obtenir Quantum StarMan  gratuitement !*** Demandez en privé pour pl
Quantum Baron
Bogdan Ion Puscasu
5 (15)
Quantum Baron EA Il y a une raison pour laquelle le pétrole est appelé l'or noir — et maintenant, avec Quantum Baron EA, vous pouvez l'exploiter avec une précision et une confiance inégalées. Conçu pour dominer le monde à indice d'octane élevé du XTIUSD (pétrole brut) sur le graphique M30, Quantum Baron est votre arme ultime pour monter de niveau et trader avec une précision d'élite. IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setu
Quantum Bitcoin EA
Bogdan Ion Puscasu
5 (113)
Quantum Bitcoin EA   : Il n'y a rien d'impossible, il s'agit simplement de trouver comment le faire ! Entrez dans le futur du trading   Bitcoin   avec   Quantum Bitcoin EA   , le dernier chef-d'œuvre de l'un des meilleurs vendeurs MQL5. Conçu pour les traders qui exigent performance, précision et stabilité, Quantum Bitcoin redéfinit ce qui est possible dans le monde volatil des crypto-monnaies. IMPORTANT !   Après l'achat, veuillez m'envoyer un message privé pour recevoir le manuel d'installa
Burning Grid
Magma Software Solutions UG
4.65 (23)
Burning Grid EA MT5 – Multi-Pair Grid Power with Adaptive Risk Trade up to 35 forex pairs simultaneously with intelligent strategy selection, flexible risk profiles, and dynamic drawdown control. Manual: https://magma-software.solutions/burning-grid/bgmanual-en.html Community : https://www.mql5.com/en/messages/0151274c579fdb01 Blog Post: https://www.mql5.com/en/blogs/post/762740 Burning Grid needs a " HEDGING " Account. Not working on "NETTING" Accounts! LIVE SIGNALS: iFunds 50K :  https://w
Bomber Corporation EA
Ihor Otkydach
5 (7)
8 copies left at 699 USD Next price 799 USD Je suis ravi de vous présenter l'Expert Advisor que j'ai développé suite à de nombreuses demandes d'utilisateurs de ma stratégie de trading et de mon indicateur propriétaires, Divergence Bomber. Detailed installation and setup instructions –  link How it performs: Live Signal: "Bomber M15 Channel" -   link Test results: "Bomber M15 Channel" portfolio -  link --- Live Signal: "Bomber H1 Channel" –   link Test results "Bomber H1 Channel" portfolio -   l
AlphaCore X
Arseny Potyekhin
4.67 (15)
AlphaCore X AlphaCore X EA est un système de trading de pointe qui surmonte la complexité des marchés financiers grâce à une combinaison d’analyses pilotées par l’IA et d’algorithmes basés sur les données. En intégrant ChatGPT-o1 , le tout dernier GPT-4.5 , des modèles avancés de machine learning et une approche Big Data robuste, AlphaCore X atteint un nouveau niveau de précision, d’adaptabilité et d’efficacité. Cet Expert Advisor impressionne par sa stratégie innovante, son interaction fluide
The Gold Reaper MT5
Profalgo Limited
4.37 (82)
PROP FIRM PRÊT !   (   télécharger SETFILE   ) PROMO DE LANCEMENT : Il ne reste que quelques exemplaires au prix actuel ! Prix ​​final : 990$ Obtenez 1 EA gratuitement (pour 2 comptes commerciaux) -> contactez-moi après l'achat Ultimate Combo Deal   ->   click here JOIN PUBLIC GROUP:   Click here Live Signal Bienvenue chez le Faucheur d'Or ! S'appuyant sur le très réussi Goldtrade Pro, cet EA a été conçu pour fonctionner sur plusieurs périodes en même temps et a la possibilité de définir la
AI DeepLayer Dynamics MT5
Peter Robert Grange
5 (5)
DeepLayer Dynamics Scalper neuronal multi-actifs avec architecture adaptative à quatre stratégies DeepLayer Dynamics représente une nouvelle génération de la série Dynamics — un Expert Advisor de pointe basé sur une logique algorithmique avancée et une structure multi-symboles. Il fonctionne simultanément sur les 10 instruments suivants : XAUUSD, GBPUSD, US500, USDJPY, EURUSD, AUDUSD, USDCAD, USDCHF, XAGUSD, AUDCHF. Le système combine une stratégie de scalping de haute précision avec une capaci
AI Gold Sniper MT5
Ho Tuan Thang
5 (5)
Chaîne de trading Forex EA sur MQL5 : Rejoignez ma chaîne MQL5 pour suivre mes dernières actualités. Ma communauté de plus de 14 000 membres sur MQL5 . Plus que 3 EXEMPLAIRES SUR 10 À 399 $ ! Le prix passera ensuite à 499 $. - REAL SIGNAL Faible risque : https://www.mql5.com/en/signals/2302784 IC Markets - Risque élevé : https://www.mql5.com/en/signals/2310008 Les instructions d'installation complètes pour le bon fonctionnement d'EA AI Gold Sniper sont mises à jour à l'adresse   commentaire
Lux Oro
Seyed Davoud Nikkhouy Tanha
4.5 (4)
Lux Oro: Precision Gold Trading for the H1 Timeframe Send a private message to me after purchase; Screenshot tutorials are in the comment section of the EA   [LINK] Lux Oro est votre Expert Advisor (EA) dédié et puissant, conçu exclusivement pour le trading de l'or (XAUUSD) sur le cadre temporel H1. Contrairement aux EA qui reposent sur des modes d'IA ou de réseaux neuronaux surfaites, Lux Oro est construit sur une base d'analyse technique pure et disciplinée, offrant une stratégie transparent
Big Forex Players MT5
MQL TOOLS SL
4.72 (108)
We proudly present our cutting-edge robot, the  Big Forex Players EA  designed to maximize your trading potential, minimize emotional trading, and make smarter decisions powered by cutting-edge technology. The whole system in this EA took us many months to build, and then we spent a lot of time testing it. This unique EA includes three distinct strategies that can be used independently or in together. The robot receives the positions of the  biggest Banks  (positions are sent from our database t
Aura Black Edition MT5
Stanislav Tomilov
4.4 (40)
Aura Black Edition est un EA entièrement automatisé conçu pour trader uniquement l'OR. L'expert a montré des résultats stables sur XAUUSD sur la période 2011-2020. Aucune méthode dangereuse de gestion de l'argent n'est utilisée, pas de martingale, pas de grille ou de scalp. Convient à toutes les conditions de courtier. EA formé avec un réseau neuronal perceptron multicouche (MLP) est une classe de réseau neuronal artificiel à rétroaction (ANN). Le terme MLP est utilisé de manière ambiguë, parfoi
Swing Master EA
Ihor Otkydach
4.76 (63)
Voici un EA puissant que je te présente, construit sur mon système de trading manuel — Algo Pumping . J'ai sérieusement boosté cette stratégie, ajouté plein d'améliorations, de filtres et de technologies de pointe, et maintenant je lance ce robot de trading qui : Trade avec l'algorithme avancé Algo Pumping Swing Trading, Pose systématiquement des Stop Loss pour protéger ton capital, Est parfait pour le "Prop Firm Trading" comme pour le "Trading personnel", Ne fait pas de martingale ni de gros gr
Smart Prop Firm EA
Ralph Jordan Lipata De Jesus
3.56 (18)
Smart Prop Firm EA – Built by a 7-Figure Funded Trader View My Verified Certificates  – Published directly by The Funded Trader. No screenshots, 100% verifiable from the prop firm's official website. Get this EA now before i change the price!  It’s crazy cheap right now, but not for long. DISCLAIMER: This EA does NOT GUARANTEE you will pass your challenge 100% all the time, But based on my live testing my passing rate is around 70-80%. It's still way way better that the industry standard which
Bitcoin Robot Grid MT5
MQL TOOLS SL
5 (29)
Bitcoin Robot Grid MT5 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 for trad
Bitcoin Robot MT5
MQL TOOLS SL
4.58 (127)
The Bitcoin Robot MT5 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 same time. Bit
Axonshift EA MT5
Maxim Kurochkin
5 (2)
AxonShift — Système de trading algorithmique avec logique d’exécution adaptative AxonShift est un algorithme de trading autonome, conçu et optimisé spécifiquement pour le marché de l’or (XAUUSD) sur l’unité de temps H1. Il repose sur une architecture modulaire, capable d’interpréter le comportement du marché en combinant les dynamiques à court terme et les impulsions structurelles de moyen terme. Le système évite les réactions excessives aux bruits de marché ainsi que les stratégies de haute fré
NeonScalper
Jorge Luiz Guimaraes De Araujo Dias
5 (11)
NeonScalper EA - Safe & Reliable Gold Trading Robot Professional Automated Trading for XAUUSD (Gold) on M5 Timeframe NeonScalper EA is an expert advisor designed for trading XAUUSD (Gold) on the 5-minute timeframe (M5). It employs a breakout-based scalping strategy with strict risk management, delivering consistent performance without relying on high-risk methods such as Martingale or Grid trading. Important : Use a low  spread account  for optimal performance. After  purchasing, contact the sel
Quantum StarMan
Bogdan Ion Puscasu
4.93 (101)
Bonjour à tous, je me présente : Je suis Quantum StarMan, le membre le plus électrisant et le plus récent de la famille Quantum EA. Je suis un EA multidevises entièrement automatisé avec le pouvoir de gérer jusqu'à 5 paires dynamiques : AUDUSD, EURAUD, EURUSD, GBPUSD, et USDCAD. . Avec la plus grande précision et une responsabilité inébranlable, je ferai passer votre jeu de trading au niveau supérieur. Voici le truc : je ne compte pas sur les stratégies Martingale. Au lieu de cela, j'utilise un
AI ZeroPoint Dynamics MT5
Peter Robert Grange
4.69 (13)
AI ZeroPoint Dynamics EA Architecture Cognitive des Signaux | Moteur de Précision Multi-Actifs « Ce n’est pas un EA. Ce n’est pas une stratégie. C’est un système vivant fait d’inférence, d’adaptation et d’exécution. » NÉ DU POINT ZÉRO AI ZeroPoint Dynamics EA n’a pas été simplement codé — il a été calibré . Ce n’est pas une structure rigide, mais une entité conçue comme un organisme cognitif en temps réel , capable de réagir aux marchés avec un raisonnement comparable à celui de l’humain — mais
GbpUsd Robot MT5
MQL TOOLS SL
4.71 (134)
The GBPUSD Robot MT5 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-E
Aot
Thi Ngoc Tram Le
5 (4)
AOT MT5 – Conseiller Expert Avancé pour le Trading Multi-Devises AOT MT5 est un Conseiller Expert (EA) conçu pour aider les traders en utilisant une intelligence artificielle avancée pour l'analyse du marché sur 16 paires de devises , y compris EURUSD, GBPUSD et AUDUSD. Cet EA est adapté aux défis des firmes de trading et aux comptes de trading personnels , combinant des outils d'analyse avec des fonctionnalités de gestion des risques pour soutenir votre stratégie de trading. Compte en Direct 1
The Bitcoin Reaper
Profalgo Limited
4 (30)
PROMOTION DE LANCEMENT : Seul un nombre très limité d'exemplaires sera disponible au prix actuel ! Prix ​​final : 999$ NOUVEAU (à partir de 349$) --> OBTENEZ 1 EA GRATUITEMENT (pour 2 numéros de compte commercial). Offre combinée ultime     ->     cliquez ici REJOIGNEZ LE GROUPE PUBLIC :   Cliquez ici   LIVE SIGNAL LIVE SIGNAL V2.0 UPDATE 2.0 INFO Bienvenue sur BITCOIN REAPER !   Après l'énorme succès du Gold Reaper, j'ai décidé qu'il était temps d'appliquer les mêmes principes gagnants au mar
AI Neuro Dynamics MT5
Peter Robert Grange
4.71 (14)
AI Neuro Dynamics EA Architecture de Signaux Adaptative pour XAU/USD | H1 AI Neuro Dynamics n’est pas un simple Expert Advisor — c’est un système de trading cognitif modulaire , conçu pour offrir une précision extrême et une adaptabilité optimale sur la paire XAU/USD (Or) . Développé pour fonctionner dans des environnements à forte volatilité, il est parfaitement conforme aux exigences strictes en matière de performance et de gestion du risque des prop firms . Grâce à une architecture propriétai
EXPERT for YOUR OWN ACCOUNT - Cet Expert Advisor a été conçu, développé et optimisé spécialement pour votre usage personnel. Il s'agit d'un puissant Expert Advisor (EA) pour profiter des meilleures et plus grandes opportunités sur le symbole USDJPY, dans toutes les phases de la tendance, du début à la fin, sur l'échelle de temps H1 et sur la plateforme MT5. Précision, performance et cohérence impressionnantes dans les backtests des 3 dernières années. L'EA fonctionne comme un chasseur, un snip
DS Gold Robot MT5
MQL TOOLS SL
4.33 (27)
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
Scalper Investor
Ihor Otkydach
4.86 (14)
Il reste 3 exemplaires à 599 $ Prochain prix : 699 $ Bonjour les traders ! Si vous recherchez un expert advisor (EA) qui ne se contente pas d’enchaîner les ordres sans logique, mais qui applique une stratégie réfléchie et cohérente — alors découvrez Scalper Investor EA. C’est un EA multi-devises déjà prêt à attaquer les marchés avec une stratégie de retournement solide, et qui recevra bientôt une mise à jour incluant une stratégie tendance. Stratégie de retournement – prête à l’emploi Au moment
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
Waka Waka EA MT5
Valeriia Mishchenko
4.13 (40)
EA has a live track record with 4.5 years of stable trading with low drawdown: Live performance MT4 version can be found here Waka Waka is the advanced grid system which already works on real accounts for years. Instead of fitting the system to reflect historical data (like most people do) it was designed to exploit existing market inefficiencies. Therefore it is not a simple "hit and miss" system which only survives by using grid. Instead it uses real market mechanics to its advantage to make p
Plus de l'auteur
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 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 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!! 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
Filtrer:
Aucun avis
Répondre à l'avis