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%というバックテスト結果は、ほとんど信じられないほど優れています。でも、誤解しないでください——これはマーケティングトリックではなく、正確なプログラミングと誠実なバックテストの成果です。もちろん、こんな夢のようなリターンが永遠に続くわけではありません。なぜなら、どんなEAもバックテストで数年経てばロット数の上限に必ずぶつかるからです。 それでも、 Stealth 150 DE40 はアルゴリズムに“自由に動かせる”環境を与えれば、何が可能かを示しています。 というわけで、パフォーマンスについてはご容赦ください——それでは本題のエキスパートアドバイザーをご紹介します。 Stealth 150 DE40——DAX(DE40, .DE40Cash, GER40)用ブレイクアウト型エキスパートアドバイザー 見えない。止まらない。徹底的に透明。 Stealth 150 DE40は何をするのか? Stealth 150 DE40は、DAX(DE40, .DE40Cash, GER40)専用の全自動トレ
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 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
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
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
EAは、ボラティリティ、スプレッド、頻度、タイミングを使用して、いつ取引するかを決定します。 EAは指値注文方式を使用してポジションをオープンします。 この場合、Slippageは最大でもエントリの実行に対してポジティブになります。 システムの焦点はあなたの資本を保護しながらお金を稼ぐことであるため、EAはTrailing TakeProfitロジックを使用します。 ほとんどの取引はすぐに終了するので、狙撃兵のヘッドショットのように。 主な特徴 マーチンゲールを使用しません グリッドを使用しません 最適化された通貨ペア:EURUSD | GBPUSD | USDJPY | USDCHF 時間枠:M5 そのことに注意してください:このEAは、ロールオーバーの数分前からロールオーバー後の数分まで、1日あたりの時間の範囲でのみ取引を行います。 1つのチャート設定:すべての最適化されたシンボルを取引するために必要なチャートは1つだけです 複数の通貨ペアのサポート .setファイルは必要ありません。すべての設定はEAに保存されます ブローカーがサフィックス(XXXXXX.aなど)を使用して
HP メカニカル・トレーディング・システム EA V.1 — 完全ガイド このEAとは MetaTrader 5向けの完全自動マルチストラテジー・エキスパートアドバイザーで、4つのプロフェッショナルなトレーディングシステムを統合されたトレンドフィルターの下で組み合わせ、グリッド回復、リスク管理、アカウント保護機能を内蔵しています。 4つのトレーディングシステム 1. トレンドフォロー(EMAクロスオーバー) - ファストEMA(50)とスローEMA(200)のクロスオーバーを使用 - ファストEMAがスローEMAを上回ると買い - ファストEMAがスローEMAを下回ると売り - 強いトレンド市場で最も信頼性が高い 2. 平均回帰(BB + RSI) - 価格が下側のボリンジャーバンドで跳ね返り、RSIが売られすぎの時に買い - 価格が上側のボリンジャーバンドで跳ね返り、RSIが買われすぎの時に売り - レンジ相場や保ち合い相場での使用に最適 3. ブレイクアウトシステム(出来高確認あり) - 価格が過去N本のバーの最高値を上回ってクローズしたときに買い - 価格が過去N本のバ
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
ワンバーブレイクアウトEAシステムは、高い利益率により多くの可能性を秘めたブレイクアウト戦略です。 その日の最も強いトレンドに従い、革新的なトレーリング方法を通じて利益を最大化するように設計されています。 これにより、たとえ勝率が低くても、短期間で大きな利益を得ることができます。正しく設定すれば、数か月間利益を上げて運用できます。 これは、ES (US500)、NQ (NAS100) などの大規模市場、または金、銀などの商品に最適です。 機能や設定・バックテストについてご不明な点がございましたら、お気軽にお問い合わせください。ご購入前にメッセージをお送りいただくことも可能です。 あなたは、多くの設定および最適化オプションを備えた非常に柔軟なブレークアウト システムを購入しようとしています。 まず、NAS100 (NQ) と Gold の現時点での最適な設定を示します。また、バックテストの成功に関するヒントと、バックテストに最適なデータも提供されます。
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
Product Description for MQL5 Quantum Vision EA - Advanced Breakout Ladder Trading System Overview Quantum Vision is a sophisticated Expert Advisor (EA) developed by HWAY TRADING PTY LTD, designed to capitalize on market breakouts with precision and efficiency. Primarily optimized for XAUUSD (Gold), this versatile EA can be adapted for various symbols including Forex pairs, cryptocurrencies like Bitcoin, and US indices. Utilizing a market execution ladder strategy without pending orders, Quantum
EAは、ボラティリティ、スプレッド、頻度、タイミングを使用して、いつ取引するかを決定します。 EAは指値注文方式を使用してポジションをオープンします。 この場合、Slippageは最大でもエントリの実行に対してポジティブになります。 システムの焦点はあなたの資本を保護しながらお金を稼ぐことであるため、EAはTrailing TakeProfitロジックを使用します。 ほとんどの取引はすぐに終了するので、狙撃兵のヘッドショットのように。 主な特徴 マーチンゲールを使用しません グリッドを使用しません 最適化された通貨ペア:EURUSD 時間枠:M5 そのことに注意してください:このEAは、ロールオーバーの数分前からロールオーバー後の数分まで、1日あたりの時間の範囲でのみ取引を行います。 .setファイルは必要ありません。すべての設定はEAに保存されます ブローカーがサフィックス(XXXXXX.aなど)を使用している場合、EAは自動的に識別するため、心配する必要はありません。 インストールする方法 このシステムはスタンドアロンであり、VPSで継続的に実行する必要があります。 低スプレ
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秒)が経過した後にのみ、利益を確定します。 ️ スプレッド&スリッページ保護:厳格なボラティリティフィルターを搭載。スプレッドが指定の制限を
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
トレーダーの皆さん、こんにちは。このツールは、私が以前に開発した戦略 AI に基づいて、実際の結果に基づいて厳密に設計しました。 Mr Bitcoin AI は、金融資産の売買操作を非常に短期間で実行し、価格の小さな変動から利益を得ることを目指しています。ビットコインに適用すると、スキャルパーは人工知能と機械学習アルゴリズムを使用して、大量の暗号通貨市場データを分析し、迅速かつ正確な取引決定を下します。 Mr Bitcoin AI エンジニアリングはこれまでに構築されたことがなく、人工知能は暗号通貨市場「BITCOIN」から学習して絶えず再構築されます。これは、非稼働時間や非稼働​​日に動作するため、既知のものとは異なり、異なる積極的な方法で参入できます。 要約すると、人工知能と機械学習の助けを借りた Crypto Scalper AI は、自動的かつ効率的な方法で売買操作を実行し、ビットコインの価格変動を利用して迅速かつ一貫して利益を得ることを目指しています。 主なことの 2 つは、extractFeatures と trainModel 関数を設計することです。これは、キ
Gold Oni
Lo Thi Mai Loan
4.89 (9)
こんにちは、トレーダーの皆さま。 AI Gold Oni は、MetaTrader 5 用の XAUUSD 専用 Expert Advisor で、各トレードに明確なリスクを設定した構造的なイントラデイ・ブレイクアウト取引のために設計されています。 AI Aurum Pivot と AI Gold Prime の作者による AI Gold Oni は、同じ基本哲学に基づいています。一貫したロジック、ハード Stop Loss、マーチンゲールなし、隠れたリカバリー手法なし、ランダムなナンピンなしです。 ライブパフォーマンスとローンチオファー ライブモニタリング、バックテスト参照、セットアップガイドには公式リンクをご利用ください。 Live Signal: MQL5で確認 Backtest Results: MQL5で確認 Setup Guide: MQL5で確認 Follow Channel: MQL5で確認 現在のローンチ価格は 299.99 USD です。最終価格 1999.99 USD に到達するまで、価格は 24 時間ごとに上昇します。 !!! AI Gold Oni を購入後、
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
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 ドル以上の価格の場合 --> 私の他の EA を  5 つ無料で選択できます! すべてのセットファイル 完全なセットアップと最適化ガイド ビデオガイド ライブシグナル レビュー(第三者) NEW - VERSION 5.0 - ONECHARTSETUP NEW - 30-STRATEGIES LIVE SIGNAL 究極のブレイクアウトシステムへようこそ! 8 年をかけて丹念に開発された、洗練された独自のエキスパート アドバイザー (EA) である Ultimate Breakout System をご紹介します。 このシステムは、高く評価されているGold Reaper EAを含む、MQL5市場で最高のパフォーマンスを誇るいくつかのEAの基盤となっています。 7か月以上にわたって1位を維持したこのほか、Goldtrade Pro、Goldbot One、I
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
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
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 ビットコインスキャルピングMT4/MT5のご紹介 – 暗号通貨取引のためのスマートEA ローンチプロモーション: 現在の価格で残り3コピーのみ! 最終価格:$3999.99 ボーナス - 生涯Bitcoin Scalping購入で、無料 EA AI VEGA BOT (2アカウント)をプレゼント => 詳細についてはプライベートでお問い合わせください! EAライブシグナル MT4バージョン なぜビットコインが今日重要なのか ビットコインは単なるデジタル通貨以上の存在となり、金融革命を引き起こしました。暗号通貨の先駆者として、ビットコ
Mad Turtle
Gennady Sergienko
4.46 (114)
シンボル XAUUSD(ゴールド/米ドル) タイムフレーム(期間) H1-M15(任意) シングルポジショントレード対応 はい 最低入金額 500 USD (または他通貨の同等額) すべてのブローカーに対応 はい(2桁または3桁の価格表示、任意の通貨、シンボル名、GMT時間に対応) 事前設定なしで稼働可能 はい 機械学習に興味がある方は、こちらのチャンネルを購読してください: 購読する! Mad Turtle プロジェクトの主な特徴: 本物の機械学習 このエキスパートアドバイザー(EA)は、GPTサイトや類似サービスに接続しません。 モデルはMT5に組み込まれたONNXライブラリを使用して展開されます。初回の起動時に、偽造不可能なシステムメッセージが表示されます。 CLICK 参照: ONNX(Open Neural Network Exchange)。 資金の安全性 プリロールオーバーやマイクロスキャルピング、統計的サンプルの少ない狭いレンジでの取引を使用しません。 グリッドやマーチンゲールなどの危険な戦略を使用しません。 また、長期間稼働し、1日で利益や資金をすべて
Syna
William Brandon Autry
5 (27)
Syna 7 - トレードに寄り添い続けるAI ほとんどのトレーディングシステムは、エントリーした時点で考えるのをやめます。 Synaは違います。 Syna 7は、分析から決済まで関与し続けるために設計されたAIトレーディング・アシスタントであり、自律型トレーディングシステムです。 現在の状況を監視し、トレードの文脈を記憶し、ニュースとボラティリティを評価し、ポジションを管理し、口座間を調整し、注文が約定した後も判断を再評価し続けることができます。 トレードはエントリーで終わりません。 インテリジェンスも同じであるべきです。 分析から決済まで、ひとつの連続したインテリジェンス。 チャンネルとコミュニティ アップデート、シグナル、リリース情報、製品デモはチャンネルでご確認ください。公開グループでは質問や他のトレーダーとの交流ができます。 私のMQL5チャンネルをフォロー 私のMQL5公開グループに参加 Synaとは Synaは、トレーディング運用全体のインテリジェンス層として機能するよう設計されています。 次のような対象と連携できます。 Syna自身の自律的なトレーディング戦略 他のE
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
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は固定されたロジックの中に閉じ込
Bonnitta EA MT5
Ugochukwu Mobi
3.38 (21)
Bonnitta EA は、保留ポジション戦略 (PPS) と非常に高度な秘密取引アルゴリズムに基づいています。 Bonnitta EA の戦略は、秘密のカスタム指標、トレンドライン、サポートおよびレジスタンス レベル (価格アクション)、および上記の最も重要な秘密の取引アルゴリズムを組み合わせたものです。 3 か月以上のリアルマネーテストなしで EA を購入しないでください。ボニッタ EA をリアルマネーでテストするのに 100 週間以上 (2 年以上) かかりました。結果は以下のリンクで確認してください。 BONNITTA EA は愛とエンパワーメントから作られています。 少数の購入者のみを対象とした価格設定と著作権侵害アルゴリズムの実装です。 Bonnitta EA は、22 年間で 99.9% の品質を持つ本物のティックを使用してテストされ、実際の市場状況に近いスリッページとコミッションでストレス テストに合格しました。 Expert Advisor には、完全な統計制御による統計収集およびスリッページ制御のアルゴリズムが含まれています。 この情報はブローカーのトリックか
XAUUSD TEMPORAL INTERFERENCE AI    Temporal 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
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
Famous EA – 実運用で検証済みのパフォーマンス Famous EAは、安定した結果と高度な取引執行を求める本格的なトレーダーのために開発された高性能エキスパートアドバイザーです。価格アクション、トレンドラインの動き、そして独自のフィルターアルゴリズムを組み合わせ、高確率のエントリーとエグジットを規律ある形で捉えます。 戦略概要 Famous EAは以下を使用して動作します: リペイントしない独自インジケーターロジック 動的なトレンドライン/サポート・レジスタンス検出 マルチタイムフレームの価格アクション分析 独自のノイズフィルタリングアルゴリズム この組み合わせにより、市場環境に適応しながら過剰取引を避け、構造の整ったセットアップに集中します。 主な特徴 100%自動化 — 手動操作不要 主要FX通貨ペアおよび貴金属に最適化(USDJPY、GBPJPY、XAUUSD、XAUJPYなど) 柔軟なリスク設定(保守的〜攻撃的) 大きなボラティリティを回避するスマートニュースフィルター(任意) 高度なトレーリングストップ&ブレイクイーブン機能 マーチンゲールなし、グリッドなし、ヘッ
AI Nodiurnal EAは、先進的なForexロボットであり、最先端の機械学習技術を活用して取引戦略を最適化し、動的な外国為替市場でのパフォーマンスを向上させます。用語「Nodiurnal」は、通常の昼間の取引時間だけでなく、非標準の時間帯にも適応して稼働し、外国為替取引に対する連続的かつ適応的なアプローチを提供する能力を反映しています。 設定:通貨ペアのデフォルト設定:EURUSD H1。特別な設定は購入後にのみ提供されます。 リアルタイムアカウントシグナルはこちら: https://www.mql5.com/ja/signals/1270367 MT4バージョンはこちら: https://www.mql5.com/ja/market/product/69905 マーケットローンチプロモ!残り3/10のコピーのみ:USD 5,500 次の価格:USD 7,500 最終価格:USD 10,000 主な特徴: 機械学習アルゴリズム:AI Nodiurnal EAの主力は、機械学習アルゴリズムの活用にあります。これらのアルゴリズムは膨大な量の歴史的な市場データを分析し、パターン、トレ
Minting
Zenzo Phathisani Mtungwa
*** 最良の結果と迅速なエントリーおよびエグジットのために、M1またはM5に適用してください *** Minting – The Gold Scalper(Lite Edition)   は、Ramulo Software Ltd. によって開発された、プロフェッショナル仕様で軽量かつ効率的なエキスパートアドバイザー(EA)です。ゴールド(XAUUSD)の高いボラティリティと収益機会を最大限に活かすために設計されており、EMAベースのインテリジェントな相場構造、ATRによるトレンド検出、段階的なUSDトレーリング、そして厳格なドローダウン管理を一体化した、シンプルで運用しやすいトレーディングシステムです。 Minting は Emerge エコシステムへの入り口となるEAです。安定性・透明性・継続的な口座成長を提供するため、あえてシンプルに設計されています。推奨される流れは、Minting で得た利益を使って、より高度なトレード知能、深いマーケットロジック、そしてより積極的な利益獲得能力を持つフラッグシップEA「Emerge」へアップグレードすることです。 このEAは、 まず資本
Super Hybrid EA AI Pro
Bashar Taisir Saleh Al Zubaidi
5 (1)
Super Hybrid EA AI Pro MetaTrader 5向け XAUUSD グリッド・マーチンゲール・ヘッジ・バスケットリスク管理対応プロフェッショナルEA 製品概要 Super Hybrid EA AI Pro は、主に XAUUSD の取引を目的として開発された MetaTrader 5 用のエキスパートアドバイザーです。本EAは、グリッド取引、マーチンゲール式ロット進行、オプションのヘッジ機能、バスケット利益管理、取引セッション管理、ニュースフィルター、米連邦準備制度関連イベントフィルター、ドローダウン保護、スプレッド管理、およびルールベースの市場リスク防御モジュールを組み合わせています。 本EAは、取引をバスケット単位で管理するように設計されています。各ポジションを個別の取引として扱うのではなく、EAが管理する複数のポジションを1つの取引サイクルとしてまとめて管理できます。選択された設定に応じて、価格がアクティブなバスケットに対して不利に動いた場合、EAは追加ポジションを開き、マーチンゲール式にロットサイズを増加させ、段階的なグリッド距離を適用し、ヘッジロジックに
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.
Scalp Master Expert Advisorは、トレンド相場におけるスキャルピング戦略のために設計された完全自動取引システムです。流動性の高い市場で短期的な取引機会を特定し、取引の質とリスク管理を重視しています。このEAは、裁量判断なしでルールベースの取引を好むトレーダーに適しています。 以下のようなスプレッドが狭く流動性の高い銘柄で最も効果を発揮します: XAUUSD(ゴールド) EURUSD GBPUSD USDJPY BTCUSD USTEC(米国テック指数) その他の主要・マイナー通貨ペア(低スプレッド・安定した約定環境) この戦略はトレンド市場専用に設計されており、レンジ相場や不安定な値動きなどの低品質な取引環境を避けることを目的としています。 主な特徴: 完全自動取引システム(手動操作不要) 移動平均線とRSIフィルターによる勝率向上と低確率トレードの回避 重要経済指標時のリスクを軽減するニュースフィルター搭載 ダイナミックにポジションを管理する高度なトレーリングシステム リスク管理とドローダウン削減に重点 Scalp Masterは取引前および取引中に市場状況を
YZH AlgoCore
Yusuf Ziya Hazeral
5 (1)
YZH AlgoCore ― 1つのロボットで6つの銘柄に対応 スマートアルゴリズム。規律ある執行。 市場には数千もの「ゴールドロボット」が存在します。その中で、XAUUSD、EURUSD、GBPUSD、GBPJPY、USDJPY、BTCUSDの6銘柄で、設定変更なしで同じエンジンを動作させることができるロボットはいくつあるでしょうか? YZH AlgoCoreは、真のマルチシンボルシステムです。チャートにアタッチするだけで、ロボットは自動的に銘柄を検出し、専用の組み込みプロファイルを読み込みます。時間枠、インジケーターの設定、スケーリング動作など、すべて銘柄ごとに内部的に定義されています。6つの銘柄で1つのライセンス。6つのロボットを個別に購入する必要がなく、1つのライセンスで済みます。 YZH AlgoCoreを選ぶ理由 多くのトレーディングシステムが失敗するのは、戦略が悪いからではなく、執行が不安定だからです。多くのグリッドロボットは、一定の間隔で無計画にポジションを建て、最初の強いトレンドが発生するとすぐに口座を明け渡します。 YZH AlgoCoreは、以下の2つの
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
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:
Gold Catalyst EA MT5
Malek Ammar Mohammad Alahmer
高度な自動化ゴールド・トレーディングシステム Gold Catalyst EA MT5 は、 XAU/USD(ゴールド) に特化した 完全自動 のトレーディングソリューションです。 トレンド追随型の戦略 、 プライスアクションによるエントリー判断 、そして 動的なリスク管理 を組み合わせることで、実際の市場環境で2.5年以上にわたり継続的なフォワードテストが行われ、 安定かつ信頼性の高い パフォーマンスを示しています。現在も VPS 上で稼働し続けています。 このアルゴリズムの背後には 15年の市場経験を持つ科学者 がいます——観察、仮説、検証、実証。誇大広告ではなく、方法論です。EA は現在も継続的に開発・改良され続けています。 1. 戦略概要 Gold Catalyst EA MT5 は、以下の要素を組み込んだ システマチック なアプローチを採用しています: トレンド分析: あらかじめ定義された市場条件に基づき、有望な売買機会を特定。 プライスアクションのフィルタリング: 成功確率の低いシグナルを排除し、勝率の高いセットアップのみを実行。 ダイナミックなオーダー執行: リアルタイム
Quantum Candlestick Collider — Institutional-Grade Precision for XAUUSD Quantum Candlestick Collider is a next-generation automated trading system engineered specifically for XAUUSD (Gold) on the M15 timeframe. Built on a proprietary quantitative engine and advanced candlestick intelligence, this EA delivers exceptional entry precision, adaptive market awareness, and institutional-level risk control — designed to perform even under extreme market volatility. Real trading environment Transpa
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
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. WARNING: EA has Optimised  sets for GOLD (XAUUSD) ONLY (Minimum Capital: $1000) Download sets below: Use these sets for XAUUSD:  https://drive.google.com/drive/folders/1FBfc-eE7B7APhZ-P754R76d3xih8OnXX?usp=sharing Professional Grid-Hedge Trading System with Advanced Risk Management This sophisticated Expert Advisor employs a dual-directional grid strategy designed for consistent performance in volatile markets. The system opens positions in both directi
フィルタ:
レビューなし
レビューに返信