Pro15

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.
Рекомендуем также
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
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
Версия MT4: https://www.mql5.com/en/market/product/117011 Версия MT5: https://www.mql5.com/en/market/product/117012 Nusantara EA – Умный прорыв с точностью отложенных ордеров "Nusantara" – это экспертный советник (EA), основанный на стратегии прорыва, которая улучшена с помощью дистанционного исполнения отложенных ордеров и оснащена системой переключения управления рисками. Разработан для серьезных трейдеров, которым нужна автоматизированная, безопасная стратегия, которая остается гибкой в ​​у
Stealth Sniper PRO: Профессиональный Торговый Комплекс Stealth Sniper PRO   — это ультимативное аналитическое решение и торговый комплекс нового поколения. Созданный на стыке агрессивных математических моделей и консервативного риск-менеджмента, этот инструмент предназначен для тех, кто требует от рынка безупречной точности и полной конфиденциальности. Это не просто советник — это   философия профессиональной охоты , где каждое движение графика превращается в выверенный сигнал, а хаос рынка —
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
Это полностью автоматическая система для мультивалютной торговли (17 валютных пар) на рынке Форекс. Торговая система сама находит самые мощные паттерны Price Action в полностью автоматическом режиме! Торговля ведется на 17 валютных пар одновременно и использует таймфреймы М5. Для каждой пары предусмотрен стоп-лосс, тейк-профит, безубыток и трейлинг-стоп. Реал мониторинг:  https://www.mql5.com/ru/signals/2238618 Преимущества Частичное закрытие, чтобы уменьшить нагрузки на депозит. Определяет нап
### 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   это полностью автоматическая система   с открытыми параметрами оптимизации и   механизмом восстановления в реальном времени. Сигнал Возврат комиссии Брокера Обновления Полезный Блог Каждая позиция всегда имеет Фиксированный SL/TP и сопровождение прибыльных позиций.     Алгоритм имеет встроенный опциональный фильтр волатильности, что позволяет обходить ложные пробои на рынке. Система использует пробой рынка в определенные часы в начале торговой сессии США. Текущие настройки по умолчан
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 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
Текущая цена является первоначальной ознакомительной ценой. Целевая цена $3800 В течение ограниченного времени наш некоммерческий советник для хедж-фондов доступен на MQL5 по специальной стартовой цене — это исключительное предложение, учитывая его возможности. У нас работает множество счетов с использованием этого комплекса, но для коммерческой демонстрации мы запустили следующий публичный сигнал:  https://www.mql5.com/en/signals/2354826   (FusionMarkets) После продажи ограниченного количеств
https://www.mql5.com/tr/users/bilisimprofesoru/seller This is a highly profitable fully automatic and semi-automatic grid strategy. ======== Usage ======== : Symbol: XAU and any major currency pair Timeframe: M1 or higher, but all timeframes can be tested Note: The grid strategy always involves a certain level of risk due to the accumulation of position sizes. However, its high profit potential ensures that it remains popular regardless of how much the forex market evolves. Semi-automatic tradi
QuantumAlgo Gold Scalper EA — Эксперт по золоту XAUUSD на основе ИИ для MetaTrader 5 Высокоточный скальпер по золоту для XAUUSD на таймфрейме M1. Основан на адаптивном многоуровневом сигнальном движке, жёсткой защите Stop Loss и дисциплинированном риск-менеджменте — без сетки, без мартингейла, без усреднения . Live Signal: [ДОБАВЬТЕ ССЫЛКУ НА LIVE-СИГНАЛ] MT5 версия (это объявление) · Prop Firm Set: доступен по запросу после покупки Set-файлы и руководство: свяжитесь со мной в личных сообщениях
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
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 — это решение для трейдеров, стремящихся максимизировать свои операции с помощью надежной и высокоавтоматизированной стратегии. Этот советник нового поколения, разработанный Felipe FX, сочетает в себе передовые технологии и передовые индикаторы для обеспечения эффективной и прибыльной торговли. Расширенные индикаторы для подтверждения входов, USD Killer были разработаны с использованием всей мощи AI Gemini, и мы находим на графике закономерности, которые ежедневно во
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 - 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
С этим продуктом покупают
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 - ИИ, который остаётся со сделкой Большинство торговых систем перестают думать после входа. Syna так не делает. Syna 7 — это торговый ИИ-ассистент и автономная торговая система, созданная для того, чтобы участвовать в процессе от анализа до выхода. Она может отслеживать текущие условия, помнить контекст сделки, оценивать новости и волатильность, управлять позициями, координировать счета и продолжать пересматривать решения после открытия ордера. Торговля не заканчивается на входе. Интелле
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)
Представляем AiQ Gen 2 – Быстрее. Умнее. Мощнее, чем когда-либо. Мы помогли начать этот сдвиг в конце 2024 года с Mean Machine, одной из первых систем, внедривших настоящий передовой ИИ в реальную розничную торговлю. AiQ Gen 2 является следующей эволюцией в этой линейке. AiQ Gen 2 создан для скорости на совершенно ином уровне. Отложенные ордера лежат в основе его преимущества, позволяя позиционироваться с точностью до расширения импульса, а затем передать управление адаптивному интеллекту. Боль
Bonnitta EA MT5
Ugochukwu Mobi
3.38 (21)
Советник Bonnitta EA  основан на стратегии отложенной позиции ( PPS ) и очень продвинутом алгоритме скрытной торговли. Стратегия Bonnitta EA представляет собой комбинацию секретного пользовательского индикатора, линий тренда, уровней поддержки и сопротивления ( Price Action ) и наиболее важного алгоритма скрытной торговли, упомянутого выше. НЕ ПОКУПАЙТЕ EA БЕЗ КАКИХ-ЛИБО ПРОВЕРОК НА РЕАЛЬНЫЕ ДЕНЬГИ БОЛЕЕ 3 МЕСЯЦЕВ, МНЕ ЗАНИМАЛОСЬ БОЛЕЕ 100 НЕДЕЛЬ (БОЛЕЕ 2 ЛЕТ), ЧТОБЫ ПРОВЕРИТЬ BONNITTA EA НА РЕ
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
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)
У советника есть трек: многие месяцы стабильной торговли с  низкой просадкой : All Pairs 9 Pairs Night Hunter Pro  - это продвинутый  скальпер,  использующий умные алгоритмы входа/выхода с фильтрами для определения самых безопасных точек входа в спокойные периоды рынка. Эта система ориентирована на  долгосрочный рост. Это профессиональная система, разработанная мной много лет назад, которая постоянно обновляется и включает в себя последние инновации в области торговли. Ничего модного, никакого т
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
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
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
Gold Catalyst EA MT5
Malek Ammar Mohammad Alahmer
Gold Catalyst Evolution V6.0 — описание для MQL5 Market Gold Catalyst Evolution V6.0 Автоматизированная двухмодульная система торговли золотом для MetaTrader 5 1. Обзор продукта Gold Catalyst Evolution V6.0 — полностью автоматизированный советник, разработанный исключительно для XAUUSD и других брокерских символов, содержащих XAU или GOLD. Версия 6.0 объединяет два независимых торговых модуля в одном советнике. Каждый модуль отдельно оценивает рыночные условия и использует собственный фиксирован
️ 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
Money Machine 7 Money Machine 7 is an automated trading tool designed for the MetaTrader 5 platform. This expert advisor focuses on trading the XAUUSD (Gold) symbol through an implementation of Smart Money Concepts (SMC) and an adaptive grid system. Main Strategy Features Smart Money Concepts (SMC): The system is designed to identify market structures, including Break of Structure (BOS) and Change of Character (CHoCH). It attempts to detect supply and demand zones based on Order Blocks and Fair
Saiko Scalper v5
Samir Saleh Mohammed Hassan
SAIKO Scalper is an advanced algorithmic trading robot designed to detect and exploit real market momentum using tick-level impulse analysis. Instead of relying only on traditional indicators, the robot monitors consecutive price movements in real time and enters trades when a strong directional impulse is detected. This approach allows SAIKO Scalper to capture fast market opportunities while avoiding many false signals caused by normal price fluctuations. The robot includes multiple layers of
Scalp Master Expert Advisor — это полностью автоматизированная торговая система, разработанная для скальпинговых стратегий в условиях трендового рынка. Она создана для выявления краткосрочных торговых возможностей на ликвидных рынках с особым акцентом на качество сделок и контроль риска. EA подходит для трейдеров, которые предпочитают системный и основанный на правилах подход без ручного вмешательства. Он лучше всего работает на инструментах с низкими спредами и высокой ликвидностью, включая: XA
Stealth 150 DE40
Szymon Jan Szarowski
4 (1)
Простите за выдающуюся доходность 340% годовых! Да, вы всё правильно прочитали: такие результаты тестирования в 340% годовых почти что неприлично хороши. Но, пожалуйста, не поймите меня неправильно — это не маркетинговый трюк, а результат чистого программирования и честных бэктестов. Конечно, такие "сказочные" доходности не могут сохраняться вечно, ведь через несколько лет любой советник в тесте сталкивается с ограничениями по объёму лота. Тем не менее: Stealth 150 DE40 показывает, на что
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 - 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
SD Gold HFT Scalper EA
Patel Dipeshkumar Ramanbhai
SD Gold HFT Scalper EA — это продвинутая высокочастотная торговая система, разработанная специально для экстремальной волатильности и быстрого исполнения сделок на рынке. В отличие от традиционных Expert Advisor, которые полагаются на запаздывающие данные свечей OHLC (Open, High, Low, Close), эта система работает полностью на чистых, сырых тиковых данных. Отслеживая микро-движения цен Bid и Ask, она выявляет и использует взрывные импульсы движения ещё до того, как они появятся на стандартных гр
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
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
Neurolite эксперт использует нейронную сеть для принятия решений по сделкам. Сеть обучена на 10-летней истории реальных тиковых данных. Торговля ведется только по паре GBP/USD. Отличительной особенностью данного советника является небольшое количество входных параметров, для облегчения работы пользователя. Обученная нейронная сеть всё настроит за вас. Торговая стратегия. Система не использует опасные стратегии (типа усреднение или мартингейл), а чётко следует указаниям нейронной сети. В каждой
Neurolite эксперт использует нейронную сеть для принятия решений по сделкам. Сеть обучена на 5-летней истории реальных тиковых данных. Торговля ведется только по паре EUR/USD . Отличительной особенностью данного советника является небольшое количество входных параметров, для облегчения работы пользователя. Обученная нейронная сеть всё настроит за вас. Данный советник построен на базе ранее выпущенной версии советника Neurolite EA gbpusd , который был доработан для успешной торговли на валютной п
Эта скальпинговая система работает только во время азиатской сессии. Использует несколько уникальных индикаторов для определения колебаний цены. Динамические уровни тейк-профит и стоп-лосс в зависимости от рыночных условий. Фиксированный стоп-лосс для защиты капитала, низкий риск потери большой суммы денег. Не нуждается в SET-файлах. Параметры одинаковы для всех валютных пар. Оптимизирован для работы с EURAUD . Рекомендуется запускать советник Eagle Scalper на графике M15 . Рекомендуется запуск
Советник Snake EURUSD Real — полностью автоматический робот, торгующий на рынке форекс. Робот торгует на любой паре, но лучшие результаты достигнуты на EURUSD M15. Система также работает с любым брокером, предоставляющим плавающий спред. Преимущества Советник не использует такие системы, как мартингейл, хеджирование и т.д. Советник использует стоп-лосс и трейлинг-стоп для получения прибыли. Кроме того, вы также можете установить тейк-профит (на EURUSD я использовал 93). Наилучшие результаты тес
Следуйте сигналу SQUEEER STOCKS: https://www.mql5.com/ru/signals/503024 STOCKS SQUEEZER - это торговая система, которая одновременно работает с несколькими акциями, пытаясь воспользоваться их волатильностью. Советник открывает позицию по каждой указанной акции, инвестируя начальную сумму денег, которую вы установили. Единая позиция закрывается, когда рассчитывается тейк-профит. Вместо этого, если рынок идет против, позиция увеличивается и тейк-профит перемещается правильно. Это продолжается ст
Benefit EA Используется только на счетах с хеджированием. Benefit EA - безиндикаторный гибкий сеточный советник со специальными точками входа, обеспечивающие статистическое преимущество,выявленное с помощью математического моделирования рыночных паттернов. В советнике не используется стоп-лосс, все сделки закрываются по тейк-профиту или трейлинг-стопу. Есть возможность планирования увеличений лота. Функция «Фильтр времени» - устанавливается в соответствии с внутренним временем терминала, соглас
EA STFX BINARY TECHNOLOGIES EA STFX Binary Technologies is specifically designed for Binary MT5 products Volatility Index 75 and 100 The Expert Advisor can be used for Full Automatic and Semi Automated trading. EA STFX has various strategies such as: Day Trade, Averagging , Martingale, Anti Martingale and or combine the two Trading positions can be closed easily using panels such as close profit only, close buy, close sell, close all transactions The choice of indicators for position entries us
Другие продукты этого автора
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
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
Фильтр:
AJH
120
AJH 2026.02.15 16:26 
 

Пользователь не оставил комментарий к оценке

Jason Smith
3424
Ответ разработчика 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.
Ответ на отзыв