New MetaTrader 5 Platform Build 5200: Extended OpenBLAS support and enhanced control in MQL5
Forum on trading, automated trading systems and testing trading strategies
MT5 Build 5200 removes local Strategy Tester agents? (screenshots included)
Kevin James Van Driesten, 2025.08.02 18:42
Hello,
I updated MT5 yesterday to the latest release, build 5200. Now the Strategy tester shows only 16 cores, while in all earlier build versions, it always showed 32 cores. 32 cores is what I should have, based on my CPU.
Only the efficiency (E-cores) seem to be available now, at least from what's shown in Windows task manger.
Screenshots are included.
First, this shows the local tester cores available in the older builds:
Local tester cores in newest build:
Comparing CPU usage: Older Build:
Note how the performance (upper row) cores are being used much more in the older build version.
Newest Build:
Note how the performance (upper row) cores are not being used much in the newest build version.
Why was this changed?
Is there any way to rollback the build version to use the performance cores again? This update drastically increases testing and optimization times.
Any help is appreciated, thank you.
Forum on trading, automated trading systems and testing of trading strategies
New MetaTrader 5 platform version build 5120: improvements and fixes
Renat Fatkhullin , 2025.06.25 08:38
Then install a second copy of the Agent Manager on the same computer.
build 5120 agent manager (from my non-updated 3rd installation of mt5) seems to be capturing all my local logical+physical cores. How can I make sure my build 5200 instances of Mt5 use the 5120 build of the agent manager?
Good day to all,
For me the toolbar issue on docked windows has not been fixed by the update. Did anyone had it fixed or found a workaround? Thanks!
How I could know if the MT5 updated or not on my PC
This red sign means that you don't have a connection with your broker's server, or that your account credentials are not correct.
You can check the build of your MT5 terminal, in MT5 >> Help >> About.
How I could know if the MT5 updated or not on my PC
You can check the build number of you MT5 platform by clicking on Help>>About.
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
On Friday, August 1, 2025, an updated version of the MetaTrader 5 platform will be released.
In this version, we have significantly expanded support for the OpenBLAS linear algebra library in MQL5, adding nearly thirty new functions. These enhancements provide more capabilities for developing Expert Advisors that use machine learning.
In addition, MQL5 now features stronger controls to ensure the quality of developed programs. New compiler checks and constraints help prevent potential errors in application behavior.
The desktop platform also introduces automatic interface switching based on your operating system settings – eliminating the need to adjust it manually.
MetaTrader 5 Client Terminal
Matrix Reductions
Eigenvalues and Eigenvectors
Linear Equations
Factored Calculations
Matrix Norm Calculations
Matrix Classification
This change simplifies code readability and eliminates ambiguity that was previously only accompanied by a compiler warning.
Previously, compilation would issue a warning:
For a number of builds, a warning will still appear in the log if a more suitable hidden method is available based on the parameters:
see declaration of function 'B::func'
see declaration of function 'A::func'
truncation of constant value from 'double(3.141592653589793)' to 'int(3)'
Matching names can be used in different scopes.
All template parameters and arguments must now be specified explicitly:
OnnxSetOutputShape( … , ulong_array );
MetaTrader 5 Web Terminal
The update will be available through the Live Update system.