Release of AI trading demo version! Supports ChatGPT, Gemini, and Grok; you can copy the source code in full!
Hello, I’m Masayan.
This time,we have prepared a public page for the demo version of AI trading source code.
The program to be released this time isa demo version of an FX-oriented AI trading system.
Moreover, this time,we will publicly release the source code that supports the three AIs: ChatGPT, Gemini, and Grokin full.Please note that an API key with a paid plan is required to use it. Please issue at least one of ChatGPT, Gemini, or Grok yourself and use it.
- OpenAI (ChatGPT)
- Google (Gemini)
- xAI (Grok)
API usage fees vary with the number of calls, but as a rough guide, about 0.1–1 USD per day for one AI trading. In Japanese Yen, roughly 15–150 yen; for 20 days of operation per month, about 300–3,000 yen is assumed.
Why publish a demo version?
When people hear AI trading, they often have the following impressions.
- It might not actually work
- The inner workings are hidden
- It’s a black box, raising security concerns
- Source code is not公開, so cannot be trusted
In reality, AI-based trading logic and signal judgments are not understandable just from external observation.
Even if told “AI is making the decision,” users naturally feel uneasy.
Therefore, this time we chosea completely open version with no hiding of contents.We will publish the demo version and, in addition, publish all source code.
By publishing the demo and all source code,
we aim to at least allow you to verify
- What the architecture looks like
so you can check these parts.
Then, we want you to try actual trading and, after being convinced, consider the finished paid system. With that intention, we’ve decided to publish the source code for free.
April 12, 2026 Release AI Trading System ①
https://www.gogojungle.co.jp/finance/navi/articles/114430
April 12, 2026 Release AI Trading System ②
https://www.gogojungle.co.jp/finance/navi/articles/114426
What this page will publish
On this public page, we publishdemo version and sample files.
Contents include the following:
- Files for MT4
- Files for MT5
- PHP scripts
I also publish on my GitHub page. GitHub is one of the largest development platforms in the world where programmers and developers publish and share source code.
Supports ChatGPT, Gemini, Grok
This demo version supports the following AIs.OpenAI family, Gemini family, Grok family
- OpenAI family
- Gemini family
- Grok family
Of course, if you are capable of programming, you can integrate other AI models, including Claude Code from Anthropic.
Why it truly means to publish all source code for free
This is the main point of this release.
Typically, systems of this kind hide the inner workings.
However, I believethere is more value in making it public.There are three reasons.
1. Increases trust
By showing the source code,
the worry of “I don’t know what it does” can be reduced.
2. Enables paid version only for those who actually ran it
AI trading may look difficult, but in reality the hurdle is only a bit higher than ordinary EA automated trading. In addition to MT4/MT5, you need a server that can run PHP and basic knowledge of AI APIs, but you don’t necessarily need to write the program yourself. Those who have run EAs before should be able to handle it.
3. Can be used as an entry point for development
I usually use OpenAI Codex for system development. There are also Claude Code from Anthropic, Google AI Studio, etc., which make building complex systems easier. Of course, to create EA and AI trading, programming knowledge and MT4/MT5 EA construction skills are essential.
Ideal for whom
This public page is suitable for people who:
- Are interested in AI trading
- Want to combine FX with AI
- Are interested in MT4 / MT5 EAs
- Want to leverage ChatGPT / Gemini / Grok for buy/sell judgments
Conversely,
“I want to copy everything and use the finished product immediately”
is not suitable.
First, copy the following source code and save to your PC
ZIP file download ⇒ai-trading-demo-free_ver1.01.zip
This public content is simply ademo version and sample release.
This demo version will long-position when AI collaboration succeeds. You can rewrite prompts to let AI perform buy/sell judgments, but reconstructing the entire system requires programming knowledge. The paid version is expected to be upgradable by simply replacing PHP files. Start with the free demo version and implement it until it operates normally.
April 12, 2026 Save
③get_signal.php source code
※Before saving, change the leading “.