【New Project Announcement】The era is MT5. We will convert and test 5,000+ TradingView strategies into EAs.
Hello, it’s Masayan.
This time, we have an announcement about a new project and an important notice for the era of migrating to MT5.
There are three main points I want to convey today.
First,
a new project to convert and backtest more than 5,000 Strategy published on TradingView into MT4/MT5 EAs.
Second,
a free distribution of a trade performance management tool for EA operators as migration to MT5 progresses.
Third,
plans to sell new EAs “GMMA Trend MT5” and “Grid Rush MT5”.
If you are running automated trading, considering the move from MT4 to MT5, or looking for a logic that can succeed in future markets, please read to the end.
New project announcement: We will convert and verify over 5,000 TradingView Strategies into EAs
Number one is.
We are launching a new verification project this time.
That is,
a project to convert and backtest more than 5,000 TradingView Strategies into MT4/MT5 EAs.
In TradingView, a Strategy is basically an EA with built-in buy/sell rules.
The entry conditions, exit conditions, stop loss, take profit, and other logic are written in Pine Script.
We are in the era of AI vibe coding now.
In the past, porting buy/sell logic written in Pine Script to MQL4 or MQL5 required considerable programming knowledge and time.
But now, by using AI agents like ChatGPT or Codex, Pine Script logic can be transformed into EA code for MT4/MT5 and backtested.
Of course, it is dangerous to use AI-generated code as-is in live trading.
There are many items to check, such as bug handling, error handling, misalignment of buy/sell conditions, lot calculation, settlement processing, and more.
Nevertheless, as a prototype for backtest verification, AI is a very powerful tool for creating EAs.
Aim: Find logic that works even in Trump-style markets
In this project, we target markets that have continued from 2025 to 2026, commonly called theTrump marketto find logic that works there.
In the Trump tariff market that started on April 2, 2025, both trend-following and counter-trend EAs faced very harsh conditions.
Not a trend.
Not in a range.
Only volatility was large, with no clear direction.
In such markets, even EAs that performed well in backtests can easily collapse.
Trend-following EAs reverse and hit stop loss the moment they think a breakout happened.
Counter-trend EAs move further in one direction when they think prices have gone too far, expanding drawdown.
It was truly a very difficult market for EAs.
Furthermore, 2026 also remains a volatile market.
That’s why I thought there might be a logic that works even in such extraordinary markets among the 5,000+ strategies created by traders around the world, and I decided to start this verification project.
Of course, not all logic will be usable.
But with 5,000+ strategies, there could be 10 or 20 interesting logics that withstand long-term backtests.
Whether a Holy Grail EA will be found is unknown.
However, I believe there is a possibility of finding Holy Grail-like logic in certain markets (Trump market or AI market).
This blog and Investment Navigator+ will not post external TradingView links
Here is an important note.
Under Gogojian’s Investment Navigator+ terms, external links to TradingView cannot be posted within articles.
Therefore, when introducing excellent strategies in this project in the future, we will not post TradingView URLs directly, butinstead present the strategy name.
If you have a TradingView account, you can search for the introduced strategy name within TradingView to locate the corresponding strategy and copy the code.
From TradingView’s strategy search results, you can check and download the public code.
However, usage conditions for the strategy code must comply with TradingView’s rules.
We will publish only verification results
We cannot publish or distribute Pine Script logic from TradingView exactly as-is as MT4/MT5 EA code.
This is due to TradingView’s terms and consideration for the original script authors.
Therefore, in this project, using TradingView strategies as references, we will create verification EAs for MT4/MT5, andwhat we will publish is solely backtest results and verification details.
We are not publishing the EA code itself.
If an excellent performing strategy is found, instead of porting the original logic as-is, we will reconsider timeframes, filters, entry/exit conditions, internal logic, and so on, and develop a separate logic and sell it as an MT5 EA on Gogojungle.
The era is MT5
Next is the migration to MT5.
Now migration from MT4 to MT5 has progressed considerably.
Some brokers have already announced the narrowing or ending of MT4 services, and MT5 EA operation is becoming the standard flow.
Additionally, FXTF has announced an MT5 release plan, and even among domestic brokers, MT5 support is increasing.
Of course, MT4 remains a very important platform with many EAs running.
However, if you are thinking about future EA development and long-term operation, MT5 support is an unavoidable theme.
What becomes important with MT5 migration is management of trade history
As you migrate to MT5, what becomes important for EA operators is
how to manage trade history
.
When you run multiple EAs, you may think:
・Is this EA really profitable?
・Do you want to see results by magic number?
・Do you want to categorize profit and loss by EA name or settings?
・Do you want to分析 trade history with AI?
So this time I have created the MT5 trade performance management tool
TradeHistorySyncMT5and released it for free.
You can download from the article link below
https://www.gogojungle.co.jp/finance/navi/articles/115391
TradeHistorySyncMT5 sends MT5 trading history to a rental server’s PHP, saving it as a CSV.
On the MT5 side, it operates as an EA, but it does not execute any trades.
It is a helper tool that reads trading history and sends it to the server.
On the server’s management screen, you can view a list of trades, and check performance by year/month, currency pair, and magic number.
Furthermore, by registering API keys for ChatGPT, Gemini, Grok, etc., you can have the AI analyze the saved trade results.
For those who want to manage performance by EA or organize profit and loss by magic number, this tool is quite convenient.
Download is free.
However, you will need a rental server with PHP to use it.
Server setup, PHP file installation, MT5 WebRequest settings, and AI API key issuance must be done by the user.
About the new EA “GMMA Trend MT5”
And third,
Gogojungle plans to release a new EA, the first in about a year for me.
First,
GMMA Trend MT5.
This EA includes,
Mode 1: Golden Cross
Mode 2: Perfect Order
Mode 3: Trend determination by GMMA
This consolidates these three logics into one EA.
GMMA uses 12 moving averages in total (6 short-term and 6 long-term) to assess trend direction and momentum.
GMMA Trend MT5 is a trend-following EA using moving averages.
A key feature is that each of the three logics is assigned its own magic number.
Therefore, by looking at trade history, you can easily see which logic is profitable and which is struggling.
You can run just one logic or all three simultaneously.
However, in the currently scheduled version 1.02, there is no option to run two and stop one.
If you have logics you don’t want to run much, please run them at the minimum lot size, e.g., 0.01.
Future updates may add more features.
About the new EA “Grid Rush MT5”
The other one is,
Grid Rush MT5.
This is an anti-trend grid averaging EA focused on EUR/USD.
We ported the logic that was operating on MT4 to MT5 and further evolved it.
While MT4 version could hold up to 3 positions, the MT5 version can hold up to 10 positions at once.
Grid Rush is a strategy that goes short on a rise and long on a drop via counter-trend hedging.
However, because it is a counter-trend averaging type, it tends to incur larger losses when EUR/USD makes a strong one-way move.
Therefore in this MT5 version, we have redesigned the averaging range and position sizing to better handle deeper swings.
Win rate is roughly over 60%.
In my portfolio for the future,
Trend-following GMMA Trend MT5
and
Counter-trend Grid Rush MT5
will be the two main EAs for live trading.
We will also report performance as it happens.
https://www.gogojungle.co.jp/users/626040/realtrade
The most exciting project: verifying 5,000+ Strategies (logics)
Personally, the project I am most looking forward to is converting 5,000+ TradingView Strategies into EAs for verification.
This is quite a dream.
Manually converting 5,000+ Strategies is not realistic.
But by using AI agents, the Pine Script code can be read by AI and transformed into EAs for MT4/MT5, with backtests performed.
Of course, it is not easy.
AI-converted code may contain errors, and it may not behave identically to the original Pine Script.
Therefore, ultimately, a human will review, look at backtest results, and judge whether the logic has merit.
Going forward, I will use AI agents (Codex) to convert Pine Script into EAs for backtesting, and share the promising logics with everyone through this blog.
Investment Navigator+ will not post external links to TradingView and will focus on strategy names and verification results.
If you have a TradingView account, please search for the introduced strategy name to confirm for yourself.
Summary
Today, I announced three items.
First,
a new project to convert and backtest more than 5,000 TradingView Strategies into MT4/MT5 EAs.
Second,
the free trade performance management tool TradeHistorySyncMT5 for MT5 migration.
Third,
an introduction to the new EAs “GMMA Trend MT5” and “Grid Rush MT5”.