You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
On Friday, September 25, 2026, an updated version of the MetaTrader 5 platform will be released.
We have significantly expanded the capabilities of the AI Assistant for interacting with the platform. New tools have been added for working with Expert Advisors, scripts, and indicators, preparing parameters before testing, and retrieving Economic Calendar data. The agent can now independently perform even more complex sequences of actions — from preparing a trading robot for testing to analyzing the market in the context of macroeconomic events.
Just two months after the official launch of AI in MetaTrader 5, traders have already processed 3 trillion tokens through the free MQL5 Lite model, demonstrating the strong demand for the service. As we continue to expand the capabilities of the built-in AI Assistant, we expect its usage to grow further and new use cases for artificial intelligence in trading to emerge.
For developers, MQL5 capabilities have also been expanded. Vectors and matrices now feature a new sorting method, while complex matrices and vectors support additional mathematical operations, including products and methods for solving systems of equations. A Print method has also been added for matrices.
In addition, a number of issues related to interface rendering, chart operation, and connections to trading accounts have been fixed in the desktop and web terminals.
MetaTrader 5 Client Terminal
AI Assistant can retrieve an Expert Advisor's input parameters and prepare them for a Strategy Tester run. This simplifies complex testing and optimization scenarios in which the agent needs to determine the available parameters and configure them before starting a test.
The Assistant can retrieve Expert Advisor and script parameters, launch them on charts, remove Expert Advisors and indicators, and check the current state of indicators. This allows the agent to independently prepare the working environment and manage running MQL5 programs as part of a given task.
AI Assistant can now retrieve data from the built-in Economic Calendar: request a list of countries and events, retrieve economic indicator values, and find specific records by their IDs. This makes it possible to use macroeconomic data directly in complex market analysis scenarios — for example, to assess upcoming and recently released indicators alongside price data.
As a result, AI Assistant can perform longer sequences of actions without requiring manual preparation by the user: retrieve Expert Advisor parameters, configure testing, analyze the results, or supplement market analysis with up-to-date Economic Calendar data.
Vector sorting:
bool vector<T>::Sort(ENUM_SORT_MODE mode);Sorting a matrix by all elements: Sorting a matrix along axes: The sorting mode can be specified using SORT_ASCENDING or SORT_DESCENDING.MetaTrader 5 Web Terminal
The update will be delivered through the Live Update system.