Discussing the article: "Building AI-Powered Trading Systems in MQL5 (Part 8): UI Polish with Animations, Timing Metrics, and Response Management Tools"
Loved this article.
What do you reckon is the monthly API costs?
I was looking at a way where we can use the DeepSeek based AI which runs on the system and can be used into this program.
Thank you for a creative way of bringing this on to MT5.
Loved this article.
What do you reckon is the monthly API costs?
I was looking at a way where we can use the DeepSeek based AI which runs on the system and can be used into this program.
Thank you for a creative way of bringing this on to MT5.
Thank you for the kind feedback and welcome. That would depend on the chart it is running on and the mode selected. If auto mode is selected then it will be communicating on every bar increasing the tokens needed. Better still, you can define the session which it will be running automatically to avoid unnecessary runs or define new or extend rules for it to follow than the ones we used. It can be used on any AI, just configure the API keys.
Thanks.
Loved this article.
What do you reckon is the monthly API costs?
I was looking at a way where we can use the DeepSeek based AI which runs on the system and can be used into this program.
Thank you for a creative way of bringing this on to MT5.
Thank you for the kind feedback and welcome. That would depend on the chart it is running on and the mode selected. If auto mode is selected then it will be communicating on every bar increasing the tokens needed. Better still, you can define the session which it will be running automatically to avoid unnecessary runs or define new or extend rules for it to follow than the ones we used. It can be used on any AI, just configure the API keys.
Thanks.
This is seriously awesome! Even chatGPT did not tell me this is possible and it gave a sure shot answer this is impossible!
Hi, I'm equally delighted with the articles. In the tests I've run, I can say that within the capacity of the context window with the Gpt4.o model, the cost per request is $0.01. However, testing with the Gpt4.1 model, the cost is $0.05.
I used ChatGPT 4.0 model in the past and it was pretty spot on!
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
Check out the new article: Building AI-Powered Trading Systems in MQL5 (Part 8): UI Polish with Animations, Timing Metrics, and Response Management Tools.
In this article, we enhance the AI-powered trading system in MQL5 with user interface improvements, including loading animations for request preparation and thinking phases, as well as timing metrics displayed in responses for better feedback. We add response management tools like regenerate buttons to re-query the AI and export options to save the last response to a file, streamlining interaction.
The enhanced user interface features focus on improving interaction within the AI-powered trading system, incorporating loading animations to provide visual feedback during API requests for preparation and thinking phases, while displaying response timing metrics in seconds to inform users of processing efficiency. We introduce response management tools, such as regenerate buttons to re-submit the last prompt for a new AI output and export buttons to save responses to text files, enabling easy review or sharing.
We aim to build these features modularly, extending existing UI components with animation loops for dot-cycling effects, timestamp calculations using tick counts, and event handlers for button clicks to trigger regenerations or file exports. We will extend the management of sidebar states with dynamic resizing and object repositioning. Our plan includes conditional rendering based on user actions, ensuring seamless updates to displays and scroll positions without disrupting the core AI functionality. In brief, here is a visual representation of our objectives.
Author: Allan Munene Mutiiria