Whale Flash Order Rejection Reversal

Concept. Flash ORR is a fast-reaction scalping EA that hunts false breakouts at important swing levels. When price spikes through a recent swing high/low but fails to close with strength (long wick, weak body), the move is considered rejected. If the very next candle prints strong opposite momentum, the EA enters against the spike:

  • Up-spike + weak close → followed by a bearish momentum barSELL

  • Down-spike + weak close → followed by a bullish momentum barBUY

Entries are placed at the open of the next bar (no intra-bar guessing).
Stops are set at the spike wick extreme; take-profit is a multiple of the risk (RR × SL).

Designed for M1–M5 on liquid symbols (e.g., EURUSD, XAUUSD) during London/NY hours.

How it works (signal pipeline)

  1. Find a nearby swing level.
    The EA searches the past SwingLookback bars for a fractal swing using SwingLR left/right bars.

  2. Detect a spike rejection (bar at shift=2).
    The spike candle must:

    • Break the swing level (with optional SwingBufferPips tolerance),

    • Show long wick / small body: MinWickRatio (wick/range) high AND MaxBodyRatio (body/range) low,

    • Optionally close in the opposite color ( RequireOppositeColor = true ).

    • (Optional) Be abnormally large vs ATR: SpikeATRMult .

  3. Confirm with opposite momentum (bar at shift=1).
    The next candle must be opposite color with meaningful body:
    MinMomentumBodyRatio (body/range) and (optional) MomentumBodyATRMult × ATR filter.

  4. Place the trade (at new bar open).

    • SL = spike wick extreme ± SLBufferPips

    • TP = RiskRewardRR × SL distance

    • Spread, stops/freeze level, margin checks are enforced.

    • (Optional) Session filter limits trading to London/NY hours.

  5. Risk / position sizing.
    If RiskPercent > 0 , lot size is computed from account balance and stop distance. Otherwise the EA uses FixedLot .

Inputs (grouped)

General

  • MagicNumber — Magic for position tracking.

  • OnePositionPerSymbol — If true , EA won’t open a second trade on the same symbol while one is active.

  • CooldownBars — Number of bars to wait after a trade closes before taking the next signal.

  • DeviationPoints — Max slippage (points) for market orders.

Session Filter (server time)

  • UseSessionFilter — Enable/disable time windowing.

  • LondonStartHour / LondonEndHour — London session trading window.

  • IncludeNewYorkSession — If true , NY window is also considered.

  • NYStartHour / NYEndHour — New York session trading window.

Tip: Use server time. Over-the-weekend or illiquid hours are implicitly avoided if you narrow the windows.

Execution / Spread

  • MaxSpreadPips — Maximum allowed spread (pips) at execution time.
    (The EA converts pips to price using the symbol’s digits: on 5/3-digit symbols 1 pip = 10 points; on 4/2-digit symbols 1 pip = 1 point.)

Spike & Rejection Rules

  • SwingLR — Fractal detection parameter (bars to the left/right that must be lower/higher).

  • SwingLookback — How far back (in bars) to search for the last valid swing.

  • SwingBufferPips — Tolerance added to the swing level when checking “spike broke the level”.

  • MinWickRatio — Minimum wick/range ratio on the spike bar (large wick).

  • MaxBodyRatio — Maximum body/range ratio on the spike bar (weak close).

  • RequireOppositeColor — If true , spike bar must close opposite to its direction
    (e.g., up-spike should close bearish).

ATR Filters (optional)

  • UseATRFilter — Master switch for ATR-based thresholds.

  • ATRPeriod — ATR lookback.

  • SpikeATRMult — Spike bar range must be ≥ ATR × this multiplier.

  • MomentumBodyATRMult — Momentum bar body must be ≥ ATR × this multiplier (set 0 to disable).

Momentum

  • MinMomentumBodyRatio — Minimum body/range ratio for the momentum bar (strength filter).

Risk Management

  • RiskPercent — % of balance risked per trade. If 0 , uses fixed lot.

  • FixedLot — Lot size used when RiskPercent = 0 .

  • RiskRewardRR — Take-profit = RR × stop-loss distance.

  • SLBufferPips — Extra buffer added beyond the spike wick (helps with spread/slippage and stop rules).

Misc

  • PrintDebug — Verbose logging to Journal (helpful during testing/optimization).

Execution details & safeguards

  • Order type: Market entries at the next bar open.

  • Checks before sending:

    • Margin ( OrderCalcMargin )

    • Stops/Freeze levels and spread threshold

    • Broker slippage via DeviationPoints

  • No repainting: Signals are built from closed candles only (shift=2 for spike, shift=1 for momentum).

  • Digits-aware pip math: The EA internally maps pips to price according to symbol digits.

  • Single-symbol lock (optional): Prevents over-exposure if OnePositionPerSymbol = true .

  • Cooldown: Avoids immediate re-entries after a trade.

Practical tips

  • Timeframes: Start with M1–M5.

  • Symbols: EURUSD (tight spreads); XAUUSD (require stronger spike filters).

  • Optimization order: Spike shape → Momentum strength → ATR gates → Swing parameters → RR → Session & Spread.

  • News: The EA purposely uses wick/weak-close logic to fade failed news spikes, but wide spreads can still disqualify many signals (as intended).

Risk Disclosure

Trading leveraged products involves substantial risk of loss and is not suitable for every investor. Before using this EA:

  1. No performance guarantees. Historical/backtest results are not indicative of future performance.

  2. Execution risk. Slippage, requotes, widened spreads, stops/freeze levels, and partial fills can materially alter live results versus backtests.

  3. Broker differences. Symbol names, tick size/value, digits, contract specifications, timezones, and liquidity vary across brokers. Validate on a demo with your broker first.

  4. News & volatility. Extremely fast markets (news releases, flash moves) can bypass stops and increase realized risk.

  5. Technology risk. VPS stability, platform updates, network outages, and symbol session changes can impact execution.

  6. Position sizing. If you enable RiskPercent , ensure the risk per trade aligns with your plan. Using too large a risk can quickly lead to large drawdowns or account loss.

  7. User responsibility. You are solely responsible for how you configure and run this EA, including compliance with your broker’s terms and applicable regulations.

Strong recommendation: Test on demo first, validate symbol parameters (digits, tick size/value), and verify that spreads and stops rules are satisfied in live conditions before deploying on a real account.


Рекомендуем также
Max Hercules
Aaron Pattni
4.13 (8)
Get it FREE while you can! Will be increased to $100 very shortly after a few downloads!! Join my Discord and Telegram Channel - Max's Strategy For any assistance and help please send me a message here.    https://t.me/Maxs_Strategy https://discord.gg/yysxRUJT&nbsp ; The Max Hercules Strategy is a part of a cross asset market making strategy (Max Cronus) built by myself over years of analysis and strategy building. It takes multiple theories and calculations to trade the market in order to cov
FREE
Max Poseidon
Aaron Pattni
3.33 (3)
Get it FREE while you can! Will be increased to $200 very shortly after a few downloads!! Join my Discord and Telegram Channel - Max's Strategy For any assistance and help please send me a message here.    https://t.me/Maxs_Strategy https://discord.gg/yysxRUJT&nbsp ; GBPUSD and EURUSD Set files can be found in the comments! (please message me if you need help with them) TimeFrames are harcoded, therefore any chart and time will work the same. The Max Poseidon Strategy is a part of a cross ass
FREE
BuildYourGridEA
Nikolaos Pantzos
4.65 (20)
BUILD YOUR GRID The expert is a system to help any trader to make a grid of orders (without martingale, lite martingale, or full martingale) easy and simple. Please make your test to find your settings. Default settings are just to take an idea of how the expert works. The expert can make according or contrary grid of orders. You can set the expert to work in hedge mode if the losses are huge. The system uses a high-risk strategy. It's better to test it first in a demo account. Version for MT4:
FREE
Katana Trend   is a trend-following Expert Advisor for   USDJPY H1 . It pairs a Fast/Slow moving-average crossover with an RSI momentum filter to trade in the direction of the prevailing trend, with configurable stop-loss, take-profit, a spread filter, and an optional martingale-based recovery module. Pair:  USDJPY - H1; Minimum initial deposit: $100; Leverage: 1:500; Recommended brokers: IC Markets; VPS recommended; Use default parameters, test on high quality data only .
FREE
The Impossible Coin
MORTAH Technology Limited
The Impossible Coin v1.53 BTCUSD session breakout + momentum continuation EA for the M5 timeframe. The EA identifies consolidation ranges during configurable session hours and waits for a confirmed breakout. Four independent scoring components (ADX, EMA, ATR, RSI) must all agree above a configurable threshold before any trade opens. A second momentum continuation strategy catches pullback entries in established trends. Every trade opens with a defined TP and SL. No martingale, no grid, and no av
FREE
Gold Swing Trader EA Advanced Algorithmic Trading for XAUUSD on Higher Timeframes The Gold News & Swing Trader EA is a specialized MetaTrader 5 Expert Advisor designed for trading XAUUSD (Gold). It operates on a swing trading strategy to capture medium- to long-term price movements on the H4 and Daily charts. Key Features: · Dedicated XAUUSD Strategy: Logic optimized for the unique volatility of Gold. · Swing Trading Focus: Aims to capture significant price swings over several days. · High
FREE
What is SMC Market Structure Pro? SMC Market Structure Pro is an automated trading Expert Advisor for MetaTrader 5 , developed based on Smart Money Concept (SMC) and market structure analysis . The EA is designed to help traders follow the natural flow of the market , focusing on price structure instead of indicators or lagging signals. How Does the EA Work? The EA analyzes market structure changes using pure price action: Detects higher highs & higher lows for bullish structure Detects l
FREE
TradeVectorFX Starter — MQL5 Product Description TradeVectorFX Starter Grid Recovery EA — NFA/FIFO Compliant — US Brokers — Free TradeVectorFX Starter is the free entry point to the TradeVectorFX engine — the same core logic as the full paid version, with lot sizing capped at $999 equity behavior so you can run it live, verify the strategy on your broker, and decide whether to scale before spending a dollar. It is engineered specifically for U.S. NFA/FIFO-regulated accounts: positions open and c
FREE
This EA was made for educational purposes.  You can find a full overview of how it was made in the YouTube video (Literally a step by step guide) We used AI and ML to create the whole thing, with no coding.  Can you trust this to make money? Possibly, but do so at your own risk.  It could be a nice addition to a large porfolio.  How to use: Add to H1 gold chart Make sure the subchart is correctly named to your broker name for Gold.  Big picture It’s a   trend + breakout system for buys , and a
FREE
Recovery Zone Scalper
Menaka Sachin Thorat
2 (1)
SMART RECOVERY EA – FREE Edition (MT5) SMART RECOVERY EA is a FREE Expert Advisor for MetaTrader 5 , developed by Automation FX , created for educational and testing purposes . This EA helps traders understand recovery-based trading logic with both manual control and basic automated support . Key Features (FREE Version) Manual Buy / Sell / Close All buttons Clean information panel with live trade data Basic recovery and trade monitoring logic Simple stochastic-based auto mode Suitable for lea
FREE
Описание EA (краткое, понятное, приемлемое для рынка) EA_XAU_Fibo_M15_FINAL_TTP_MODERN_v2_00 — это основанный на правилах EA для отката XAUUSD (золото) для графика M15, который целенаправленно отслеживает откаты в определенную зону Фибоначчи (0,500–0,667, опционально близкой к 0,618), но только в том случае, если верхний тренд-фильтр на H1 подтверждает четкое направление. EA сочетает в себе структуру (свинг-диапазон + Фибо-откат) с тренд-биасом (EMA20/50, RSI и опционально MACD) и использует с
FREE
Это последняя итерация моего известного скальпера, Goldfinch EA, впервые опубликованная почти десять лет назад. Он скальпирует рынок при внезапном увеличении волатильности, которое происходит в короткие промежутки времени: он предполагает и пытается извлечь выгоду из инерции движения цены после внезапного ускорения цены. Эта новая версия была упрощена, чтобы позволить трейдеру легко использовать функцию оптимизации тестера, чтобы найти лучшие торговые параметры. [ Руководство по установке | Руко
FREE
Jireh Fair Value Gap EA Free Introductory Release — Download, test and help shape the future of this project through your feedback. The Jireh Fair Value Gap Trader EA is an automated trading system that identifies Fair Value Gaps (FVGs) and executes trades when price returns to mitigate the imbalance. Designed around Smart Money Concepts (SMC), the EA combines multiple confirmation filters and advanced risk management tools to help traders automate a disciplined FVG trading strategy. Whether
FREE
Overview    EAtiktok Sniper M1 is an automated Expert Advisor for MetaTrader 5 that trades pullbacks in the direction of the short-term uptrend on the M1 chart. It sends market Buy orders only (no pending orders), keeps at most one Buy per symbol for its magic number helps avoid buying into a weak or bearish higher-timeframe context. Private Group support   https://www.mql5.com/en/messages/032629a87fdbdc01    Setup & requirements    • Platform: MetaTrader 5 (build current with your broker).  
FREE
TrendFollowMT is a fully automated trading system which is using large time frame to determine the trend and use small time frame to find the entry point. Once the trend changed to opposite side, the system will wait for another entry point to recover with bigger lot size. Moreover, the target profit will be moved up when more position had been opened. The aim is to cover the cost of waiting time and risk. Free version will only trade on buy signal and locked the initial Lot size (0.01). Paid v
FREE
Best Scalper XAUUSD 30min
Bruno Alexandre Azevedo Dantas
Este robô foi criado exclusivamente para operar no ouro (XAUUSD) e funciona melhor em timeframes médios (M30, H1) . Diferente de scalpers tradicionais, o Best Scalper XAUUSD 30min foca em reversões de tendência , utilizando indicadores avançados como RSI, Bandas de Bollinger e Price Action . A estratégia é baseada em detectar níveis críticos de suporte e resistência , onde o mercado tem uma grande probabilidade de inverter a tendência. Ele combina essa análise com volatilidade intradiária , gar
FREE
Donchain Grid Zone is a BUY-only grid trading Expert Advisor based on the Donchian Channel. It dynamically scales into positions as price drops through grid zones, and scales out as price recovers — all governed by a Donchian midline filter. How it works: Grid zones are defined below the entry price (RedLine) Zone 1 = 1 order, Zone 2 = 2 orders... up to Zone 7 Orders are only opened when price is   above   the Donchian midline Dynamic Stop Loss trails the Donchian Lower Band Grid spacing adapts
FREE
Artemis Gold HFT Throttle EA MT5 Ожидание окончено — Artemis Gold HFT Throttle EA теперь доступен для MetaTrader 5. Artemis Gold HFT Throttle EA MT5 — это советник, ориентированный на торговлю золотом, созданный для трейдеров XAUUSD, которым нужна быстрая краткосрочная автоматизация с контролируемым исполнением, интеллектуальной защитой и понятной визуальной панелью управления. Большинство быстрых торговых роботов делают акцент только на скорости. Но в реальных брокерских условиях скорость без к
FREE
LoneWolf Mt5
Dmitriy Prigodich
4.5 (6)
Советник основанный на сигналах индикатора  Relative Strength Index (RSI)  и Stochastic  в зоне перекупленности - продаем, в перепроданности - покупаем. Я рекомендую использовать этот советник только на VPS.  Добавляйтесь в друзья, присылайте свои интересные стратегии. Возможно после обсуждения всех нюансов напишу советника бесплатно . Параметры:                                                                    "_Slippage"    - Проскальзывание;           "_   Magic"    -  Идентификатор ордера; 
FREE
The king tut
Ibrahim Murad Ibrahim Awad
KING TUT v1.0 Professional Algorithmic EA | XAUUSD | MetaTrader 5 ️ READ THIS BEFORE USING This EA is not designed to trade every day, and it is certainly not designed to open multiple positions simply because the market is moving. If you believe a professional trading system should produce dozens of trades every session, remain active around the clock, or react to every market fluctuation, then this EA is probably not the right choice for you. KING TUT v1 .0 follows a completely different
FREE
Fibo Trader - это советник, позволяющий создавать автоматизированные шаблоны для паттернов колебаний по значениям коррекций Фибоначчи, используя полностью автоматизированную и динамически созданную сетку. Данный процесс достигается путем оптимизации советника, с последующим его запуском в автоматическом режиме. Советник позволяет переключаться между автоматическим и ручным режимом. В ручном режиме пользователю предоставляется графическая панель, позволяющая управлять текущими торговыми условиями
FREE
This is a Forex Scalping Trading Sytem based on the Bollinger Bands.  Pairs:Major Time frame: 1M or higher. Spread max:0,0001.  Indicators (just suggestion) Bollinger bands (20, 2); ADX (14 period); RSI   (7 period ). Y ou should only trade this system between 2am to 5am EST, 8am to 12am EST and 7.30pm to 10pm EST. Do not scalp 30 minutes before a orange or red news  report and not for a hour afterwards.   Setup: is for price to move above the lower or lower Bollinger Bands, RSI raise above the
FREE
Данный советник принимает в качестве канала пространство между трендовыми линиями поддержки и сопротивления, которые вы нарисовали на графике, а при достижении ценой ваших уровней поддержки-сопротивления, советник автоматически открывает или закрывает вашу позицию. [     Как приобрести     |     Установка и обновление     |     Тестирование     |     Другие продукты     ]     Для работы советника необходимо нарисовать две трендовые линии с одинаковыми цветами, а не линию равноудаленного канала.
FREE
Babel Assistant
Iurii Bazhanov
4.33 (9)
Babel assistant 1          MT5 netting советник ”Babel_assistant_1” по индикатору ZigZag формирует уровни Фибонвччи на периодах графиков M1, M5, M15, H1, H4, D1, W1, вычисляет вероятность трендов на покупку и продажу. Робот открывает позицию при превышении заданного уровня тренда  4.925 . Затем он  выставляет отложенные ордера на некоторых  уровнях Фибоначчи, формирует линии Stop Loss и Take Profit.  На экране отображаются текущие результаты работы по позиции, сделкам, трендам.           Ручное
FREE
Macd Rsi Expert
Lakshya Pandey
5 (1)
MACD RSI Optimized EA is a free, fully automated trading robot designed to capture trends using a classic combination of indicators. By merging the trend-following capabilities of the MACD (Moving Average Convergence Divergence) with the momentum filtering of the RSI (Relative Strength Index), this EA aims to filter out market noise and enter trades with higher probability. This version has been specifically optimized for the month of October on the M15 (15-minute) timeframe and performs best on
FREE
MNG Mt5
TDINVEST LLP
4.3 (10)
IMPORTANT : When testing the EA or running it live, make sure to set "Activate MNG Martingale" to "True" Hello & Welcome To MNG MNG is a martingale EA that allows you to configure a lot of features that I'll detail below. But first, I'd like to insist on the fact that a martingale EA is never safe, no matter if it has a good track record for 5+ years, if it shows incredible backtest results, if it's marketed as the best EA or whatever its price is ($30,000 or $50). A martingale EA might blow
FREE
NEXA GOLD Algorithmic Trading EA Обзор продукта NEXA GOLD Algorithmic Trading EA — это автоматическая торговая программа, разработанная для платформы MetaTrader 5. Данный советник анализирует движение цены на рынке GOLD (XAUUSD) и выполняет сделки на основе заранее заданных алгоритмических правил. Система автоматически открывает, управляет и закрывает позиции в соответствии с рыночными условиями и параметрами, установленными пользователем. Этот продукт является торговым инструментом для платформ
FREE
MA Confluence Strategy – Expert Advisor MA Confluence Strategy is a professionally developed Expert Advisor designed to identify high-probability trading opportunities using advanced moving average confluence principles. By combining multiple moving averages into a unified decision framework, the EA aims to reduce market noise and improve trade timing in trending market conditions. This Expert Advisor is suitable for traders looking for a systematic, rule-based approach to automated trading wit
FREE
MA Cross MACD Final Engine v3.04 Автоматизация стратегии с поддержкой нескольких таймфреймов и интеграцией CTrade Обзор: MA Cross MACD Final Engine v3.04 — это автоматизированная торговая стратегия, сочетающая пересечения скользящих средних (MA) с подтверждением MACD и фильтрацией тренда. Разработан для MetaTrader 5, этот эксперт-советник адаптируется к рыночным условиям с умной структурой. Ключевые особенности: Пересечение двух MA и подтверждение MACD: Сигналы на покупку и продажу фильтруютс
FREE
С этим продуктом покупают
Quantum Queen X MT5
Bogdan Ion Puscasu
5 (17)
Легенда продолжается. Королева эволюционирует. Добро пожаловать в Quantum Queen X — новое поколение легендарной торговой системы GOLD, основанной на проверенном успехе Quantum Queen. Quantum Queen X построена на том же проверенном движке, что и Quantum Queen, и представляет собой новый мощный пользовательский режим, который позволяет трейдерам выбирать, какие именно стратегии включать или отключать. Каждая стратегия была индивидуально проверена, доработана и оптимизирована для обеспечения еще лу
Lizard
Marco Scherer
4.9 (31)
ЧТО ТАКОЕ LIZARD? Lizard - это полностью автоматический советник (Expert Advisor), разработанный исключительно для XAUUSD (золото) на MetaTrader 5. Он использует мультистратегическую систему пробоя на основе свингов, которая определяет ключевые структурные уровни на графике и размещает отложенные стоп-ордера в точно рассчитанных точках входа. Без мартингейла. Без сетки. Без усреднения. Каждая сделка имеет заданный Stop Loss и Take Profit и активно управляется многоуровневой системой выхода, авто
Scalping Robot Pro is a professional trading system designed specifically for fast and precise scalping on XAUUSD using the M1 timeframe. The system is built to capture short term market movements with accurate execution and controlled risk management. It focuses on real time price behavior, momentum shifts, short term volatility, and selective grid based trade management techniques to identify high probability trading opportunities in the gold market. Scalping Robot Pro is optimized for traders
The Gold Reaper MT5
Profalgo Limited
4.46 (102)
ГОТОВНОСТЬ К ИСПОЛЬЗОВАНИЮ ПРОПОРЦИИ! (   скачать SETFILE   ) ПРЕДУПРЕЖДЕНИЕ: Осталось всего несколько экземпляров по текущей цене! Окончательная цена: 990$ Получите 1 советника бесплатно (на 3 торговых аккаунта) -> свяжитесь со мной после покупки Выгодное комплексное предложение     ->     нажмите здесь ПРИСОЕДИНИТЬСЯ К ОБЩЕСТВЕННОЙ ГРУППЕ:   Нажмите здесь   Сигнал в реальном времени Сигнал клиента Обзоры YouTube ПОСЛЕДНЕЕ РУКОВОДСТВО Добро пожаловать в «Золотого Жнеца»! Созданный на основе
TwisterPro Scalper
Jorge Luiz Guimaraes De Araujo Dias
4.41 (126)
Меньше сделок. Лучшие сделки. Стабильность прежде всего. • Живой сигнал Режим 1   Живой сигнал Режим 2 Twister Pro EA — это высокоточный скальпинговый советник, разработанный исключительно для XAUUSD (Золото) на таймфрейме M15. Торгует реже — но каждая сделка имеет смысл. Каждый вход проходит через 5 независимых уровней проверки перед открытием ордера, что обеспечивает чрезвычайно высокую точность на стандартной конфигурации. ДВА РЕЖИМА: • Режим 1 (рекомендуется) — Очень высокая точность, ма
Adaptive Gold Scalper Important Pre-notice: This strategy requires a long period of practical verification, and favorable trading returns cannot be guaranteed in the short run. Traders must select brokers with ultra-low order latency, minimal slippage and zero/low stop level requirement; poor broker conditions will lead to disastrous trading results. I have over 14 years of professional trading experience. With proper brokerage conditions and sufficient running time, this fully automated scalpi
ВАЖНЫЙ   : Этот пакет будет продаваться по текущей цене только в очень ограниченном количестве экземпляров.    Цена очень быстро вырастет до 1999$    Включено более 100 стратегий   , и их будет еще больше! БОНУС   : При цене 1499$ или выше — выберите  5     моих других советника бесплатно!  ВСЕ ФАЙЛЫ НАБОРА ПОЛНОЕ РУКОВОДСТВО ПО НАСТРОЙКЕ И ОПТИМИЗАЦИИ ВИДЕО РУКОВОДСТВО ЖИВЫЕ СИГНАЛЫ ОБЗОР (третья сторона) NEW - VERSION 5.0 - ONECHARTSETUP NEW - 30-STRATEGIES LIVE SIGNAL Добро пожаловать в И
Smart Gold Hunter
Barbaros Bulent Kortarla
5 (20)
Smart Gold Hunter — это Expert Advisor для торговли XAUUSD / Gold на MetaTrader 5. Он создан для трейдеров, которые предпочитают советник по золоту без сетки, без мартингейла, с реальными Stop Loss и Take Profit, а также с контролируемым управлением риском. Вы можете проверить live-сигналы перед покупкой: Live Signal - IC Markets: https://www.mql5.com/en/signals/2365400?source=Site +Signals+My Live Signal - Ultima Markets: https://www.mql5.com/en/signals/2376242?source=Site +Signals+My Smart Go
Quantum King EA
Bogdan Ion Puscasu
4.96 (211)
Quantum King EA — интеллектуальная мощь, усовершенствованная для каждого трейдера IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. Специальная цена запуска Живой сигнал:       КЛИКНИТЕ СЮДА Версия MT4:   ЩЕЛКНИТЕ ЗДЕСЬ Канал Quantum King:       Кликните сюда ***Купите Quantum King MT5 и получите Quantum StarMan бесплатно!*** За подробностями обращайтесь в личном сообщении! Управляйте   своей торговлей точно и
Mavrik Scalper
Vladimir Lekhovitser
4.5 (2)
Торговый сигнал в реальном времени Публичный мониторинг торговой активности в режиме реального времени: https://www.mql5.com/ru/signals/2378119 Официальная информация Профиль продавца Официальный канал Руководство пользователя Инструкции по установке и использованию: Открыть руководство пользователя Mavrik Scalper представляет новое поколение торговых советников, разработанных на основе архитектуры нейронной сети Hybrid Attention. В отличие от традиционных алгоритмических стратегий, к
Gold Snap
Chen Jia Qi
4.47 (17)
Gold Snap — система быстрого захвата прибыли на золоте Живой сигнал: https://www.mql5.com/en/signals/2362714 Живой сигнал 2: https://www.mql5.com/en/signals/2372603 Реальный сигнал v2.0: https://www.mql5.com/en/signals/2379945 Осталось только 3 копии по текущей цене. Скоро цена будет повышена до $999. Важно: После покупки, пожалуйста, свяжитесь с нами через личные сообщения, чтобы получить руководство пользователя, рекомендуемые настройки, примечания по использованию и поддержку обновлений. ht
Goldwave EA MT5
Shengzu Zhong
4.73 (71)
Реальный торговый счёт   LIVE SIGNAL (IC MARKETS): https://www.mql5.com/en/signals/2339082 Данный EA использует абсолютно ту же торговую логику и те же правила исполнения, что и верифицированный сигнал реальной торговли, представленный на MQL5.При использовании рекомендованных и оптимизированных настроек, а также при работе с надёжным ECN / RAW-spread брокером (например, IC Markets или TMGM) , поведение EA в реальной торговле спроектировано таким образом, чтобы максимально соответствовать струк
Logan MT5
Thierry Ouellet
5 (9)
LIMITED TIME OFFER AT 249$ Price will go up at  499$ on July 31st! Logan MT5 isn't your typical Gold Grid EA that blindly opens trade after trade, consuming your margin and putting your capital at unnecessary risk. Instead, it patiently waits for high-probability entry opportunities and uses an intelligent recovery system that combines ATR-based grid spacing with dynamic lot progression . This allows it to withstand adverse market movements that would wipe out most conventional grid EAs—includ
Zerqon EA
Vladimir Lekhovitser
3.18 (28)
Торговый сигнал в реальном времени Публичный мониторинг торговой активности в режиме реального времени: https://www.mql5.com/ru/signals/2372719 Официальная информация Профиль продавца Официальный канал Руководство пользователя Инструкции по установке и использованию: Открыть руководство пользователя Zerqon EA — это адаптивный экспертный советник, разработанный специально для торговли XAUUSD. Стратегия основана на модели нейронной сети Deep LSTM, интегрированной через ONNX, что позволяе
Quantum iGold MT5
Yassine Mouhssine
5 (14)
Quantum iGold MT5 — Продвинутая система ИИ-трейдинга (XAUUSD) Quantum iGold MT5 — это полностью автоматизированная торговая система, созданная с использованием передовых технологий искусственного интеллекта. Она использует гибридную нейронную архитектуру, объединяющую модели LSTM и Transformer для анализа поведения цены на XAUUSD. Такая структура позволяет системе выявлять рыночные паттерны, адаптироваться к изменениям волатильности и генерировать технически точные торговые сигналы в реальном вр
Nexorion Initium Novum EA
Valentina Zhuchkova
4.89 (18)
NEXORION: Initium Novum — Детерминированная логика и алгоритмический синтез NEXORION — это аналитический комплекс институционального уровня, базирующийся на строгих математических алгоритмах обработки ликвидности. В основу проекта заложена концепция прозрачности вычислений: советник преобразует хаотичные котировки в структурированные геометрические зоны, визуализируя процесс принятия решений непосредственно на торговом графике. Мониторинг в реальном времени https://www.mql5.com/es/signals/237233
AXIO Gold EA
Shengzu Zhong
4.6 (10)
AXIO GOLD EA MT5 Ссылка на реальный торговый сигнал MQL5 https://www.mql5.com/en/signals/2378982?source=Site+Signals+My AXIO GOLD EA MT5 — это автоматическая торговая система, разработанная специально для торговли золотом XAUUSD на платформе MetaTrader 5. Этот советник использует ту же логику и те же правила исполнения, что и проверенный реальный сигнал, представленный на MQL5. При использовании рекомендованных оптимизированных настроек у надежного брокера с ECN/RAW-спредом, например TMGM , пове
Quantum Athena X
Bogdan Ion Puscasu
5 (1)
Более интеллектуальное управление. Повышенная точность. Добро пожаловать в Quantum Athena X — торговую систему для сфокусированной торговли золотом нового поколения, которая развивает точность, эффективность и дисциплинированность исполнения Quantum Athena. Quantum Athena X построена на том же оптимизированном базовом движке и использует те же 6 тщательно отобранных стратегий, что и Quantum Athena. Каждая стратегия была индивидуально доработана и оптимизирована для текущих рыночных условий GO
Quantum Emperor MT5
Bogdan Ion Puscasu
4.86 (507)
Представляем       Quantum Emperor EA   , новаторский советник MQL5, который меняет ваш подход к торговле престижной парой GBPUSD! Разработан командой опытных трейдеров с опытом торговли более 13 лет. IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. ***Купите Quantum Emperor EA и вы можете получить  Quantum StarMan   бесплатно!*** За подробностями обращайтесь в личном сообщении Подтвержденный сигнал:   нажмите здесь В
SomaOil
Andrii Soma
5 (2)
SomaOil — мультистратегийный пробойный советник для MetaTrader 5, созданный исключительно для сырой нефти WTI (XTIUSD). Один график, один советник, 20 независимых стратегий, работающих вместе как единый диверсифицированный портфель. Живой сигнал. Чтобы сделать его доступным на старте, я использую прозрачную модель поэтапного роста цены: Стартовая цена: 100 USD (48 часов) Начиная с понедельника цена увеличивается на 100 USD за каждые 10 проданных копий Цена повышается не чаще одного раза в день,
Gold Neural Core — Hyper-Scalping Grid System for XAUUSD Limited-Time Offer: Buy Gold Neural Core, Get Any Other EA Free — For Life For a limited time, every purchase of Gold Neural Core includes a lifetime license to any other EA in my MQL5 Market lineup — your choice, no strings attached. Learn how I personally manage risk when using grid systems:  https://www.mql5.com/en/blogs/post/767250 Join my open group for questions related to any of my products:  https://www.mql5.com/en/messages/014beab
Pulse Engine
Jimmy Peter Eriksson
3.94 (34)
ОБНОВЛЕНИЕ - ОСТАЛОСЬ ВСЕГО НЕСКОЛЬКО ЭКЗЕМПЛЯРОВ ПО ТЕКУЩЕЙ ЦЕНЕ! Главная цель этой системы — долговременная работа в режиме реального времени без использования каких-либо рискованных мартингейлов или сеток.  ОЧЕНЬ ОГРАНИЧЕННОЕ КОЛИЧЕСТВО ЭКЗЕМПЛЯРОВ ПО ТЕКУЩЕЙ ЦЕНЕ Окончательная цена: 1499 долларов США [Сигнал в реальном времени]    |    [Результаты тестирования]    |    [Руководство по настройке]    |    [Результаты FTMO] Другой подход к торговле Торговая система Pulse Engine не использует н
Cortex Aurex
Vladimir Mametov
3.67 (3)
Это полностью автоматический советник (Expert Advisor) для MetaTrader 5, разработанный специально для торговли золотом (XAUUSD). Его торговая логика построена с учетом особенностей рынка золота: высокой волатильности, резких ценовых движений и быстрых разворотов. Советник автоматизирует торговлю в условиях, где особенно важны скорость реакции, дисциплина и точное управление позициями. Основное внимание уделено грамотному сопровождению сделок, быстрому реагированию на изменения рынка и контролиру
Fantastic 4 Four-in-One Trading System Introduction Fantastic 4 is an automated trading EA integrating four mutually independent quantitative trading logics targeting XAUUSD. After long-term research, iterative optimization, historical backtesting and live market verification, each built-in strategy has exclusive entry rules, independent order management and customized risk control modules. All strategies run separately without mutual interference. The combination of four strategies with low cor
SixtyNine EA
Farzad Saadatinia
4 (4)
SixtyNine EA – Экспертный советник для торговли золотом на MetaTrader 5, оснащённый 6 интегрированными стратегическими слоями, предустановленным Stop Loss в каждой сделке и чистой торговой структурой без Martingale, Recovery-систем и Grid-торговли. Публичный Live Signal: старт $500, фиксированный 0.02 лота, рост 500%+, более 20 недель работы Публичный Live Signal является главным доказательством работы SixtyNine EA . Счёт был запущен с балансом $500 , использовался фиксированный размер лота 0.0
Smart Gold Impulse
Barbaros Bulent Kortarla
3.47 (15)
Smart Gold Impulse теперь доступен на этапе специального раннего запуска. Это советник (EA), который я сейчас использую с впечатляющими результатами на своем реальном сигнальном счете в Ultima Markets. Вы можете проверить текущую доходность в результатах живых сигналов Ultima, где Smart Gold Impulse уже продемонстрировал очень сильный потенциал в реальных рыночных условиях. Тот же сет-файл (set file), который используется на моем реальном счете в Ultima, будет предоставлен исключительно поку''
Gold House MT5
Chen Jia Qi
4.53 (59)
Gold House — Система торговли на пробоях свинг-структуры золота Один советник. Три торговых режима. Выберите тот, который подходит именно вам. Без сетки. Без мартингейла. Цена будет увеличиваться на 50 долларов после каждых 10 покупок. Окончательная запланированная цена: 1 999 долларов. Торговые сигналы в реальном времени: Режим Profit Priority: https://www.mql5.com/en/signals/2359124 Режим BE Priority:  https://www.mql5.com/en/signals/2372604 Адаптивный режим:   https://www.mql5.com/en/sign
Impulse MT5
Simon Reeves
5 (13)
Are you ready to power up your Gold trading? Impulse by Starpoint Trading — A six-strategy gold EA that waits for the perfect shot. Come chat with us in our public MQL5 channel!  https://www.mql5.com/en/channels/starpoint Impulse v2.00 is here! The biggest update in Impulse's history has arrived. Version 2.00 takes everything that made Impulse a disciplined, patient Gold trading system and elevates it across the board: A brand-new sixth strategy — Conviction Momentum joins the squad, hunting de
XG Gold Robot MT5
MQL TOOLS SL
4.3 (111)
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
Scalper speed with sniper entries. Built for Gold. Wave Rider 5.0 is out (see  Announcement ) $499  until Signal reaches 150% - then 599 USD Check the Live signal  or Manual  or  Broker performance Version 5.0 upgrade notice: Close all Wave Rider positions before updating. Strategy Magic Numbers and several input names changed. Review your settings and save a new preset because older sets or templates may not restore every option. New version runs best on VT Markets, Vantage, Blackbull, Fusion,
Другие продукты этого автора
AVWAP Retest Pro Market EA is an adaptive trading robot built around Anchored VWAP retest, breakout, and continuation logic. The Expert Advisor calculates Anchored VWAP internally and uses price interaction around this dynamic level to identify structured trading opportunities. The system combines Anchored VWAP logic with EMA trend confirmation, optional Heikin Ashi filtering, ATR-based risk control, break-even, trailing stop, and multiple trade management protections. It is designed with a vali
FREE
This EA looks for a divergence signal, which occurs when the price of a financial instrument moves in the opposite direction of the RSI indicator. This divergence can signal that the current trend is losing momentum and a reversal is likely. The EA identifies two types of divergence: Bullish (Positive) Divergence : This occurs when the price makes a new lower low , but the RSI indicator fails to confirm this by making a higher low . This discrepancy suggests that bearish momentum is weakening, a
FREE
Overview Anti-Spoofing Strategy (v1.0) is a live-market Expert Advisor designed to detect and counter high-frequency DOM (Depth of Market) spoofing manipulations in ECN/STP environments. The system monitors real-time Level-2 order book changes via MarketBookGet() and identifies large fake orders that appear and vanish within milliseconds — a hallmark of spoofing. Once such manipulations are detected, the algorithm opens a counter trade in the opposite direction of the spoof, anticipating the tru
FREE
Overview This Expert Advisor (EA) targets high-probability, short-term scalping opportunities by analyzing minute-based market activity (tick momentum), indecision boxes , and breakout/momentum behavior —optionally aligned with trend and session filters. Version 2.0 replaces second-based TPS with a minute (M1) window model that’s Open Prices Only compatible and more stable to optimize. Additional entry modes ( Breakout Close and Retest Entry ) help capture moves that classic momentum filters ma
FREE
This EA looks for a two-layer momentum/liquidity breakout : Divergence detection (trigger): TPS (ticks-per-second / bar tick_volume ) must be high vs. its recent average ( TPS_Multiplier ), while Volatility (bar high–low) must be low vs. its recent average ( Volatility_Multiplier ). This combo flags “ flow in a quiet range ” → a likely near-term breakout. Direction & filter: If the signal bar is green ( close > open ) → consider BUY ; if red → SELL . Optional MA trend filter ( Use_TrendFilter )
FREE
ATR Squeeze Fade EA: Low Volatility Mean Reversion Strategy The ATR Squeeze Fade is a specialized scalping Expert Advisor designed to exploit rapid price spikes that occur after extended periods of low market volatility. Instead of following the direction of the spike, the EA trades against it, applying the principle of mean reversion . With advanced entry filters and strict risk management, it focuses on high-probability reversal setups. How the Strategy Works The strategy is based on the assu
This Expert Advisor (EA) generates trading signals by combining popular technical indicators such as   Chandelier Exit (CE) ,   RSI ,   WaveTrend , and   Heikin Ashi . The strategy opens positions based on the confirmation of specific indicator filters and closes an existing position when the color of the Heikin Ashi candlestick changes. This is interpreted as a signal that the trend may be reversing. The main purpose of this EA is to find more reliable entry points by filtering signals from var
Overview Trade Whale Supply & Demand EA   is a fully automated trading system built on   supply and demand zones, liquidity sweeps, and market structure shifts . It detects institutional footprints and high-probability trading zones, aiming for precise entries with tight stop-loss and optimized risk/reward. Works on Forex, Gold ( XAUUSD ) and Indices. Designed for   sharp entries ,   low-risk SL placement , and   dynamic profit targets . Strategy Logic The EA combines: Supply & Demand Zo
This Expert Advisor (EA) is designed to automate trading based on Fibonacci retracement levels that form after strong price movements. The main objective of the EA is to identify entry points during pullbacks within a trend. It executes trades based on a predefined risk-to-reward ratio, entering the market when the price action is confirmed by specific candlestick patterns. How the EA Works The EA automatically performs the following steps on every new bar: Trend and Volatility Detection : First
Trade Whale – Tick Compression Breakout (v1.0) is a short-term breakout scalper that filters setups via ATR-based compression . After price coils in a tight band on your chosen timeframe (e.g., H1), it opens a position when the previous candle’s high/low is broken . Risk is anchored by SL = ATR × multiplier , while TP is an R-multiple of that stop distance (e.g., 2.0R). Position size can be percent-risk or fixed lot , and is margin-clamped to broker limits for safety. A timeout can auto-close p
O verview Trend Band Strategy (v1.0) is a hybrid trend-following and mean-reversion Expert Advisor that blends Fibonacci-scaled Bollinger Bands with Parabolic SAR confirmation. It identifies stretched price moves toward the extreme Fibonacci bands, waits for a reversal signal aligned with the SAR trend switch, and opens counter-trend trades aiming for reversion toward equilibrium. The algorithm runs entirely on bar-close logic for stability and includes dynamic risk-based lot sizing, margin veri
This Expert Advisor is a reversal-style system that combines a 50-centered RSI extreme filter with a 200 SMA proximity rule . It evaluates signals only on a new bar of the selected timeframe and uses closed-bar data (shift=1) to reduce noise and avoid “in-bar” flicker. How the Strategy Works On every new candle (for InpTF ), the EA follows this logic: Compute RSI thresholds around 50 A single parameter creates both buy/sell levels: BuyLevel = 50 − InpRSIThresholdDist SellLevel = 50 + InpRSIThre
Фильтр:
Нет отзывов
Ответ на отзыв