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.


推荐产品
Seasonal Pattern Trader
Dominik Patrick Doser
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%的回测结果,几乎好得有些“不正经”。但请不要误会——这不是营销噱头,而是干净编程和真实回测的结果。当然,这样的梦幻收益不可能长期持续,因为任何EA在回测几年后都会遇到手数(lot size)的上限。不过,Stealth 150 DE40 展示了当算法“自由发挥”时可以达到什么高度。 所以,对不起收益太高——现在让我们来说说这个专家顾问(EA)本身: Stealth 150 DE40——专为DAX(DE40, .DE40Cash, GER40)打造的突破型专家顾问 隐形。不可阻挡。绝对透明。 Stealth 150 DE40 有什么功能? Stealth 150 DE40 是一款专为DAX(DE40, .DE40Cash, GER40)指数设计的全自动交易机器人,主打盈利性的剥头皮+趋势跟踪(突破)策略。 5.5年历史回测 年化收益率 >150%(复合年增长率,见上面说明) 不使用马丁格尔,不使用网格,不加仓补仓 防止经纪商操纵: 系统内置有紧急止损(SL)和止盈(TP)保护技术风险。但实际的交易管
Elevate your forex trading with Pips Hunter Bot — a powerful algorithmic trading solution designed for disciplined, automated execution. Achieve consistent performance through advanced strategy automation, featuring a verified 73.5% win rate, intelligent risk controls, and fully hands-free operation 24/7. One-time purchase. Lifetime license. Unlimited access. No recurring fees. No subscriptions. Pure algorithmic precision working for you around the clock. You can also also visit our website p
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
Samuel Bedin
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 is a professional trading advisor built on an ensemble of 10 independent neural networks of three different architectures: LSTM, TCN and Transformer. Each network in the ensemble acts as a standalone trading strategy, while the final trading signal is formed based on the collective decision of the entire model set. Instead of searching for a single universal model trained using the classical 80/20 scheme, Edge Ensemble employs an ensemble specifically designed to work with non-sta
The Silver Bullet Dex 900 Down
Christoffel Francois Du Toit
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
Imad Kamal Mohammad Badad
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
Yvan Musatov
It is enough to optimize Regular   once, for example, a month. After that, Hanvest shows excellent results in the forward period. There are several parameters to optimize. In addition to the indicator itself, it is necessary to optimize the stop levels. You need to trade on the M1 timeframe. The Expert Advisor was created for trading on EURUSD, but it can also work on other currency pairs, you need to select it. The Expert Advisor automatically determines the number of digits in quotes and give
Sniper Major
JETINVEST
5 (1)
EA 使用波动率、点差、频率和时机来决定何时交易。 EA 使用限价单方法开仓。 在这种情况下,滑点至多在执行条目时为正。 EA 使用追踪止盈逻辑,因为系统的重点是在保护您的资本的同时赚钱。 大多数交易都很快关闭,就像狙击手爆头一样。 主要特点 不使用鞅 不使用网格 优化的货币对:EURUSD |英镑兑美元 |美元兑日元 |美元兑瑞郎 时间范围:M5 请注意这一点:该 EA 每天只在一段时间内进行交易,从展期前几分钟到展期后几分钟。 一张图表设置:您只需要一张图表即可交易所有优化的交易品种 多种货币对支持 您不需要 .set 文件,所有设置都存储在 EA 中 如果您的经纪商使用后缀(例如 XXXXXX.a),您不必担心,因为 EA 会自动识别。 如何安装 该系统是独立的,应该在 VPS 上持续运行。 建议在低点差 ECN 经纪商上运行 EA。 该帐户可以是 Netting 或 Hedging。建议杠杆为 1:500。 在 M5 时间范围内运行 EURUSD 对 启用多对 = 设置为 TRUE 选择固定手数或启用自动手数 如果您选择了自动手数,您应该为每 0.01 手选择货币关系
Quantumcoremt5
Dayanand Pandey
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 Breakout EA 系统是一种突破策略,由于利润率较高,因此具有很大的潜力。 它的设计方式是试图追随当天最强劲的趋势,并通过创新的跟踪方法实现利润最大化。 即使胜率很低,这也可以在短时间内为您带来大量利润。一旦设置正确,它可以连续几个月盈利。 这最适合 ES (US500)、NQ (NAS100) 等大型市场或黄金、白银等大宗商品。 如果您对功能或设置/回测有任何疑问,请随时与我联系。也欢迎您在购买前给我们写信。 您正在购买一个非常灵活的分支系统,具有许多设置和优化选项。 首先,我包括 NAS100 (NQ) 和 Gold 的当前最佳设置。您还将收到有关成功回测和最佳数据的提示。 One Bar Breakout EA 系统是一种突破策略,由于利润率较高,因此具有很大的潜力。 它的设计方式是试图追随当天最强劲的趋势,并通过创新的跟踪方法实现利润最大化。 即使胜率很低,这也可以在短时间内为您带来大量利润。一旦设置正确,它可以连续几个月盈利。 这最适合 ES (US500)、NQ (NAS100) 等大型市场或黄金、白银等大宗商品。 如果您对功能或设
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
EUR 4 of 8
Tomas Michalek
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
SniperBot EURUSD
JETINVEST
5 (1)
EA 使用波动率、点差、频率和时机来决定何时交易。 EA 使用限价单方法开仓。 在这种情况下,滑点至多在执行条目时为正。 EA 使用追踪止盈逻辑,因为系统的重点是在保护您的资本的同时赚钱。 大多数交易都很快关闭,就像狙击手爆头一样。 主要特点 不使用鞅 不使用网格 优化货币对:EURUSD 时间范围:M5 请注意这一点:该 EA 每天只在一段时间内进行交易,从展期前几分钟到展期后几分钟。 您不需要 .set 文件,所有设置都存储在 EA 中 如果您的经纪商使用后缀(例如 XXXXXX.a),您不必担心,因为 EA 会自动识别。 如何安装 该系统是独立的,应该在 VPS 上持续运行。 建议在低点差 ECN 经纪商上运行 EA。 该帐户可以是 Netting 或 Hedging。建议杠杆为 1:500。 在 M5 时间范围内运行 EURUSD 对 选择固定手数或启用自动手数 如果您选择了自动手数,您应该为每 0.01 手选择货币关系 低风险:200,正常风险:100,高风险:50 推荐账户余额:100$ 如果您仍有疑问,请通过直接消息与我联系: https://www.mql5.c
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 并非普通的短线交易工具。它是一款专为介绍经纪商 (IB)、返利交易者和佣金农户设计的高频交易 (HFT) 工具。 大多数短线交易工具失败的原因在于平仓过快,导致无法获得经纪商返利。QTS Rebate Hunter 通过其独有的“智能时间退出算法”解决了这个问题。该算法确保每笔交易都持有至少所需的最低时长(例如 60 秒或 2 分钟),从而保证返利有效,同时还能从市场中获取微薄利润。 主要功能: ️ 智能时长筛选(返利验证):该 EA 会智能管理仓位,以满足经纪商的“最低交易时长”要求。只有在返利资格时间(用户自定义:例如 60 秒、120 秒)过后,才会锁定利润。 ️ 点差和滑点保护:内置严格的波动率过滤器。如果点差超过您设定的限值,EA 将立即暂停交易,保护您免受高昂的市场风险。 超短线交易逻辑:采用轻量级的“跟随趋势”价格行为,在 M1 图表上快速进出场。无需繁重的指标,无延迟。纯粹的执行速度。 风险管理保护:内置每日止损限值和每日止盈目标。一旦达到目标,EA 将停止交易,保护您的收益。
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.
Mr Bitcoin AI
Nestor Alejandro Chiariello
各位交易员们,我根据我之前的几种策略 AI 严格设计了这款具有实际效果的工具, 比特币先生 AI 是基于在很短的时间内进行金融资产的买卖操作,寻求从价格的小幅波动中获利。当应用于比特币时,剥头皮者使用人工智能和机器学习算法来分析大量加密货币市场数据并做出快速准确的交易决策。 比特币先生 AI 工程从未建立过,人工智能将通过从加密货币市场“比特币”中学习而不断重组,它与已知的不同,因为它在非运营时间和日子里工作,我们可以以不同的积极方式进入。 总之,Crypto Scalper AI 在人工智能和机器学习的帮助下能够以自动化和高效的方式进行购买和销售操作,寻求利用比特币价格波动快速而持续地获得利润。 其中两个主要的事情是我设计了 extractFeatures 和 trainModel 函数,这将负责设计蜡烛图,解构滑点并学习它如何移动以适应价差和波动性。 拥有一个可靠且不会操纵其头寸的优秀经纪人非常重要,因为人工智能会收集数据并对其进行重组,以根据滑点和价差正确进行头寸。另一方面,机器学习将根据收集的分析决定最佳机会 应该指出的是,我的策略开发是我多年来作为专业交易员设计
Multy TDM
Andriy Sydoruk
Multy TDM this bot works using the   Trend TD   indicator. The multicurrency bot works with 12 pairs, pairs can be changed and others can be used. The essence of the work is to open a small series of orders and exit the market either in profit or with losses, but exit and not linger and open the next series on the signals of the indicator. The heart of this algorithm is the formula for exiting the market, when to exit and with what profit or loss, how many orders can be allowed to be used in a
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
Aegis XAU Parallel Edition Two Strategies. One Balanced System. Aegis XAU Parallel Edition is an XAUUSD trading EA designed around two independently developed strategies, 258 and 223 , running in parallel within a single EA. Rather than relying on a single trading logic, Parallel Edition combines two different strategy profiles to create a more balanced overall trading system. The goal is simple: Maintain a consistent risk profile while allowing the account to grow over time. Key Features XAUU
MINIMUM DEPOSIT ONLY USC ACCOUNT: 150,000 USC All EAs running on live accounts. Investor Id password is in telegram group. Accounts with a balance below 150,000 USC are considered HIGH RISK. The recommended deposit does not eliminate trading risk. Use conservative settings and test the Expert Advisor on a demo account before live trading. Smart Safe Gold Grid Cents Smart Safe Gold Grid Cents is a fully automated Expert Advisor developed for trading GOLD/XAUUSD on the MetaTrader 5 platform. It
该产品的买家也购买
Ultimate Breakout System
Profalgo Limited
5 (47)
重要的 : 此套装仅以当前价格限量发售。    价格很快就会涨到1999美元!   已包含 300 多种策略 ,更多策略即将推出! 额外福利 :  从我的其他 EA 中免费 选择 5 款!   所有设置文件 + 完整设置和优化指南 视频指南 实时信号 第三方评论 新增 - 44 种策略实时信号 欢迎来到终极突破系统! 我很高兴地向大家介绍终极突破系统,这是一款经过八年精心开发的复杂且专有的智能交易系统 (EA)。 该系统已成为MQL5市场上多款表现优异的EA的基础,其中包括备受赞誉的Gold Reaper EA。 它曾连续七个多月位居榜首,此外还有 Goldtrade Pro、Goldbot One、Indicement 和 Daytrade Pro。 终极突破系统并非仅仅是另一款EA(电子交易系统)。 它是一款专业级工具,旨在帮助交易者在任何市场和时间框架内创建无限数量的突破策略。 无论您是专注于波段交易、超短线交易还是构建多元化投资组合,该系统都能提供无与伦比的灵活性和定制化功能。 可能性无穷无尽! 对于自营交易公司的交易员来说:   有了这个系统,您终于可以创建自己独
XG Gold Robot MT5
MQL TOOLS SL
4.33 (112)
The XG Gold Robot MT5 is specially designed for Gold. We decided to include this EA in our offering after extensive testing . XG Gold Robot and works perfectly with the XAUUSD, GOLD, XAUEUR pairs. XG Gold Robot has been created for all traders who like to Trade in Gold and includes additional a function that displays weekly Gold levels with the minimum and maximum displayed in the panel as well as on the chart, which will help you in manual trading. It’s a strategy based on Price Action, Cycle S
Waka Waka EA MT5
Valeriia Mishchenko
4.13 (40)
8+ years of live track record with +12,000% account growth: Live performance MT 4 version can be found here Waka Waka is the advanced grid system which already works on real accounts for years. Instead of fitting the system to reflect historical data (like most people do) it was designed to exploit existing market inefficiencies. Therefore it is not a simple "hit and miss" system which only survives by using grid. Instead it uses real market mechanics to its advantage to make profit Supported cu
Syna
William Brandon Autry
5 (27)
Syna 7 - 全程陪伴交易的 AI 大多数交易系统在入场之后就停止思考了。 Syna 不会。 Syna 7 是一个 AI 交易助手,也是一套自主交易系统,从分析到离场全程参与。 它可以监控当前行情、记住交易的来龙去脉、评估新闻与波动、管理持仓、协调账户,并在订单成交之后继续重新审视自己的决策。 交易不会在入场时结束。 智能也不该如此。 从分析到离场,一以贯之的智能。 频道与社区 关注频道,获取更新、信号、发布消息和产品演示。加入公开群组,提问并与其他交易者交流。 关注我的 MQL5 频道 加入我的 MQL5 公开群组 什么是 Syna? Syna 的设计目标,是充当整个交易运作的智能层。 它可以配合: 自身的自主交易策略 由其他 EA 开出的持仓 手动交易 多个 MetaTrader 5 终端 多个经纪商与账户 不同的品种、策略和风险配置 你可以把 Syna 当作自主交易者、AI 助手、持仓管理器、投资组合协调者,或者四者兼具。 AI 的优势不再局限于单一入场信号或某个孤立的 EA。 Syna 为何改变你的交易方式 传统 EA 遵循预先设定的逻辑,只能沿着开发者事先编写好的路径做
Big Forex Players MT5
MQL TOOLS SL
4.76 (140)
We proudly present our cutting-edge robot, the  Big Forex Players EA  designed to maximize your trading potential, minimize emotional trading, and make smarter decisions powered by cutting-edge technology. The whole system in this EA took us many months to build, and then we spent a lot of time testing it. This unique EA includes three distinct strategies that can be used independently or in together. The robot receives the positions of the  biggest Banks  (positions are sent from our database t
Mad Turtle
Gennady Sergienko
4.48 (125)
交易品种 XAUUSD(金/美元) 时间周期 (周期) H1-M15(任意) 支持单仓位交易 是 最低入金 500 美元 (或其他货币等值) 兼容任何经纪商 是(支持两位或三位小数报价,任何账户货币、符号名称和 GMT 时间) 无需预先配置即可运行 是 如果您对机器学习感兴趣,请订阅频道: 订阅! Mad Turtle 项目的主要特点: 真正的机器学习 此智能交易系统 (EA) 不会连接到任何 GPT 网站或类似服务。 模型通过内置于 MT5 的 ONNX 库部署。在首次初始化时,您将看到一个系统消息,这是无法伪造的。 CLICK 参见:ONNX(开放神经网络交换格式)。 资金安全性 不使用日切前交易、微型剥头皮或基于低统计样本的窄幅交易; 不使用高风险策略,例如网格或马丁格尔; 也不使用任何可能长时间运行并在一天内失去全部利润甚至全部资金的策略。 独特性 EA 基于我独特的 特征工程 ,采用自定义的奖励与惩罚训练方法,结合元模型级联筛选与多种集成方法。 模型在完整的 24 小时交易格式下于大型 H4 时间框架上训练,可持仓数小时到数天。 它们以点数(pips)而非
AiQ
William Brandon Autry
4.87 (38)
AiQ Gen 2 – 更快。更智能。前所未有的强大。 我们在2024年末用Mean Machine开启了这一变革。它是最早将真正的前沿AI引入实盘零售交易的系统之一。 AiQ Gen 2是这条路线上的下一次进化。 AiQ Gen 2为完全不同层次的速度而生。挂单是其优势的核心,使其能够在动能扩展之前精准定位,然后让自适应智能接管。 大多数AI工具回答一次就忘记一切。 AiQ Gen 2不会。 它记住每一个挂单设置、每次下单或调整背后的推理、为什么触发或为什么等待,以及市场的确切反应。每个会话的完整上下文。随时间不断累积的持久智能。 这不是另一个为了营销而添加AI的EA。 这是一个围绕精准挂单执行构建的高速专业智能。 传统EA仍然困在固定逻辑中。AiQ Gen 2从真实结果中学习,磨练其选择能力,优化执行时机,并持续改进在实盘条件下的响应方式。 它不会重置。它不会过时。它不会被淘汰。 AiQ Gen 2作为一个强大的独立系统运行,干净、精准且快速。对于希望进行可选生态系统集成的交易者,它也可以无缝接入Syna作为专属Agent,共享持久记忆并将其高速挂单优势贡献给更广泛的投资组合。
Bonnitta EA MT5
Ugochukwu Mobi
3.38 (21)
Bonnitta EA 基于挂单策略 (PPS) 和非常先进的秘密交易算法。 Bonnitta EA 的策略是秘密自定义指标、趋势线、支撑和阻力位(价格行动)和上述最重要的秘密交易算法的组合。 不要在没有超过 3 个月的任何真实货币测试的情况下购买 EA,我花了超过 100 周(超过 2 年)在真实货币上测试 BONNITTA EA 并在下面的链接中查看结果。 BONNITTA EA 由爱和力量组成。 仅适用于少数买家,这是盗版算法的价格和实施的原因。 Bonnitta EA 在 22 年的时间内使用质量为 99.9% 的真实报价成功通过了压力测试,滑点和佣金接近真实市场条件。 Expert Advisor包含统计采集和滑点控制的算法,具有完整的统计控制; 此信息用于保护您免受经纪人的欺骗。 Bonnitta EA 在下订单之前控制经纪人执行的质量,它还成功地通过了历史数据和不同数据馈送的蒙特卡罗模拟方面的严格标准。 结果 策略测试器的 Expert Advisor 结果:初始存款为 1000 美元的 Bonnitta EA 在 2020 年 1 月 1 日至 2021 年
Perceptrader AI MT5
Valeriia Mishchenko
4.67 (6)
80 consecutive months in profit with low drawdown: Live performance MT4 version can be found here Perceptrader AI is a cutting-edge grid trading system that leverages the power of Artificial Intelligence, utilizing Deep Learning algorithms and Artificial Neural Networks (ANN) to analyze large amounts of market data at high speed and detect high-potential trading opportunities to exploit. Supported currency pairs: NZDUSD, USDCAD, AUDNZD, AUDCAD, NZDCAD, GBPCHF Timeframe: M5 Features: Trend , Mome
Golden Pickaxe MT5
Valeriia Mishchenko
3.56 (9)
EA has high-performance live track records of different set files: Live performance MT 4 version can be found here Golden Pickaxe is a mean-reversion grid trading system that uses machine learning technology to place high-profit potential trades on the Gold market. It uses real market inefficiencies to its advantage to have an edge over the market. The EA has 5 predefined set files, which are essentially 5 different trading systems on gold . You may choose the default option (XAU Risky) or have
Night Hunter Pro MT5
Valeriia Mishchenko
3.92 (37)
EA has a live track record with many months of stable trading with  low drawdown: All Pairs 9 Pairs Night Hunter Pro is the advanced scalping system which utilizes smart entry/exit algorithms with sophisticated filtering methods to identify only the safest entry points during calm periods of the market. This system is focused on a long-term stable growth. It is a professional tool developed by me years ago that is constantly updated, incorporating all the latest innovations in the trading area.
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
Foli Pivots MT5
John Folly Akwetey
Expert advisor trades by pivot levels, support and resistance levels based on pivot levels. Also expert advisor takes into account volatility filter, uses standard Martingale and anti-Martingale systems, drawdown protection, standard trailing stop, trading time and trading Trade Order   – direction of trading (only buy, only sell or buy and sell) Use Volatility Filter   – enabling/disabling of volatility filter using Volatility Filter   – value of volatility filter Count Of Days For Volatility F
Velora MT5
Ahmad Aan Isnain Shofwan
The Intelligent Grid EA — A Team of Smart Modules Following the 5-star success of its MT4 predecessor, Velora has been completely rebuilt for MT5 with a fundamental shift in design. Most grid EAs are one engine doing many jobs. Velora is different. Inside Velora, there is a team. Four smart modules, each with one specialty, working together so the system stays adaptive at every stage of a trade — from the moment of entry, to scaling decisions, to the exit. Meet the team: VSE — Velora Smart Entr
Gold Catalyst EA MT5
Malek Ammar Mohammad Alahmer
Gold Catalyst Evolution V6.0 — MQL5 市场说明 Gold Catalyst Evolution V6.0 适用于 MetaTrader 5 的自动化双引擎黄金交易系统 1. 产品概述 Gold Catalyst Evolution V6.0 是一款全自动智能交易系统,专为 XAUUSD 以及名称中包含 XAU 或 GOLD 的其他经纪商黄金品种开发。 V6.0 在一个智能交易系统中集成了两个相互独立的交易引擎。每个引擎分别评估市场状况,并拥有自己的固定手数、魔术号、持仓归属、保护水平和出场管理。 两个引擎互不复制,也不相互依赖。在对冲账户中,两个引擎可以同时管理同一黄金品种的仓位。在净额账户中,同一品种的入场会安全地按顺序执行,因为 MetaTrader 对每个品种只保留一个净持仓。 本系统旨在提供结构化的黄金自动交易,无需持续人工监控。 2. 交易架构 Engine A 是选择性方向引擎,用于筛选市场状况,并通过自身的执行配置管理其仓位。 Engine B 是独立的市场参与引擎,拥有单独的执行配置,并附加每日亏损及连续亏损交易控制。 每个引擎均: 使
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
Monarch Golden Sparrow
Ghayas Ul Haque Malik
️ REQUIRED SETTING: Optimized for XAUUSD 0.01 Lot Size. ATTENTION: This system is precision-tuned for XAUUSD (Gold)  on Exness  using a base entry of 0.01 lots . For maximum stability and account longevity, users must ensure their starting input is set to 0.01 unless using high-capital professional accounts. Monarch Golden Sparrow: The Gold Sovereign. Precision. Recovery. Power. THE ASSET: Gold (XAUUSD) is the king of volatility. It doesn't move; it strikes. To trade it, you don't need a basic
MachinePRO
Norapan Tonphim
Money Machine 7 Money Machine 7 is an automated trading tool designed for the MetaTrader 5 platform. This expert advisor focuses on trading the XAUUSD (Gold) symbol through an implementation of Smart Money Concepts (SMC) and an adaptive grid system. Main Strategy Features Smart Money Concepts (SMC): The system is designed to identify market structures, including Break of Structure (BOS) and Change of Character (CHoCH). It attempts to detect supply and demand zones based on Order Blocks and Fair
Saiko Scalper v5
Samir Saleh Mohammed Hassan
SAIKO Scalper – 高精度Tick动量交易机器人 SAIKO Scalper 是一款先进的算法交易机器人,专门用于通过 Tick 动量分析识别并利用真实的市场动量。与仅依赖传统技术指标的系统不同,该机器人实时监控连续的价格变动,并在检测到强劲的方向性价格冲动时自动开仓。这种方法可以捕捉快速的市场机会,同时减少由正常市场波动产生的错误信号。 该机器人内置多层智能盈利保护机制。当交易开始盈利时,系统会自动通过动态跟踪保护、严格的盈利保护规则以及智能利润锁定机制来保护收益。这些功能旨在确保盈利交易得到有效保护,并减少市场突然反转带来的影响。 SAIKO Scalper 还包含先进的风险控制系统,例如早期亏损保护、自适应止损设置以及严格的资金保护逻辑。算法持续监控市场行为,并能够快速响应市场条件的变化。 该机器人适合希望使用高速、纪律性强并具备智能风险管理功能的自动化剥头皮交易系统的交易者。
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
Scalp Master 专家顾问(EA)是一种完全自动化的交易系统,专为趋势市场中的剥头皮策略设计。它用于在高流动性市场中识别短期交易机会,同时重点关注交易质量和风险控制。该EA适合偏好系统化、规则化交易且不进行手动操作的交易者。 它在低点差和高流动性的品种上表现最佳,包括: XAUUSD(黄金) EURUSD GBPUSD USDJPY BTCUSD USTEC(美国科技指数) 其他主要和次要货币对(低点差且执行稳定) 该策略专为趋势市场设计,旨在避免震荡或不可预测行情等低质量交易环境。 主要特点: 完全自动化交易系统,无需手动操作 移动平均线与RSI过滤器,提高胜率并避免低概率交易 集成新闻过滤器,在重大经济事件期间降低风险 高级移动止损系统,动态管理持仓 专注风险控制与回撤降低 Scalp Master 会在交易前和交易过程中持续评估市场条件,确保交易符合系统逻辑。趋势、动量和波动率过滤器的结合有助于提升交易质量。 该EA适用于提供稳定执行、低点差和高流动性的经纪商。适合初学者和希望使用结构化剥头皮策略的专业交易者。 最低入金:$100 推荐入金:$1000 输入设置: 请不要
SPARTAN GOLD SNIPER AI - V7.2 ULTIMATE The All-In-One Gold Solution: Smart Scalping and Professional Swing Trading. Spartan Gold Sniper is not just an EA; it is a complete trading system designed specifically for XAUUSD (Gold). Version 7.2 introduces the Smart Adaptive Engine, making it the most flexible bot on the market for both small accounts and large Prop Firm capitals. Critical Requirements Latency: You must use a VPS with less than 20ms latency (Recommended: MQL5 Built-in VPS). Account:
PivotStorm
Li Yin Fang
PivotStorm - 自适应 XAUUSD 市场结构突破交易 EA MetaTrader 5 专业自动交易系统 PivotStorm 是一款面向黄金(XAUUSD)市场的专业 MetaTrader 5 Expert Advisor。 该系统针对喜欢结构化突破交易的交易者设计,通过市场结构分析、智能挂单执行以及多层风险管理,实现纪律化的自动交易。 不同于简单的突破机器人,PivotStorm 不追逐每一次价格波动,而是等待经过确认的重要市场结构,并在风险可控的条件下执行交易。 为什么选择 PivotStorm? 黄金市场具有明显趋势行情,同时也存在大量假突破。PivotStorm 遵循核心理念:等待有意义的市场结构,然后进行受控风险执行。 EA 不尝试预测所有市场走势。系统通过识别关键价格区域,构建突破交易场景,并按照预设风险规则管理交易执行。 查看MQL5 信号: 点击这儿 核心技术 1. 市场结构突破引擎 PivotStorm 分析确认后的市场结构,并识别重要交易水平。 系统分析: 确认后的摆动高低点 突破区域 价格运动有效性 市场动量状态 帮助系统过滤短期噪声,关注更有意义
SD Gold HFT Scalper EA
Patel Dipeshkumar Ramanbhai
SD Gold HFT Scalper EA 是一款先进的高频交易系统,专为极端波动和高速市场执行而设计。与依赖延迟 OHLC(开盘价、最高价、最低价、收盘价)K线数据的传统 EA 不同,该系统完全基于纯粹的原始 Tick 数据运行。通过监控买价和卖价的微小波动,它能够在标准图表反映之前识别并捕捉爆发性的动量行情。 虽然针对黄金(XAUUSD)进行了优化,但该 EA 也可用于任何高流动性、高波动性的交易品种。 实时跟踪进度:点击这里查看 EA 的实时表现。 特别福利:购买后请立即私信我以获取您的 Set 文件! ️ Set 文件:点击这里下载安装手册和配置文件。 谨防诈骗:我从不会在 Telegram 上分发我的 EA 或自定义设置。官方购买渠道仅限 MQL5,授权 Set 文件仅发布在我的博客中。请提高警惕,避免向第三方冒充者购买! 核心功能 纯 Tick 数据引擎:分析实时 Tick 流,根据即时动量变化执行交易。 现代化图表面板:采用简洁低干扰的深色 UI 卡片,实时显示浮动盈亏(Floating PNL)和当日已平仓利润,并带有动态颜色提示。
XAU SOVEREIGN QUANTUM AI  God-Tier MTF S/R + Grid Recovery Engine XAU Sovereign Quantum AI  is an entirely new breed of trading engine, born from the fusion of two proven institutional strategies: Multi-Timeframe Support and Resistance Analysis- and Institutional Volume Spike Detection. While the vast majority of Expert Advisors use lagging price indicators to chase entries, Sovereign waits patiently at the exact price zones where the biggest money moves happen, and only strikes when confirmed
CaicaiLS Pro - Advanced Pair Trading & Statistical Arbitrage (Version 9.0) The CaicaiLS Pro is a quantitative Expert Advisor designed for Long & Short operations (Pair Trading) using Statistical Arbitrage . Developed for traders seeking precision, it tracks correlation and cointegration anomalies across multiple asset pairs simultaneously, seeking performance in both mean reversion and momentum breakouts. Its advanced architecture features the introduction of Shadow Execution technology. The mat
Neurolite EA gbpusd
Aliaksandr Salauyou
The Neurolite Expert Advisor offers trade decisions based on a neural network trained using a 10-year history of real tick data. The trading is performed only on GBP/USD. Its main peculiarity is a small amount of input parameters so as to facilitate the working process of users. The Neurolite EA will fine-tune all the parameters for you. Trading Strategy The system does NOT use dangerous strategies such as averaging or martingale, but strictly adheres to the neural network instructions. Stop lo
Neurolite EA eurusd
Aliaksandr Salauyou
The Neurolite Expert Advisor offers trade decisions based on a neural network trained on 5-years of real tick data. Trading is performed only on the EUR/USD currency pair. Its main peculiarity is a small amount of input parameters so as to facilitate the working process of users. The Neurolite EA will fine-tune all the parameters for you. This Expert Advisor is based on the previously released Neurolite EA gbpusd , which was adjusted for successful trading on the EUR/USD currency pair. Trading
只在亚洲盘进行剥头皮交易 几个独特指标用于检测市场波动 根据市场情况动态止盈止损 保护性硬止损,使得账户风险降低 不需要配置文件,对每一个货币对使用相同的设置 此EA适用于以下货币对: EURAUD 推荐在 M15 周期上使用此EA 建议在一个真正的 低点差 ECN平台上使用该EA 推荐将Risk参数设置为10以下 推荐使用99.9%模型质量的历史回测 信号 : https://www.mql5.com/en/signals/author/oodd008 回测 : https://www.mql5.com/en/users/oodd008/blog 参数 Lots - 使用固定手数 Risk - 根据账户净值自动计算手数,只有当Lots是0时才有效 Auto_GMT_Offset - 实盘交易时,如果设置为true,GMT_Offset会由EA自动计算 GMT_Offset - 历史回测时输入你的经纪商的GMT时间,实盘交易时不用设置此参数,系统会自动计算GMT时间 EA_Comment - 设置自己的评论信息 MAGIC - Magic数字,无需更改 Max_Spread - 开
TSO Price Channel MT5
Dionisis Nikolopoulos
TSO Price Channel is complete trading strategy focused on creating profit from market volatility. The system takes advantage of the intrinsic tendency of the market to reach its periodic maximum and minimum levels. By allowing the use of multiple instruments, the exposure of the system to any single instrument is reduced. Complete strategy including fully integrated positive and negative management. Works on any instrument. No pending orders placed. Any account size - $1,000+ is recommended. Ba
筛选:
无评论
回复评论