Auto Trade AI-EURUSD with state-of-the-art AI-equipped high-frequency trading A
- Whole period
- 2 years
- 1 year
- 6 months
- 3 months
- 1 month
Real Performance
※Displays results including swaps and fees
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...
~Features of the AI Equipped~
①A deliberately harsh-learning, rugged AI
This EA places trades based on a model learned and built with the latest optimization algorithms.
Learning uses 22 years of historical data to ensure robustness in training.
In addition, a variable spread is used in learning,by setting the minimum spread value to 3 pips, we recreate a harsher environmentto ensure durability
so that it can withstand any market condition.
②Learning evaluation criteria
In AI learning, it is necessary to provide an evaluation criterion for “what makes a good EA.”
For example, if the criterion is “win rate,” learning will proceed to maximize win rate, but focusing only on win rate can lead to extreme scores like
“1 win and 0 losses per trade.”
Therefore, this EA constructs a composite evaluation metric that emphasizes the following elements and trains accordingly.
1. Total gained pips
A fundamental evaluation metric.
Ultimately, the most important aspect of an EA is “how much profits can be extended.”
Hence, the basic axis of AI learning is the profits obtained.
2. Profit Factor
Profit Factor (total profit ÷ total loss) is also one of the most important factors.
A small PF means large total losses.
With a small PF, certain short periods can skew results toward losses, increasing risk.
Therefore, higher PF is trained to indicate a better EA.
3. Maximum Drawdown
Max DD is also a crucial measure of EA stability.
Maximum DD is calculated as the greatest among DDs not only at the moment of settlement but including positions held.
(computed as “the largest DD among all periods including holding positions”)as described.
In other words, the logic is built to genuinely avoid large drawdowns.
4. Time Efficiency
This is not a common indicator, but an original metric introduced to emphasize stability.
Time efficiency is the measure of how much profit was earned relative to the time a position was held,and the learning aims to maximize this time efficiency.
Often seen in martingale-type or high-win-rate EAs, where profits are realized if a position is held waiting just before a stop-out, it tends to result in idle positions when profits are small.
This metric greatly helps avoid “position holding.”
③Prevention of overfitting
Overfitting is the biggest risk in AI development.
Overfitting means the model adapts too much to historical data from training and cannot respond to new data at all.
Backtests may look good, but in real operation it performs poorly.
In tasks with many random elements like FX, overfitting is particularly likely.
Therefore, this EA does not train on all historical data; instead, it uses validation data separated into training and validation sets.
During learning, only training data is used, and the validation data is used to check for overfitting.
This EA further divides validation data and test data for a two-stage test.
In other words, the latter part of the shown backtests (the green section) are results on unknown data that the AI has not seen. (Approximately 7% of all data is unknown data.)
④How MT4 connects with AI
This EA includes a simplified AI model built-in.
Because of this feature, compared to standard EAs, backtesting takes longer, and the main ex4 file size is larger.
However, installing the EA is simple and can be completed in a few minutes, so please rest assured.
~Backtest result introduction~
Backtests use TickDataSuite data with a variable spread for testing.
It is almost as close to live environments as historical data, and model quality is very high at 99%.
Below isthe result of testing with an initial margin of 1 million JPY and a fixed 0.1 lot.

① Avoiding gradual losses
Maximum DD marks a very low 2.53%.
Also the average winning trade is 982 yen, and the average losing trade is 1,675 yen; although losing trades are larger,
the design prevents risk-reward from deteriorating and avoids losing accumulated profits in one go, steadily increasing profits.
②High PF, high win rate, high trade frequency
This EA also features a high PF, high win rate, and high trade frequency.
PF is 3.95, win rate 87.25%, and number of trades 11,749, boasting results achievable only through AI learning.
On average, around 44 trades per month.
~Trading logic~
The logic is not entirely left to AI; it combines the know-how from previous EAs with AI performance.
The basic logic is contrarian scalping, with finer decisions made by AI.
No further details are disclosed. Please understand.
~Three selectable modes
This EA can select from three modes via parameters: “small profit aiming mode,” “normal mode,” and “high profit aiming mode.” (Default is “Normal mode.”)
In “Small profit aiming mode,” settlements occur with smaller profit margins than in “Normal mode.” The win rate is high and stable, but profits are smaller.
In “High profit aiming mode,” settlements occur with larger profit margins than in “Normal mode.”
Waiting for profits reduces trading frequency and can increase max DD, but targets larger profits.
~Compounding feature~
Below are backtest results using the compounding feature.
To compare with the no-compounding version, the first position is entered at 0.1 lot by adjusting the parameters.
Backtests show that from 1 million JPY, funds grew to 127 million JPY over 22 years.
Also notable is the maximum DD at a very low 4.09%.
This is because the loss amount remains stable over 22 years, so enabling compounding has little impact on overall performance.

~Frequently Asked Questions~
Q. What specs are recommended for the trading environment?
A. A PC or VPS with 3 GB of memory or more is recommended.
Q. Does this EA perform machine learning?
A. The model (the result of learning) built by machine learning (AI) is included.
Q. Can it be used on any timeframe?
A. This EA is for GBPUSD on the 5-minute chart only.
Q. Is installation easy?
A. A clear manual explaining the installation is included.
Q. Should I stop during major news announcements?
A. It is not necessary to stop during news announcements.
Q. Are there any broker restrictions?
A.Available only with brokerages where server time is GMT+3 in summer, GMT+2 in winter.
Also use is prohibited with pro-type brokers, and some proprietary trading brokerages may restrict usage.
Q. Can I use it with multiple brokers?
A. Only one account per purchase. If you want to operate on additional accounts, please consider purchasing separately.
Q. How many positions can I hold?
A. By default, up to 3 positions are held. Hedging is not performed.
The maximum number of positions can be changed via parameters, but 3 positions is recommended by default.
Q. Do you use Martingale or grid averaging?
A. We do not use Martingale (lot size is fixed or determined by compounding).
Default is to hold up to 3 positions, with slight grid averaging adjustments if the price moves unfavorably.
Q. Will the backtest results match real trading?
A. The EA is trained to avoid overfitting to historical results, but during certain periods it may be negative, and future trading results cannot be guaranteed.
The forward test results are also published, so please refer to them as well.
Q. How is the compounding feature calculated?
A. The compounding feature automatically sets the lot size that can be entered based on the risk (percentage) of the excess margin.
For example, if excess margin is 1,000,000 and risk parameter is 1%, the maximum lot size that can be entered with 10,000 units is set.
The exact lot size for each entry is shown in the MT4 Expert Advisor display, so please check.
Q. What is the logic?
A. The fundamental logic is contrarian, but the detailed logic is determined by AI learning.
Q. The trading frequency is low
A. Depending on market conditions, there may be several days without entries.
If you loosen the maximum spread parameter, entries may occur, but this is not recommended for long-term stable operation.
There may also be errors in MT4. Please periodically check the terminal’s Experts tab for errors.
Price: $248.35 (taxed)
¥39,800(taxed)
●Payment
Sales from : 12/07/2025 20:17
Price: $248.35 (taxed)
¥39,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
