Breakout Trading USDJPY
- 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
【EAの説明】 トレードする時間帯は、東京時間の午後から欧州時間が終わるまでです。 直近の高値と安値を更新したタイミングでエントリーします。 ブレイクアウト時の勢いがある時だけエントリーします。 経済指標などの突発的な値動きが発生した時は、エントリーを見送ります。
高値ラインのレンジブレイクからのロングエントリー
安値ラインのレンジブレイクからのショートエントリー
【基本仕様】 ・USDJPYに対応していますが、他の通貨ペアでも動きます。 ・直近の高値と安値を拾う期間を自由に変えることができます。 ・トレード回数は年間250回程度です。 ・ストップロス設定で損失が限定されます。 ・1分足と5分足で動作します。 ・他のEAとの同時稼働可能。 ・マジックナンバーは他のEAと被らないように設定してください。 【売買ロジック】 直近の高値と安値の値を元に売買判断しています。 1分足のデフォルト設定では600本(10時間)前から最近の値を参照、5分足では120本(10時間)となります。 ある程度勢いがある状態でレンジブレイクした時に順張り方向にエントリーします。 デフォルト設定では、指標発表のある時間帯(00分とか15分とか30分)前後にレンジブレイクした場合は、エントリーを見送ります。 トレードする曜日と時間はプロパティ設定で変更できます。 週末リスクを避ける場合は、WeekendClose設定を「true」に設定してください。
指標発表直後もトレードする設定の場合
指標発表直後はエントリーを見送る設定(デフォルト設定)
デフォルト設定での5分足チャートのバックテスト結果
■裁量モードについて プロパティ設定でDiscretionary_Tradingをtrueにすることで、自動売買は行われなくなります。 その代わり、レンジブレイクの値を手動で指定できるようになります。 例:現在のドル円レートが128円の時に、129円以上になったらロング、127円以下になったらショートする場合の設定方法。 LongPositionRequest = 129.00;// レートが上の時にロング ShortPositionRequest = 127.00;// レートが下の時にショート デフォルト設定では、自動売買モードになっているので、上記の設定は無効となります。 裁量モードで運用する場合のみレートを設定することで、自動エントリーしてくれます。 ストップとリミット注文は、自動売買モードと共通です。 ストップとリミットの値を変更する場合は、プロパティ設定から変更できます。 ■トレードする時間帯 サーバー時間の7:00~17:59にトレードします。 日本時間(冬)14:00~24:59 日本時間(夏)13:00~23:59 トレードする時間帯はプロパティ設定で変更できます。 ■□■□■□■□■ プロパティ設定 ■□■□■□■□■
Magic = 45493;// EA識別用マジックナンバー Lots = 0.1;// ロット数 1.0=10万通貨 0.1=1万通貨 0.01=1千通貨 StopLossRequest = 0.5;// ストップ注文 0.5=50pips 1.0=100pips 10=1000pips(目安0.1~0.5) TakeProfitRequest = 1.6;// リミット注文 0.5=50pips 1.0=100pips 10=1000pips(目安1.5~3.0) Index_Period = 10;//何時間前までの高値安値を拾うか指定(例:10で10時間前) Slippage = 1;// 許容スリップ MaxSpread = 30;// 許容スプレッド BidとAskの値の差を入力 例30⇒3pips Economic_Indicators = false; //経済指標発表直後にエントリーするtrue、エントリーしないfalse Discretionary_Trading = false; //裁量トレードモードにするtrue 自動売買モードにするfalse LongPositionRequest = 150.00;// 指定した値よりレートが上の時にロング ShortPositionRequest = 130.00;// 指定した値よりレートが下の時にショート bool Scalping_Mode = false; // スキャルピングモードを有効にするtrue デイトレモードにするfalse CommentOnOff = true; // チャート画面のコメント 表示true 表示しないfalse
Monday = true; // 月曜日に新規エントリーするtrue しないfalse Tuesday = true; // 火曜日に新規エントリーするtrue しないfalse Wednesday = true; // 水曜日に新規エントリーするtrue しないfalse Thursday = true; // 木曜日に新規エントリーするtrue しないfalse Friday = true; // 金曜日に新規エントリーするtrue しないfalse WeekendClose = false; // 週末強制クローズ設定 週末に強制決済するtrue しないfalse TimeHour0 = false; // サーバー時間の0時にエントリーするtrue しないfalse TimeHour1 = false; // サーバー時間の1時にエントリーするtrue しないfalse TimeHour2 = false; // サーバー時間の2時にエントリーするtrue しないfalse TimeHour3 = false; // サーバー時間の3時にエントリーするtrue しないfalse TimeHour4 = false; // サーバー時間の4時にエントリーするtrue しないfalse TimeHour5 = false; // サーバー時間の5時にエントリーするtrue しないfalse TimeHour6 = false; // サーバー時間の6時にエントリーするtrue しないfalse TimeHour7 = true; // サーバー時間の7時にエントリーするtrue しないfalse TimeHour8 = true; // サーバー時間の8時にエントリーするtrue しないfalse TimeHour9 = true; // サーバー時間の9時にエントリーするtrue しないfalse TimeHour10 = true; // サーバー時間の10時にエントリーするtrue しないfalse TimeHour11 = true; // サーバー時間の11時にエントリーするtrue しないfalse TimeHour12 = true; // サーバー時間の12時にエントリーするtrue しないfalse TimeHour13 = true; // サーバー時間の13時にエントリーするtrue しないfalse TimeHour14 = true; // サーバー時間の14時にエントリーするtrue しないfalse TimeHour15 = true; // サーバー時間の15時にエントリーするtrue しないfalse TimeHour16 = true; // サーバー時間の16時にエントリーするtrue しないfalse TimeHour17 = true; // サーバー時間の17時にエントリーするtrue しないfalse TimeHour18 = false; // サーバー時間の18時にエントリーするtrue しないfalse TimeHour19 = false; // サーバー時間の19時にエントリーするtrue しないfalse TimeHour20 = false; // サーバー時間の20時にエントリーするtrue しないfalse TimeHour21 = false; // サーバー時間の21時にエントリーするtrue しないfalse TimeHour22 = false; // サーバー時間の22時にエントリーするtrue しないfalse TimeHour23 = false; // サーバー時間の23時にエントリーするtrue しないfalse ※上記の時間設定はGMT+2(冬)/+3(夏)の最適な設定です。 【バージョンアップ履歴】最新バージョン1.01 1、週末クローズ設定の追加(プロパティで週末に強制決済するtrue しないfalse) 金曜日の22:40~(夏時間)23:40~(冬時間)にポジションを強制決済します。月曜日の朝8:00まで新規のオーダーは行いません。 2、新規エントリー回数の上限設定の追加 本EAでは、証拠金不足等で新規エントリーの無限ループが行われた際の、エラー回避機能を実装致しております。 短時間で30回以上注文が行われると保護機能が働き、それ以上新規のエントリーは行われなくなります。 プログラム内の回数リセットタイミングはサーバー時間の4:00(日本時間の10:00~11:00)と、11:00(日本時間の17:00~18:00)と、18:00(日本時間の24:00~1:00)の3回です。 3、スプレッドが広がったときに注文を出さない設定を追加しました。 許容スプレッド BidとAskの値の差を入力 例50⇒5pips デフォルト MaxSpread = 30 4、エントリーする時間帯と曜日を選べるようにしました。 5、裁量モードに対応しました。 裁量モードか自動売買モードか選べます。
Price:¥30,000 (taxed)
●Payment







Forward Test
FX Trade Financial Demo Account(Actual results may vary depending on circumstances, such as broker/customer's operating environment)
Open Date | Symbol | Buy/Sell | Open Price | S/L | T/P | Close Date | Close Price | Lots | Commission | Taxes | Swap | Net Profit | Profit/Loss |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Data is unavailable |
Sales from : 07/25/2023 02:41
Price:¥30,000 (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