Three_Brains_USDJPY(H1)
- 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...
自動売買システム(EA)仕様書・取扱説明書
システム名称: Three_Brains_USDJPY(H1)
作成日: 2026年6月9日
対象プラットフォーム: MetaTrader 4 (MT4)
1. 概要
本システムは、1つのEA内に、異なる時間足やテクニカル指標を用いた3つの独立した取引ロジック(ストラテジー)を搭載しており、それぞれが独自のマジックナンバーで稼働します。また、注文処理の安定性を高めるため「OrderReliable」ライブラリを内蔵しています。
2. 基本仕様
対象通貨ペア: USDJPY(※一部ロジックで明示的にUSDJPYのH4データを参照)
メイン時間足: H1(1時間足)
最大ポジション数: 制限なし(デフォルト設定 MaxTradesPerDay = 0)
注文方式: 全てストップ注文(逆指値注文)によるブレイクアウト手法
スリッページ許容設定: エントリー時 5 pips / 決済時 0 pips
3. 搭載インジケータおよびテクニカル指標
本EAでは、環境認識およびエントリトリガーとして以下の指標を採用しています。
WaveTrend (ウェーブトレンド)
対象: ストラテジー1(H4)
パラメータ: チャンネル期間14/9、平均期間21
用途: オシレーターのしきい値判定による相場の過熱感・方向性の確認。
ADX (Average Directional Movement Index)
対象: ストラテジー1(H4)
パラメータ: 期間14
用途: +DI / -DIラインの反転(底打ち)をエントリートリガーとして使用。
SMA (単純移動平均線)
対象: ストラテジー2、ストラテジー3(H1)
パラメータ: 期間200(終値適用)
用途: トレンドフィルター。「終値が200SMAより下=ダウントレンド(買い目線)」「終値が200SMAより上=アップトレンド(売り目線)」という反転狙いの環境認識に使用。
Parabolic SAR (パラボリックSAR)
対象: ストラテジー2、ストラテジー3(H1)
パラメータ: Step 0.01/0.02, Max 0.10
用途: 現在価格との位置関係による短期的なトレンド転換の確認。
一目均衡表 (Ichimoku)
対象: ストラテジー2(H1)
パラメータ: 転換線134、基準線138、先行スパン52
用途: 長期設定の転換線の値をベースにしたストップ注文価格の算出。
ATR (Average True Range)
対象: ストラテジー2、ストラテジー3(H1)
パラメータ: 期間10, 14, 30, 40, 115
用途: 注文価格の算出、利確幅(テイクプロフィット)の決定、トレーリングストップの追従幅および発動条件の動的計算。
プライスアクション(期間高値・安値)
対象: ストラテジー1(日足)、ストラテジー3(H1)
用途: 「3日前の日足高値/安値」や「過去10バーの最高値/最安値」を基準としたブレイクアウト価格の設定。
4. 取引ロジック仕様(3つのストラテジー)
本システムは以下の3つのロジックで構成されています。
【ストラテジー1】(マジックナンバー:606091101)
4時間足(H4)のオシレーターと日足(D1)のブレイクアウトを組み合わせたロジックです。
買い条件: H4 WaveTrend(14,21) < 2.6、かつ H4 WaveTrend(9,21) < 2.2、かつ H4 ADX -DIが反転上昇。
売り条件: H4 WaveTrend(14,21) > -2.6、かつ H4 WaveTrend(9,21) > -2.2、かつ H4 ADX +DIが反転上昇。
エントリー注文: 3日前の日足高値(買い)/安値(売り)にストップ注文。
決済ルール: 利確 75 pips / 損切 50 pips / 時間経過決済(67時間後)。
【ストラテジー2】(マジックナンバー:606091102)
1時間足(H1)の200SMAに対する逆張り方向への反転を狙うロジックです。
買い条件: 終値が200SMAより下、かつ Bid価格がSAR(0.01, 0.1)より上。
売り条件: 終値が200SMAより上、かつ Bid価格がSAR(0.01, 0.1)より下。
エントリー注文: 一目均衡表の転換線 ± (2.6 × ATR(30)) にストップ注文。
決済ルール: 利確 75 pips / 損切 60 pips / 時間経過決済(82時間後)。
トレーリング: 利益が「ATR(115) × 1.6」に達した場合、「ATR(10) × 1.9」の幅で追従。
【ストラテジー3】(マジックナンバー:606091103)
過去10バーの高値・安値を基準としたATRブレイクアウトロジックです。
買い条件: 終値が200SMAより下、かつ Bid価格がSAR(0.02, 0.1)より上。
売り条件: 終値が200SMAより上、かつ Bid価格がSAR(0.02, 0.1)より下。
エントリー注文: 過去10バーの最高値/最安値 ± (2.6 × ATR(40)) にストップ注文。
決済ルール: 利確「ATR(14) × 2.9」幅 / 損切 70 pips / 時間経過決済(124時間後)。
トレーリング: 利益が 40 pips に達した場合、100 pips の幅で追従。
5. 共通設定・資金管理機能
取引ロット数: 固定ロット(初期値: 0.1ロット)
金曜日強制決済(Exit On Friday): 週末の持ち越しリスクを回避するため、金曜日の指定サーバー時間(初期値: 20:40)に全保有ポジションを自動的に決済します。
週末取引制限: デフォルトでは無効に設定されています。
日時決済(EOD Exit): デフォルトでは無効に設定されています。
6. パラメータ設定一覧
MT4のプロパティ画面から変更可能な主なパラメータです。
使用インジケータ一覧
1. WaveTrend (ウェーブトレンド)
対象ロジック: ストラテジー1(マジックナンバー: 606091101)
パラメータ: チャンネル期間 14 および 9、平均期間 21
時間足: H4(4時間足)
用途: メインのオシレーターとして使用。一定のしきい値(2.6や2.2など)を上回っているか・下回っているかで、相場の過熱感やエントリー方向を判定しています。(※StrategyQuantのカスタムインジケータ SqWaveTrend を呼び出しています)
2. ADX (Average Directional Movement Index)
対象ロジック: ストラテジー1
パラメータ: 期間 14
時間足: H4(4時間足)
用途: +DI ラインおよび -DI ラインを使用しています。「DIラインが下落から上昇に転じた(底打ちした)」タイミングをエントリーのトリガー条件の一つとしています。
3. SMA (単純移動平均線)
対象ロジック: ストラテジー2、ストラテジー3
パラメータ: 期間 200、適用価格 Close(終値)
時間足: H1(1時間足)
用途: 全体的なトレンド・フィルターとして使用。「終値が200SMAより下なら買い目線(ダウントレンドからの反転狙い)」、「上なら売り目線」という判定(sqIsDowntrend / sqIsUptrend 関数)の内部で動いています。
4. パラボリック SAR (Parabolic Stop and Reverse)
対象ロジック: ストラテジー2、ストラテジー3
パラメータ:
ストラテジー2: ステップ 0.01、最大値 0.10
ストラテジー3: ステップ 0.02、最大値 0.10
時間足: H1(1時間足)
用途: 短期的なトレンド転換の確認として使用。現在の価格(Bid)がパラボリックSARの点より上にあるか下にあるかを判定条件にしています。
5. 一目均衡表 (Ichimoku Kinko Hyo)
対象ロジック: ストラテジー2
パラメータ: 転換線 134、基準線 138、先行スパン 52
時間足: H1(1時間足)
用途: 「転換線(Tenkan-sen)」の値を基準価格として取得し、そこからストップ注文(逆指値)の価格を計算するために使われています。一般的な設定(9, 26, 52)とは異なる、非常に長期の独自パラメータが設定されています。
6. ATR (Average True Range)
対象ロジック: ストラテジー2、ストラテジー3
パラメータ: 期間 10, 14, 30, 40, 115
時間足: H1(1時間足)
用途: 相場のボラティリティ(変動幅)に合わせて、以下のように幅広く計算式に組み込まれています。
注文価格の計算: 「一目均衡表の転換線 + ATR(30)の2.6倍」など。
利確幅の設定: ATR(14)の2.9倍幅で決済するなど。
トレーリングストップ: トレーリングの発動条件(ATR(115)ベース)や、ストップの追従幅(ATR(10)ベース)の計算。
7. プライスアクション系(高値・安値)
標準のインジケータではありませんが、チャート上の特定の価格をインジケータのように計算に用いています。
日足(D1)の3日前の高値・安値: ストラテジー1のエントリー注文価格として使用。
8.プロパティ設定
The coupon expires today.
The coupon expires today.
●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
