"AI Signal Trader" AI monitors news, economic indicators, and social media to make buy/sell decisions as a next-generation trading tool
Introduction
If you are considering purchasing this tool, please be sure to first verify its operation with the free version.
AI Signal Trader is not the type that can be used immediately just by dropping it into MT4/MT5 like a typical EA.
You need to install a PHP program on a rental server and issue an API key to communicate with the AI.
Therefore,only those who have actually completed installation, connection, and operation verification with the free version should purchase the paid version.
Free demo version download here→https://www.gogojungle.co.jp/finance/navi/articles/114420
What is AI Signal Trader
AI Signal Trader isa trade tool that connects MT4/MT5 with PHP and AIto read updates from economic indicator sites, financial news sites, economic news, specific SNS, and other sources,and AI decides whether to go long or short..
Unlike typical technical EAs that mechanically trade by just looking at charts,
AI analyzes the latest information circulating on the internet and makes trading decisions based on that content, which is a major feature.
■EA Features
・Supports MT4, MT5
・AI forecasts rates for currency pairs such as USD/JPY and CFD commodities
・Supports both day trading mode and swing trading mode
・Up to 10 RSS feed URLs can be registered (expandable by code modification)
・Supports from 1-minute charts to daily charts
・Comprehensive spread filter (skip trades when spreads widen due to indicators, etc.)
・Can specify trading times and days (weekend close setting available)
・Detailed buy/sell rules can be compiled into prompts and sent to AI (you can specify trading methods in detail)
How this tool works
This tool utilizesRSS feedsto obtain the latest information such as economic news.
It reads articles and information updated daily from economic indicator sites, financial news sites, and specific social media accounts, and sends their content to the AI.
The AI analyzes the content and determines whether to buy, sell, or refrain for the specified currency pair.
If the site provides RSS feeds, you can use them as is.
Even sites without RSS feeds can be supported by creating RSS feeds yourself with PHP or using RSS conversion services, expanding the range of coverage.
In other words, this tool’s strength lies innot only charts but also incorporating news, articles, and online information updates into trading decisions.
Supported AI models
AI Signal Trader supports the following major AIs.
- ChatGPT
- Gemini
- Grok
In particular, by using Grok, it is also possible to monitor posts from X and content from specific accounts.
However, relying only on information from a particular SNS may be subject to noise, soit is more stable to have financial news site information analyzed by ChatGPT or Gemini.
Trade every day?
This tool isa system that makes buy/sell decisions when articles or information are updated.
Therefore, if updates from monitored sources are infrequent, there may be days without trading.
To increase trading frequency, the initial setup registers five U.S. economic-news related sitesand increases trading frequency.
Additionally, as neededup to 10 sites can be registered for RSS.
By combining information sources with high update frequency, this tool is well-suited for day-trading oriented operation.
Intended trading styles
AI Signal Trader can be operated in the following ways depending on the settings.
Day trading modeanticipates a few trades per day.
Swing trading modeanticipates 0 to 1 or 2 trades per day or holding positions for several days.
However, the actual number of trades depends on the update frequency of the underlying news sites and RSS feeds.
If you use sources with high update frequency, the number of trades tends to increase; if you focus only on high-importance information, the number of trades decreases.
Prompts can also be freely configured, but for example, instructing the AI to analyze several days of data to forecast the USD/JPY rate one week ahead tends to swing trading. (Prompts used in swing trading mode)
Conversely, instructing it to analyze only the latest articles to forecast the USD/JPY rate a few hours ahead becomes a day-trade scalping EA. (Prompts used in day trading mode)
Design aimed at reducing API costs
When using AI, the concern isAPI fees.
This tool accesses AI based on news and RSS updates, but since you can adjust the access frequency, it is easy to minimize wasted token usage.
For example, if you accessed the AI every minute,API feescould amount to several thousand to tens of thousands of yen per month.
You can significantly reduce API usage by spacing out access times as follows:
- If once per hour, up to 24 times a day (a few dollars per month?)
- If once every 4 hours, up to 6 times a day (less than $1 per month?)
By keeping the frequency of AI judgments down, you can adjust operating costs.
An estimate of typical API usage is
about $0.1 to $2 per day per one AI. At $1 per day, running 20 days a month would be about $20 per month (about 3,000 yen).
The cost varies depending on the model used, invocation frequency, and amount of text sent, but the design makes it easy to adjust to prevent unnecessary cost growth.
Non-trading hours can also be configured
Some market times tend to widen spreads, or there are times when you prefer not to trade.
This tool allows you toset detailed trading times and non-trading times in the property settings.
Additionally,
- Trading control by day of week
- Trading pause according to server time
- Close positions on Friday
- Setting not to hold positions over the weekend
can be supported.
In other words, it is not just about having the AI make judgments;it is designed to manage time, days of the week, and weekends for practical operation.
Who this tool is suited for
AI Signal Trader is suited for the following people.
- Those seeking a tool with a different concept from ordinary technical EAs
- Those who want to leverage economic news, indicators, and online information for trading
- Those who want to incorporate AI such as ChatGPT, Gemini, Grok into actual buy/sell decisions
- Those interested in linking MT4/MT5 with an external server
- Those who want to customize monitored sites and RSS feeds for operation
Conversely,
“I want to auto-trade easily on MT4/MT5”
“Setting up a server is tedious”
are not suitable.
Please confirm before purchase
To use this tool, the following preparations are required.
- MT4 or MT5
- Rental server (PHP compatible)
- Windows VPS server (if running 24/7)
- AI API key
Where to obtain the API keys is as follows.
Gemini
Please issue the API key on Google AI Studio.
ChatGPT
Log in to the OpenAI Platform and issue an API key.
Grok
Please issue the API key on the xAI service page.
Use of these APIs is generally charged.
The AI models used by default are cost-focused as follows.
Gemini “gemini-2.5-flash-lite” ChatGPT “gpt-5.4-nano”xAI “grok-4-1-fast-reasoning”
You can monitor the real-time forward results of this AI trading.
■ Real trading by Gogojan is in operation
https://real-trade.tech/accounts/82850
Regarding the sale of this trading tool, we do not engage in investment advice activities.
Also, technical support for how to set up rental servers or obtain API keys is not provided.
For bugs or issues, please log in to Gogojan's management page and contact the developer Masayan.
【Disclaimer】
・The data, display content, judgment results, and trading results contained in this script are not guaranteed to be accurate, complete, useful, or profitable.
・Masayan, the developer, assumes no responsibility for losses, disadvantages, or troubles arising from the use of this script.
・Please use, configure, modify, verify, and operate this script at your own judgment and responsibility.
・The copyright of this script belongs to Masayan. It may be copied or modified for personal use. However, unauthorized redistribution, reprinting, sale, transfer, or publication is prohibited.
Copy the MT4/MT5 files to the Experts folder of each MT4/MT5 and then compile.
Save the PHP files to your computer first, then upload to the rental server.