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
The updated MetaTrader 5 platform will be released in beta mode on January 23, 2026.
In this version, we have improved ONNX support in MQL5. Models now run significantly faster on GPUs with CUDA support. In addition, we introduced support for new flags and revised the library workflow: ONNX is now installed only on the first run of a program that uses it, rather than with the platform.
We have also refined the rendering of text and analytical objects on charts for the Blend2D engine introduced in the previous update. In addition, this update provides enhancements to trading reports and stability improvements to the Strategy Tester.
The web version of the platform has received several improvements as well. When adjusting stop levels directly on a chart, you can now see an approximate profit or loss value in monetary terms. We have also fixed the display of certain trading data.
We invite all traders to join the testing of the new platform version, evaluate all its features and help developers fix the errors. To update to the new MetaTrader 5 beta build, navigate to Help \ Check Desktop Updates \ Latest Beta Version:
Once this beta testing phase concludes, the final build of MetaTrader 5 will be released.
MetaTrader 5 Client Terminal
Logging
Instead of the deprecated ONNX_DEBUG_LOGS, the following logging flags are now used:
CUDA and GPU Management
The ONNX_CUDA_DISABLE flag has been removed. Use the new ONNX_USE_CPU_ONLY flag instead. When enabled, only the CPU will be used for model execution.
Flags have been added to select the GPU device on which the model will be executed:
Use these flags if the system has two or more CUDA-capable devices. If multiple flags are specified, the device with the lowest index will be selected.
Model Profiling
We've added the ONNX_ENABLE_PROFILING flag to enable ONNX model profiling.
When a model is started with this flag enabled, a profiling report file with the name: [EX5 file name]_[date]_[time].json will be created in the /MQL5/Files/OnnxProfileReports/ folder.
MetaTrader 5 Web Terminal
The update will be available via Live Update.