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...
Automated trading system (EA) Specification and User Manual
System name: Three_Brains_USDJPY(H1)
Creation date: June 9, 2026
Target platform: MetaTrader 4 (MT4)
1. Overview
This system contains three independent trading logics (strategies) within a single EA, each operating with its own unique magic number, and uses different timeframes and technical indicators. To enhance order processing stability, it includes an embedded OrderReliable library.
2. Basic specifications
Target currency pair: USDJPY (Note: some logics explicitly reference USDJPY H4 data)
Main timeframe: H1 (1-hour chart)
Maximum number of positions: No limit (default setting MaxTradesPerDay = 0)
Order type: All stop orders (stop-loss) breakout method
Slippage tolerance: Entry 5 pips / Exit 0 pips
3. Included indicators and technical tools
This EA adopts the following indicators for market awareness and entry triggers.
WaveTrend (Wave Trend)
Target: Strategy 1 (H4)
Parameters: Channel period 14/9, Moving average period 21
Usage: Determines market overheating and direction via oscillator threshold judgments.
ADX (Average Directional Movement Index)
Target: Strategy 1 (H4)
Parameters: Period 14
Usage: Uses +DI / -DI line reversals (bottoming) as an entry trigger.
SMA (Simple Moving Average)
Target: Strategy 2, Strategy 3 (H1)
Parameters: Period 200 (applies to close)
Usage: Trend filter. Used to identify reversal-oriented context (close below 200SMA = downtrend / buy bias; close above 200SMA = uptrend / sell bias).
Parabolic SAR
Target: Strategy 2, Strategy 3 (H1)
Parameters: Step 0.01/0.02, Max 0.10
Usage: Confirms short-term trend reversals based on position relative to current price.
Ichimoku Kinko Hyo
Target: Strategy 2 (H1)
Parameters: Tenkan-sen 134, Kijun-sen 138, Senkou Span B 52
Usage: Calculates stop order price based on the longer-term Tenkan-sen value.
ATR (Average True Range)
Target: Strategy 2, Strategy 3 (H1)
Parameters: Periods 10, 14, 30, 40, 115
Usage: Dynamic calculations for order price, take profit, trailing stop, and activation conditions based on market volatility.
Price Action (period highs/lows)
Target: Strategy 1 (D1) / Strategy 3 (H1)
Usage: Sets breakout prices based on the previous 3 days’ highs/lows and the past 10 bars’ highs/lows.
4. Trading Logic Specifications (three strategies)
This system comprises the following three logics.
【Strategy 1】 (MagicNumber: 606091101)
A logic combining a 4-hour (H4) oscillator with a daily (D1) breakout.
Buy condition: H4 WaveTrend(14,21) < 2.6, and H4 WaveTrend(9,21) < 2.2, and H4 ADX -DI reverses upward.
Sell condition: H4 WaveTrend(14,21) > -2.6, and H4 WaveTrend(9,21) > -2.2, and H4 ADX +DI reverses upward.
Entry order: Stop orders at the 3 days-ago daily high (buy) / low (sell).
Settlement rules: Take profit 75 pips / Stop loss 50 pips / Time-based exit (after 67 hours).
【Strategy 2】 (MagicNumber: 606091102)
This is a mean-reversion logic targeting the reverse direction against the 200SMA on the 1-hour chart (H1).
Buy condition: Close below the 200SMA and Bid price above SAR(0.01, 0.1).
Sell condition: Close above the 200SMA and Bid price below SAR(0.01, 0.1).
Entry orders: Stop orders at the conversion line of Ichimoku ± (2.6 × ATR(30)).
Settlement rules: Take profit 75 pips / Stop loss 60 pips / Time-based exit (82 hours).
Trailing: When profit reaches “ATR(115) × 1.6”, trail by a width of “ATR(10) × 1.9”.
【Strategy 3】 (MagicNumber: 606091103
ATR breakout logic based on the high/low of the past 10 bars.
Buy condition: Close below the 200SMA and Bid price above SAR(0.02, 0.1).
Sell condition: Close above the 200SMA and Bid price below SAR(0.02, 0.1).
Entry orders: Stop orders at the past 10 bars’ high/low ± (2.6 × ATR(40)).
Settlement rules: Take profit “ATR(14) × 2.9” width / Stop loss 70 pips / Time-based exit (124 hours).
Trailing: If profit reaches 40 pips, trail by 100 pips.
5. Common settings and money management features
Trading lot size: Fixed lot (initial value: 0.1 lots)
Friday forced exit: To avoid weekend carry risk, all open positions are automatically closed at a specified server time on Friday (default: 20:40).
Weekend trading restriction: Disabled by default.
End-of-day exit (EOD Exit): Disabled by default.
6. Parameter settings list
Main parameters that can be changed from MT4 properties screen.
List of used indicators
1. WaveTrend (Wave Trend)
Target logic: Strategy 1 (MagicNumber: 606091101)
Parameters: Channel periods 14 and 9, moving average period 21
Timeframe: H4 (4-hour)
Usage: Used as the main oscillator. It determines entry direction and market overheating by whether thresholds like 2.6 and 2.2 are exceeded or not. (Calls a custom indicator SqWaveTrend from StrategyQuant)
2. ADX (Average Directional Movement Index)
Target logic: Strategy 1
Parameters: Period 14
Timeframe: H4 (4-hour)
Usage: Uses +DI and -DI lines. The moment when the DI line turns from decreasing to increasing (bottoming) is one of the entry triggers.
3. SMA (Simple Moving Average)
Target logic: Strategy 2, Strategy 3
Parameters: Period 200, applied to Close
Timeframe: H1 (1-hour)
Usage: Used as an overall trend filter. Internal logic (sqIsDowntrend / sqIsUptrend) determines “buy” (downtrend reversal) or “sell” bias when close is below/above 200SMA.
4. Parabolic SAR
Target logic: Strategy 2, Strategy 3
Parameters:
Strategy 2: Step 0.01, Max 0.10
Strategy 3: Step 0.02, Max 0.10
Timeframe: H1 (1-hour)
Usage: Used to confirm short-term trend reversals. The current price (Bid) is tested against the Parabolic SAR point.
5. Ichimoku Kinko Hyo
Target logic: Strategy 2
Parameters: Tenkan-sen 134, Kijun-sen 138, Senkou Span B 52
Timeframe: H1 (1-hour)
Usage: Calculates stop prices using the Tenkan-sen value as the base. It uses a much longer parameter set than the standard (9, 26, 52).
6. ATR (Average True Range)
Target logic: Strategy 2, Strategy 3
Parameters: Periods 10, 14, 30, 40, 115
Timeframe: H1 (1-hour)
Usage: Integrates into price calculations and dynamic decision-making for stop losses, take profits, and trailing stops based on volatility.
Order price calculation: Example - Ichimoku conversion line + 2.6 × ATR(30)
Take-profit width: 2.9 × ATR(14)
Trailing stop: Trailing activation condition (based on ATR(115)) and trailing width (based on ATR(10)).
7. Price Action-based (highs and lows)
Not a standard indicator, but certain charted price levels are used as inputs for calculations, similar to indicators.
Daily high/low 3 days ago: Used as the entry price for Strategy 1.
8. Property settings
The coupon expires today.
Price: $209.96 (taxed)
¥34,000(taxed)
●Payment
Sales from : 06/28/2026 21:38
Price: $209.96 (taxed)
¥34,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
