Suggest adding a function to call Strategy Tester in Python

 
Suggest adding a function for Python to call Strategy Tester. Currently, Python cannot call Strategy Tester and Strategy Tester Visualization, so it is recommended to add this functionality.
 
caoshuo594Suggest adding a function for Python to call Strategy Tester. Currently, Python cannot call Strategy Tester and Strategy Tester Visualization, so it is recommended to add this functionality.

The idea makes sense, but in my opinion, it's very unlikely that MetaQuotes will implement it. The Strategy Tester is deeply integrated into the MT5 interface and isn't designed as a standalone component that can be triggered externally.

Moreover, the Python API is intended for real-time trading and data analysis, not for controlling internal platform features like the tester or optimizer.

Exposing such functionality would likely require opening up internal interfaces and mechanisms not intended for public access, which could introduce technical complexity or potential vulnerabilities. It just doesn’t align with the current design philosophy of the platform.