GridRecover AIエンジン搭載EA
- Whole period
- 2 years
- 1 year
- 6 months
- 3 months
- 1 month
Forward testing (Profit)
Monthly Statistics
- Jan
- Feb
- Mar
- Apr
- May
- Jun
- Jul
- Aug
- Sep
- Oct
- Nov
- Dec
Calendar for Months
About EA's Strategy
Translating...
## 概要
GridRecover EAは、MetaTrader 4(MT4)で動作するAUDNZD専用の自動売買プログラム(EA)です。 レンジ相場が多いAUDNZDの特性を活かし、3つの独立したロジックを組み合わせて、安定した収益を目指します。 他の通貨で運用可能ですが、バックテスト未実施のため、現在、AUDNZDでの稼働を推奨いたします
2012年〜2026年の14年間バックテストで、デフォルト設定のまま **プロフィットファクター 2.07・勝率 68%** を達成しています。 ※ 複利モード(Risk_Pct=0.05%)バックテスト結果もよい成績となっています。
スプレッドが狭い業者で運用してください。推奨1Pips(10ポイント)以内
## 主な特徴
**AUDNZD専用設計**
AUDとNZDは同じオセアニア通貨であり経済的な相関が非常に高く、
値動きが穏やかでレンジ相場になりやすい特性があります。
取引閾値をAUDNZDのボラティリティに合わせて最適化しています。
**複利運用モード**
Use_Compound=true に設定するだけで、残高に応じてロットを自動調整します。
リスク率(Risk_Pct)を小さくするほど保守的な運用になります。
**ヘージロジック搭載**
ポジション数が設定した閾値を超えた際にヘージモードへ移行し、
平均取得価格ベースのTPに切り替えてリスクを軽減します。
**複数の安全装置**
ドローダウン上限・連続損失クールダウン・スプレッド制限など、
多重の安全装置を搭載しており、想定外の損失を防ぎます。
## AIエンジンについて
GridRecover EA にはATR・ADX・ボリンジャーバンド・RSIの4指標を組み合わせた
AIエンジンが内蔵されています。相場をレンジ/トレンドに分類し、
パラメータを自動調整する仕組みです。
ただし現在はMT4再起動時に学習データがリセットされる制約があるため、
**UseAI=false(デフォルト)での運用を推奨**しています。
固定パラメータによる安定・再現性のある動作が、
14年間のバックテストで最も信頼性が高いことが確認されています。
## 動作環境
- プラットフォーム:MetaTrader 4(MT4)
- 推奨通貨ペア:AUDNZD
- 推奨時間足:M5(5分足)
- 推奨スプレッド:2pt以下
GridRecover EA V1 パラメータ一覧
AUDNZD推奨 M5専用 最適化済みデフォルト値(2012-2026最適化結果)
■ 基本設定
パラメータ名 |
デフォルト |
説明 |
Lots |
0.02 |
固定ロット(Use_Compound=false時に使用) |
Use_Compound |
false |
複利運用ON/OFF。trueで残高に応じてロット自動調整 |
Risk_Pct |
0.1 |
複利時リスク率(%)。残高×Risk_Pct%をベースロットに使用 |
Min_Lots |
0.02 |
複利時の最小ロット下限 |
Max_Lots |
1.00 |
複利時の最大ロット上限 |
Lot_Multiply |
1.1 |
ナンピン時のロット倍率(1.0=均等ロット) |
Grid_Width |
80 |
ナンピン幅(ポイント)。AUDNZD向け最適値 |
Profit_Target | 130 |
利確幅(ポイント)。最高/最安エントリー価格からのTP距離 |
UseLossStop |
false |
ロスカット機能ON/OFF |
MaxLoss |
300000 |
ロスカット発動する最大損失額(円) |
Max_Spread |
100 |
エントリー許可の最大スプレッド(ポイント) |
Slip |
5 |
許容スリッページ(ポイント) |
■ AIエンジン設定
|
パラメータ名 |
デフォルト |
説明 |
UseAI |
false |
AIエンジンON/OFF。OFFで安定・再現性のある動作 |
AI_Optimize_Bars |
100 |
AI最適化の実行間隔(バー数) |
AI_LearningRate |
0.05 |
AI重み学習率。大きいほど学習が速いが不安定になる |
AI_Confidence_Min |
0.55 |
AIエントリー許可の最低信頼度(以下はデフォルト値使用) |
AI_ShowScore |
true |
AIスコアをログ表示(Debug_Log=trueの場合のみ有効) |
■ ロジックパラメータ
パラメータ名 |
デフォルト |
説明 |
Range_ATR_Period |
14 |
レンジ幅計算に使用するATRの期間 |
Range_Lookback |
50 |
レンジ高値/安値を計算する参照バー数 |
Range_Width |
1.8 |
ATR平均値に掛けるレンジ幅倍率。大きいほどレンジが広がる |
RSI_Period |
14 |
RSI計算期間 |
RSI_High |
55 |
Sell_Grid初回エントリーのRSI閾値(以上でエントリー) |
RSI_Low |
40 |
Buy_Grid初回エントリーのRSI閾値(以下でエントリー) |
■ ヘージ設定
|
パラメータ名 |
デフォルト |
説明 |
Rescue_Pct |
50 |
何%以上のポジション数でヘージ発動(例:50%=Max個数の半分) |
Rescue_TP_Pips |
5 |
ヘージ時のTP幅(pips)。平均取得価格からの距離 |
Rescue_Counter |
true |
ヘージ発動時にBreak_Counterで支援エントリーするか |
■ ロジック設定
パラメータ名 |
デフォルト |
説明 |
GB_Max |
50 |
GBの最大ナンピン数 |
Magic_GB |
20260301 |
GBのマジックナンバーID(変更不要) |
Comment_GB |
20260301: GB |
GBポジションのコメント表示名 |
GS_Max |
50 |
GSの最大ナンピン数 |
Magic_GS |
20260302 |
GSのマジックナンバーID(変更不要) |
Comment_GS |
20260302: GS |
GSポジションのコメント表示名 |
GC_Max |
50 |
GCの最大ナンピン数 |
Magic_GC |
20260303 |
GCのマジックナンバーID(変更不要) |
Comment_GC |
20260303: GC |
GCポジションのコメント表示名 |
■ 安全装置
パラメータ名 |
デフォルト |
説明 |
Max_Drawdown |
30.0 |
DD上限(%)。超えると全ポジション決済 |
Max_Loss_Count |
5 |
連続損失の許容回数。超えるとクールダウン発動 |
Cooldown_Bars |
20 |
クールダウン中のバー数(この間は新規エントリー停止) |
■ 取引情報パネル
パラメータ名 |
デフォルト |
説明 |
Max_Drawdown |
true |
パネル表示ON/OFF |
Max_Loss_Count |
青 |
パネル基本色(1色で自動配色) |
⚠️ 免責事項 過去のバックテスト実績は将来の利益を保証するものではありません。 FX取引にはリスクが伴います。運用は必ず自己責任にてお願いします。
Price:¥25,800 (taxed)
●Payment






Sales from : -
Price:¥25,800 (taxed)
●Payment






Just like discretionary trading, there are those that decide trading and settlement timings by combining indicators, those that repeatedly buy or sell at certain price (pips) intervals, and trading methods that utilize market anomalies or temporal features. The variety is as rich as the methods in discretionary trading.
To categorize simply,
・Scalping (Type where trades are completed within a few minutes to a few hours),
・Day Trading (Type where trades are completed within several hours to about a day),
・Swing Trading (Type where trades are conducted over a relatively long period of about 1 day to 1 week)
・Grid/Martingale Trading (Holding multiple positions at equal or unequal intervals and settling all once a profit is made. Those that gradually increase the lot number are called Martingale.)
・Anomaly EA (Mid-price trading, early morning scalping)
However, a substantial advantage of automated trading is its ability to limit and predict risks beforehand.
[Risk]
Inherent to forex trading are the trading risks that undeniably exist in automated trading as well.
・Lot Size Risk
Increasing the lot size forcibly due to a high winning rate can, in rare instances, depending on the EA, lead to substantial Pips loss when a loss occurs. It is crucial to verify the SL Pips and the number of positions held before operating with an appropriate lot.
・Rapid Market Fluctuation Risk
There are instances where market prices fluctuate rapidly due to index announcements or unforeseen news. System trading does not account for such unpredictable market movements, rendering it incapable of making decisions on whether to settle in advance or abstain from trading. As a countermeasure, utilizing tools that halt the EA based on indicator announcements or the VIX (fear index) is also possible.
[Benefits]
・Operates 24 hours a day
If there is an opportunity, system trading will execute trades on your behalf consistently. It proves to be an extremely convenient tool for those unable to allocate time to trading.
・Trades dispassionately without being swayed by emotions
There is an absence of self-serving rule modifications, a common human tendency, such as increasing the lot size after consecutive losses in discretionary trading or, conversely, hastily securing profits with minimal gains.
・Accessible for beginners
To engage in Forex trading, there is no prerequisite to study; anyone using system trading will achieve the same results.
[Disadvantages]
・Cannot increase trading frequency at will
Since system trading operates based on pre-programmed conditions, depending on the type of EA, it might only execute trades a few times a month.
・Suitability may vary with market conditions
Depending on the trading type of the EA, there are periods more suited to trend trading and periods more suited to contrarian trading, making consistent results across all periods unlikely. While the previous year might have yielded good results, this year's performance might not be as promising, necessitating some level of discretion in determining whether it is an opportune time to operate.
・MT4 (MetaTrader 4. An account needs to be opened with a Forex company that offers MT4.)
・EA (A program for automated trading)
・The operating deposit required to run the EA
・A PC that can run 24 hours or a VPS (Virtual Private Server), where a virtual PC is hosted on a cloud server to run MT4.
Additionally, there are both demo and real accounts available. You can experience trading with virtual money by applying for a demo account. After opening a real account, you select the connection server assigned by the Forex broker, enter the password, and log in to the account.
When you deposit money into your account using the method specified by the forex broker, the funds will be reflected in your MT4 account, and you can trade.
Firstly, download the purchased EA file from your My Page on GogoJungle. You will download a zip (compressed) file, so right-click to extract it and retrieve the file named ‘◯◯◯ (EA name)_A19GAw09 (any 8 alphanumeric characters).ex4’ from inside.
Next, launch MT4 and navigate to ‘File’ → ‘Open Data Folder’ → ‘MQL4’ → ‘Experts’ folder, and place the ex4 file inside. Once done, close MT4 and restart it. Then, go to the upper menu ‘Tools’ → ‘Options’, and under ‘Expert Advisors’, ensure ‘Allow automated trading’ and ‘Allow DLL imports’ are checked, then press OK to close.
The necessary currency pair and time frame for the correct operation of the EA are specified on the EA sales page. Refer to this information and open the chart of the correct currency pair time frame (e.g., USDJPY5M for a USD/Yen 5-minute chart).
Within the menu navigator, under ‘Expert Advisors’, you will find the EA file name you placed earlier. Click to select it, then drag & drop it directly onto the chart to load the EA. Alternatively, you can double-click the EA name to load it onto the selected chart.
If ‘Authentication Success’ appears in the upper left of the chart, the authentication has been successful. To operate the EA, you need to keep your PC running 24 hours. Therefore, either disable the automatic sleep function or host MT4 on a VPS and operate the EA.
If you want to use it with an account other than the authenticated one, you need to reset the registered account.
To reset the account, close the MT4 where the Web authentication is registered, then go to My Page on GogoJungle > Use > Digital Contents > the relevant EA > press the ‘Reset’ button for the registration number, and the registered account will be released.
When the account is in a reset state, using the EA with another MT4 account will register a new account.
Also, you can reset the account an unlimited number of times.
→ Items to Check When EA is Not Operating
1 lot = 100,000 currency units
0.1 lot = 10,000 currency units
0.01 lot = 1,000 currency units
For USD/JPY, 1 lot would mean holding 100,000 dollars.
The margin required to hold lots is determined by the leverage set by the Forex broker.
If the leverage is 25 times, the margin required to hold 10,000 currency units of USD/JPY would be:
10000*109 (※ at a rate of 109 yen per dollar) ÷ 25 = 43,600 yen.
・Risk-Return Ratio: Total Profit and Loss during the period ÷ Maximum Drawdown
・Maximum Drawdown: The largest unrealized loss during the operation period
・Maximum Position Number: This is the maximum number of positions that the EA can theoretically hold at the same time
・TP (Take Profit): The set profit-taking Pips (or specified amount, etc.) in the EA's settings
・SL (Stop Loss): The set maximum loss pips (or specified amount, etc.) in the EA's settings
・Trailing Stop: Instead of settling at a specified Pips, once a certain profit is made, the settlement SL is raised at a certain interval (towards the profit), maximizing the profit. It is a method of settlement.
・Risk-Reward Ratio (Payoff Ratio): Average Profit ÷ Average Loss
・Hedging: Holding both buy and sell positions simultaneously (Some FX companies also have types where hedging is not allowed)
・MT4 Beginner's Guide
・Understanding System Trading Performance (Forward and Backtesting)
・Choosing Your First EA! Calculating Recommended Margin for EAs
・Comparing MT4 Accounts Based on Spread, Swap, and Execution Speed
・What is Web Authentication?
・Checklist for When Your EA Isn't Working




