Pro15

  • Experts
  • Jason Smith
    Jason Smith
    Innovating the Future of Trading with Precision and Strategy
    Welcome to my MQL5 profile! I’m TraderSmith, a passionate and results-driven trader committed to developing Expert Advisors (EAs) that transform complex market data into simple, actionable trading decisions.
  • Version: 1.93
  • Mise à jour: 20 février 2026
  • Activations: 5

It's recommended that you read through the entire document..

Pro15 is a professional breakout Expert Advisor built around clearly defined daily price structure.
The EA continuously calculates and plots the current day’s high, low, open, and multiple intraday equilibrium levels directly on the chart, then executes trades when price breaks these levels according to your selected confirmation rules.

This Trading bot is designed so the same engine can be run side by side as both a trend-following and a mean-reversion system
In trend mode the EA buys breaks of the daily high and sells breaks of the daily low, while the mean reversion mode allows the logic to be flipped to fade extremes instead of chasing momentum.

Pro15 creates its own support and resistance lines which can act as stop loss and take profit levels.
These lines update automatically as new daily highs and lows are formed. The Aqua, HotPink, and White lines can be toggled on or off and will update dynamically, while the Yellow line can also be toggled but remains static at the daily open.
At the core of the system are the daily high and daily low lines, shown in green and red.
These represent the most important breakout levels of the session and are used as the primary trade triggers.

A white midline is drawn at the exact 50 percent level between the daily high and daily low, highlighting the session’s balance point.
This level can be used visually as a mean-reversion reference or selected as a dynamic take profit target for trades that aim to exit at equilibrium rather than at fixed distances.

The yellow daily open line marks the price where the trading day began.
This level often acts as a magnet during intraday trading and can be used as an adaptive take profit level when price retraces back toward session balance.

Two pink mid-range lines are calculated at the 50 percent points between the daily high and the daily open, and between the daily low and the daily open.
These levels sit closer to current price than the full-range midline and are designed for conservative or partial exits, allowing profits to be secured earlier during steady trending conditions.

For stronger momentum moves, the EA also plots aqua continuation lines, which are midpoints between the pink lines and the daily high or daily low.
These levels act as deeper continuation targets and are ideal for capturing extended breakouts without relying on fixed pip take profits.

The green line marks the current day’s high.
This is the highest price reached since the daily session opened and acts as the primary breakout level for buy trades in normal mode or sell trades in inverse mode.

The red line marks the current day’s low.
This is the lowest price reached since the daily session opened and acts as the primary breakout level for sell trades in normal mode or buy trades in inverse mode.

All horizontal levels update automatically in real time as new highs or lows are formed during the session.
Any of these lines can be enabled, hidden, or selected as live take profit targets, allowing trades to adapt dynamically to changing market structure rather than remaining locked to static values.


Breakout entries can be filtered using no confirmation, candle close confirmation, or two-candle confirmation, and a built-in daily range filter ensures trades are only taken once sufficient volatility is present, helping avoid low-range market conditions.

Risk management is fully configurable with ATR-based or fixed stop losses and take profits, optional real-time TP updates to selected structure lines, support for single or multiple trades, and intelligent handling of maximum trade limits. In normal mode, the EA can automatically close all positions when the maximum number of trades is reached and either pause or restart trading based on user preference.

The horizontal lines represent key price levels calculated from the current trading day and are used both for visual structure and optional trade exits.
The pink lines are the 50 percent levels between the daily high and the daily open, and between the daily low and the daily open.
These levels sit closer to price than the full range midline and are useful for partial or conservative exits during trending days.
The aqua lines are secondary midpoints calculated between the pink lines and the daily high or daily low.
These represent deeper continuation targets and are typically used when price shows strong momentum beyond the initial breakout.

All horizontal lines update automatically throughout the day as new highs or lows are formed.
They can be shown or hidden individually and selected as dynamic take profit targets, allowing trades to exit at logical intraday structure levels instead of fixed pip values.

In trend-following mode, the EA runs in normal logic with inverse disabled. Trades are opened when price breaks above the daily high or below the daily low, aligning entries with directional momentum. Take profits can be set to the pink, aqua, or ATR-based targets, allowing the trade to ride continuation moves while stops expand and contract with volatility. This configuration is ideal for sessions that trend strongly after expansion and is best paired with the daily range filter so trades only occur once volatility is present.

In mean-reversion mode, the EA is run with inverse logic enabled. Instead of buying strength or selling weakness, the system sells breaks above the daily high and buys breaks below the daily low, fading extended price moves back toward balance. In this configuration, take profits are typically set to the white daily midline or the yellow daily open, which represent natural equilibrium levels for intraday price rotation.

Volatility Qualification: The Daily Range Filter
The Daily Range Filter is a volatility qualification system that measures the current day's trading range against a user-defined pip threshold.
When active, it blocks all trade execution until the market demonstrates sufficient movement, serving as a quality control mechanism that ensures trades only occur during periods of adequate volatility.
This filter operates independently on D1 data regardless of your selected trading timeframe and automatically adjusts pip calculations for different instrument types.
For inverse trading strategies, this feature is particularly valuable as it prevents premature entries during low-volatility conditions where breakouts are more likely to fail, ensuring you only trade when market movement supports your contrarian approach.

Stops can remain ATR-based to adapt to volatility while targets remain structure-based.

The multi-timeframe feature:

This feature implements the same core breakout trading strategy across any timeframe while preserving identical trade logic and risk management.
The system operates identically whether configured for daily, hourly, or minute-based trading—only the calculation period changes.


Mechanism of Operation:
When UseCustomTimeframe = false, the EA defaults to D1 calculations, using the traditional daily high, low, and open values for breakout determination.
This maintains compatibility with standard daily breakout methodologies.
When UseCustomTimeframe = true, the EA switches to your selected timeframe (M1 through MN1) while executing identical logic: it calculates the highest high and lowest low within that period, determines the midpoint and secondary levels using the same percentage ratios, and identifies breakouts using the same confirmation rules.
The strategy mathematics remain constant; only the input candle data changes.

Identical Trading Execution:

Entry signals, stop-loss placement, take-profit calculations, and position management execute identically across all timeframes. A breakout on a 4-hour chart triggers the same trade as a breakout on a daily chart, with proportional adjustments for the condensed timeframe. All visual indicators recalculate based on the selected period while maintaining consistent color schemes and line styles.

Smart Trade Halt: Maximum Position Management: 8 and out (offshoot strategy)

The Max Then Halt feature provides automated trade limit enforcement by closing all positions and halting new trade entries once a user-defined maximum number of trades is reached.

When activated, the system continuously monitors open positions and, upon hitting the predetermined limit, automatically executes a full closure of all trades within the strategy.

Following this closure, the EA enters a halted state where it continues to monitor markets and update levels but blocks all new trade entries until the next trading period begins, effectively enforcing disciplined position limits and preventing overexposure while maintaining market awareness for the subsequent session.

This dual-mode approach allows the trader to capture both sides of market behavior.
During strong directional days, the trend-following instance can exploit breakout continuation. During rotational or overextended conditions, the mean-reversion instance can fade extremes back toward the daily open or midline.
Since both modes reference the same daily structure levels, they remain logically consistent while expressing opposite market assumptions.
By running the EA in parallel configurations,becomes a structure-based trading framework rather than a single-bias strategy, capable of adapting to different market regimes without changing code, indicators, or charts.

What makes this approach rare is that a single daily-structure framework can simultaneously support two fundamentally opposite strategies—trend-following and mean-reversion—without conflict.
Most systems are built for one market behavior: either chasing breakouts or fading extremes.
Trying to combine both usually leads to overlapping trades, conflicting signals, or excessive risk.

       Bug report

       Given the complexity of this EA. Some bugs may not have been discovered yet.
       If you think you've found a bug in Pro15.
       Do not rush the process.

  1. Write a precise description of the context.
  2. Write a description of the error as precise as possible.
  3. Attach the logs of the expert tab for the corresponding date.
  4. Attach the logs from the log tab for the corresponding date.
Produits recommandés
Sell Below Moving Average V1 Overview Sell Below Moving Average V1 is an automated trading Expert Advisor designed for MetaTrader 5. The EA follows a simple but effective trend-following strategy based on the relationship between market price and a Moving Average indicator. The Expert Advisor automatically opens SELL positions when market conditions meet the predefined rules and manages trades using automatic Stop Loss, Take Profit, and dynamic profit-locking technology. This EA is designed for
NexusAlpha
Amitbhai Kanjibhai Vaghani
NexusAlpha is a highly optimized, fully automated Expert Advisor built for MetaTrader 5. Designed for precision and capital protection, it utilizes a rigorous algorithmic approach to identify high-probability setups. By combining a high historical win rate with advanced trade management techniques, NexusAlpha aims to deliver consistent growth while keeping risk strictly contained. Whether you are seeking steady account growth or a reliable tool to pass proprietary trading firm evaluations, Nexu
SY - Gold Breakout Engine No martingale. No grid. No recovery systems. Smart Breakout Trading for Gold SY - Gold Breakout Engine is an automated trading system designed to capture high-probability moves on XAUUSD using a structured breakout approach. The EA identifies key levels from both the previous daily High/Low and the London session range, placing pending orders to enter the market only when price breaks out with momentum. Built with integrated risk management, trailing logic, and equi
Master Blue Gold EA Overview Master Blue Gold EA is an automated Expert Advisor designed specifically for XAUUSD (Gold) on the M1 timeframe . The EA uses an advanced Stop-Reverse trading mechanism that continuously follows market movement with a dynamic opposite pending stop order. It is designed for traders who prefer a simple and disciplined trading system without martingale or grid strategies. Main Features • Designed for XAUUSD • Optimized for M1 timeframe • Fixed lot size • Dynamic Stop-Re
Ratio X Swing Breakout
Mauricio Vellasquez
Structure. Confirmation. Control. Ratio X Swing Breakout is a fully automated Expert Advisor designed for XAUUSD on MetaTrader 5. It analyzes closed H1 market structure, identifies confirmed swing highs and swing lows, and prepares buffered stop orders beyond those levels. The order is positioned to require movement beyond the structure instead of reacting to a simple price touch. Developed by Ratio X AI Solutions . How the strategy works The EA reads closed H1 candles and identifies confirmed s
Version MT4 : https://www.mql5.com/en/market/product/117011 Version MT5 : https://www.mql5.com/en/market/product/117012 Nusantara EA – Rupture intelligente avec précision des ordres en attente « Nusantara » est un Expert Advisor (EA) basé sur une stratégie de boîte de rupture, optimisée par l'exécution d'ordres en attente à distance et dotée d'un système de commutation de gestion des risques. Conçu pour les traders expérimentés recherchant une stratégie automatisée et sûre, tout en restant fl
Stealth Sniper PRO
Javokhir Berdikulov
Stealth Sniper PRO: Professional Trading Suite Stealth Sniper PRO   is a high-precision analytical tool for MetaTrader 5, combining advanced liquidity search algorithms with hidden position management. Designed for professional trading, it focuses on risk minimization and bypassing broker-side restrictions. Technical Features & Functionality: Precision Entry Algorithm:   Detects entry points based on liquidity patterns and institutional zones (Smart Money concepts). Stealth Mode (Virtual L
Zenith Leo Standard Zenith Leo Standard is an Expert Advisor designed for MetaTrader 4/5 and XAUUSD trading conditions. The product includes five predefined strategy configurations. Each configuration uses a different combination of entry logic, market filter, and risk management parameters. The objective of this product is to provide a structured execution framework for Gold trading. Users can select the configuration that best matches their testing results, risk preference, and trading environ
FREE
Signal XauUsd Trend Scalper MT5 is an automated trading Expert Advisor specially designed for XAUUSD traders who want a simple and practical trend scalping system. This EA follows trend signals and automatically opens BUY or SELL positions when market conditions match the strategy logic. It is built to capture short-term opportunities on Gold while managing positions automatically with trailing profit logic. The system is suitable for traders who prefer: automatic execution clear chart signals
This is a fully automatic system for multi-currency trading (17 currency pairs) on the Forex market. The trading system itself finds the most powerful Price Action patterns in a fully automatic mode! Trading is conducted on 17 currency pairs at the same time and uses timeframes M5. Each pair has a stop loss, take profit, breakeven and trailing stop. Real  m onitoring :  https://www.mql5.com/ru/signals/2238618 Benefits Partial closure to reduce the load on the deposit. Determines the direction o
### AVCI V13 ADX PRO: Gold Scalping System for XAUUSD This software is an algorithmic trading assistant developed for analyzing short-term price movements in the Gold (XAUUSD) market. The strategy is built on a mathematical model based on the ADX (Average Directional Index) for measuring trend strength and the ATR (Average True Range) for analyzing market volatility. Key Technical Features: * Dynamic Exit Management: Instead of using static take-profit (TP) and stop-loss (SL) levels, the sof
Zeno
Anton Kondratev
3.67 (3)
ZENO EA   est un ouvert multidevises, flexible, entièrement automatisé et à multiples facettes permettant d'identifier les vulnérabilités du marché de l'OR ! Not    Grid   , Not    Martingale  ,  Not    " AI"     , Not    " Neural Network" ,  Not    " Machine Learning"  ,   Not   "ChatGPT" ,   Not   Unrealistically Perfect Backtests  Signal Live +51 Weeks :  https://www.mql5.com/en/signals/2350001 Default   Settings for One Сhart   XAUUSD or GOLD H1 ZENO Guide Signaux Remboursement du courtier
Elite Pro Dual Engine Gold Elite Pro Dual Engine Gold is an automated Expert Advisor developed for trading XAUUSD on the MetaTrader 5 platform. The Expert Advisor combines a primary trading engine with an optional secondary Micro Plus engine. Both engines can be controlled independently through the integrated dashboard, allowing the user to select the operating mode according to their trading preferences and account conditions. Strategy Overview The Main Engine analyses higher-timeframe price
BTC Quantum Velocity EA
BK CORP CLUB (PTY) LTD
BTC QUANTUM VELOCITY EA Dedicated Bitcoin Automated Trading System for MetaTrader 5 BUILT FOR BTCUSD. ENGINEERED FOR MARKET VELOCITY. BTC Quantum Velocity EA is a dedicated Bitcoin trading Expert Advisor for MetaTrader 5 , built specifically around the characteristics and volatility of the BTCUSD market. Unlike multi-asset EAs that apply a general trading framework across many instruments, BTC Quantum Velocity EA focuses on one market — Bitcoin . That specialization allows the system to concent
Pure Directional SMA EA
AL MOOSAWI ABDULLAH JAFFER BAQER
• Please test the product in the Strategy Tester before purchasing to understand how it works. • If you face any issues, contact me via private message—I’m always available to help. • After purchase, send me a screenshot of your order to receive a   FREE EA   as a gift. Pure Directional SMA EA – Your Strategy, Your Way! Important Note: This EA provides a raw, powerful strategy designed for flexibility. Optimization is key! Adjust the settings to align with your trading style and market conditio
QuantumAlgo Gold XAUUSD
Husain Haider Zaidi
4 (4)
QuantumAlgo Gold Scalper EA — Expert Advisor XAUUSD à IA pour MetaTrader 5 Un robot de scalping sur l'or de haute précision pour XAUUSD en M1. Construit sur un moteur de signaux multi-couches adaptatif, une protection Stop Loss stricte et une gestion disciplinée du risque — sans grille, sans martingale, sans moyenne . Live Signal: [AJOUTEZ VOTRE LIEN DE SIGNAL EN DIRECT] Version MT5 (cette fiche) · Prop Firm Set: Disponible sur demande après achat Fichiers Set et guide: Contactez-moi par message
Quant Trade Freedom
Renan De Souza Quinelato
O que é “QUANT TRADE FREEDOM” ? EA QUANT TRADE FREEDOM é um software de negociação totalmente automatizado, especialmente projetado para negociação lucrativa com a plataforma de negociação METATRADE 5 (MT5). Pode negociar Forex, Commodities, Índices, Crypto, Energies. Como funciona o robô EA QUANT CORRELATION FOREX ? EA QUANT TRADE FREEDOM é um software 100% automatizado que define a melhor tendência para entrar em ordens de negociação no lugar de um trader humano. O QUANT TRADE FREEDOM  entra e
Modular Range Breakout EA
Lucas Johannes Martinus Vercoulen
No magic, just a range breakout strategy that has been known and proven for decades. Designed so you never have to doubt your settings. No hidden logic, no curve-fitted tricks, no unrealistic promises. Just a transparent system designed to perform consistently across different market conditions. No martingale, grid or recovery systems Fully customizable setup, giving you the flexibility to develop your own edge across multiple markets Ready to use with fully integrated symbol presets (based on r
Trend Follow EMA Dash Fit V2
Aguinaldo Ferreira Costa
EMA 200 Trend Master Pro A Estratégia das Instituições no Seu Gráfico O EMA 200 Trend Master Pro é um Expert Advisor (EA) de alta performance projetado para traders que buscam operar a favor da tendência principal do mercado. Ele utiliza a Média Móvel Exponencial de 200 períodos , amplamente reconhecida por grandes bancos e fundos de investimento como o "divisor de águas" entre mercados de alta (Bull Market) e baixa (Bear Market). Como a Estratégia Funciona? O robô monitora o preço em tempo real
USD Killer Gemini EA est la solution pour les traders cherchant à maximiser leurs opérations avec la sécurité d'une stratégie robuste et hautement automatisée. Développé par Felipe FX, cet EA de nouvelle génération combine une technologie de pointe et des indicateurs avancés pour offrir un trading efficace et rentable. Indicateur avancé pour confirmer les entrées, USD Killer a été développé avec toute la puissance de l'IA Gemini et nous trouvons des modèles qui se produisent quotidiennement su
Apex Gold Scalper is an advanced XAUUSD Expert Advisor engineered for traders seeking structured, adaptive, and disciplined gold trading automation. Built around a rules-based execution framework, the EA combines layered confirmations, volatility awareness, and intelligent trade management to remain selective across changing market conditions. Apex Gold Scalper   is designed to prioritize consistency, controlled execution, and adaptive management rather than reckless overexposure. The system co
Introducing Night Scalper Night Scalper is designed to trade AUDNZD during the late hours (Asian session) when volatility is low, hunting for small but consistent mean reversion profits. It doesn’t use risky strategies, like martingale or grid trading. Instead, it relies on strict risk management and every position has a take profit and stoploss. As stated from day one, the price will continue to increase in $50 increments as the user base and demand grow. Check out the Live Signal: Live Sign
GoldCraft EA
Nguyen Ngoc Phuoc
**GoldCraft EA - Advanced Gold Trading Robot** Unlock the power of automated trading with GoldCraft EA, a premium Expert Advisor designed specifically for trading XAUUSD (Gold) on the MetaTrader 5 platform. This sophisticated bot combines technical analysis with robust risk management to maximize profitability while minimizing exposure. **Key Features:** - **Trend-Following Strategy**: Utilizes Moving Averages (MA34 and MA89) on H4 and M15 timeframes, paired with RSI indicators, to identify h
SmartRisk Investment Gold Robot Upgrade is an advanced automated trading system designed exclusively for Gold (XAUUSD) trading . It is an upgraded version of the SmartRisk Investment Robot concept, enhanced with improved risk management, structured monthly trading cycles, and optional profit compounding. This robot is specifically optimized for gold market volatility and is designed to operate with a minimum account balance of $500 , making it suitable for traders who want a controlled and disci
WIN Trend Follow 9 21
Aguinaldo Ferreira Costa
Trend Follow Pro: Domine a Tendência com Precisão O Trend Follow Pro é um robô de negociação (Expert Advisor) desenvolvido para capturar movimentos direcionais no mercado. Ele utiliza a clássica e poderosa estratégia de cruzamento de Médias Móveis Exponenciais (EMA) , otimizada com filtros de segurança e uma interface visual moderna que permite o acompanhamento em tempo real diretamente no gráfico. Como ele funciona? O princípio de funcionamento é baseado na dinâmica de preços: Sinal de Compra:
Quantum Sniper XAU
Ignacio Agustin Mene Franco
Quantum Sniper XAU  Version: 3.0 | Timeframe: M15 | Instrument: XAUUSD (Spot Gold) Overview Quantum Sniper XAU is a precision algorithmic Expert Advisor (EA) specifically designed to trade XAUUSD on the M15 timeframe. It combines price action analysis with a multi-layered technical filtering system to identify high-probability entries, minimizing market noise and maximizing trading consistency. Developed with an adaptive risk management approach, the EA scales trading volume progressively as
Weke Weke
AutomaticTrading
# WEKE WEKE EA (MQL5) - Advanced Multi-Currency Grid System **Weke Weke EA** is an advanced algorithmic trading system designed to exploit mathematical inefficiencies in the forex market. Unlike traditional systems that attempt to predict the future based solely on the past, Weke Weke focuses on **exploiting mean reversions** and professional risk management. This enhanced version has been optimized to offer maximum stability and security on live accounts, incorporating capital protection mech
# Technique Eagle – Automated Gold Trend Trading for MT5 --- ## Why Traders Consider Technique Eagle Technique Eagle is built for traders who want disciplined and selective XAUUSD automation on the M5 timeframe. It combines confirmed market entries, a real broker-side Stop Loss, one-way profit protection, spread and margin checks, and economic-event awareness in one automated trading system. The objective is not to open as many trades as possible. Technique Eagle continuously monitors the m
Stairway D1 Breakout EA Built for the few moves that matter. Stairway D1 Breakout EA is a patient multi-asset breakout Expert Advisor for MetaTrader 5, designed for traders who prefer simple, transparent and low-maintenance D1 systems. The EA is calibrated for three major markets: GOLD / XAUUSD US100 / NAS100 / USTEC BTCUSD The system is based on a simple idea: most of the time, markets do not offer meaningful breakout opportunities. But from time to time, strong upside moves appear — and th
Naked Bitcoin Scalper
Jestoni Santiago
5 (1)
Adaptive Multi-Strategy Scalper for the biggest Crypto currency in the world.  Looking for a safe, fully automated Bitcoin scalper? Deploy this bot and trade the world's largest cryptocurrency effortlessly — 24 hours a day, 7 days a week. Quick Start: Set Strategy Selection to STRATEGY_ALL and attach the EA to an M15 chart . That's it. What Is Naked Bitcoin Scalper? Engineered specifically for BTCUSD, this Expert Advisor applies the same proven price action logic and multi-strategy framework as
Les acheteurs de ce produit ont également acheté
XG Gold Robot MT5
MQL TOOLS SL
4.33 (112)
The XG Gold Robot MT5 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 Action, Cycle S
Waka Waka EA MT5
Valeriia Mishchenko
4.13 (40)
8+ years of live track record with +12,000% account growth: Live performance MT 4 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 profit Supported cu
Syna
William Brandon Autry
5 (27)
Syna 7 - L'IA Qui Reste Avec la Position La plupart des systèmes de trading cessent de réfléchir dès qu'ils sont entrés. Syna, non. Syna 7 est un assistant de trading basé sur l'IA et un système de trading autonome conçu pour rester impliqué de l'analyse jusqu'à la sortie. Il peut surveiller les conditions actuelles, mémoriser le contexte d'une position, évaluer l'actualité et la volatilité, gérer les positions, coordonner les comptes et continuer à réévaluer ses décisions une fois l'ordre ouve
Big Forex Players MT5
MQL TOOLS SL
4.76 (140)
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
AiQ
William Brandon Autry
4.87 (38)
Présentation d'AiQ Gen 2 – Plus rapide. Plus intelligent. Plus performant que jamais. Nous avons initié ce changement fin 2024 avec Mean Machine, l'un des tout premiers systèmes à intégrer une véritable IA de pointe dans le trading de détail en conditions réelles. AiQ Gen 2 est la prochaine évolution dans cette lignée. AiQ Gen 2 est conçu pour la vitesse à un tout autre niveau. Les ordres en attente sont au cœur de son avantage, lui permettant de se positionner avec précision avant l'expansion
Bonnitta EA MT5
Ugochukwu Mobi
3.38 (21)
Bonnitta EA est basé sur la stratégie Pending Position (PPS) et un algorithme de trading secret très avancé. La stratégie de Bonnitta EA est une combinaison d'un indicateur personnalisé secret, de lignes de tendance, de niveaux de support et de résistance (action sur les prix) et de l'algorithme de trading secret le plus important mentionné ci-dessus. N'ACHETEZ PAS UN EA SANS AUCUN TEST EN ARGENT RÉEL DE PLUS DE 3 MOIS, IL M'A PRIS PLUS DE 100 SEMAINES (PLUS DE 2 ANS) POUR TESTER BONNETTA EA E
Perceptrader AI MT5
Valeriia Mishchenko
4.67 (6)
80 consecutive months in profit with low drawdown: Live performance MT4 version can be found here Perceptrader AI is a cutting-edge grid trading system that leverages the power of Artificial Intelligence, utilizing Deep Learning algorithms and Artificial Neural Networks (ANN) to analyze large amounts of market data at high speed and detect high-potential trading opportunities to exploit. Supported currency pairs: NZDUSD, USDCAD, AUDNZD, AUDCAD, NZDCAD, GBPCHF Timeframe: M5 Features: Trend , Mome
Velora MT5
Ahmad Aan Isnain Shofwan
The Intelligent Grid EA — A Team of Smart Modules Following the 5-star success of its MT4 predecessor, Velora has been completely rebuilt for MT5 with a fundamental shift in design. Most grid EAs are one engine doing many jobs. Velora is different. Inside Velora, there is a team. Four smart modules, each with one specialty, working together so the system stays adaptive at every stage of a trade — from the moment of entry, to scaling decisions, to the exit. Meet the team: VSE — Velora Smart Entr
Golden Pickaxe MT5
Valeriia Mishchenko
3.56 (9)
EA has high-performance live track records of different set files: Live performance MT 4 version can be found here Golden Pickaxe is a mean-reversion grid trading system that uses machine learning technology to place high-profit potential trades on the Gold market. It uses real market inefficiencies to its advantage to have an edge over the market. The EA has 5 predefined set files, which are essentially 5 different trading systems on gold . You may choose the default option (XAU Risky) or have
Night Hunter Pro MT5
Valeriia Mishchenko
3.92 (37)
EA has a live track record with many months of stable trading with  low drawdown: All Pairs 9 Pairs Night Hunter Pro is the advanced scalping system which utilizes smart entry/exit algorithms with sophisticated filtering methods to identify only the safest entry points during calm periods of the market. This system is focused on a long-term stable growth. It is a professional tool developed by me years ago that is constantly updated, incorporating all the latest innovations in the trading area.
XAUUSD TEMPORAL INTERFERENCE AITemporal Interference Scanner - The absolute pinnacle of Multi-Timeframe convergence. XAUUSD Temporal Interference AI - is the absolute pinnacle of market timing, built upon the groundbreaking "Cross-Temporal Interference" theory. By scanning the fractal noise across 9 different timeframes, the AI detects precise moments where market waves collide, cancel out, or amplify each other. When these temporal waves perfectly align in a localized singularity, the AI execu
Foli Pivots MT5
John Folly Akwetey
Expert advisor trades by pivot levels, support and resistance levels based on pivot levels. Also expert advisor takes into account volatility filter, uses standard Martingale and anti-Martingale systems, drawdown protection, standard trailing stop, trading time and trading Trade Order   – direction of trading (only buy, only sell or buy and sell) Use Volatility Filter   – enabling/disabling of volatility filter using Volatility Filter   – value of volatility filter Count Of Days For Volatility F
Gold Catalyst EA MT5
Malek Ammar Mohammad Alahmer
Gold Catalyst Evolution V6.0 — Description pour le marché MQL5 Gold Catalyst Evolution V6.0 Système automatisé de trading de l’or à deux moteurs pour MetaTrader 5 1. Présentation du produit Gold Catalyst Evolution V6.0 est un Expert Advisor entièrement automatisé, développé exclusivement pour XAUUSD et les autres symboles de courtier contenant XAU ou GOLD. La version 6.0 réunit deux moteurs de trading indépendants dans un seul Expert Advisor. Chaque moteur évalue séparément les conditions du mar
SD Gold HFT Scalper EA
Patel Dipeshkumar Ramanbhai
SD Gold HFT Scalper EA est un système de trading avancé à haute fréquence, conçu spécifiquement pour une volatilité extrême et une exécution rapide sur le marché. Contrairement aux Expert Advisors traditionnels qui s’appuient sur les données retardées des chandeliers OHLC (Ouverture, Haut, Bas, Clôture), ce système fonctionne entièrement à partir de données tick pures et brutes. En surveillant les micro-mouvements des prix bid et ask, il identifie et exploite les explosions de momentum avant qu
Gold Grabber Grid Hedge
Israel Odartei Lamptey
GOLD GRABBER Israel L. MT5 Grid-Hedge EA. WARNING: EA has Optimised  sets for GOLD (XAUUSD) ONLY (Minimum Capital: $1000) Download sets below: Use these sets for XAUUSD:  https://drive.google.com/drive/folders/1FBfc-eE7B7APhZ-P754R76d3xih8OnXX?usp=sharing Professional Grid-Hedge Trading System with Advanced Risk Management This sophisticated Expert Advisor employs a dual-directional grid strategy designed for consistent performance in volatile markets. The system opens positions in both directi
Monarch Golden Sparrow
Ghayas Ul Haque Malik
️ REQUIRED SETTING: Optimized for XAUUSD 0.01 Lot Size. ATTENTION: This system is precision-tuned for XAUUSD (Gold)  on Exness  using a base entry of 0.01 lots . For maximum stability and account longevity, users must ensure their starting input is set to 0.01 unless using high-capital professional accounts. Monarch Golden Sparrow: The Gold Sovereign. Precision. Recovery. Power. THE ASSET: Gold (XAUUSD) is the king of volatility. It doesn't move; it strikes. To trade it, you don't need a basic
Saiko Scalper v5
Samir Saleh Mohammed Hassan
SAIKO Scalper est un robot de trading algorithmique avancé conçu pour détecter et exploiter le véritable momentum du marché grâce à l’analyse des impulsions de ticks. Au lieu de se baser uniquement sur des indicateurs techniques traditionnels, le robot surveille les mouvements de prix consécutifs en temps réel et ouvre des positions lorsqu’une impulsion directionnelle forte est détectée. Cette approche permet de capturer des opportunités rapides tout en réduisant les faux signaux causés par les
Scalp Master Expert Advisor est un système de trading entièrement automatisé conçu pour les stratégies de scalping dans des conditions de marché en tendance. Il est conçu pour identifier des opportunités de trading à court terme sur des marchés liquides, tout en mettant l’accent sur la qualité des trades et la gestion du risque. L’EA convient aux traders qui préfèrent une approche systématique et basée sur des règles sans intervention manuelle. Il fonctionne mieux sur des instruments avec des sp
Stealth 150 DE40
Szymon Jan Szarowski
4 (1)
Désolé pour l’excellente performance de 340% par an ! Oui, vous avez bien lu : ces résultats de backtest à 340% par an sont presque indécemment bons. Mais ne vous méprenez pas – ce n’est pas un coup de marketing, mais le fruit d’une programmation rigoureuse et de tests honnêtes. Bien entendu, de tels rendements de rêve ne sont pas réalistes sur le long terme, car après quelques années, tout EA finit par atteindre la limite des tailles de lots en backtest. Malgré tout : Stealth 150 DE40 mo
Harness the volatility of XAUUSD with a strategy built specifically for the 1-minute time frame. GoldRush M1 Scalper uses high-frequency logic to detect quick price expansions and pullbacks on Gold, ensuring you are in and out of the market with surgical precision. XAUUSD: The core algorithm is fine-tuned for the unique liquidity and spread characteristics of Gold. Lightning Execution: Uses ORDER_FILLING_IOC (Immediate or Cancel) to minimize slippage during volatile scalping sessions. Strict Ris
SPARTAN GOLD SNIPER AI - V7.2 ULTIMATE The All-In-One Gold Solution: Smart Scalping and Professional Swing Trading. Spartan Gold Sniper is not just an EA; it is a complete trading system designed specifically for XAUUSD (Gold). Version 7.2 introduces the Smart Adaptive Engine, making it the most flexible bot on the market for both small accounts and large Prop Firm capitals. Critical Requirements Latency: You must use a VPS with less than 20ms latency (Recommended: MQL5 Built-in VPS). Account:
PivotStorm
Li Yin Fang
PivotStorm - Adaptive XAUUSD Market Structure Breakout EA Professional Automated Trading System for MetaTrader 5 PivotStorm is a professional XAUUSD Expert Advisor designed for traders who prefer structured breakout trading based on confirmed market levels. The system combines market structure analysis, intelligent pending-order execution and multi-level risk management to provide a disciplined automated trading approach for the gold market. Unlike simple breakout robots that react to every pri
XAU SOVEREIGN QUANTUM AI  God-Tier MTF S/R + Grid Recovery Engine XAU Sovereign Quantum AI  is an entirely new breed of trading engine, born from the fusion of two proven institutional strategies: Multi-Timeframe Support and Resistance Analysis- and Institutional Volume Spike Detection. While the vast majority of Expert Advisors use lagging price indicators to chase entries, Sovereign waits patiently at the exact price zones where the biggest money moves happen, and only strikes when confirmed
*not fully operational.. some features are are under development* This Expert Advisor operates on the cutting edge of algorithmic trading, employing a Lorentzian classification machine learning model to analyze market data. Instead of relying on traditional indicators, it observes a defined number of past bars to recognize intricate patterns and relationships within the price action. It then uses a "neighbor" count to classify the current market state and predict future movements. The Quantum Cl
CaicaiLS Pro - Advanced Pair Trading & Statistical Arbitrage (Version 9.0) The CaicaiLS Pro is a quantitative Expert Advisor designed for Long & Short operations (Pair Trading) using Statistical Arbitrage . Developed for traders seeking precision, it tracks correlation and cointegration anomalies across multiple asset pairs simultaneously, seeking performance in both mean reversion and momentum breakouts. Its advanced architecture features the introduction of Shadow Execution technology. The mat
This Expert Advisor is an intraday trading bot that exclusively targets reversals at key price levels. It operates by identifying the daily high and low and then executes trades when the price retraces to one of two predefined levels. The bot offers both fixed and dynamic lot sizing , the latter of which calculates your position size based on account balance for precise risk management. It also features a trailing stop to lock in profits as the trade moves in your favor. This strategy is best su
This Expert Advisor is a robust, trend-following system that uses a confluence of five different indicators to confirm a strong upward trend before entering a buy position. Its strategy is built on a two-step validation process: first, it confirms the overall trend using the EMA 200 and Linear Regression Slopes to ensure the price is in a clear bullish direction. Once a valid trend is established, it looks for one of three entry signals from Aroon , ADX , or MACD to trigger a buy trade. The EA i
Neurolite EA gbpusd
Aliaksandr Salauyou
The Neurolite Expert Advisor offers trade decisions based on a neural network trained using a 10-year history of real tick data. The trading is performed only on GBP/USD. Its main peculiarity is a small amount of input parameters so as to facilitate the working process of users. The Neurolite EA will fine-tune all the parameters for you. Trading Strategy The system does NOT use dangerous strategies such as averaging or martingale, but strictly adheres to the neural network instructions. Stop lo
Neurolite EA eurusd
Aliaksandr Salauyou
The Neurolite Expert Advisor offers trade decisions based on a neural network trained on 5-years of real tick data. Trading is performed only on the EUR/USD currency pair. Its main peculiarity is a small amount of input parameters so as to facilitate the working process of users. The Neurolite EA will fine-tune all the parameters for you. This Expert Advisor is based on the previously released Neurolite EA gbpusd , which was adjusted for successful trading on the EUR/USD currency pair. Trading
A scalper system only work during Asian hours. Several unique indicators to detective the price fluctuation. Dynamic TP/SL level according to market conditions. Fixed stoploss to protect the capital, very low risk of losing a lot of money. No need to obtain SET files. The parameters are the same for each currency pair. It is optimized to work on EURAUD . It is recommended to use Eagle Scalper on M15 chart. It is recommended to run it on a real ECN broker with very low spread . It is recommended
Plus de l'auteur
Finally, a dashboard that cuts through the noise and shows what actually matters. – Displays All Symbols In Your Market Watch List (Updates in real time) This advanced Multi-Timeframe ATR & Volume Dashboard gives traders a crystal-clear view of market volatility and liquidity across all symbols and timeframes in one glance .     Real-Time ATR & Volume Data – See exact volatility (ATR) and trading activity (Volume) for M1 to MN1     Smart Grouping – Automatically classifies instruments (Forex, In
FREE
Welcome to the Williams Percent Range EA (wpr)           It's recommended that you read through the document before you start creating a strategy.         Risk management  — Fixed and risk-based position sizing for flexible risk management.        Features:  ATR For Stop Loss And Take Profit. Position Size. Fixed Or Risk Based Risk Based. Equity, Balance Or Free Margin Stop Loss Mode. Closes trade on signal and enters new trade opposite direction. (close of candle) Limit Trading Hours
It's recommended that you read through the entire document. For the first time ever on MQL5 . A first of its kind on the marketplace. Introducing a truly groundbreaking trading bot—one that combines ATR-driven risk management with an innovative daily percentage change trading strategy. Designed for trading a wide range of assets, including Gold, Oil, Bitcoin, Forex and Indices . (Ideal for basket trading.) This powerful, fully automated exclusive Bot is designed to give traders a unique edge
Mfi ATR EA
Jason Smith
Money Flow Index. MFI EA Atomated Trading Bot MFI bots can be valuable tools for automating trading s trategies based on market momentum. However, it's crucial to understand their functionality, monitor their performance, and use them as part of a comprehensive trading plan. The Money Flow Index (MFI) is a technical analysis tool that combines price and volume to assess the buying and selling pressure of an asset. In cryptocurrency trading, MFI bots utilize this indicator to automate trading d
Moving Averages Bot with ATR – A Comprehensive Trading Tool .     Very RARE POWERFUL AND UNIQUE moving averages BOT that incorporates ATR with Stop Loss, Take Profit Multiplier. Multiple Time Frames and a lot more.     This Bot is an impressive automated trading system that combines the simplicity of moving averages with the dynamic adaptability of the Average True Range (ATR).     Designed to enhance trading strategies by offering a balanced mix of trend-following techniques and risk manag
RandomPulse ATR Driven Directionless Bot" Expert Advisor! What Does this bot Do? The  EA is designed to execute trades based on a random entry, ensuring that your trading positions are always dynamic and engaging. Here's what it offers!     Random Trade Direction:     This EA randomly selects whether to buy or sell, ensuring that your trading strategy isn't limited by predictable patterns.     Buy or Sell:       The Bot will Randomly Choose     Customizable Stop Loss and Take Profit:     Bas
Gold Trading Made Simple – Maximize Profits With This Proven Strategy! Silent Syndicate – The Ultimate AI-Powered Gold Trading Bot. Precision. Performance. Profitability. Gold trading is a highly lucrative market , but without the right strategy, it can be volatile and unpredictable. Silent Syndicate is a state-of-the-art trading system designed to maximize profits, minimize risk, and provide consistent long-term returns. Powered by intelligent algorithms, strategic trade management, and advan
Introducing TriggerGuard Pending Order EA This Bot is a state-of-the-art, fully automated Expert Advisor  Utilizing a robust pending order system, TriggerGuard ensures that your trades are placed and executed only when market conditions align with your preset criteria. A very useful transferable tool for price action strategies, allowing you to effortlessly set traps in the market. It works flawlessly. You can execute the bot during corrections in a descending channel, against impulse waves, or
The Midnight Thottle Expert Advisor: Automated Trading Based on Alignment of Percentages The Midnight Throttle EA is an expert advisor that trades automatically based on the alignment of four key timeframes' percentage changes. It trades what Midnight Watch visualizes." It uses the Midnight Watch indicator’s data to analyze market conditions and enter trades when the market shows significant alignment across different timeframes. How Midnight Throttle Works: Alignment Criteria: The Expert
I am a trader specializing in the development of rare , exclusive , high-performance trading bots designed for serious traders who are committed to achieving consistent profitability and success. This free indicator is more than just a visual tool—it powers the Midnight Throttle EA , an automated trading system that executes trades based on the precise market conditions this indicator observes. Midnight Watch : A Pro-Level Tool for Precision Market Analysis. An advanced , multi-functional MetaTr
It's recommended that you read through the entire document. Sentinal Core– A Multi-Timeframe Percentage Threshold Logic Engine Exclusive to MQL5  Sentinal Core is the third and final Expert Advisor in a trilogy of EA's engineered for directional alignment using percentage-based trend analysis. It is not your typical entry-signal bot. Sentinel Core is a pure logic engine designed to rigorously filter signal validity through real-time, multi-timeframe sentiment analysis based solely on price act
BreakPoint Pro – Daily High/Low Breakout EA This bot is a professional-grade Expert Advisor that trades breakouts of the current day's high and low using a clean, rules-based price action approach. The strategy focuses on capturing directional momentum once price breaches these key intraday levels—one of the most statistically reliable patterns in discretionary and algorithmic trading. A powerful Expert Advisor designed to capitalize on daily high/low breakouts using a price action-driven strat
Globex Range Levels – Gold Edition Market Focus: XAUUSD / Gold / Futures-style Assets m5-m15 Designed For: Day Traders, Scalpers, Institutional-Level Strategies What is Globex Globex is the electronic trading platform operated by CME Group, enabling nearly 24-hour trading of futures and options across global markets. It runs outside traditional U.S. trading hours and is commonly referred to as the overnight session . In trading, the term "Globex session" typically refers to the period between th
Global Risk Manager Auto Stop Loss  Automate Your Risk Management This utility works seamlessly with any symbol, by intelligently setting your initial Stop Loss and Take Profit the instant a new position is opened. Perfect for traders who enter manually or via an EA  but want consistent, rules-based risk management applied automatically. Why You Need This Eliminates Human Error: Never forget to set a stop loss again. Ensures every trade is protected from the start. Enforces Discipline: Removes
This Expert Advisor combines classic mean reversion with an advanced Bollinger Band Walk Filter to trade when momentum is confirmed. It can be adapted between mean reversion and a breakout strategy (Bollinger walk), reducing false signals and improving trade precision. The Walk Filter detects sustained price interaction with Bollinger Bands over N consecutive bars. Only after this walk is confirmed does the EA enable breakout trades in the corresponding direction. Upper band walks trigger breako
Session Map Pro automatically plots the critical price levels from previous trading days and overlays visual session markers, giving you an instant "roadmap" of potential support and resistance.   It transforms your chart into a strategic trading battlefield.   Detailed Line Reference Guide (For visual display m1-m5 works best but can be attached to any time frame) Default lookbackDays=5. "Set to 1 for today only and a less cluttered display"  1.Horizontal lines (n) Days)    Solid GREEN Line (
Magic History is a detailed trade visualization indicator designed to bring the full story of your trading activity directly onto the chart. If you’re a developer or trader who uses magic numbers, this is made for you. Smart pagination - never lose track of your trades again. Pagination means dividing content into separate pages instead of showing everything all at once. In the context of your Magic History indicator: Pagination is a system that lets you view your trades in sections (pages) — f
Ping-Monitor — Never Miss a Tick Again! Do you run EAs and worry about silent chart freezes or data feed stalls ?  This utility is your ultimate watchdog, alerting you the moment your charts stop receiving updates. Ping-Monitor is designed to detect when a chart freezes or the data feed stalls, even if MT5 still shows that the connection is active. It works by tracking the time of the last incoming tick. Every time the chart receives a new price update, the EA records the timestamp. Then, on a
Support and Resistance Pro - Professional Trading Tool Professional Daily Price Structure Analysis with Intelligent Notifications A comprehensive trading tool that transforms your chart into an organized workspace by visually mapping the market's daily price structure while keeping you informed of critical price interactions through a sophisticated alert system. Trading key levels that form clusters of confluence is about identifying price areas where multiple independent factors line up, rath
Synthetic Timeframe Creator Professional Custom Timeframe Visualization for MetaTrader 5 Revolutionize your multi-timeframe analysis with Synthetic Timeframe Creator. Tired of switching between charts? Need to analyze specific time cycles that don't exist in standard timeframes?  This is your ultimate solution. Create custom D2, D3, W2, W3 (or any N-period) candles directly on your MT5 chart without needing custom symbols or complex workarounds. KEY FEATURES Flexible Timeframe Synthesis Choos
Filtrer:
AJH
120
AJH 2026.02.15 16:26 
 

L'utilisateur n'a laissé aucun commentaire sur la note

Jason Smith
3424
Réponse du développeur Jason Smith 2026.04.22 05:47
Really appreciate that — thank you. I built Pro15 to perform at a high level, so hearing that it’s still impressing you after three weeks means a lot. There’s more coming as well — refinements and improvements never stop.
Répondre à l'avis