Ginga 9AI Ensemble
- エキスパート
- バージョン: 1.3
- アップデート済み: 29 5月 2026
- アクティベーション: 5
概要
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回、AIモデルが予測を実行
- スコア計算:
- 各AIモデルの予測結果を集計
- 買い予測 = +1、売り予測 = -1、ホールド = 0
- 9つのモデルのスコアを合計(範囲: -9 ~ +9)
- エントリー条件:
- スコア +5以上 → 買いエントリー
- スコア -5以下 → 売りエントリー
- EntryScore パラメータで閾値調整可能
- 決済条件:
- スコアが0になった場合
- 反対予測になった場合
- 決済方法はパラメータで選択可能(強制決済 / 利益のみ決済 / トレーリング / 何もしない)
- デイリー機能:
- 1日の損失が口座残高の5%(デフォルト、含み損含む)に達した場合、ポジションを決済し翌日まで新規エントリー停止
- グリッドトレード(オプション):
- デフォルトでは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 |
- 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互換性を確認してください

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