Whale Fibonacci Bollinger Bands

Overview

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 verification, and account-balance protection.

The EA is validation-friendly for MQL5 Market publishing (no custom DLLs, works in Strategy Tester), and can be tuned for high-volatility pairs or indices by adjusting VWMA and deviation parameters.

How the Strategy Works

1. Indicator Framework

  • Parabolic SAR: Determines primary trend direction.

    • Price above SAR → Uptrend

    • Price below SAR → Downtrend

  • Fibonacci Bollinger Bands (FBB): VWMA-based central line with standard-deviation envelopes scaled by Fibonacci ratios
    (0.236 – 1.000).
    It defines a multi-layer “trend band” zone, allowing detection of overextended moves.

2. Signal Generation

  • Uptrend (Buy Setup)

    • Two bars ago, the candle closed below the lowest band (FBB Lower 6) → oversold condition.

    • Current bar closes back above FBB Lower 5 while SAR confirms uptrend → bullish reversion trigger.

  • Downtrend (Sell Setup)

    • Two bars ago, the candle closed above the highest band (FBB Upper 6) → overbought condition.

    • Current bar closes back below FBB Upper 5 while SAR confirms downtrend → bearish reversion trigger.

3. Trade Execution

  • On confirmation:

    • BUY: Entry = Ask Price

      • SL = Ask − (StopLoss × 10 × Point)

      • TP = Ask + (TakeProfit × 10 × Point)

    • SELL: Entry = Bid Price

      • SL = Bid + (StopLoss × 10 × Point)

      • TP = Bid − (TakeProfit × 10 × Point)

  • Minimum stop-distance checks ( SYMBOL_TRADE_STOPS_LEVEL ) prevent invalid orders.

  • Margin verification ensures required margin ≤ 95 % of free margin before placement.

4. Lot Calculation & Risk Control

  • If InpLotSize > 0 → fixed lot.

  • Else the EA auto-computes position size:

    RiskAmount = AccountBalance × (InpRiskPercent / 100) Lot = RiskAmount / (SLticks × TickValue)

  • Lot is normalized between SYMBOL_VOLUME_MIN and SYMBOL_VOLUME_MAX using SYMBOL_VOLUME_STEP .

5. Safety Filters

  • Minimum Deposit Check: Blocks trading below InpMinDeposit , yet passes validation.

  • Data Readiness: Waits until sufficient bars (VWMA period + 10) exist.

  • Single Position Rule: Only one open position per symbol (checked via PositionSelect ).

  • Error Handling: Copy-buffer and indicator failures logged; initialization never aborts for validation safety.

Explanation of Input Parameters

Parabolic SAR Settings

Parameter Description
InpSARStep Acceleration factor; higher = faster SAR turns.
InpSARMaximum Maximum acceleration limit.

Fibonacci Bollinger Band Settings

Parameter Description
InpVWMAPeriod Period for VWMA basis line.
InpStdDevMultiplier Multiplier for standard deviation width.
InpPriceType Applied price, default HLC3 (Typical Price).
InpFibLevel Primary Fibonacci level (0.236 – 1.0) used for entry scaling.

Risk Management

Parameter Description
InpLotSize Fixed lot (if > 0).
InpRiskPercent Percent of balance risked per trade when auto-lot enabled.
InpStopLoss Stop-loss distance in pips.
InpTakeProfit Take-profit distance in pips.
InpMinDeposit Minimum required balance; below this EA won’t trade.

General Settings

Parameter Description
InpMagicNumber Unique identifier for EA positions.
InpTradeComment Custom comment text attached to orders.

Practical Notes & Tuning

  • Execution Environment: Fully backtestable; uses only bar and indicator data (no DOM).

  • Timeframes: Works best on H1–H4 for swing setups; M15–M30 for intraday mean reversion.

  • VWMA Tuning: Larger periods → smoother bands → fewer trades; smaller → more responsive.

  • Deviation Control: InpStdDevMultiplier ≈ 2.0 suits volatile pairs; reduce for calmer markets.

  • Fibonacci Depth: 0.618 and 0.764 bands provide strong reversal zones.

  • Risk Balance: Keep InpRiskPercent ≤ 1% for conservative trading.

  • Margin Headroom: EA uses only 95 % of free margin; avoid over-leveraged accounts.

  • Validation Compatibility: All terminal checks pass; EA initializes even on insufficient balance to meet MQL5 Market rules.

Important Risk Disclosure

Automated trading and leveraged FX/CFD operations involve substantial risk.

  • Capital Loss: You may lose all invested funds.

  • Market Volatility: Sudden spikes can skip SL/TP levels, causing slippage.

  • Indicator Lag: SAR and VWMA rely on historical data; trend reversals may be delayed.

  • Broker Variation: Different tick volumes and stop levels affect signal accuracy.

  • Backtest vs Live: Historical tests cannot replicate real-time spreads, commissions, or execution latency.

  • Responsibility: Use only on regulated brokers and demo-test thoroughly before deploying on live accounts.


Рекомендуем также
Fractal Trend Master — один из самых мощных и сложных советников на рынке, разработанный для защиты капитала трейдеров при максимизации возможностей для получения прибыли. Базирующийся на знаменитой методологии Билла Вильямса , этот EA использует три важнейших инструмента технического анализа: индикатор Alligator , фракталы и Gator Oscillator , создавая прочную и точную структуру для идентификации и следования рыночным трендам. Этот EA был разработан с акцентом на управление рисками и сохранени
Viking Alpha DAX Ivar Edition
Valdeci Carlos Dos Passos Albuquerque
Viking Alpha DAX — Germany 40 Expert Advisor for MetaTrader 5 LAUNCH PROMO Only 10 copies at launch price. Price increases with each sale. Launch price: $297 Next price: $497 Final price: $997 Live Performance: FX Blue — Vikingtradingbots What Makes Viking Alpha DAX Different Most DAX robots fail for one simple reason: they treat the Germany 40 like a forex pair. It isn't. The DAX has a heartbeat — a specific rhythm tied to the Frankfurt Stock Exchange opening, the European session structure, an
| Fully-automated Smart Money Concept (ICT) inspired trading solution with multi-strategy capabilities | Built by a grid trader >> for grid traders.  This is MT5 version, click  here  for  Blue CARA MT4  (settings and logics are same in both versions)     Real monitoring signal  -->  Cara Gold Intro Blue CARA EA   ('CARA') - short for  C omprehensive  A lgorithmic   R esponsive   A dvisor is a next-gen  multi-currency    multi-timeframe  EA base on the widely known (and perhaps the most popul
Stormer RSI 2
Ricardo Rodrigues Lucca
This strategy was learned from Stormer to be used on B3. Basically, 15 minutes before closing the market, it will check RSI and decided if it will open an position. This strategy do not define a stop loss. If the take profit reach the entry price it will close at market the position. The same happens if the maximal number of days is reached. It is created to brazilian people, so all configuration are in portuguese. Sorry Activations allowed have been set to 50.
Exclusive EA for FOREX HEDGE account The EA (FuzzyLogicTrendEA) is based on fuzzy logic strategies based on the analysis of a set of 5 indicators and filters. Each indicator and filter has a weight in the calculation and, when the fuzzy logic result reaches the value defined in the EA parameter, a negotiation is opened seeking a pre-defined gain. As additional functions it is possible to define maximum spread, stop loss and so on . Recommended Symbol: EURUSD, AUDUSD, GBPUSD, NZDUSD, USDCAD, AUD
Exp5 The xCustomEA for MT5
Vladislav Andruschenko
4.27 (11)
The xCustomEA для MetaTrader 5 — универсальный торговый советник для работы с пользовательскими индикаторами Постройте собственную торговую систему на базе практически любого пользовательского индикатора. The xCustomEA для MetaTrader 5 — это универсальный Expert Advisor, который получает сигналы от ваших пользовательских индикаторов и автоматически исполняет сделки по заданной логике. Вы указываете имя индикатора, сигнальные буферы и ключевые параметры, а советник использует эти данные для автом
Investopedia FIVE
Joseph Anthony Aya-ay Yutig
Советник Investopedia FIVE EA основан на этой статье: https://www.investopedia.com/articles/forex/08/five-minute-momo.asp ТОРГОВЫЕ УСЛОВИЯ - Ищите валютную пару, торгующуюся ниже EMA X-периода, а MACD находится на отрицательной территории. - Подождите, пока цена пересечет EMA X-периода, затем убедитесь, что MACD либо находится в процессе перехода от отрицательного к положительному, либо перешел на положительную территорию в течение пяти баров. - Открывайте длинные позиции на X пунктов выше
The Official Automated Version of the Reliable Indicator PipFinite Breakout EDGE EA Breakout EDGE takes the signal of PipFinite Breakout EDGE indicator and manages the trade for you. Because of numerous financial instruments to consider, many traders want the signals to be fully automated. The EA will make sure all your trades are executed from entry to exit. Saving you time and effort while maximizing your profits. The Edge of Automation Effortless price action trading is now possible acros
RoundLock EA MT5
AW Trading Software Limited
Round Lock — умный советник с динамическим локированием позиций Round Lock — интеллектуальный советник с функцией динамической локировки позиций, продвинутый торговый советник, реализующий  двустороннюю стратегию блокировки ордеров с постепенным ростом позиции и динамической адаптацией к рынку . Преимущества Round Lock : Контроль риска через локирование позиций, Динамический рост объёмов на трендовых участках рынка, Гибкая настройка поведения в зависимости от лимитов, Подходит для флэтовых и тр
XAUUSD Gold 1M Scalper MT5 This Expert Advisor is designed for Gold (XAUUSD) on the 1-minute timeframe in MetaTrader 5. It uses a multi-timeframe trend filter combined with a momentum indicator and a volatility-based entry condition to select trade entries during the London and New York trading sessions. Strategy Overview A trade opens only when three conditions align simultaneously: the higher timeframe EMA alignment confirms the broader trend direction, the 1-minute Supertrend matches that di
Bot RSI and Bollinger Bands
Aurelio Miguel Machado Da Silva
Этот робот - автоматизированный инструмент торговли, который использует два популярных индикатора для выявления возможностей торговли на рынке Forex. Индикатор RSI (Relative Strength Index) является техническим индикатором, который измеряет относительную силу актива по сравнению с другими активами на рынке. Bollinger Bands - это индикатор, который измеряет волатильность рынка и помогает определить пределы цен для определенного актива. Робот для торговли с использованием индикаторов RSI и Bollin
Matrix Arrow EA MT5
Juvenille Emperor Limited
5 (7)
Matrix Arrow EA MT5  - уникальный советник, который может торговать по сигналам  MT5 индикатора Matrix Arrow  с помощью торговой панели на графике, вручную или на 100% автоматически.  Индикатор Matrix Arrow MT5  будет определять текущую тенденцию на ранних этапах, собирая информацию и данные от до 10 стандартных индикаторов, а именно: Индекс среднего направленного движения (ADX), Индекс товарного канала (CCI), Классические свечи Heiken Ashi, Скользящая средняя, Дивергенция схождения скользящих
Представляем вам SuperTrend Strategy Multicurrency EA MT5, современный торговый инструмент, разработанный исключительно для MetaTrader 5. Этот экспертный советник использует мощь индикатора Supertrend для автоматизации торговли по нескольким валютным парам, удовлетворяя потребности как новичков, так и опытных трейдеров, стремящихся максимизировать свой рыночный потенциал. С его сложной торговой стратегией, которая включает в себя продвинутую логику сигналов, этот EA выделяется благодаря таким фу
Внимание, трейдеры платины! XPTUSD Trend Protected EA не открывает сделки случайным образом. Он входит только тогда, когда тренд силен и рынок подтверждает движение. Избегает шумных колебаний и случайных движений, разрушающих счета. Умное управление риском: снижает экспозицию после убытков и использует выигрышные серии. Каждая сделка независима — без мартингейла, сетки и хеджирования. Прогрессивный трейлинг-стоп защищает прибыль, не мешая тренду развиваться. Адаптируется под сессии Лондона, Нью
This trading robot is strictly made for 10K Capital Trading Account and EURUSD H1. DO NOT use it on smaller accounts, because it has minimum free margin limit i.e. Free Margin > 500 (this value is in "actual money" not in "percentage"!) This is a Simple Grid Trading System which works on ADX indicator's volatility and with High Winrate. IMPORTANT: Default input settings are the bare minimum settings (not ideal) instead use the recommended settings (OR find your own best settings) provided in th
Deep Trend Pro
Ignacio Agustin Mene Franco
DEEP TREND X — Expert Advisor with Artificial Intelligence for XAUUSD Deep Trend X is a 100% automated Expert Advisor, specifically designed for trading Gold (XAUUSD). It combines cutting-edge machine learning algorithms with institutional market analysis to detect highly accurate entries in both trending and ranging markets. ARTIFICIAL INTELLIGENCE CORE The EA's core engine integrates two AI models that self-train on each new candlestick: SVM RBF (Support Vector Machine with Radial Kern
This Expert Advisor is a fully automated trading system designed exclusively for the   USD/CHF   currency pair on the  3 -hour (H3) chart . It identifies high-probability reversal opportunities by detecting when price reaches statistically extreme overbought or oversold conditions. When a qualifying signal is confirmed, the EA automatically enters a trade, manages position size relative to available margin, and applies a dynamic trailing stop to protect profits as the trade moves in favour. The
MA and MACD EA (MAXD) , a powerful and reliable trading tool designed for traders who want to enhance their trading strategy using a combination of Moving Average (MA) and MACD indicators. MAXD offers customizable settings that can be adapted to any asset, ensuring flexibility across various market conditions. With built-in risk management features, MAXD allows traders to set precise Stop Loss and Take Profit levels, control daily positions, and adjust lot sizes based on account growth. Whether
The EA strategy : it is provided wirh built-in indicator based on Japanese Candles arrangements in order to determine the signals and has different inputs for Short and Long positions in order to improve its precision; You should purchase this EA because : it has been tested for a long time;  its indicator was deeply improved and optimized; the program is bugs free;  it is safe because its efficience is about 70% of assertiveness;  it is provided with Trailing Stop Loss technology; it has bad t
Hamster Scalping mt5
Ramil Minniakhmetov
4.71 (241)
Hamster Scalping - полностью автоматический торговый советник. Стратегия ночной скальпинг. В качестве входов используется индикатор RSI и фильтр по ATR. Для работы советника требуется хеджинговый тип счета. ВАЖНО! Свяжитесь со мной сразу после покупки, чтобы получить инструкции и бонус! Мониторинг реальной работы, а также другие мои разработки можно посмотреть тут: https://www.mql5.com/ru/users/mechanic/seller Общие рекомендации Минимальный депозит 100 долларов, используйте ECN счета с минимальн
ExtremeX
Noelle Chua Mei Ping
This algorithm thrives on extreme conditions of volatility.  It will evaluate the condition prior to market close, enter a position and exit when market swings to extreme levels in your favour.  The algorithm does not deploy any technical indicators, just simple mathematical calculations.  This works very well on non directional markets especially FOREX in the short term which are very choppy.  You can test out on other asset classes as well.  20 year backtest done to validate the rule.
Supertrend G5 Pro – Professional Trading System for XAUUSD Supertrend G5 Pro is a full-featured automated trading system optimized for XAUUSD, designed for intraday and short-term trading with a primary focus on the M5 timeframe (also effective on M1, M15, and H1 with parameter adjustments). As an advanced upgrade of Supertrend G5, Dynamic Lot Growth allows adaptive position sizing based on account performance , combined with built-in risk management and prop-firm compliant protections to suppo
ProTrade EA
Jim Ariel Camarce Ignao
Key Features   Automated Candle Pattern Recognition 10 Professional Patterns : Detects Bullish/Bearish Engulfing, Hammer/Shooting Star, Morning/Evening Star, Piercing/Dark Cloud, and 6 additional professional candlestick patterns Smart Filtering : Combine multiple patterns with configurable confirmation logic Volume Confirmation : Optional volume filter to validate pattern strength Multi-Timeframe Analysis : Separate execution and bias timeframes for better timing   Trading Dashboard Int
Razgon X
Mikhail Atarskii
Razgon XAUUSD EA — это высокоэффективный автоматический торговый робот, специально разработанный для торговли XAUUSD (Золото). Советник использует многоуровневую систему фильтрации сигналов, включая ALMA, трендовый фильтр по EMA и MACD, что позволяет принимать только высококачественные торговые решения. Поддерживает торговлю на нескольких валютных парах и включает встроенную панель управления с прозрачным стеклянным интерфейсом. Основные особенности Фильтр входа по индикатору ALMA (быстрый и мед
Fibonacci Grid Genius
Mohamed Fouad Daoud Ahmed Daoud
Unlock Your Trading Potential with Our Breakthrough Grid EA Are you ready to transform your trading results and experience the power of consistent profitability? Say goodbye to uncertainty and hello to a proven strategy that capitalizes on what the market does best: moving up and down! Our cutting-edge Grid EA is designed to turn every price fluctuation into an opportunity, using time-tested trading principles combined with smart technology. Why Our Grid EA Stands Out 1. Simple Yet Powerful Stra
Classic SNR EA Эксперт для MetaTrader 5 | Мульти-символьная торговля по уровням Support & Resistance с трендовой логикой Обзор Classic SNR Breakout EA - это профессиональный торговый робот, который определяет структурные уровни поддержки и сопротивления (Support & Resistance) с использованием дневных точек разворота и совершает сделки на основе ценового действия часового таймфрейма (H1) относительно этих уровней. EA применяет   двойную логику : на восходящем тренде продает при отбое (закрытии H1
Quora
Suresh Pargunam
XAUUSD Swing PRO EA v1.0 is a professional MetaTrader 5 Expert Advisor designed specifically for Gold (XAUUSD) swing trading. The EA combines EMA trend analysis, breakout confirmation, ATR-based volatility management, and advanced trade protection features to deliver stable and disciplined trading performance. This EA is optimized for traders seeking controlled drawdown, high-quality entries, and long-term consistency in both personal and funded trading accounts.
Профессиональный эксперт форекс   Gyroscope (для пар EURUSD, GBPUSD, USDJPY, AUDUSD, USDCHF, EURGBP, EURJPY, NZDUSD, USDCAD, EURCHF, AUDJPY, CADJPY)  ализирующий рынок при помощи индекса волн эллиота. Волновая теория Эллиотта — интерпретация процессов на финансовых рынках через систему визуальных моделей (волн) на ценовых графиках.  Автор теории Ральф Эллиотт выделил восемь вариантов чередующихся волн (из них пять по тренду и три против тренда). Движение цен на рынках принимает форму пяти волн
Gridingale MT5
Arthur Hatchiguian
4.67 (9)
Gridingale - это новый сложный советник, сочетающий в себе сетку и мартингейл. Он создает сетку ордеров в соответствии с настройками, но также добавляет к ней мартингейл. Таким образом, он будет фиксировать прибыль на малых и больших движениях.  Встроена система покрытия убытков, позволяющая восстанавливать ордера, которые слишком удалены от текущей цены. Есть возможность фильтровать открытие нового цикла с помощью индикатора. Он может работать на обеих сторонах одновременно, но интересно, чтоб
FREE
Keltner Grid Scalper MT5 EA
Allan Munene Mutiiria
4.29 (7)
The Keltner Grid Scalper MT5 EA is an automated trading system for MetaTrader 5 platforms. It uses the Keltner Channel indicator for entry signals in a grid-based strategy. This EA generates trades based on Keltner Channel crossovers and manages them through baskets. We designed it for forex pairs on timeframes from M5 to H1 but you can test and optimize on any other. The system organizes trades into baskets, with options for lot sizing, breakeven adjustments, and trailing stops. It includes da
FREE
С этим продуктом покупают
Quantum Titan, предоставляя возможности торговли институционального уровня в экосистеме Quantum, устанавливает новый стандарт точности, дисциплины и доказанной эффективности на реальном рынке. Разработанный для трейдеров, которые ожидают большего от советника GOLD Expert Advisor, Titan представляет собой следующий этап развития квантовых торговых технологий. Количество доступных лицензий строго ограничено — всего 1000 пожизненных лицензий по всему миру. После того, как все 1000 экземпляров буд
Quantum Queen X MT5
Bogdan Ion Puscasu
5 (24)
Легенда продолжается. Королева эволюционирует. Добро пожаловать в Quantum Queen X — новое поколение легендарной торговой системы GOLD, основанной на проверенном успехе Quantum Queen. Quantum Queen X построена на том же проверенном движке, что и Quantum Queen, и представляет собой новый мощный пользовательский режим, который позволяет трейдерам выбирать, какие именно стратегии включать или отключать. Каждая стратегия была индивидуально проверена, доработана и оптимизирована для обеспечения еще лу
Smart Gold Hunter
Barbaros Bulent Kortarla
4.93 (28)
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
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.47 (103)
ГОТОВНОСТЬ К ИСПОЛЬЗОВАНИЮ ПРОПОРЦИИ! (   скачать SETFILE   ) ПРЕДУПРЕЖДЕНИЕ: Осталось всего несколько экземпляров по текущей цене! Окончательная цена: 990$ Получите 1 советника бесплатно (на 3 торговых аккаунта) -> свяжитесь со мной после покупки Выгодное комплексное предложение     ->     нажмите здесь ПРИСОЕДИНИТЬСЯ К ОБЩЕСТВЕННОЙ ГРУППЕ:   Нажмите здесь   Сигнал в реальном времени Сигнал клиента Обзоры YouTube ПОСЛЕДНЕЕ РУКОВОДСТВО Добро пожаловать в «Золотого Жнеца»! Созданный на основе
ВАЖНЫЙ   : Этот пакет будет продаваться по текущей цене только в очень ограниченном количестве экземпляров.    Цена очень быстро вырастет до 1999$    Включено более 100 стратегий   , и их будет еще больше! БОНУС   : При цене 1499$ или выше — выберите  5     моих других советника бесплатно!  ВСЕ ФАЙЛЫ НАБОРА ПОЛНОЕ РУКОВОДСТВО ПО НАСТРОЙКЕ И ОПТИМИЗАЦИИ ВИДЕО РУКОВОДСТВО ЖИВЫЕ СИГНАЛЫ ОБЗОР (третья сторона) NEW - 44-STRATEGIES LIVE SIGNAL L Добро пожаловать в ИДЕАЛЬНУЮ СИСТЕМУ ПРОРЫВА! Я рад
Zoomini
Gennady Sergienko
5 (5)
Важная информация: Поддержка и ответы на вопросы только тут:  https://www.mql5.com/en/users/zolia  ( Zolia - UTC/GMT: Тайвань ); Zoomini — это небольшой набор моделей машинного обучения из последнего исследования проекта GoGoPips от 07.2026. Данные модели предназначены только для XAUUSD H1 / Gold . Сигнал: www.mql5.com/en/signals/2381994 Что важно знать: Модели торгуют только одним ордером с равными SL/TP. Поддерживаются Netting-счета и любые кредитные плечи. Поддерживаются крупные депози
Lizard
Marco Scherer
4.24 (38)
ЧТО ТАКОЕ LIZARD? Lizard - это полностью автоматический советник (Expert Advisor), разработанный исключительно для XAUUSD (золото) на MetaTrader 5. Он использует мультистратегическую систему пробоя на основе свингов, которая определяет ключевые структурные уровни на графике и размещает отложенные стоп-ордера в точно рассчитанных точках входа. Без мартингейла. Без сетки. Без усреднения. Каждая сделка имеет заданный Stop Loss и Take Profit и активно управляется многоуровневой системой выхода, авто
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
ThunderGold Scalper
Jorge Luiz Guimaraes De Araujo Dias
5 (4)
ThunderGold Scalper ThunderGold Scalper — это торговый советник, разработанный для автоматической торговли золотом на платформе MetaTrader 5. Советник предназначен для XAUUSD и GOLD на таймфрейме M15. Он использует собственный многофакторный алгоритм принятия решений для определения подходящих торговых возможностей и автоматического управления позициями. Система анализирует рыночную структуру, направление тренда, качество свечей, объем, импульс и условия исполнения. Советник ожидает подходящих
TwisterPro Scalper
Jorge Luiz Guimaraes De Araujo Dias
4.43 (130)
Меньше сделок. Лучшие сделки. Стабильность прежде всего. • Живой сигнал Режим 1   Живой сигнал Режим 2 Twister Pro EA — это высокоточный скальпинговый советник, разработанный исключительно для XAUUSD (Золото) на таймфрейме M15. Торгует реже — но каждая сделка имеет смысл. Каждый вход проходит через 5 независимых уровней проверки перед открытием ордера, что обеспечивает чрезвычайно высокую точность на стандартной конфигурации. ДВА РЕЖИМА: • Режим 1 (рекомендуется) — Очень высокая точность, ма
Logan MT5
Thierry Ouellet
5 (21)
LIMITED TIME OFFER AT 289$ Price will go up at  499$ on August 10th! 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—incl
Quantum King EA
Bogdan Ion Puscasu
4.96 (213)
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 бесплатно!*** За подробностями обращайтесь в личном сообщении! Управляйте   своей торговлей точно и
Smart Gold Impulse
Barbaros Bulent Kortarla
4.11 (19)
Smart Gold Impulse теперь доступен на этапе специального раннего запуска. Это советник (EA), который я сейчас использую с впечатляющими результатами на своем реальном сигнальном счете в Ultima Markets. Вы можете проверить текущую доходность в результатах живых сигналов Ultima, где Smart Gold Impulse уже продемонстрировал очень сильный потенциал в реальных рыночных условиях. Тот же сет-файл (set file), который используется на моем реальном счете в Ultima, будет предоставлен исключительно поку''
Quantum Athena X
Bogdan Ion Puscasu
5 (3)
Более интеллектуальное управление. Повышенная точность. Добро пожаловать в Quantum Athena X — торговую систему для сфокусированной торговли золотом нового поколения, которая развивает точность, эффективность и дисциплинированность исполнения Quantum Athena. Quantum Athena X построена на том же оптимизированном базовом движке и использует те же 6 тщательно отобранных стратегий, что и Quantum Athena. Каждая стратегия была индивидуально доработана и оптимизирована для текущих рыночных условий GO
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
Zerqon EA
Vladimir Lekhovitser
3.43 (28)
Торговый сигнал в реальном времени Публичный мониторинг торговой активности в режиме реального времени: https://www.mql5.com/ru/signals/2372719 Официальная информация Профиль продавца Официальный канал Руководство пользователя Инструкции по установке и использованию: Открыть руководство пользователя Zerqon EA — это адаптивный экспертный советник, разработанный специально для торговли XAUUSD. Стратегия основана на модели нейронной сети Deep LSTM, интегрированной через ONNX, что позволяе
Launch Offer:   Grab Gold Naural Core and bundle it with   XAU Momentum   and get 2 free EAs of your choice from my entire MQL5 store. DM me for details. Learn how I personally manage risk when using grid systems:  https://www.mql5.com/en/blogs/post/767250 Read the user guide to any TickStack grid system:  https://www.mql5.com/en/blogs/post/767232 Gold Neural Core — Hyper-Scalping Grid System for XAUUSD Gold Neural Core is a high-frequency grid trading system engineered specifically for gold (X
Nexorion Initium Novum EA
Valentina Zhuchkova
4.32 (25)
NEXORION: Initium Novum — Детерминированная логика и алгоритмический синтез NEXORION — это аналитический комплекс институционального уровня, базирующийся на строгих математических алгоритмах обработки ликвидности. В основу проекта заложена концепция прозрачности вычислений: советник преобразует хаотичные котировки в структурированные геометрические зоны, визуализируя процесс принятия решений непосредственно на торговом графике. Мониторинг в реальном времени https://www.mql5.com/en/signals/237840
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   бесплатно!*** За подробностями обращайтесь в личном сообщении Подтвержденный сигнал:   нажмите здесь В
Pulse Engine
Jimmy Peter Eriksson
4 (36)
ОБНОВЛЕНИЕ - ОСТАЛОСЬ ВСЕГО НЕСКОЛЬКО ЭКЗЕМПЛЯРОВ ПО ТЕКУЩЕЙ ЦЕНЕ! Главная цель этой системы — долговременная работа в режиме реального времени без использования каких-либо рискованных мартингейлов или сеток.  ОЧЕНЬ ОГРАНИЧЕННОЕ КОЛИЧЕСТВО ЭКЗЕМПЛЯРОВ ПО ТЕКУЩЕЙ ЦЕНЕ Окончательная цена: 1499 долларов США [Сигнал в реальном времени]    |    [Результаты тестирования]    |    [Руководство по настройке]    |    [Результаты FTMO] Другой подход к торговле Торговая система Pulse Engine не использует н
XT Bitcoin Robot is an advanced  automated trading system  designed specifically for  BTCUSD traders  who want to take advantage of Bitcoin's market volatility without the need for constant market monitoring. The robot continuously analyzes market conditions and automatically executes trades based on its built in trading logic, helping traders stay active in the market 24 hours a day without manual intervention. The system is designed to identify trading opportunities and manage positions accor
XG Gold Robot MT5
MQL TOOLS SL
4.31 (113)
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
Chiroptera
Rob Josephus Maria Janssen
4.64 (47)
Prop Firm Ready! Chiroptera is a non-martingale, non-grid, multi-currency Expert Advisor that operates in the quiet hours of the night. It uses single-placed trades (of all 28 pairs!) with tactically placed Take Profits and Stop Losses, that are continuously adjusted to maximize gains and minimize losses. It keeps track of past and upcoming news reports to ensure impacts are minimized and carefully measures real-time volatility to prevent impacts due to unpredictable geo-political disturbances c
Scalper speed with sniper entries. Built for Gold. Tired of all the fake EAs that eventually disappear? Most authors just create another EA when it fails - I wanted to do it differently. Wave Rider is my personal project built out of passion - honest, transparent EA without any fake AI or manipulated back-test that's been continuously updated for more than 6 months, that I am using myself from very first day. Check the Live signal  or Manual  or  Broker performance Version 5.x upgrade notice: Cl
ОБНОВЛЕНИЕ: Следующая цена: 599 долларов, окончательная цена: 999 долларов. Если вы цените честность и реальную торговую систему, разработанную для реальной торговли, а не просто идеально выглядящую линейную модель, которая может в итоге привести к обвалу вашего счета, то это может быть для вас. Без мартингейла / Без сетки Сигнал в режиме реального времени (22 месяц) +250% Рост живой активности [Текущий сигнал]    |    [Результаты FTMO]    |    [Основной портфель]  |    [Руководство по тестиро
SomaOil
Andrii Soma
5 (2)
SomaOil — это многостратегический советник на прорыв для MetaTrader 5, созданный исключительно для сырой нефти WTI (XTIUSD). Один график, один EA, 20 независимых стратегий, работающих вместе как единый диверсифицированный портфель. Живой сигнал. Чтобы сделать его доступным при запуске, я использую прозрачную, постепенно корректируемую модель ценообразования: Стартовая цена: 100 USD (48 часов) Начиная с понедельника цена увеличивается на 100 USD за каждые 10 проданных копий Цена повышается не чащ
Obsidian Flow Atlas EA
Valentina Zhuchkova
5 (7)
Obsidian Flow Atlas EA Точность. Структура. Исполнение. Финансовые рынки не вознаграждают эмоции. Они вознаграждают дисциплину, последовательность и способность принимать решения на основе объективных данных. Obsidian Flow Atlas EA был создан именно с этой философией. Это полностью автоматизированная торговая система для MetaTrader 5, разработанная для работы на двух наиболее популярных инструментах финансового рынка: • XAUUSD (Золото) • EURUSD Система самостоятельно анализирует рыночные условия
Cortex Aurex
Vladimir Mametov
4.64 (11)
Это полностью автоматический советник (Expert Advisor) для MetaTrader 5, разработанный специально для торговли золотом (XAUUSD). Его торговая логика построена с учетом особенностей рынка золота: высокой волатильности, резких ценовых движений и быстрых разворотов. Советник автоматизирует торговлю в условиях, где особенно важны скорость реакции, дисциплина и точное управление позициями. Основное внимание уделено грамотному сопровождению сделок, быстрому реагированию на изменения рынка и контролиру
Это полностью автоматический советник для MetaTrader 5, разработанный специально для торговли индексом US30. Его торговая логика построена с учётом особенностей фондовых индексов: сильных направленных движений, внутридневных откатов и периодов повышенной волатильности. Советник автоматизирует торговлю в условиях, где особенно важны скорость исполнения, дисциплина и эффективное управление открытыми позициями. Основной акцент системы сделан на дисциплинированном сопровождении сделок, быстрой реакц
Другие продукты этого автора
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
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 bar → SELL Down-spike + weak close → followed by a bullish momentum bar → BUY Entries are placed at the open
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
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
Фильтр:
Нет отзывов
Ответ на отзыв