Ginga 9AI Ensemble

5
Ginga 9AI Ensemble - 次世代アンサンブルEA

概要

9つの独立したAIモデルによる多数決でトレードを判断する、次世代アンサンブルEAです。

  • 学習期間: 2003-2024年(22年間)
  • 厳格な選定: 10年間のウォークフォワードテスト(WFT)により、100以上の候補から選ばれた9つのエリートモデル
  • プロップファーム対応: デイリーストップロス機能搭載

主な特徴

1. アンサンブルAI戦略

多くのAI EAは単一モデルに依存しており、過学習や市場環境の変化に弱い傾向があります。Gingaは、9つの異なる学習アプローチを持つAIモデルを組み合わせることで、単一モデルの弱点を補完します。

  • 特定の市場状況で1つのモデルが不調でも、他のモデルが補完
  • エントリーには複数モデルの合意が必要(EntryScore で調整可能)
  • 偽シグナルを大幅に削減し、より安定したトレードを実現
  • 9つのモデルは個別にON/OFF可能(単一モデル運用も可能)

2. プロップファーム対応のデイリー機能

多くのプロップファームには、1日の許容損失ルールがあります。Gingaはこれに対応した管理機能を搭載しています。

デイリーストップロス

  • 1日の損失が口座残高の設定%(デフォルト5%、含み損を含む)に達すると、自動的にポジションを決済
  • その日の新規エントリーを停止
  • 翌取引日に自動再開

デイリーテイクプロフィット(オプション)

  • 1日の利益目標に到達すると自動的にポジションを決済
  • その日の新規エントリーを停止
  • 過剰トレードによる利益の吐き出しを防止

デイリー機能の閾値は、各プロップファームの要件に合わせて調整可能です。

※v1.3 - TPSL設定が0.1%以内の場合はエントリー禁止に変更

3. 高度なAIアーキテクチャ

  • CatBoost機械学習: 金融時系列予測に適した勾配ブースティングアルゴリズム
  • 3クラス分類: Buy / Sell / Hold を予測し、低勝率取引を回避
  • 102次元特徴空間: 価格動向、ボラティリティ、テクニカル指標、時間パターン、市場マイクロ構造を分析
  • 厳格なモデル選定: 10年間のWFTで数百のモデルを検証し、安定性の高いモデルのみ採用

技術仕様

項目 仕様
通貨ペア XAUUSD(ゴールド)専用
時間足 H1(1時間足)専用
AIエンジン CatBoost 3クラス分類
モデル数 9つのエリートモデル(アンサンブル)
訓練期間 2003-2024年(22年間)
特徴量次元 102次元
デフォルトデイリーストップロス 口座残高の5%
最低推奨証拠金 1,000 USD
推奨証拠金 3,000 USD以上
プロップファーム対応 対応
VPS 推奨(必須ではない)

エントリーロジック(デフォルト設定)

  1. 予測タイミング: 1時間に1回、AIモデルが予測を実行
  2. スコア計算:
    • 各AIモデルの予測結果を集計
    • 買い予測 = +1、売り予測 = -1、ホールド = 0
    • 9つのモデルのスコアを合計(範囲: -9 ~ +9)
  3. エントリー条件:
    • スコア +5以上 → 買いエントリー
    • スコア -5以下 → 売りエントリー
    • EntryScore パラメータで閾値調整可能
  4. 決済条件:
    • スコアが0になった場合
    • 反対予測になった場合
    • 決済方法はパラメータで選択可能(強制決済 / 利益のみ決済 / トレーリング / 何もしない)
  5. デイリー機能:
    • 1日の損失が口座残高の5%(デフォルト、含み損含む)に達した場合、ポジションを決済し翌日まで新規エントリー停止
  6. グリッドトレード(オプション):
    • デフォルトでは1ポジション運用
    • NanpinCount で複数ポジション運用に変更可能
    • 両建ては行いません

パラメーター説明

カテゴリ パラメーター 説明 デフォルト
Main Comment オーダーコメント Ginga
Main Magic マジックナンバー(他のEAと重複しないよう設定) 900
Main EntryLots 新規エントリー時のポジションサイズ 0.01
Main DailyTakeProfit 口座残高に対する日次利益目標%(0 = 無効) 0
Main DailyStopLoss 口座残高に対する日次損失上限%(0 = 無効) 5
Main LimitClose デイリー機能による決済を指値・逆指値注文で行うかどうか true
Filter Slippage(point) 許容スリッページ(ポイント単位) 10
Filter MaxSpread(point) 許容最大スプレッド(ポイント単位) 100
Filter EntryBuy 買いエントリーの許可 true
Filter EntrySell 売りエントリーの許可 true
Model EvenClose AIの予測スコアが0になった時のアクション(NOUSE / TRAIL / PLUS / MINUS) MINUS
Model ForceClose AIの予測スコアが反対シグナルになった時のアクション(NOUSE / TRAIL / PLUS / MINUS) MINUS
Model Threshold[Buy] 買い予測の確率閾値(0.3-0.6、高いほど選別的) 0.3
Model Threshold[Sell] 売り予測の確率閾値(0.3-0.6、高いほど選別的) 0.3
Model EntryScore エントリーに必要な最低スコア 5
Model UseModel0 ~ UseModel8 各AIモデルの有効 / 無効化 true
Nanpin NanpinCount 最大ポジション数(1 = グリッドなし) 1
Nanpin NanpinWidth ポジション間の価格距離(現在価格に対する%) 0.3
Nanpin NanpinLots 各追加ポジションのロット倍率 1.5
Nanpin NanpinInterval 追加エントリー間の最小時間(時間単位) 3時間
TimeSetting TimeZone ブローカーのGMTタイムゾーンオフセット 2
TimeSetting SummerTime サマータイム調整(なし / 米国式 / 英国式) -
Other ShowIndicator チャート上に情報を表示するかどうか(総損益、AI予測スコア、当日損益など) false
Other StopAtLimitOrder 同一口座内に指値・逆指値注文が存在する場合、EAの動作を停止 false
補足:EvenClose / ForceClose の動作
  • NOUSE: 何もしない
  • TRAIL: トレーリングストップを実行
  • PLUS: 利益が出ている場合のみ決済
  • MINUS: 強制決済

重要な警告と免責事項

⚠️ 過去の成績は将来の結果を保証しません

バックテストやウォークフォワードテストの結果が優れていても、将来の収益性を保証するものではありません。市場状況は常に変化します。

⚠️ XAUUSD H1専用

このEAはゴールドの1時間足に特化して最適化されています。他の通貨ペアや時間足では使用しないでください。

⚠️ 最初はデモでテスト

必ず最低2週間はデモ口座でテストしてからライブ運用してください。EAの動作を理解し、リスク許容度やプロップファームのルールに合わせて調整してください。

⚠️ デイリー機能の仕組み

EAは各ティックでデイリーリミットをチェックします。リミット到達時は翌取引日(サーバー時間)まで新規ポジションは開かれません。

⚠️ 聖杯ではありません

100%勝てるEAは存在しません。Gingaは高度なツールですが、適切な資金管理と現実的な期待が必要です。

よくある質問(FAQ)

Q. 複数のEAと同時に稼働してもいいですか?

A. デイリー利確・デイリー損切機能はマジックナンバーを考慮せず、同一口座内の全損益を計算します。そのため、他のEAの損益がGingaの動作に影響する可能性があります。可能であれば同一口座での同時稼働は控えてください。

Q. TimeZoneの設定はサマータイム中に+1しますか?

A. いいえ。サマータイム中はEAが自動的にTimeZone+1として計算します。非サマータイム時のGMT値を入力すれば問題ありません。

Q. デフォルト設定で稼働させていいですか?

A. 基本的にはデフォルト設定で問題ありません。ただし以下を確認してください。

  • 同一口座内で複数EAが稼働している場合は、デイリー機能をOFFにするか他のEAを停止する
  • TimeZoneの設定がブローカーに合っているか確認する

Q. チャートに「TradeLimit」という表示が出ています

A. デイリー機能が発動して新規エントリーが停止している状態です。サーバー時間で翌日になると自動的に再開されます。

Q. トレードしません

A. 以下を確認してください。

  • デイリー機能が有効で、他のEAの損益によって停止していないか
  • StopAtLimitOrder使用時、同一口座に指値・逆指値注文がないか
  • MaxSpreadの設定が狭すぎないか
  • EntryBuy / EntrySell が両方とも true になっているか

サポート

購入後のサポートは、MQL5メッセージ または 製品コメント欄 を通じて利用可能です。お気軽にお問い合わせください。

法的免責事項

  • 本製品は投資助言ではありません
  • 外国為替およびCFD取引には大きな損失リスクがあります
  • 過去のパフォーマンスは将来の結果を保証しません
  • 開発者はユーザーの損失に対して一切の責任を負いません
  • ユーザーはプロップファームのルールと規制に準拠する責任があります
  • 失っても問題ない資金のみで自己責任でご使用ください
  • ライブ取引前に必ずデモで十分にテストしてください
  • 使用前にお使いのプロップファームとのEA互換性を確認してください
レビュー 5
zeke21t2
753
zeke21t2 2026.07.05 05:07 
 

Ginga is not just another gold EA — it is a genuinely well-engineered nine-model committee that trades with the discipline of a general council rather than the impulsiveness of a single indicator. Based on the ETRT backtest results (2026.01 ~ 2026.06) with the broker I use (Axi Premium), I am using Ginga with a buy-only, 9-model true setting. Auto-lot is not yet implemented, so I hope it will be added in the future. So the test starts with $2,000 and uses a fixed lot size of 0.02. The statistical elements speak for themselves. A. Headline results: ・Net profit +114.9% on $2,000 starting capital ・Profit Factor 2.13 · Sharpe 8.69 · Recovery Factor 6.14 ・Balance drawdown only 9.87%, equity drawdown 10.75% ・LR Correlation 0.98 — an almost perfectly linear equity curve ・Z-Score 2.74 (99.39% confidence) — the results are statistically significant, not noise. B. What the correlation triad reveals about the underlying strategy: The three trade-quality correlations tell a story most sellers never expose: ・Corr(Profits, MFE) = 0.82 — winners are highly proportional to their maximum favorable excursion. The EA rides its winners rather than clipping them prematurely. ・Corr(Profits, MAE) = 0.57 — winning trades often endure meaningful adverse excursion first. This is a patient, mean-reversion posture, not a fragile momentum chaser. ・Corr(MFE, MAE) = 0.19 — the near-zero coupling between upside and downside excursion is the mathematical signature of genuine directional edge. If the EA were merely harvesting volatility, this number would be high. It is not. Together, these three coefficients prove Ginga has real predictive skill — not just favorable variance. C. Strategy structure I observed: ・Buy-only setting, and it still delivered every month in a broadly declining H1 2026 gold market. That is remarkable — most long-only EAs got crushed in the same window. ・Nine-model committee with EntryScore=5 majority vote — no single sub-model can force an entry. Overfitting risk is diluted by consensus. ・Sniper cadence, not scalper spam — 84 trades in six months, avg hold ~6h10m. Ginga waits. ・Adaptive silence — trade count halved from ~20/month (Jan–Feb) to ~8/month (Apr, Jun) as the trend deepened. The committee correctly stood down when conditions weren't there, instead of forcing trades. This is exactly the behavior you want in live trading. ・Non-symmetric risk control — DailyStopLoss + LimitClose cap the downside hard, while DailyTakeProfit is deliberately disabled to let winners run. ・Nanpin (averaging) parameters exist but I have it turned off — held in reserve as a sealed contingency, not abused as a core mechanic. I have deep respect for developers who resist the temptation to Martingale their equity curve. ・Only 6 of 84 exits were stop-loss hits (7%). The vast majority were clean, decision-based exits from the ensemble flipping its verdict. D. Why this matters: Most gold EAs that show +100% returns in half a year do so with Martingale, no stop loss, or a curve-fit window. Ginga does it with a sealed nanpin, hard daily loss caps, buy-only exposure through a bear leg, and a 0.98 LR correlation. That combination is genuinely rare. E. Minor notes (not deductions): Sell-side is intentionally disabled. A future symmetric build could open a second revenue stream, but in the current version, the performance of short trades is somewhat inferior. Backtest window (H1 2026) is one regime. Long-term forward validation across regimes will be the real test — but every published statistic here is already consistent with an edge that should survive. F. Verdict: Ginga behaves like a council of thoughtful analysts rather than a trigger-happy robot. Statistically rigorous, structurally disciplined, and — most importantly — honest about how it makes money. Highly recommended for traders who value robustness and evidence over marketing screenshots. I love these 9 dogs :D

おすすめのプロダクト
The Inside Bar e one is a reversal/continuation candle formation, and is one of the most traded candle patterns. Robot F1 allows you to configure different trading strategies, Day Trade or swing trade, based on the Inside Bar as a starting point.  This pattern only requires two candles to perform. Robot F1 uses this extremely efficient pattern to identify trading opportunities. To make operations more effective, it has indicators that can be configured according to your strategy. Among the o
| Fully-automated Smart Money Concept (ICT) inspired trading solution with multi-strategy capabilities | Built by a grid trader >> for grid traders.  This is MT5 version, click  here  for  Blue CARA MT4  (settings and logics are same in both versions)     Real monitoring signal  -->  Cara Gold Intro Blue CARA EA   ('CARA') - short for  C omprehensive  A lgorithmic   R esponsive   A dvisor is a next-gen  multi-currency    multi-timeframe  EA base on the widely known (and perhaps the most popul
Viking Alpha DAX Ivar Edition
Valdeci Carlos Dos Passos Albuquerque
Viking Alpha DAX — Germany 40 Expert Advisor for MetaTrader 5 LAUNCH PROMO Only 10 copies at launch price. Price increases with each sale. Launch price: $297 Next price: $497 Final price: $997 Live Performance: FX Blue — Vikingtradingbots What Makes Viking Alpha DAX Different Most DAX robots fail for one simple reason: they treat the Germany 40 like a forex pair. It isn't. The DAX has a heartbeat — a specific rhythm tied to the Frankfurt Stock Exchange opening, the European session structure, an
The EA identifies divergences in two correlated currency pairs and trades in the direction where they converge back. Working timeframe: M30 Input parameters MagicNumber - identification number for the EA. OrdersComment - comment to order, automatic if an empty value is set. Lots - lot size. DepoPer001Lot - automatic lot calculation (specify the balance per 0.01 lot) (if 0, the value from 'Lots' parameter is used). TimeFrame - working timeframe. Symbol #2 - correlated currency. Symbol #2 reverse
EMA256 Fourier Cycle Trader EMA256 Fourier Cycle Trader is an advanced MetaTrader 5 Expert Advisor combining a long-term EMA or TEMA trend model, causal Fourier cycle analysis, configurable averaging and a unified basket take-profit system. The Expert Advisor is designed primarily for CENT accounts and for traders who understand basket recovery strategies, geometric lot progression and the risks associated with trading without a mandatory Stop Loss. RECOMMENDED STARTING CONFIGURATION Recommended
How the EA works (simple explanation) Trades on M5 timeframe Uses H1 timeframe to analyze global market context Analyzes 2 or 3 timeframes simultaneously On each timeframe: Checks price position relative to one or two Moving Averages Evaluates MA angle and distance between price and MA Entry logic is based on trend + volatility conditions , not on random signals The full algorithm is illustrated in the screenshots. Recommended usage Symbol: EURUSD Timeframe: M5 Trading style: Intraday
GUESS WHO'S BACK. THE LEGENDARY BLACK BOX SELF-OPTIMIZING EA — REBORN FOR 2026. Award-winning. Ranked top 20 overall for a DECADE on MT5. No. 1 in the world. Three times. The original self-optimizing multi-module engine traders still talk about today — now rebuilt from the ground up. BBSO – BlackBoxSelfOpt. Plug & Play. Self-Optimizing. Multi-Strategy. Trades currencies, metals, indexes. THE HONEST MACHINE While a generation of "money-printer" robots quietly stacked hidden grids and martingale b
Ilan
Andrey Khatimlianskii
4.71 (7)
Ilan for MetaTrader 5 Due to using the virtual trades, trading in both directions (buy and sell) simultaneously became possible. This allows users to adapt the popular strategy for the net accounting of positions applied by MetaTrader 5.  Expert Advisor Settings The Expert Advisor setup is simple. However, all the important settings of the strategy are available for adjusting. Available tools: Unique  MagicNumber  for identification of trades; Trade direction option ( Trade direction ): buy onl
RSI Master PRO – Professional Expert Advisor for MetaTrader 5 Overview: RSI Master PRO is an Expert Advisor (EA) developed for MT5, designed to trade automatically in the financial markets using the Relative Strength Index (RSI) as its core decision-making engine. Its modular design and fully customizable parameters make it a powerful and flexible tool for traders who base their strategy on this momentum indicator. ️ Key Technical Features: • RSI-Based Logic: Uses RSI readings to generate
Bear vs Bull EA Is a automated adviser for daily operation of the FOREX currency market in a volatile and calm market. Suitable for both experienced traders and beginners. It works with any brokers, including American brokers, requiring FIFO to close primarily previously opened transactions. *In order to enable the panel, it is necessary to set the parameter DRAW_INFORMATION = true in the settings; - Recommendations Before using on real money, test the adviser with minimal risk on a cent tradi
ExtremeX
Noelle Chua Mei Ping
This algorithm thrives on extreme conditions of volatility.  It will evaluate the condition prior to market close, enter a position and exit when market swings to extreme levels in your favour.  The algorithm does not deploy any technical indicators, just simple mathematical calculations.  This works very well on non directional markets especially FOREX in the short term which are very choppy.  You can test out on other asset classes as well.  20 year backtest done to validate the rule.
The Official Automated Version of the Reliable Indicator PipFinite Breakout EDGE EA Breakout EDGE takes the signal of PipFinite Breakout EDGE indicator and manages the trade for you. Because of numerous financial instruments to consider, many traders want the signals to be fully automated. The EA will make sure all your trades are executed from entry to exit. Saving you time and effort while maximizing your profits. The Edge of Automation Effortless price action trading is now possible acros
NightRider
Ivan Giovanni Rapisarda
LAUNCH PRICE OFFER! ONLY 159$ PRICE INCREASES EVERY 10 SALES - GET IN EARLY Live Signal here!: https://www.mql5.com/en/signals/2389954?source=Site+Profile+Seller NIGHT RIDER The ultimate NIGHT SCALPER Developed by AlgoControl Night Rider is a fully automated, multi-asset trading system designed to operate during controlled nighttime sessions. The system independently manages order placement, open positions, market conditions and account exposure. Night Rider has undergone extensive back
Discover the ultimate solution for trading market gaps with the LT Gap EA, now available on MQL5. With three powerful strategies at your disposal, you can maximize your gap trading potential like never before. Key Features: Versatile Strategies: Choose from three distinct gap trading strategies. Trade all gaps, focus on gaps meeting predefined minimum criteria, or execute trades exclusively when gap distances match predefined values. Customization Galore: Tailor your trading experience with a w
IlanisMT5
Mikhail Sergeev
3.86 (7)
Ilanis is an Expert Advisor for stock trading, it can be used for trading on Forex and other markets, including commodities, metals and index markets. To determine the market entry, the EA uses the modern and ultra-light adaptive indicator FourAverage. Principle of position maintaining is similar to that of the popular Forex robot Ilan, using averaging. But unlike Ilan, Ilanis uses an accurate entry into the market. The robot pays a lot of attention to position control, if the price goes in the
GoldPro MT5
Sergey Batudayev
5 (5)
GoldPro (MT5) — クラシックとスキャルピングの2つのモードを選択できるXAUUSDエキスパートアドバイザー GoldPro は、構造、明確なリスク管理、さまざまな市場テンポで機能する EA を求めるトレーダー向けに構築された 、XAUUSD (ゴールド) の自動取引システムです。 1つのEA内で 、どのように取引するかを 選択できます。 1) クラシックモード - スイングとプルバックのための穏やかなロジック 反転/平均回帰行動(市場の「枯渇」ゾーンからのエントリー)と構造化されたポジション管理に重点を置いた古典的なアプローチ。 バスケット型マネジメント(一連のポジションを扱う) 厳密な制限(距離 / ステップ / ロット係数)によるオプションの平均化 複数の出口スタイル:固定目標、損益分岐点、トレーリングロジック スプレッドフィルター 取引スケジュール管理(平日 / 金曜日の締め切り / 週末のストップ) 取引方向オプション: 買い / 売り / 両方 / 季節性モード 2) スキャルピングモード - 日中チャンスのためのより高速なロジック 柔軟なエントリー プロファイ
ProTrade EA
Jim Ariel Camarce Ignao
Key Features   Automated Candle Pattern Recognition 10 Professional Patterns : Detects Bullish/Bearish Engulfing, Hammer/Shooting Star, Morning/Evening Star, Piercing/Dark Cloud, and 6 additional professional candlestick patterns Smart Filtering : Combine multiple patterns with configurable confirmation logic Volume Confirmation : Optional volume filter to validate pattern strength Multi-Timeframe Analysis : Separate execution and bias timeframes for better timing   Trading Dashboard Int
The Gold Buyer
Moses Aboliwen Aduboa
Ride the Gold Trend with a Simple Buy-Only EA The  EA is a fully automated Buy-Only Expert Advisor for MetaTrader 5. It is designed to capture upward market opportunities with safe risk management and seamless execution. Why Traders Choose It: Best performance on Gold (XAUUSD) – highly liquid and trending. Buy-Only EA – focuses purely on long positions. Plug & Play setup – attach and let it trade automatically. Built-in Stop Loss & Take Profit protection. Smart one-position contro
Alpha Bullish Engine MT5 Overview Alpha Bullish Engine(No Martingale, no Grid) is a professional Expert Advisor for MetaTrader 5 designed to identify and trade high-quality market bullish opportunities while maintaining a strong focus on risk management and capital preservation. Built with a combination of trend analysis, momentum assessment, and intelligent trade management, the EA is designed to operate in favorable market conditions while avoiding unnecessary exposure during less suitable env
OverSeer:Your Thoughtful Trading Ally OverSeer isn’t just another Expert Advisor—it’s a carefully crafted companion for traders looking to navigate the complex world of index trading with a steady, conservative approach. Built through years of experimentation and learning, OverSeer helps you gain exposure to global markets while keeping your strategies grounded in realism. Why Choose OverSeer? OverSeer bridges thoughtful trading strategies and practical decision-making. Instead of trying to pr
Trifecta Confluence Trifecta Confluence — Trade Only When the Market Truly Agrees Most Expert Advisors fire on a single signal — one moving average cross, one oscillator spike, one candle pattern — and get chopped apart the moment the market goes quiet or erratic. Trifecta Confluence was built on a different premise: a trade is only worth taking when three independent, mathematically distinct dimensions of price behavior all point the same direction at the same time. The Three-Engine Core Every
Blaster Gold EA is a hybrid gold robot combining RSI-based precision entries with a smart scalper for extra profit. It opens controlled main trades with fixed DCA layers, auto-profit closing, gap protection and optional news filter. Ultra-safe with preset risk modes and strict 1-main + 1-scalper trade control. Designed for stable XAUUSD automation with strong recovery and consistent profit flow. How it work, RSI Two-Layer EA   is a refined, high-precision automated trading system built for tra
Strategy Overview BTC Breakout Scalper Pro is a breakout scalper for BTCUSD M1 that places pending stop orders at high-volatility breakout points, confirmed by RSI filter (12/88 extremes) and ADX M15 ≥ 20 (trending market only). The EA does NOT use martingale, grid, or hedging. Each trade is a single position with predefined SL/TP based on price percentage. Position size scales with account equity via the built-in Smart_Lots algorithm — bounded by your chosen MaxLots cap (.set file). Backtest Re
FanTrader
Syed Oarasul Islam
FanTrader is designed to trade any markets (Stocks, Forex, Commodities, Futures, Cryptos). The strategies are developed based on various Price Actions that will be observed on different Fibonacci Fan Levels. Product Home Page:  https://www.mql5.com/en/market/product/51333 ADVANTAGES: Works on any market and time frames Multiple Strategies in 4 categories:  Retracement, Breakout, Trend Follow, Reversal Trades simultaneously on any number of markets under the same account  Display Fibonacci Fan
Exclusive EA for FOREX HEDGE account The EA (FuzzyLogicTrendEA) is based on fuzzy logic strategies based on the analysis of a set of 5 indicators and filters. Each indicator and filter has a weight in the calculation and, when the fuzzy logic result reaches the value defined in the EA parameter, a negotiation is opened seeking a pre-defined gain. As additional functions it is possible to define maximum spread, stop loss and so on . Recommended Symbol: EURUSD, AUDUSD, GBPUSD, NZDUSD, USDCAD, AUD
この価格での在庫は残り 4/10 個のみ ---> 次の価格は175ドル //   MT4版 発売記念キャンペーン:ご購入いただいた方にはEAをプレゼント! Gold Pulse AIは、強化学習を用いた堅牢なトレーディングアルゴリズムの構築、トレーニング、評価、デプロイに特化したオープンソースのPythonフレームワークであるTensorTradeを使用して開発されました。 このアルゴリズムの戦略は、指値注文を利用して金市場のモメンタムを活用することです。過去のローソク足チャートを分析して注目すべき領域を特定した後、価格がその領域に達した時点で約定する指値注文を発注します。アルゴリズムは、ブローカーの取引条件(スプレッド、遅延、スリッページ、市場ギャップなど)にリアルタイムで自動的に適応します。指値注文が期待されるリターンをもたらさないと判断した場合、注文はキャンセルされます。 AIを最新の状態に保つため、ニューラルネットワークは4~5ヶ月ごとに最新の履歴データを使用してトレーニングされます。 このロボットは、マーチンゲール法やヘッジングといった有害なリスク管理手法は一切使用し
Buy Any 2 Products, Get 1 Free For a limited time, purchase any two TickStack EAs and choose a third one completely free — including a full lifetime license with unlimited activations. (Gold Neural Core not included in this offer) Learn how I personally manage risk when using grid systems:  https://www.mql5.com/en/blogs/post/767250 Read the user guide to any TickStack grid system:  https://www.mql5.com/en/blogs/post/767232 Cable Brain represents the pinnacle of grid trading technology, combini
次は、日本語への正確な翻訳です。 統計的エッジ・トレーディングの8つの柱 はじめに トレードにおいて、過去が未来を予測することはありません。しかし、時間に刻まれたパターンは、繰り返される時を待つ市場のリズムを明らかにします。このガイドでは、「統計的エッジ・トレーディングの8つの柱」を紹介します。これは、過去のデータを実行可能なトレード・インテリジェンスへと変換する包括的なフレームワークです。 このシステムの核となるのは「ヒストリカル・データ(過去のデータ)」です。一過性のインジケーターや遅行シグナルとは異なり、過去のパターンは金融市場の季節的な鼓動を明らかにします。それは、人間の商取引、機関投資家の行動、そして経済的必然性という不変のサイクルに影響され、数十年にわたって繰り返されてきたパターンです。 農家を例に考えてみましょう。彼らは収穫の時期を知っています。なぜなら、自然は太陽と降雨の予測可能なサイクルに従っているからです。金融市場も同じように機能します。決算報告、財政予算、ポートフォリオのリバランスなどが、価格変動に季節的なパターンを生み出します。これが、グローバル市場を流れる資金
The EA strategy : it is provided wirh built-in indicator based on Japanese Candles arrangements in order to determine the signals and has different inputs for Short and Long positions in order to improve its precision; You should purchase this EA because : it has been tested for a long time;  its indicator was deeply improved and optimized; the program is bugs free;  it is safe because its efficience is about 70% of assertiveness;  it is provided with Trailing Stop Loss technology; it has bad t
Scalping bot for the gold/dollar pair (XAU/USD) — a powerful and versatile solution for traders, designed to deliver maximum efficiency in a dynamic market. This bot is specifically engineered for scalping: it analyzes price changes and places trades even before significant market movements begin. This allows it to secure advantageous positions early and capitalize on even the smallest market fluctuations. Key Features: Flexibility: Adapts to any market conditions and suits your trading strategy
このプロダクトを購入した人は以下も購入しています
The Gold Reaper MT5
Profalgo Limited
4.48 (106)
小道具会社準備完了!( セットファイルをダウンロード ) 警告: 現在の価格で販売できるのは残りわずかです! 最終価格:990ドル EAを1つ無料でゲット(3つの取引アカウント分)→購入後ご連絡ください 究極のコンボセット   は   こちらをクリック 公開グループに参加する: こちらをクリック   ライブシグナル クライアントシグナル YouTubeレビュー 最新マニュアル ゴールドリーパーへようこそ! 非常に成功を収めたGoldtrade Proをベースに開発されたこのEAは、複数の時間枠で同時に動作するように設計されており、取引頻度を非常に保守的なものから極めて変動の激しいものまで設定できるオプションを備えています。 このEAは、複数の確認アルゴリズムを使用して最適なエントリー価格を見つけ出し、内部で複数の戦略を実行して取引のリスクを分散します。 すべての取引にはストップロスとテイクプロフィットが設定されていますが、リスクを最小限に抑え、各取引の潜在的な利益を最大化するために、トレーリングストップロスとトレーリングテイクプロフィットも使用されます。 このシステムは、非常に人
Quantum Titan MT5
Bogdan Ion Puscasu
4.78 (36)
Quantum Titanは、Quantumエコシステムに機関投資家レベルの取引機能をもたらし、精度、規律、そして実績のあるライブマーケットパフォーマンスにおいて新たな基準を打ち立てます。 GOLDエキスパートアドバイザーにさらなる性能を求めるトレーダーのために開発されたTitanは、Quantumトレーディングテクノロジーの次なる進化を象徴するものです。 全世界で生涯ライセンスは1,000個限定です。 1,000部すべてが完売次第、Quantum Titanは入手できなくなります。 発売記念特別割引価格。最終価格1999ドル。 初期投資5万ドルでLive Signalに参加しよう:   こちらをクリック Quantum Titan MQL5 公開チャンネル:   こちらをクリック ***Quantum Titan MT5 を購入すると、Quantum Emperor、Quantum King、Quantum Bitcoin、Quantum Baron、Quantum Valkyrie、Quantum OmniGold、Quantum Athena X、Quantum
Aikon MT5
William Brandon Autry
5 (7)
AIKON — トレーディングシステムに、あなたが望むことを伝える。 あなたは、自分のトレーディングシステムに何をしてほしいか分かっています。適切な設定を探すことが一番難しい部分である必要はありません。 Aikonに目的を伝えてください。セットアップの構築、イベントの調査、市場監視、ポジション管理、口座の調整を依頼できます。 Aikonはライブシステムを確認し、推奨内容を説明し、変更内容を確認用に準備できます。スマートフォンからでも可能です。 依頼する。確認する。承認する。Aikonが実行する。 あなたの戦略。あなたの資金。あなたのルール。あなたのコントロール。 QUICK START — 最初の一歩はシンプルです。 1つのAIプロバイダー、1つのモデル、1つのAPI keyから始められます。統合オンボーディングはその接続を使ってAikonの主要なインテリジェンス役割を初期化できます。 次に開始方法を選択します: 用意されたプロファイルを使用 — Forex Single Entry with Stop Loss、Gold Single Entry with Stop Loss、または
Quantum Commander
Bogdan Ion Puscasu
4.75 (16)
クォンタム・エコシステムは新たな戦場へと突入し、新たな司令官が指揮を執ります。US30指数専用に開発されたクォンタム・コマンダーは、世界で最もダイナミックな市場の一つである米国市場向けに構築された、完全自動化されたエキスパートアドバイザーです。 数多くのゴールドEAが溢れる世界において、Quantum Commanderは際立った存在です。 これまでGOLDに特化したリリースを何度か行ってきた後、私たちはUS30という新たな領域へと踏み出します。これは新しい金融商品であり、異なる戦略に基づき、量子エコシステムに真の多様化をもたらす強力な機会となるでしょう。 発売記念特別割引価格。最終価格1999ドル。 ライブ信号:   こちらをクリック Quantum Commander MQL5 公開チャンネル: こちらをクリック ***Quantum Commander MT5 を購入すると Quantum Emperor、Quantum King、Quantum Bitcoin、Quantum Baron、Quantum OmniGold、Quantum Athena X、Quan
MoonDog EA
James Vito Armin Bianchini
4.21 (34)
MoonDog EA は、MetaTrader 5 上の XAUUSD 向けに特別に開発された、複数戦略型のブレイクアウト Expert Advisor です。 このシステムは、異なるブレイクアウト条件や価格拡大の局面を検出するために設計された、5つの独立したブレイクアウト戦略を組み合わせています。 MoonDog は、マーチンゲール、Recovery モード、Grid Recovery、ロット倍率の増加、損失ポジションのナンピンを使用しません。 すべての取引は、あらかじめ設定された独自の Stop Loss と Take Profit を持って開始されます。損失が発生した後に、より大きなロットで回復を狙う取引を行うことはありません。 Break-even、Trailing、MoonLock は、既存ポジションを保護するための管理機能です。これらは保護レベルを調整できますが、ロットサイズを増やしたり、過去の損失を回復するための追加ポジションを開いたりすることはありません。 公式ライブシグナル MoonDog の実際の取引状況は、公式 MQL5 Signal で確認できます。 https
Quantum Queen X MT5
Bogdan Ion Puscasu
5 (58)
伝説は続く。女王は進化する。 Quantum Queen Xへようこそ。これは、Quantum Queenの実績ある成功を基盤とした、伝説的なゴールド取引システムの次世代版です。 Quantum Queen Xは、Quantum Queenと同じ実績のあるコアエンジンをベースに構築されており、トレーダーがどの戦略を有効または無効にするかを正確に選択できる強力な新しいカスタムモードが導入されています。 すべての戦略は個別にレビュー、改良、最適化され、さまざまな市場状況においてさらに優れたパフォーマンスと適応性を発揮します。デフォルトのプリセットも強化され、7つの戦略ではなく厳選された9つの戦略を組み合わせることで、より広い市場範囲とより多くの取引機会を提供すると同時に、Quantum Queen XをMQL5で最も成功したGOLDエキスパートアドバイザーにした規律ある取引哲学を維持しています。 IMPORTANT! After the purchase please send me a private message to receive the installation manual
重要 : この商品は、ごく少数の数量のみ、現行価格で販売されます。    価格はまもなく1999ドルになります!   300 以上の戦略を収録 !さらに追加予定! ボーナス : 私の他のEAの中から5つ  を無料で 選んでください!   すべての設定ファイル + 完全なセットアップおよび最適化ガイド ビデオガイド ライブシグナル レビュー(第三者による) 新登場 - 44種類の戦略ライブシグナル 究極のブレイクアウトシステムへようこそ! この度、8年の歳月をかけて綿密に開発された、洗練された独自のエキスパートアドバイザー(EA)である「アルティメット・ブレイクアウト・システム」をご紹介できることを嬉しく思います。 このシステムは、MQL5市場で高いパフォーマンスを発揮するEAの基盤となっており、その中には高く評価されているGold Reaper EAも含まれています。 7か月以上にわたり1位の座を維持したほか、Goldtrade Pro、Goldbot One、Indicement、Daytrade Proもランクインした。 Ultimate Breakout Systemは
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
Ghost Scalper MT5
Thomas Christoph Lipka
4.43 (14)
Ghost Scalper MT5 Ghost Scalper MT5 は、 MetaTrader 5 の XAUUSD / Gold 向けに開発された完全自動のエキスパートアドバイザーです。 Ghost は、ゴールド市場の選択的な ブレイクアウトとモメンタムの動き を狙うために開発されています。EA は内部の市場条件が整うまで待機し、常にトレードを行うわけではありません。 価格モデル: 10件販売されるごとに100 USDずつ価格が上昇 し、最終価格は 1,499 USD です。 ライブシグナル Ghost は複数のリアル口座および異なるブローカーで公開追跡されています。さらに、複合ポートフォリオのライブシグナルも利用できます。ライブ結果は随時変動し、将来の成績を保証するものではありません。 Ghost Scalper MT5 TMGM – ライブシグナルを見る Ghost Scalper MT5 VT Market – ライブシグナルを見る Ghost Scalper MT5 Vantage – ライブシグナルを見る Ghost Scalper MT5 Future Lab Ult
Smart Gold Hunter
Barbaros Bulent Kortarla
4.08 (66)
No Grid / No Martingale / No Recovery / No Hedging / Single Entry with SL / One Shot Smart Gold Hunter は、MetaTrader 5 上で XAUUSD / Gold を取引するための Expert Advisor です。グリッドなし、マーチンゲールなし、本物の Stop Loss と Take Profit のロジック、そして管理されたリスク管理を好むトレーダー向けに設計されています。 決定を下す前にライブシグナルを確認できます: Live Main Signal : https://www.mql5.com/en/signals/2365400?source=Site Smart Gold Hunter はグリッド EA でもマーチンゲール EA でもありません。無制限のリカバリーポジションや損失後のロット倍増には依存しません。主なアイデアは、危険な平均化ではなく、管理されたロジック、保護設定、そして本物の取引管理で Gold を取引することです。 この EA は主に XAUUSD
ThunderGold Scalper
Jorge Luiz Guimaraes De Araujo Dias
4.25 (24)
ThunderGold Scalper ThunderGold Scalperは、MetaTrader 5でゴールドを自動売買するために開発されたエキスパートアドバイザーです。 このEAは、M15時間足のXAUUSDおよびGOLD向けに設計されています。独自の多要素意思決定エンジンを使用して、条件を満たした取引機会を検出し、ポジションを自動管理します。 市場構造、トレンド方向、ローソク足の品質、出来高、モメンタム、約定条件を組み合わせて分析します。常に取引するのではなく、適切な市場条件を待つように設計されています。 Live Signal — TMGM 主な機能 XAUUSDおよびGOLD向け 推奨時間足:M15 完全自動売買 グリッド戦略を使用しない 自動Stop LossおよびTake Profit ダイナミックトレーリングストップ リスク率または固定ロットによるポジションサイズ計算 トレンドおよびモメンタムフィルター ローソク足品質および出来高フィルター 重要経済指標ニュースフィルター 祝日および市場休場時の保護 スリッページ調整システム 1日の取引回数制限およびクールダウン 情
Iron Stops
Fajar Dicky Firmansyah
3.94 (66)
100K Real Signal:  https://www.mql5.com/en/signals/2386516 ギミックなし。空虚な主張なし。 Iron Stopsは、1つの重要な側面に焦点を合わせたトレーダーに対応しています:一貫性。プロップチャレンジに取り組んでいるか、顧客資金を管理しているかに関わらず、このEAは設定された境界内で活動し、信頼性のある結果を提供します。 ポジションは 36 時間 以内に決済。 一つのチャートで実行: XAUUSDにM30タイムフレームを使用して適用するだけです。それが必要なすべてです。一つのチャート。一つの強力なツール。 正しい設定が正確なバックテストに不可欠です! 詳細な指示とともに、私の.iniファイルを取得するために連絡してください。 注意:このEAの現在の価格は580です。30ライセンスが購入されると、価格は629に上昇します。現時点で29部が販売されています。価格変更の前にお見逃しなく。 ブログリンク =  https://www.mql5.com/en/blogs/post/763583 チャンネルリンク =  https:
Quantum Athena X
Bogdan Ion Puscasu
5 (16)
よりスマートな制御。洗練された精度。 Quantum Athena Xへようこそ。Quantum Athenaの精度、効率性、そして規律ある実行力を基盤とした、次世代の集中型金取引システムです。 Quantum Athena Xは、Quantum Athenaと同じ合理化されたコアエンジンと、厳選された6つの戦略に基づいて構築されています。各戦略は、現在の金市場の状況に合わせて個別に改良および最適化されており、新しい強力なカスタムモードでは、トレーダーがどの戦略を有効または無効にするかを正確に選択できます。 完全に準備されたプラグアンドプレイ体験を好むトレーダー向けに、最適化された元の構成は引き続き利用可能です。一方、カスタムモードでは、独自の戦略の組み合わせを作成したいトレーダー向けに、より高い柔軟性が提供されます。 IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. 割引価格
De Moore
Benicanoko
3.67 (6)
Now $399 — Only 2 Copies Available Secure your copy at $399 before the next price increase to $599. DeMoore Expert Advisor is a high-precision scalping Expert Advisor developed exclusively for XAUUSD (Gold) on the M5 timeframe. The De Moore Expert Advisor performs market analysis based on trend-following and price action concepts. The analysis is also based on multi-timeframe analysis. Live Signal        My Setfile on ICM How De Moore EA Works for You Buy the EA on MQL5 Market Install on MetaTra
更新情報:次期価格:699ドル、最終価格:999ドル もしあなたが、誠実さと、単に見た目は完璧な直線的なバックテスト結果だけで口座を破綻させるようなものではなく、実際の取引のために構築された真のトレーディングシステムを重視するなら、これはあなたにぴったりかもしれません。 マーチンゲール法なし/グリッド法なし 22ヶ月間ライブ信号 ライブ成長率+300% 【ライブシグナル】    |  【FTMO実績】    |  【メインポートフォリオ】  |  【バックテストガイド】 Range Breakout EAがこれほど安定している理由とは? Range Breakout EAは、よく知られた市場の動向、すなわち取引セッション間のボラティリティの変化に基づいています。 通常、アジアセッション中はボラティリティが低く、価格レンジが狭くなります。ロンドンセッションが始まるとボラティリティが上昇し、価格はこのレンジを突破して ブレイクアウト方向に動き続けることがよくあります。 このシステムはこのブレイクアウトをトレードし、ボラティリティが低下し始めた時点でポジションを決済します。
Quantum King EA
Bogdan Ion Puscasu
4.96 (221)
Quantum King EA — あらゆるトレーダーのために洗練されたインテリジェントパワー IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. 発売記念特別価格 ライブ信号:       ここをクリック MT4バージョン:   こちらをクリック クォンタムキングチャンネル:       ここをクリック ***Quantum King MT5 を購入すると、Quantum StarMan を無料で入手できます!*** 詳細についてはプライベートでお問い合わせください! 正確さと規律をもって取引を管理します。 Quantum King EA は、 構造化グリッドの強さと適応型マーチンゲールのインテリジェンスを 1 つのシームレスなシステムに統合します。M5 の AUDCAD 用に設計されており、安定した制御された成長を望む初心者とプロの両方のために構築されています。
Zerqon EA
Vladimir Lekhovitser
3.24 (38)
リアルタイム取引シグナル 取引活動の公開リアルタイム監視: https://www.mql5.com/ja/signals/2372719 公式情報 出品者プロフィール 公式チャンネル ユーザーマニュアル セットアップ手順および使用ガイド: ユーザーマニュアルを開く Zerqon EA は、XAUUSD 取引専用に設計された適応型エキスパートアドバイザーです。 この戦略は、ONNX を通じて統合された Deep LSTM ニューラルネットワークモデルに基づいており、市場の連続的な動きを処理し、価格変動を構造的に分析することを可能にしています。 モデルは、金価格の動き、ボラティリティ、および時間的条件における特定のパターンを識別することに重点を置いています。 固定的な従来型シグナルを使用する代わりに、EA は学習済みニューラルネットワークフレームワークを通じて市場を分析し、適切な条件が検出された場合にのみ取引を実行します。 Zerqon EA は継続的に取引を行うわけではありません。 まったく取引が行われない期間もあれば、適した XAUUSD 市場局面では短時間に
Lizard
Marco Scherer
4.14 (50)
Lizard とは Lizard は MetaTrader 5 の XAUUSD(ゴールド)専用の全自動エキスパートアドバイザーです。複数戦略によるスイングブレイクアウトシステムを採用し、チャート上の重要な構造レベルを検出して、算出したエントリーポイントに逆指値のペンディングオーダーを設置します。 マーチンゲールなし、グリッドなし、含み損のナンピンなし。 すべての取引は明確なストップロスとテイクプロフィットを伴って発注され、その後は多層のイグジットシステムが二十四時間、手動操作なしで管理します。 サポート 当チームでは役割を分担しており、開発担当と顧客サポート担当が分かれています。ご購入後のインストール、設定、その他のご質問は、モデレーターの Zolia までご連絡ください: https://www.mql5.com/ja/users/zolia ライブシグナル Normal Standard: https://www.mql5.com/ja/signals/2372821 動作の仕組み Lizard は一時間足の XAUUSD チャートを継続的に監視し、意味のあるスイングハイとスイン
TwisterPro Scalper
Jorge Luiz Guimaraes De Araujo Dias
4.34 (138)
取引は少なく。質は高く。一貫性がすべて。 • ライブシグナル モード1 ライブシグナル モード 2 Twister Pro EA は、XAUUSD(ゴールド)のM15タイムフレーム専用に開発された高精度スキャルピングEAです。取引回数は少なめ——しかし、取引する時は必ず目的を持って行います。 すべてのエントリーは注文が出される前に5つの独立した検証レイヤーを通過し、デフォルト設定では極めて高い勝率を実現します。 2つのモード: • モード1(推奨)— 非常に高い精度、週数回の取引。資金保護と規律ある取引のために設計。 • モード2(ショートSL)— ストップロスが大幅に短く、モード1より多くの取引。個々の損失は最小限。リスクを管理しながら市場への露出を増やしたいトレーダーに最適。 仕様: シンボル:XAUUSD | タイムフレーム:M15 最低入金:$100 | 推奨:$250 RAW SPREADアカウントは必須 VPS強く推奨 グリッドなし!すべての取引にTPとSLあり! 推奨ブローカー: Exness Raw | Vantage | Fusion Markets 購入後、以下
Scalping Index Pro is a professional trading system designed specifically for fast and precise scalping on US30 and DE40 using the M1 timeframe . The system has been developed specifically for the unique behavior of major stock indices, focusing on short term price movements, rapid momentum changes, market volatility, and selective grid based trade management techniques to identify high probability trading opportunities . Scalping Index Pro is optimized for traders who prefer dynamic trading wit
Adaptive Gold Scalper Important Pre-notice: This strategy requires a long period of practical verification, and favorable trading returns cannot be guaranteed in the short run. Traders must select brokers with ultra-low order latency, minimal slippage and zero/low stop level requirement; poor broker conditions will lead to disastrous trading results. I have over 14 years of professional trading experience. With proper brokerage conditions and sufficient running time, this fully automated scalpi
金市場を支配するために作られた。 公式情報 出品者プロフィール 公式チャンネル ユーザーガイド 期間限定価格 — $799 Aura Gold Pro Edition は9月末まで $799 でご購入いただけます。 10月1日から価格は $999 に値上がりします — 値上げ前にぜひご購入ください。 ライブ取引シグナル  Roboforex   https://www.mql5.com/en/signals/2366593 FPMarkets   https://www.mql5.com/en/signals/2358523 ICTrading   https://www.mql5.com/en/signals/2380859 説明 Aura Gold PRO Editionは、金市場向けに綿密に設計された信頼性の高い取引アルゴリズムです。長期的な安定性と資本保護に重点を置き、不当なリスクを回避するシステムを構築しました。EAのライブシグナルは優れた結果と着実な成長を示しており、その基盤となるロジックの有効性を証明しています。このシステムの最大の強みの一つは、高い回復力です。これにより
My AI Gold
Vitalii Kosov
5 (1)
AI駆動型ゴールドトレーディング革命 -------------------------------------------------------------------------------- My AI Gold は単なる自動売買ツールではありません。高度なニューラルネットワーク技術、独自のカスタムアーキテクチャ、そして実際の市場環境における厳格な最適化を結集して開発されたシステムです。GitHub 上の最先端リポジトリと最新の機械学習フレームワークを活用し、ゼロから構築された My AI Gold は、ディープデータ分析によって XAUUSD(ゴールド)市場の複雑な動きを解析します。 十分な検証を行わずに急いでリリースされた製品とは異なり、My AI Gold は実際の市場サイクルを通じて徹底的なテスト、検証、改善を重ねています。安定し、検証可能なパフォーマンスを確認した後にのみ正式リリースされています。 リアル運用実績 +1000% https://www.mql5.com/en/signals/2389616 IC Markets ライブモニタリング — 10,000
Gold Bomb
Aleksandr Makarov
2.25 (4)
このアドバイザーは私の  独自インジケーター  に基づいています。  AI  やその他のナンセンスなものは一切使用していません。 インジケーターの組み合わせ、レベル、価格アクションのみです。 危険な取引手法は使用せず、   XAUUSD M1   通貨ペアでも! 常に   ストップロス   と   テイクプロフィット   を設定します。 リアルシグナル: https://www.mql5.com/en/signals/2388322 購入後は必ず私に連絡して、アドバイザーを有効化するために取引口座番号を送ってください!私の許可なしに使用しないでください! -------------------------------- Installation instructions:   Click 特別ローンチ価格:現在の価格は最初の10コピーのみ有効です。10コピー販売後は価格が  999$ に値上がりします 技術仕様: 取引シンボル:   XAUUSD   時間足:   M1 推奨最小入金   200 $( できれば500$) レバレッジ:   1:500 口座タイプ:   任意
ライブシグナル: https://www.mql5.com/en/signals/2382857 ライブシグナル-2: https://www.mql5.com/en/signals/2390825 ライブシグナル用セットファイル  (1トレードあたりリスク2%) 重要 — モード選択前にお読みください: 全11モードの完全バックテスト → https://www.mql5.com/en/blogs/post/775822 ゴールドが一直線に1500ポイント急騰するのを見て、胃がキュッと締め付けられた経験はありませんか——方向を間違えたからではなく、スマホを見ていて、クリックするのがほんの一瞬遅れただけなのに。明確なプランを持って損切りラインを設定したのに、「今回だけは」と動かしてしまい、戻ってくると信じた。しかし戻ってきませんでした。月への階段のような美しいバックテスト曲線を持つEAをダウンロードし、実弾で稼働させたところ、誰も警告してくれなかった重要ニュースの発表と同時に、マーチンゲールでそのままロスカットまで突き進んでいくのを目にした——そんな経験もあるはずです。 それはあな
Quantum Emperor MT5
Bogdan Ion Puscasu
4.84 (506)
ご紹介     Quantum Empire EA は 、有名な GBPUSD ペアの取引方法を変革する画期的な MQL5 エキスパート アドバイザーです。 13年以上の取引経験を持つ経験豊富なトレーダーのチームによって開発されました。 IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. ***Quantum Emperor EAを購入すると、Quantum StarMan が無料で手に入る可能性があります!*** 詳細についてはプライベートでお問い合わせください 検証済み信号:   こちらをクリック MT4バージョン:   ここをクリック 量子EAチャネル:       ここをクリック 10 回購入するごとに価格が 50 ドル上がります。最終価格 1999 ドル 量子皇帝EA       EAは、1つの取引を5つの小さな取引に継続的に分割する独自の戦略を採用しています
The Silent Investor EA — XAUUSD向けマルチエンジン量的ポートフォリオEA 静かな実行。構造化されたリスク。マルチエンジンのゴールドロジック。 Live Verification リアルタイム公開シグナル: https://www.mql5.com/en/signals/2389923 ユーザーガイド 公開 live シグナルにより、ユーザーはMQL5を通じて、システムの実際の取引活動、口座の推移、ドローダウン、取引頻度、そしてEAの実市場環境での挙動を確認できます。 購入後は、必ずMQL5のプライベートメッセージでご連絡ください。 PDF設定ガイド、推奨パラメータ、完全なインストール手順、リスク設定の推奨、最新アップデート情報、そしてこのトレーディングシステム構造の詳細説明をお送りします。 これにより、EAを正しくインストールし、適切なリスクモードを選択し、システムの取引ロジック、口座保護モデル、マルチエンジンアーキテクチャをより深く理解できます。 The Silent Investor EA は、 Gold — XAUUSD のために専用開発された完
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
Edge Boost Pro is a professional Support and Resistance (SnR) trading system designed to identify important market levels and trade both breakouts and rebounds from these areas. It continuously analyzes current market structure, calculates the most relevant Support and Resistance levels, and combines them with advanced market filters to identify high-probability trading opportunities. +370% Growth LIVE SIGNAL : SIGNAL Take advantage of the current launch promo price . ONLY 10 copies of Edge Bo
LIVE SIGNAL REACHED NEW HIGH Live Signal on Vantage https: // www.mql5.com/en/signals/2378090 https: // www.mql5.com/en/signals/2378091 live signal is running mode/option 1 with autolot 2 % risk. Join telegram group   https://t.me/+UaALtDiYMb4xYTk1 Overview:  The Gold Space is a fully automated, professional-grade Expert Advisor specifically engineered for the XAUUSD (Gold) market. Designed natively for MetaTrader 5, this EA capitalizes on high-probability volatility expansions using a precise,
作者のその他のプロダクト
USDJPY Classic AI 5つの本格派AIストラテジーを融合したドル円専用ポートフォリオ 機械学習モデル(ONNX)を活用し、USDJPYの1時間足における価格変動の統計적パターンを分析・予測します。性質の異なる5つの独立した戦略を内蔵することで、単一ロジックの脆弱性を克服し、多様な相場局面に対応可能な多角的な運用を実現しました。 3つの核心的テクノロジー 本格派AIモデル(ONNX)の組込み MT5標準のONNXランタイムを活用。外部通信を行わず、EA内部でリアルタイムに高度な予測を実行します。 リスクを限定する安全設計 ナンピンやマーチンゲールは一切行いません。1回のエントリーで勝負するシンプルなロジックにより、明確な資金管理が可能です。 自己最適化機能(AI Optimization) 直近の予測精度をEA自身が自己診断。相場適合性が低いと判断した場合はエントリーを見送る高度なフィルターを搭載しています。 バックテスト実績 (2020.01 - 2026.04) ※各戦略0.01ロット固定での結果。複数稼働による収益曲線の平滑化が期待できます。 セットファイル
Gold Polaris AI 非ナンピン・非マーチン設計 Gold専用 本格AIトレードEA 概要 Gold Polaris AI は、 XAUUSD(ゴールド)H1専用に設計されたAIトレードシステムです。 ATRを複数組み合わせた特徴量を用いて学習し、 拡大・収縮を繰り返すボラティリティ構造に適応。 AIが相場状況を判定し、 順張り・逆張りを自動選択します。 トレンドが継続すると判断した場合はポジションを保持し、 ランダムウォーク状態では無理なエントリーを控える挙動を示します。 トレード特性 ・非ナンピン ・非マーチン ・固定ロット運用 ・Buy / Sell 別AIモデル 同時最大ポジション数: Buy1ポジション + Sell1ポジション(最大2ポジション) 両建てになる場合があります。 取引頻度 平均:1日1〜3回程度 (相場状況により変動) ポジション保有時間 最短:約1時間 最長:約50時間 平均:約6時間 スキャル〜デイトレード寄りの設計です。 学習 / 検証 学習期間:2003〜2021 アウトオブサンプル:2022年以降 テストロット:0.01固定
FREE
Konjiki AI
Shota Watanabe
3.33 (3)
Konjiki|XAUUSD(GOLD)|AIトレードEA(CatBoost) 基本仕様 通貨ペア XAUUSD(GOLD) 時間足 H1 参考証拠金 / ロット例 1,000 USD(0.01ロット) ポジション保有時間(テスター) 最短:0:51:00 / 最長:249:59:59 / 平均:18:27:34 ※取引結果はブローカー条件(スプレッド・約定速度等)や相場状況により大きく変動します。 概要 本EAは CatBoost を用いた機械学習モデルを使用しています。 短期・中期・長期トレンド、オシレーター、ボリューム指標など 合計88個の特徴量 を使用。 特に 時間帯に関する特徴量 を重視した設計となっています。 学習期間: 2003/1/1 ~ 2024/12/31 テスト期間: 2025/1/1 以降 目的変数: Buy / Sell / Hold の3クラス分類 検証方法: CPCV(6分割) によりハイパーパラメータを選定 ※過学習を抑えることを目的とした検証手法を採用していますが、将来の成績を保証するものではありません。 取引ロジック(シンプル設計) AIの予測が B
Takibi(焚火)|GOLD(XAUUSD)|AIモデル 短期〜デイトレード向け、ナンピン・マーチンなしのGOLD専用AIトレードEAです。 もしEAにご満足いただけましたら、レビューを書いていただけると大変励みになります。 皆さまのご意見をもとに、より良いシステム開発を続けていきたいと考えています。 最新情報・新作EA・キャンペーンのお知らせは、 開発者ニュースページ に掲載しています。 概要 対象: XAUUSD(GOLD) 想定: H1ベース(保有:数十分〜数時間) 判断: 学習済み機械学習モデルの 確率出力 を使用 リスク設計: ナンピン・マーチンなし ※実際の結果は相場状況や取引環境により変動します。 AIモデルについて 本EAのAIモデルは、金融分野で広く利用されている CatBoost を用いて構築しています。 また、ラベリングや検証方法は Marcos López de Prado 氏のファイナンス機械学習の考え方を参考に設計しています。 特徴量 AIは価格だけでなく、時間帯・ボラティリティ・相場の形などを総合的に見て売買判断を行います。 モデル入力には以下のような情
PEACE AllPair Grid|経済指標停止機能付き 全通貨ペア対応 ナンピンEA シンプルに、長く使えるナンピン設計。 価格の上下だけに依存せず、 「時間軸(インターバル)」 を重視したナンピンで相場環境に柔軟に対応することを狙います。 特徴 全通貨ペア対応 (通貨ペア制限は基本なし) 攻めるナンピン ではなく、 継続運用を意識した設計 パラメーター全開放 :運用スタイルに合わせて自由に調整可能 軽量・高速動作 :最適化(Optimization)を行いやすいように設計 時間軸ベースのナンピン : Nanpin_interbal_hour により、時間間隔での追加エントリーを制御 特徴|米国 重要指標停止(EconomicStop) PEACEの強みのひとつ:経済指標の“荒れ”を自動回避。 MT5の 経済指標カレンダー から 米国の重要度が高い指標 を取得し、 発表の 前後で「新規エントリーのみ」 を制限できます。 取得元: MT5標準の経済指標カレンダー(米国・高重要度) できること: 指標前後は 新規エントリーを停止 (保有中ポジションは通常管理) 狙い: 指標時に起
フィルタ:
zeke21t2
753
zeke21t2 2026.07.05 05:07 
 

Ginga is not just another gold EA — it is a genuinely well-engineered nine-model committee that trades with the discipline of a general council rather than the impulsiveness of a single indicator. Based on the ETRT backtest results (2026.01 ~ 2026.06) with the broker I use (Axi Premium), I am using Ginga with a buy-only, 9-model true setting. Auto-lot is not yet implemented, so I hope it will be added in the future. So the test starts with $2,000 and uses a fixed lot size of 0.02. The statistical elements speak for themselves. A. Headline results: ・Net profit +114.9% on $2,000 starting capital ・Profit Factor 2.13 · Sharpe 8.69 · Recovery Factor 6.14 ・Balance drawdown only 9.87%, equity drawdown 10.75% ・LR Correlation 0.98 — an almost perfectly linear equity curve ・Z-Score 2.74 (99.39% confidence) — the results are statistically significant, not noise. B. What the correlation triad reveals about the underlying strategy: The three trade-quality correlations tell a story most sellers never expose: ・Corr(Profits, MFE) = 0.82 — winners are highly proportional to their maximum favorable excursion. The EA rides its winners rather than clipping them prematurely. ・Corr(Profits, MAE) = 0.57 — winning trades often endure meaningful adverse excursion first. This is a patient, mean-reversion posture, not a fragile momentum chaser. ・Corr(MFE, MAE) = 0.19 — the near-zero coupling between upside and downside excursion is the mathematical signature of genuine directional edge. If the EA were merely harvesting volatility, this number would be high. It is not. Together, these three coefficients prove Ginga has real predictive skill — not just favorable variance. C. Strategy structure I observed: ・Buy-only setting, and it still delivered every month in a broadly declining H1 2026 gold market. That is remarkable — most long-only EAs got crushed in the same window. ・Nine-model committee with EntryScore=5 majority vote — no single sub-model can force an entry. Overfitting risk is diluted by consensus. ・Sniper cadence, not scalper spam — 84 trades in six months, avg hold ~6h10m. Ginga waits. ・Adaptive silence — trade count halved from ~20/month (Jan–Feb) to ~8/month (Apr, Jun) as the trend deepened. The committee correctly stood down when conditions weren't there, instead of forcing trades. This is exactly the behavior you want in live trading. ・Non-symmetric risk control — DailyStopLoss + LimitClose cap the downside hard, while DailyTakeProfit is deliberately disabled to let winners run. ・Nanpin (averaging) parameters exist but I have it turned off — held in reserve as a sealed contingency, not abused as a core mechanic. I have deep respect for developers who resist the temptation to Martingale their equity curve. ・Only 6 of 84 exits were stop-loss hits (7%). The vast majority were clean, decision-based exits from the ensemble flipping its verdict. D. Why this matters: Most gold EAs that show +100% returns in half a year do so with Martingale, no stop loss, or a curve-fit window. Ginga does it with a sealed nanpin, hard daily loss caps, buy-only exposure through a bear leg, and a 0.98 LR correlation. That combination is genuinely rare. E. Minor notes (not deductions): Sell-side is intentionally disabled. A future symmetric build could open a second revenue stream, but in the current version, the performance of short trades is somewhat inferior. Backtest window (H1 2026) is one regime. Long-term forward validation across regimes will be the real test — but every published statistic here is already consistent with an edge that should survive. F. Verdict: Ginga behaves like a council of thoughtful analysts rather than a trigger-happy robot. Statistically rigorous, structurally disciplined, and — most importantly — honest about how it makes money. Highly recommended for traders who value robustness and evidence over marketing screenshots. I love these 9 dogs :D

Shota Watanabe
8361
開発者からの返信 Shota Watanabe 2026.07.05 08:57
Thank you so much for taking the time to write such a thorough and objective review. What made me happiest wasn't simply that you praised Ginga's performance—it was that you understood the philosophy and intentions behind its design. As the developer, I can always explain what I intended to build and why I made certain design choices. But no matter how honestly I say it, those words will inevitably carry some bias. That's why having a third party analyze the EA so deeply and independently arrive at the same conclusions means so much to me. Reading your review made me feel that the goals I had been pursuing all along were indeed the right ones. I've devoted an enormous amount of time to researching and developing gold EAs. My focus has never been just on making an EA that wins, but on understanding *why* it wins, how it generates profits, and how to build something that can remain robust over the long term. To be honest, I never expected to receive a review like this. It genuinely feels like all those years of hard work have been rewarded. The reality is that many EA users only care whether an EA makes money. That's completely understandable, and as a developer I've always known that the underlying architecture, risk management, statistical consistency, and design philosophy often go unnoticed. That's why your review was so meaningful to me. You didn't just analyze the performance—you looked beyond the numbers and understood the reasoning behind the system itself. As a developer, that level of insight is incredibly rewarding to see. In fact, I found myself wishing I had your level of analytical insight as well! 😄 Thank you again for your outstanding review. It truly means a great deal to me.
ys1267 tkhs
335
ys1267 tkhs 2026.06.16 02:05 
 

ユーザーは評価に対して何もコメントを残しませんでした

Shota Watanabe
8361
開発者からの返信 Shota Watanabe 2026.07.05 15:17
Thank you very much for your wonderful review! I'm especially happy that you felt the EA has a low risk of overfitting. One of my main goals during development was to make the model learn meaningful market patterns without memorizing market noise. I believe this is one of CatBoost's greatest strengths. Achieving this balance is much more difficult with deep learning, and I think it's one of the reasons Ginga has remained stable in live trading. Thank you again for your kind words and support. I'll continue doing my best!
Cristian Salute
479
Cristian Salute 2026.05.22 18:18 
 

ユーザーは評価に対して何もコメントを残しませんでした

Shota Watanabe
8361
開発者からの返信 Shota Watanabe 2026.05.23 14:31
Thank you so much for the wonderful review!
We will continue to work hard on developing even better EAs.
Please keep following me so you can receive the latest updates.
Thank you!
Yonatan Hellman
1040
Yonatan Hellman 2026.05.07 10:38 
 

ユーザーは評価に対して何もコメントを残しませんでした

Shota Watanabe
8361
開発者からの返信 Shota Watanabe 2026.05.07 11:15
Thank you so much for your kind review! Our EA currently calculates the day's realized and unrealized P&L to automatically close positions and stop trading. We are planning an upcoming update that will include TP and SL functionality. We hope you will continue to enjoy using it, and we look forward to bringing you even better performance with the next version!
René
649
René 2026.05.06 19:00 
 

ユーザーは評価に対して何もコメントを残しませんでした

Shota Watanabe
8361
開発者からの返信 Shota Watanabe 2026.05.07 11:17
Thank you so much for the wonderful review, René! I believe this will become my greatest masterpiece, and I have high hopes for it. I look forward to your continued support!
レビューに返信