Financial business operator Kanto Finance Bureau Director (Financial) No.1960/Member Association Japan Investment Advisers Association Member Number 012-02324

AI single fishing EURJPY

AI single fishing EURJPY Auto Trading
Expert Advisors
MetaTrader 4
Sales from
6/7/2024
Last Updated At
5/30/2024
Version
11.00
My Profile
mao_fx
  • Whole period
  • 2 years
  • 1 year
  • 6 months
  • 3 months
  • 1 month
Profit
686,712JPY
Profit Factor
1.13
Rate of return risk  ?
0.64
Average Profit
83,248JPY
Average Loss
-32,294JPY
Balance  ?
1,686,712JPY
Rate of return (all periods) ?
20.83%
Win Rate
30.43% (63/207)
Maximum Position  ?
2
Maximum Drawdown  ?
27.08% (1,077,360JPY)
Maximum Profit
446,972JPY
Maximum Loss
-112,005JPY
Recommended Margin  ?
3,296,970JPY
Unrealized P/L
-2,736JPY
Deposit  ?
1,000,000JPY
Currency
JPY- Account
Operable Brokers
Usable with MT4-adopting brokers.

Forward testing (Profit)

Product Statistics
Product Comments

Monthly Statistics

2026
2025
2024
2023
2022
  • Jan
  • Feb
  • Mar
  • Apr
  • May
  • Jun
  • Jul
  • Aug
  • Sep
  • Oct
  • Nov
  • Dec

Calendar for Months

About EA's Strategy

Translating...

Currency Pairs
[EUR/JPY]
Trading Style
[Swing Trading]
Maximum Number Position
2
Maximum Lot
10
Chart Time Frame
H1
Maximum Stop Loss
0
Take Profit
0
Straddle Trading
No
Application Type
Metatrader Auto Trading
Other File Usages
No

AI

Single Fishing

EURJPY

 


1.        Overview

AIconducts market analysis, andAIdeveloped most of the source code for thisEA. It does not use martingale or grid strategies and only takes one position at a time. Targeting times of high market volatility, it aims to "single fish" profits from the vast sea of the market.EA.

Positions are taken only once per week for both buying and selling (a total of1 time). There are about2 trades per year.100trades annually.

 

However,8 years of backtesting(Auto Lots mode) shows a profit factor of1.79, recovery factor15.0, maximum drawdown20.60%, and win rate39.10%. Starting with an initial margin of100 million yen, net profit reached1 billion1087 million yen."Over one billion yenEA" has been achieved.

This is anEAthat traders would benefit from having.

Moreover, the "AI Single FishingEA" will be released as a series ofEAs, so please look forward to future releases. We also plan to release versions for bothMT4 andMT5.EA.

 

 

This is an image of fishing profits from the rough waves of the market usingAI.

 

2.        Market Analysis byAI
We usedLLM (Large Language Models) such asChatGPT 4. Initially, we fed1-minute candlestick data for10 years toChatGPT, but it froze due to the large amount of data. While it could read a few dozen rows and start the analysis, it repeatedly showed errors, making progress impossible.
Therefore, we reduced the data to2 years of1-hour data forAIanalysis.
The results are as follows.

Range of Price Fluctuations by Day of the Week
Within the week, Thursday had the highest price fluctuations, followed by Friday. Conversely, Monday had the smallest fluctuations.

Range of Price Fluctuations by Hour

The above graph shows three significant peaks. These correspond to the opening hours of the Tokyo, European, and New York markets, respectively, where trading activity increases and price fluctuations widen. (Using server timeGMT-3. For Japan time (GMT-9), add 6 hours.)
In Japan time, price fluctuations increase at the Tokyo market opening at 9 AM, the European market at 4 PM, and the New York market from 9 PM to 11 PM.


Finding the Optimal Time to Take and Hold Positions

We hadAI analyze the optimal day and hour to take positions and how long to hold them for maximum profit.
 BeforeAI, we manually input data intoExceland used pivot tables to find the optimal solution through trial and error.With

For example,AI quickly tells us that for a buy position, it's best to take the position on Monday at 4 AM and close it after 96 hours.

 

3.        Creating anEA from the Optimal Solution
Next, we haveAI create the source code for theEA.
However, this involved a lot of trial and error.AI, to put it bluntly, is "stupid." Without proper prompts, it makes significant mistakes.ChatGPT also regularly issues the following message:
"ChatGPT may make errors. Please verify important information."
Previously, whenChatGPT 3 was released, we tried generating source code forMT4, but it was entirely unusable as is. However, withChatGPT 4, improvements have been made daily, making it quite usable.

 AI generates code - error occursAI instructed to fix error

AI generates revised code - error occursAI instructed to revise error again

This process repeats endlessly, sometimes trapping you in a negative spiral loop.AI doesn't fully understand the logic; it just provides seemingly relevant answers from its language model. The prompter must correctly grasp and convey the logic toAI.

After much trial and error, theEA compilation errors were resolved, but running theEA sometimes resulted in unexpected behavior. Overall, creatingEAs withAI can significantly reduce labor, depending on its usage.

This"AI Single FishingEA" uses over90% of its source code generated byAI. The remaining10% was manually corrected.

 

4.        EA Settings Parameters


 [Enable Buy Trade]and[Enable Sell Trade] can be independently turned on/off. To conduct only buy trades, set[Enable Sell Trade] tofalse. If both buy and sell are set tofalse, no trades will be conducted.

[Enable Auto Lot] Setting this totrue enables automatic lot sizing. For fixed lot trading, set this tofalse.false.

[Fixed Lot Size]If[Enable Auto Lot] is set tofalse, trades are conducted at the specified fixed lot size.

 [Maximum Loss Percentage]  SL values and automatic lot calculations are based on this maximum loss percentage setting. (Default is1.8%)

 [Minimum Maintenance Margin Percentage] SL values, if too small, may result in excessively large lot sizes during automatic lot calculation. Set the minimum maintenance margin percentage here.

Even for fixed lot trading, if the specified lot size is too large, the system automatically reduces the lot size to maintain the specified margin percentage.

 [SL/TP Enable]Setting for enabling stop loss and take profit. Usually set totrue.

  [Buy Stop loss]Stop loss value for buy trades (point)

  [Buy Take profit]Take profit value for buy trades (point)

  [Sell Stop loss]Stop loss value for sell trades (point)

  [Sell Take profit]Take profit value for sell trades (point)
[
Enable Trailing Stop]Enables trailing stopon/off

[Profit Margin to Start Trailing]Trailing starts once the profit exceeds this value.(point)

[Trailing Width]Set the width of the trailing stop.(point)
For buy trades, setSL below the current rate; for sell trades, set it above the current rate.

[Trailing Increment]A newSL is set once the rate moves away by this increment. No trailing is done for smaller rate movements.

Setting the trailing increment to 0 may cause updates to occur for every tick.

  [Enable Recent Win Rate Factor] InAuto_Lots mode, enabling this adjusts the lot size based on the recent win rate. In fixed lot mode (Auto_Lots=false), this feature is disabled regardless of the setting.Auto_Lots=false), this feature is disabled regardless of the setting.

[Recent Win Rate Calculation Range]Specify the number of recent trades to be considered, ranging from 1 to20.

[Expected Average Win Rate]Specify the average win rate for long-term trading. If the short-term win rate is higher (or lower) than this rate, the lot size is adjusted accordingly.

[Multiplier Factor Based on Recent Win Rate]


 

 


 

        

    

    

   

    

    

    

    

    
    


  


 

 

        

 

 

      

    

    

   

    


 

 

 

        






 

 

 




        


 

        

 

 

    

    

    

    

    

     



 

 

 

  


¥6,000 coupon available.
The coupon will expire in 4 days.
×
Sales from :  06/07/2024 01:28
Purchased :  0 times

Price: $625.53 (taxed)

¥99,800(taxed)

Provider/Distributor:
Sales site:

Payment

Master VISA JCB
Forward Test
Back Test

Sales from :  06/07/2024 01:28
Purchased :  0 times

Price: $625.53 (taxed)

¥99,800(taxed)

Provider/Distributor:
Sales site:

Payment

Master VISA JCB
About Forex Automated Trading
Forex Automated Trading refers to trading that is automated through programming, incorporating predetermined trading and settlement rules. There are various methods to conduct automated trading, but at GogoJungle, we deal with Experts Advisors (hereinafter referred to as EA) that operate on a trading platform called MT4.
There are various types of EAs (Expert Advisors) for different trading types that can be used on MT4.
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)

When engaging in Forex, there are risks in automated trading just as there are in discretionary trading.
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.
The requirements for operating automated trading (EA) on MT4 are as follows:
・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.
If you open an account with a forex broker that supports MT4, you can use MT4 as provided by that forex broker. MT4 is a stand-alone type of software that needs to be installed on your computer, so you download the program file from the website of the FX company where you opened the account and install it on your computer.

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.
To set up an EA when you purchase it through GogoJungle, follow the steps below:
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.
EAs from GogoJungle can be used with one real account and one demo account per 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.
If you encounter an error with Web authentication, or if the EA is trading on GogoJungle's forward performance page but not on your own account, there could be various reasons. For more details, please refer to the following link:
 → Items to Check When EA is Not Operating
In Forex trading, the size of a lot is usually:

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.
・Profit Factor: Total Profit ÷ Total Loss
・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)