Ethereum Donchian Price Action EA

  • Эксперты
  • Martin Jonathan Kleinbooi
    Martin Jonathan Kleinbooi
    I’m an algo trader and MQL5 developer dedicated to building robust, rules-based strategies for crypto and FX. My specialty is Ethereum (ETH) on higher timeframes—primarily D1—where noise is lower and signals carry more edge. I’m the creator of Donchian Confluence EA, a system that blends Donchian
  • Версия: 2.10
  • Активации: 5

Donchian Confluence EA for Ethereum

Multi-timeframe Donchian breakouts with smart Price Action filters (Engulfing + Fair Value Gaps), adaptive risk and clean execution — purpose-built for ETH, designed to run on the Daily (D1) timeframe.

— Why traders choose this EA —
• ETH-focused logic: tuned for the 24/7 nature and volatility structure of Ethereum markets (ETHUSD, ETHUSDT, broker suffixes supported).
• Confluence engine: classic Donchian breakout only fires when price action confirms — bullish/bearish Engulfing and Fair Value Gap (FVG) checks boost quality and avoid obvious traps.
• Daily timeframe edge: fewer, higher-quality trades; reduced noise; more robust to intraday manipulation.
• Multi-timeframe awareness: optional higher-timeframe trend filter and lower-timeframe PA scan for precision.
• No Martingale. No Grid. No Arbitrage: straightforward, risk-first execution with partials and trailing.
• Friendly to backtesting & forward-testing: deterministic signals and clear parameters.

— How it works (in plain English) —

  1. Detect the breakout: a Donchian channel close beyond the prior range forms the raw signal.

  2. Check context: optional higher-timeframe EMA trend must agree with the direction.

  3. Confirm with price action:
    • Engulfing filter — if a recent opposite engulf printed, the trade is skipped; you can optionally require an aligned (same-direction) engulf as confluence.
    • Fair Value Gaps — require a same-direction FVG near price and/or avoid taking trades into a nearby opposite FVG that often rejects price.

  4. Risk-aware entry: position size derives from account risk %, ATR-based SL distance, and broker tick value.

  5. Trade management: partial profits at configurable R-multiples, ATR + structure trailing, and a daily risk cap.

— Best market & timeframe —

• Symbols: ETHUSD / ETHUSDT (any broker mapping). The EA is symbol-agnostic but optimized for ETH.
• Timeframe to run: D1 (Daily) — recommended and used in internal testing.
• Session filters: crypto trades 24/7; session filters can remain off unless your broker pauses on weekends.

— What’s inside (strategy components) —

• Donchian Breakout Core — configurable channel length, confirmation bars, and minimum breakout strength.
• Trend Context — higher-timeframe EMA check (e.g., D1 or W1) to avoid counter-trend entries.
• Volatility & Momentum — ATR regime filter; ADX + DI for trend quality; adaptive RSI banding in strong trends.
• Price Action Filters —
◦ Engulfing: body-to-body engulf with minimum body ratio. Rejects entries after fresh opposite engulfs; optionally require an aligned engulf.
◦ Fair Value Gaps (FVG): three-candle imbalance detection with ATR-scaled minimum size. Require same-direction FVG near price and/or avoid opposite FVG within a user-set ATR distance.
• Risk & Money Management — fixed risk %, optional Kelly cap, daily risk ceiling, partials (two stages), ATR/structure trailing, position limits.

— Recommended presets for ETH on D1 —

• Attach the EA to: ETHUSD or ETHUSDT, timeframe D1.
• HTF_Trend: D1 (strict) or W1 (very conservative).
• MTF_Signal: H4 — scans engulf/FVG with more candles while D1 creates the trade signal.
• AvoidOppositeFVG: true (recommended).
• RequireFVGConfluence: optional (start false; turn on for maximum selectivity).
• BaseRiskPct: 1.0% (starter); MaxDailyRisk: 3–5% per tolerance.
• Exits: default SL 1.5×ATR and TP 2.5×ATR work well for ETH D1.
• Partials: 30% at 1.5R, 50% at 3R; trailing activates from 2.0R.

— Inputs & Parameters (grouped) —

Core Strategy
• DonchianPeriod — channel length (default 20).
• DonchianConfirm — extra bar confirmation (default 5).
• MinBreakoutStrength — minimum normalized breakout strength (0.3).
• RequireVolumeConfirm, VolumePeriod, VolumeMultiplier — optional volume gate.

Multi-Timeframe

• HTF_Trend — timeframe for trend EMA (D1/W1 recommended for ETH D1 trading).
• MTF_Signal — timeframe for PA scan (H4 recommended).
• EMA_Fast, EMA_Slow, EMA_HTF — EMA periods for trend/context.

Smart Filters

• UseVolatilityFilter, VolatilityPeriod, VolatilityThreshold — ATR regime check.
• UseMomentumFilter, MomentumPeriod — optional momentum gate.
• UseMarketStructure, StructurePeriod — swing-based structure reference.

Technical Filters

• UseAdvancedADX, ADX_Period, ADXMin, ADXTrending — trend quality and DI alignment.
• UseAdaptiveRSI, RSI_Period, RSI_Oversold, RSI_Overbought — adaptive RSI windowing.

Price Action (ETH-centric)

• UseEngulfFilter — enable engulfing logic.
• EngulfLookback — bars to look back on the PA TF (default 2).
• EngulfMinBodyRatio — body size ratio vs previous candle (default 1.0).
• RequireAlignedEngulf — demand same-direction engulf as confluence (optional).
• UseFVGFilter — enable FVG logic.
• FVGLookback — bars to scan on the PA TF (default 15).
• MinFVG_ATR_Mult — minimum FVG size as ATR multiple (default 0.20).
• RequireFVGConfluence — require same-direction FVG near price (optional).
• AvoidOppositeFVG — avoid entries into nearby opposite FVG (recommended ON for ETH D1).
• FVGMaxDistanceATR — how near is “near” (default 0.75 ATR).

Risk Management

• BaseRiskPct, MaxRiskPct — account risk per trade and cap.
• UseKellyCriterion, KellyFraction — optional Kelly-based adjustment (guard-railed).
• MaxPositionSize, MaxDailyRisk, MaxConcurrentTrades — portfolio safety rails.

Exit Management

• UsePartialProfits; PartialExit1_R / _Pct; PartialExit2_R / _Pct — two-stage partials by R-multiple.
• UseSmartTrailing, TrailingStart_R — ATR + structure trailing once in profit.
• UseStructureStops, MaxStopDistance — blend structure with ATR for protective stops.

Sessions & System

• UseSessionFilter, session hours — crypto is 24/7; leave off unless your broker restricts hours.
• AvoidNewsEvents — not typically required for ETH but available.
• Magic number, comment tag, logging, slippage, retries.

— Installation & first run —

  1. In MetaTrader 5, ensure your ETH symbol (e.g., ETHUSD) is visible and ticking.

  2. Open an ETHUSD D1 chart and drag the EA onto it. Allow algo trading.

  3. Apply the recommended presets above.

  4. Click OK. The EA evaluates on bar close and manages any open positions.

— Backtesting guide (ETH) —

• Mode: “Every tick based on real ticks” if your broker offers crypto tick history; otherwise 1-minute OHLC.
• Symbol: ETHUSD (or your broker’s mapping), timeframe D1.
• Costs: set realistic spread/commission for crypto (spread 5–25 ticks, commission per contract as per broker).
• Date range: at least 2–4 years to include multiple volatility regimes.
• Optimization: you may tune DonchianPeriod (15–55), FVG thresholds, and ATR multipliers — always keep out-of-sample data for validation.

— Tips specific to ETH —

• ETH often shows momentum continuation after daily breakouts, but strong opposite FVGs frequently reject price. Keeping AvoidOppositeFVG = true filters many fakeouts.
• Partials help lock in progress during extended volatility bursts.
• Broker weekend downtime can create synthetic gaps; trailing once the trade reaches 2.0R helps secure gains.

— FAQ —

Q: Can I run it on other coins or FX?
A: Yes. The logic is generic, but parameters are curated for ETH. For other assets, re-optimize Donchian/FVG thresholds.

Q: Does it open multiple trades?
A: It respects MaxConcurrentTrades and won’t open an opposite trade while one is active.

Q: Does it use Martingale or Grid?
A: No. Fixed-risk entries, ATR-based stops, partials, and trailing only.

Q: Minimum deposit?
A: Depends on broker contract size. Sizing is risk-based and will scale down to SYMBOL_VOLUME_MIN.

Q: Which brokers?
A: Any MT5 broker offering ETH with tradeable hours. Ensure tick size and tick value are correctly reported for the symbol.

— Changelog (highlights) —
• v2.10 — Added Engulfing & FVG filters (including opposite-FVG avoidance and near-price confluence), centralized PA pass before execution, improved logs, clarified ETH D1 presets.

— Support —
Questions or set-files? Message via the Market or author profile. Please include your broker symbol name (ETHUSD vs ETHUSDT) and timeframe.

— Risk Disclaimer —
Trading involves risk. Past performance does not guarantee future results. Crypto assets are highly volatile; use position sizing and daily risk limits. This product is not affiliated with or endorsed by Ethereum or the Ethereum Foundation.


Рекомендуем также
Disclaimer : Keep in mind that seasonal patterns are not always reliable. Therefore, thoughtful risk management is crucial to minimize losses.  Seasonal patterns in the financial world are like a well-guarded secret that successful investors use to their advantage. These patterns are recurring price movements that occur during specific periods or around special events. Additionally, there are also intraday patterns that repeat. For example, Uncle Ted from Forex Family suggests examining previou
Boom Rocket
Cairo Neto Sergio Ndava
This Expert Advisor is designed exclusively for trading the Boom market on the 1-minute timeframe. It operates solely in the sell direction, focusing on precise exits at specific moments in time. Unlike typical signal bots, this EA doesn’t generate buy/sell alerts but executes trades based on a well-defined strategy to take advantage of price movements during market pullbacks. Key Features: Works exclusively for Boom market : The EA is tailored for Boom markets and functions only on the Boom as
Stealth 150 DE40
Szymon Jan Szarowski
4 (1)
Простите за выдающуюся доходность 340% годовых! Да, вы всё правильно прочитали: такие результаты тестирования в 340% годовых почти что неприлично хороши. Но, пожалуйста, не поймите меня неправильно — это не маркетинговый трюк, а результат чистого программирования и честных бэктестов. Конечно, такие "сказочные" доходности не могут сохраняться вечно, ведь через несколько лет любой советник в тесте сталкивается с ограничениями по объёму лота. Тем не менее: Stealth 150 DE40 показывает, на что
Hakeem Golden Guard
Abdul Hakeem 'amur Salim Aamir Al Hajri
Hakeem Golden Guard Protect Profits. Cut Losses. Let Winners Run. ---  Professional Advanced Trade Management System Take full control of your trades with institutional-grade trade protection logic. Hakeem Golden Guard is designed for serious traders who demand: • Precision • Discipline • Capital Protection • Intelligent Profit Management Built and refined through extensive testing on both LIVE and DEMO accounts. ---  What Makes It Different This is NOT a basic trailing stop EA. Hakeem
quantum bot designed for forex trading. test on eur/usd gives good returns. based on several indicators include risk management. best timeframes 1h; 4h. this bot was backtesting for the past year and gives 2000% return profit. no hidden lost trades in code. settings are customizables to give you better experience of trading. contact me for more details or installation guide
Edge Ensemble
Evgeniy Scherbina
4.5 (2)
Edge Ensemble — это профессиональный торговый советник, построенный на ансамбле из 10 независимых нейросетей двух разных архитектур: LSTM, TCN и Transformer. Каждая сеть в ансамбле выступает как отдельная торговая стратегия, а итоговый торговый сигнал формируется на основе коллективного решения всего набора моделей. Вместо поиска одной универсальной модели, обученной по классической схеме 80/20, Edge Ensemble использует ансамбль, специально рассчитанный на работу с нестационарными временными ря
Consistency is key. The Silver Bullet Dex 900 Down showed steady growth over the last year. Tests showed 140% - 280% and more per year (Depending on Account Size) Pro's: The software runs 24hours a day, 7days per week Fully Automated No settings adjustments Tests showed Zero Losses in the last year Steady monthly growth in tests Cons: Only for bigger accounts Uses a lot of equity during extreme market movements (Not Losses) Minimum Requirements: Account Size $5 000.00 Permanent Internet Access
Symbol Basket Control Panel is a professional trading utility designed to streamline multi-currency management. It acts as a centralized command center, allowing traders to execute and manage baskets of trades across different symbols with unparalleled speed and precision. Instead of manually opening and closing orders for each pair, this dashboard provides a high-performance graphical interface to control your entire portfolio from a single chart. Key Features: Centralized Execution: Open BUY o
Достаточно оптимизировать Regular один раз, например, за месяц. После этого Hanvest показывает отличные результаты на форвард периоде. Оптимизировать нужно несколько параметров. Кроме самого индикатора, надо оптимизировать уровни стопов. Торговать нужно на таймфрейме M1. Эксперт создан для торговли на  EURUSD, но он также может работать и на других валютных парах, необходимо подбирать. Эксперт автоматически определяет количество знаков в котировках и дает хорошие результаты на форвард-периодах.
Советник использует волатильность, спред, частоту и время, чтобы решить, когда торговать. Советник использует метод Limit Orders для открытия позиций. В этом случае проскальзывание будет не более чем положительным при выполнении записей. Советник использует логику скользящего тейк-профита, поскольку основная цель системы - зарабатывать деньги, защищая ваш капитал. Большинство сделок закрываются быстро, как выстрел в голову снайпера. Основные особенности Не использует мартингейл Не использует с
HP Mechanical Trading System EA V.1 — Complete Guide  Price Down To $100 The price may get back again to the original price $1200 after a week. take a chance to those who want to try the EA.  Important notes: before use into real live trading take a back testing first, set your chart to H1 timeframe and for EA inputs settings set the  TrendTF to 1 Hour. for the inputs of RishPercent any of from 0.1 to 5 percent of your balance account.  also recommend to do it your self to change in settings tha
Product Name:   Quantum Core MT5 - Swing Trading EA for XAUUSD Description:   A swing trading expert advisor designed to execute 15-30 trades per month with built-in risk management parameters. Key Features: Algorithmic Strategy: Combines technical algorithms with market analysis for trade execution. Auto-Lot Sizing: Adjusts position sizes based on account equity (configurable). Risk Control: Options for manual SL/TP or dynamic risk parameters. Equity Limits: Built-in safety stop feature allows
Система советников One Bar Breaout – это стратегия прорыва, которая имеет большой потенциал благодаря высокой прибыли. Он разработан таким образом, что пытается следовать за самой сильной тенденцией дня и максимизирует прибыль за счет инновационных методов трейлинга. Это может принести вам большую прибыль за короткое время даже при низком винрейте. При правильной настройке он может работать с прибылью в течение нескольких месяцев. Это лучше всего работает для крупных рынков, таких как ES (US50
PythonX SwissCore USDCHF Precision Market Structure Trading Engine PythonX SwissCore USDCHF is a professional-grade Expert Advisor built around one of the most respected concepts in modern trading: market structure. By combining Break of Structure (BOS) and Change of Character (CHOCH) with EMA-based trend filtering, the system is designed to execute trades with discipline, clarity, and consistency. Why This System Stands Out Most automated systems rely heavily on lagging indicators. PythonX Swi
Plug & Play portfolio - series of high-quality EURUSD H1 strategies for maximized success. The 4th out of 8 strategies  portfolio set.  Each EA works well as a standalone, works even better as portfolio. Triple tested  - backtest, robustness tests , portfolio correlation. Uses a well-known CCI indicator combined with an ADX indicator. Why to buy Fully automatic EA with really easy set-up. Only risk amount to be set and you are good to go. Developed using genetic algorithms on 'in sample' data
Советник использует волатильность, спред, частоту и время, чтобы решить, когда торговать. Советник использует метод Limit Orders для открытия позиций. В этом случае проскальзывание будет не более чем положительным при выполнении записей. Советник использует логику скользящего тейк-профита, поскольку основная цель системы - зарабатывать деньги, защищая ваш капитал. Большинство сделок закрываются быстро, как выстрел в голову снайпера. Основные особенности Не использует мартингейл Не использует с
Kash X Gold
Derrick Akampurira
Kash X Gold EA Kash X Gold EA is a fully automated Expert Advisor designed and optimized to trade Gold (XAUUSD). Using an advanced trailing stop system, it opens and manages trades automatically, targeting rapid market movements while keeping drawdown low. The EA includes an on-chart dashboard displaying live positions, pending orders, trailing stop settings, and account metrics. The recommended set file can be downloaded from the product comments.  Before testing, ensure you are using a Raw ECN
Aegis Sweep Pro MT5
Amanda Vitoria De Paula Pereira
Aegis Sweep Pro EA MT5 — Institutional Liquidity Hunter IMPORTANT: After completing your purchase, please send me a direct private message to receive the official installation guide, specialized set files, and your invitation to the private support group. Special Launch Offer The current price is $1,499 available for a limited time only. The price will increase to $1,899 after the next 5 sales, moving progressively until reaching its final structural value of $2,499. Exclusive Bonus: Every buye
MSX Plug & Play Scalper v1.50 Overview MSX Plug & Play Scalper v1.50 is a MetaTrader 5 Expert Advisor designed for XAUUSD trading using a trend-following methodology based on Exponential Moving Average alignment and volatility-based trade management. The EA combines trend analysis, trade management and configurable protection mechanisms within a single automated trading system. Trading Logic The trading engine uses three Exponential Moving Averages to evaluate market direction. Trend Conditions
Queen QTS Rebate Hunter — это не обычный скальпер. Это специализированная утилита для высокочастотной торговли (HFT), разработанная специально для брокеров-посредников (IB), трейдеров, получающих скидки, и фармеров комиссионных. Большинство скальперов терпят неудачу, потому что закрывают сделки слишком быстро, лишая себя возможности получить брокерские скидки. QTS Rebate Hunter решает эту проблему с помощью запатентованного «умного алгоритма выхода по времени». Он гарантирует, что каждая сделк
MATRIX ONE PRO - Elite Trading Bot by DC Invest Overview Introducing MATRIX ONE PRO , the ultimate Expert Advisor (EA) for MetaTrader 5, crafted by DC Invest to redefine automated trading. Designed for serious traders and investors, this bot delivers unparalleled performance, combining advanced multi-timeframe strategies, intelligent risk management, and cutting-edge features. With a proven track record of 1,326% growth in just 3 months, MATRIX ONE PRO is your key to consistent profits in the f
Ai Scalper Pro
Dhiraj Shivprabhu Pattewar
1. Precision Entry Engine (The Edge) True-Swing Breakout Technology: The EA doesn't rely on lagging indicators. It maps live market structure, identifying localized "True Swings" (fractal highs and lows) to anticipate explosive momentum breakouts. Pre-Emptive Stacking: Anticipates major moves by placing resting Stop orders exactly at critical levels. When Gold breaks out, you are already in the trade. Daily Clean-Sweep: Every day at rollover (23:50), the bot automatically purges all resting o
TrendLock Hybrid System is an advanced all-in-one Expert Advisor built for traders who demand precision, consistency, and adaptability in any market condition. It combines multiple trading logics into a unified hybrid framework to deliver smarter and more efficient execution. Core Features:  Adaptive risk management that adjusts automatically to market volatility. Detects sideways conditions and avoids low-probability setups. Guides trade direction by identifying short-term momentum for both
Oneiroi
Oleksandr Powchan
5 (1)
Oneiroi trades hard oversold and overbought conditions. On M15 you can achieve a very high hitrate. The system does not trade a lot because meeting the three conditions is quite hard. It will work on any pair and any broker but some are better than others. The EA will work also on small accounts but i would highly recomend to use a 100kcent account. Our Goal is to help you be way more profitable and way more stress free, so you can enjoy the things that are important to you and your family.
AuricMind Hybrid EA v1.30 — Triple-Model Ensemble Gold Trading System for MetaTrader 5 The Gold Standard in Machine-Learning EA Design. Built for Traders Who Demand More Than Luck. There are thousands of Expert Advisors on the market. Most of them are indicator wrappers with a fresh coat of paint. Some are martingale systems disguised as "smart recovery" strategies. A handful are genuine algorithmic systems — but almost all of them share one critical weakness: they see the market through a sing
FREE
Mr Bitcoin AI
Nestor Alejandro Chiariello
Привет, трейдеры! Я разработал этот инструмент с реальными результатами, тщательно, на основе нескольких моих предыдущих стратегий ИИ. Mr Bitcoin AI основан на выполнении операций купли-продажи финансовых активов в очень короткие периоды времени, стремясь получить прибыль от небольших колебаний цен. Применительно к Bitcoin скальпер использует искусственный интеллект и алгоритмы машинного обучения для анализа больших объемов данных рынка криптовалют и принятия быстрых и точных торговых решений.
Multy TDM данный бот работает с помощью индикатора   Trend TD . Бот мультивалютный работает с 12 парами, пары можно менять и использовать другие. Суть работы открывать малую серию ордеров и выходить с рынка или в прибыли или с потерями но выходить и не задерживаться и открывать следующую серию по сигналам ниндикатора. Сердце данного алгоритма состоит в формуле выхода из рынка, когда выйти и с какой прибылью или потерями, сколько ордеров можно разрешить использовать в серии. И настроек индикато
X Gold Nexus — AI-Powered Next-Generation Gold Trading Execution System X Gold Nexus is an advanced AI-powered quantitative trading execution system specifically engineered for the gold market (XAUUSD). By integrating cutting-edge artificial intelligence technologies, adaptive market analysis, dynamic risk management, and intelligent order execution algorithms, the system is designed to provide stable and disciplined trading performance across varying market conditions. During the special offer
PythonX CandleMaster AUDUSD EMA + Candlestick Pattern Precision Trading System Strategy Overview PythonX CandleMaster AUDUSD is a price action-driven Expert Advisor engineered specifically for the AUDUSD currency pair . The system combines a trend-following EMA filter with high-probability candlestick pattern recognition to execute trades with precision. The strategy focuses on trend-aligned reversals , capturing pullbacks within established market direction instead of chasing breakouts. This a
С этим продуктом покупают
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
ВАЖНЫЙ   : Этот пакет будет продаваться по текущей цене только в очень ограниченном количестве экземпляров.    Цена очень быстро вырастет до 1999$    Включено более 100 стратегий   , и их будет еще больше! БОНУС   : При цене 1499$ или выше — выберите  5     моих других советника бесплатно!  ВСЕ ФАЙЛЫ НАБОРА ПОЛНОЕ РУКОВОДСТВО ПО НАСТРОЙКЕ И ОПТИМИЗАЦИИ ВИДЕО РУКОВОДСТВО ЖИВЫЕ СИГНАЛЫ ОБЗОР (третья сторона) NEW - 44-STRATEGIES LIVE SIGNAL L Добро пожаловать в ИДЕАЛЬНУЮ СИСТЕМУ ПРОРЫВА! Я рад
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
Mad Turtle
Gennady Sergienko
4.53 (123)
Символ XAUUSD Timeframe (период) H1-M15 (любой) Поддержка торговли 1 позицией ДА Минимальный депозит 500 USD  (or the equivalent of another currency) Совместимость с любым брокером  ДА (поддержка брокера с 2 или 3 знака. Любая валюта депозита. Любое название символа. Любое время GMT) Запуск без предварительных настроек  ДА Если вам интересна тема машинного обучения подписывайтесь на канал:  Subscribe! Ключевые факты проекта Mad Turtle: Настоящее машинное обучение Данный эксперт не подкл
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
Syna
William Brandon Autry
5 (27)
Syna 7 - ИИ, который остаётся со сделкой Большинство торговых систем перестают думать после входа. Syna так не делает. Syna 7 — это торговый ИИ-ассистент и автономная торговая система, созданная для того, чтобы участвовать в процессе от анализа до выхода. Она может отслеживать текущие условия, помнить контекст сделки, оценивать новости и волатильность, управлять позициями, координировать счета и продолжать пересматривать решения после открытия ордера. Торговля не заканчивается на входе. Интелле
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
[ IMPORTANT ] REAL CLIENT FEEDBACK :  https://www.mql5.com/en/market/product/127498/comments#comment_58814415 [ IMPORTANT ]  UPDATED (1 YEAR PERFORMANCE):  https://www.mql5.com/en/market/product/127498/comments#comment_59233853 Представляем Bitcoin Scalping MT4/MT5 – умного советника для криптотрейдинга ПРОМОЦИЯ ПРИ ЗАПУСКЕ: Осталось всего 3 копии по текущей цене! Итоговая цена: $3999.99 БОНУС - ПРИОБРЕТИТЕ ЛИЦЕНЗИЮ НА ПОСТОЯННЫЙ ДОСТУП К BITCOIN SCALPING И ПОЛУЧИТЕ БЕСПЛАТНОЕ ПО ALGO ТРЕЙДИНГ
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
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
Minting
Zenzo Phathisani Mtungwa
ПРИКРЕПИТЕ к графику M1 или M5 для наилучших результатов и быстрых входов и выходов Minting – The Gold Scalper (Lite Edition) — это упрощённый, профессиональный советник, разработанный компанией Ramulo Software Ltd., специально созданный для извлечения прибыли из высокой волатильности и потенциала золота (XAUUSD). Он объединяет интеллектуальную рыночную структуру на основе EMA, определение тренда с помощью ATR, многоуровневый USD-трейлинг и строгий контроль просадки в лёгкую и простую в использ
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
Super Hybrid EA AI Pro
Bashar Taisir Saleh Al Zubaidi
5 (1)
Super Hybrid EA AI Pro Профессиональный советник для MetaTrader 5 на базе XAUUSD, сетки, мартингейла, хеджирования и контроля корзин сделок Обзор продукта Super Hybrid EA AI Pro — это торговый советник для MetaTrader 5, разработанный преимущественно для торговли XAUUSD. Советник объединяет сеточную торговлю, мартингейл-прогрессию лота, опциональное хеджирование, управление корзиной сделок, контроль торговых сессий, новостной фильтр, фильтр событий Федеральной резервной системы США, защиту от про
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
DeepMatrix FX Advanced Algorithmic Intelligence for XAUUSD DeepMatrix FX — Precision. Intelligence. Performance. Important! Please contact me after installation to obtain the best recommended settings file. Next Price is 2 99 $ DeepMatrix FX is a fully automated trading system developed specifically for XAUUSD on the Any timeframe. Built with advanced algorithmic logic, adaptive market analysis, and precision execution technology, DeepMatrix FX is designed to identify high-probability trading op
Swingy3
Bashier Awny Husein Ismail Alhafy
Swingy3: The Institutional Pivot & Swing Execution Engine Swingy3 is an algorithmic trading system designed for MetaTrader 5, focusing on high-conviction price action swings and institutional-grade risk management. Unlike standard retail indicators, Swingy3 analyzes market structure through dynamic pivot points and multi-timeframe confluence to identify entries where momentum and exhaustion align. The Strategy The core of Swingy3 is its advanced Pivot Analysis engine. It detects institutional "S
Expert advisor trades by pivot levels, support and resistance levels based on pivot levels. Also expert advisor takes into account volatility filter, uses standard Martingale and anti-Martingale systems, drawdown protection, standard trailing stop, trading time and trading Trade Order   – direction of trading (only buy, only sell or buy and sell) Use Volatility Filter   – enabling/disabling of volatility filter using Volatility Filter   – value of volatility filter Count Of Days For Volatility F
Gold Catalyst EA MT5
Malek Ammar Mohammad Alahmer
Gold Catalyst Evolution V6.0 — описание для MQL5 Market Gold Catalyst Evolution V6.0 Автоматизированная двухмодульная система торговли золотом для MetaTrader 5 1. Обзор продукта Gold Catalyst Evolution V6.0 — полностью автоматизированный советник, разработанный исключительно для XAUUSD и других брокерских символов, содержащих XAU или GOLD. Версия 6.0 объединяет два независимых торговых модуля в одном советнике. Каждый модуль отдельно оценивает рыночные условия и использует собственный фиксирован
SD Gold HFT Scalper EA
Patel Dipeshkumar Ramanbhai
SD Gold HFT Scalper EA — это продвинутая высокочастотная торговая система, разработанная специально для экстремальной волатильности и быстрого исполнения сделок на рынке. В отличие от традиционных Expert Advisor, которые полагаются на запаздывающие данные свечей OHLC (Open, High, Low, Close), эта система работает полностью на чистых, сырых тиковых данных. Отслеживая микро-движения цен Bid и Ask, она выявляет и использует взрывные импульсы движения ещё до того, как они появятся на стандартных гр
Quant Gold HFT Expert Advisor for XAUUSD on M15 timeframe. Main Features: ATR-based trailing stop and breakeven Daily Pivot levels filter Entry cooldown system Blocked hours during high volatility periods No martingale, no grid Backtest Results (Pepperstone, real tick data): 2 Years: Profit Factor 1.22, Max Drawdown 9.4% 1 Year: Profit Factor 1.27, Max Drawdown 9.2% 4 Months: Profit Factor 1.36 $500 account run on 0.01 lot The EA was tested on different time periods with stable results. Importa
GOLD GRABBER Israel L. MT5 Grid-Hedge EA ВНИМАНИЕ: Советник оптимизирован Только для GOLD (XAUUSD) – тестируйте на других парах на свой страх и риск! (Минимальный капитал: $1000) Скачать готовые настройки можно по ссылке: Используйте эти настройки для XAUUSD: https://drive.google.com/drive/folders/1FBfc-eE7B7APhZ-P754R76d3xih8OnXX?usp=sharing Профессиональная сеточная торговая система с расширенным управлением рисками Данный продвинутый советник использует двухнаправленную сеточную стратегию, о
️ REQUIRED SETTING: Optimized for XAUUSD 0.01 Lot Size. ATTENTION: This system is precision-tuned for XAUUSD (Gold)  on Exness  using a base entry of 0.01 lots . For maximum stability and account longevity, users must ensure their starting input is set to 0.01 unless using high-capital professional accounts. Monarch Golden Sparrow: The Gold Sovereign. Precision. Recovery. Power. THE ASSET: Gold (XAUUSD) is the king of volatility. It doesn't move; it strikes. To trade it, you don't need a basic
Saiko Scalper v5
Samir Saleh Mohammed Hassan
SAIKO Scalper 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
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
Scalp Master Expert Advisor — это полностью автоматизированная торговая система, разработанная для скальпинговых стратегий в условиях трендового рынка. Она создана для выявления краткосрочных торговых возможностей на ликвидных рынках с особым акцентом на качество сделок и контроль риска. EA подходит для трейдеров, которые предпочитают системный и основанный на правилах подход без ручного вмешательства. Он лучше всего работает на инструментах с низкими спредами и высокой ликвидностью, включая: XA
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:
Стартова пропозиція. Ціна поступово зростає зі збільшенням кількості продажів. Кожна покупка містить усі майбутні оновлення через MQL5 Market. Mercaria Unicorn — це адаптивна сіткова торгова система для золота (XAUUSD) на MetaTrader 5, створена практикуючими трейдерами для будь-якого рівня досвіду. Огляд Mercaria Unicorn — це адаптивна торгова система для золота (XAUUSD) та інших CFD-інструментів. На відміну від звичайних сіткових роботів із фіксованими параметрами, вона автоматично налаштовує к
Фильтр:
Нет отзывов
Ответ на отзыв