Socket functions can not be used from the Strategy Tester.
Hi!
Do you know why it doesn't support socket programming in Strategy Tester? cause this functionality is part of my thesis:/
Could you recommend another way to connect the external python program with the mt 5 and its strategy tester?
You will need to use windows sockets and related DLLs.
No other way known.
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
Hi guys,
I've trying to integrate MQL5 with Python and the way I found to do this was by socket communication. It all works fine when checking the EA on real time data. However, my code doesn't work when I try to do a backtest. It seems that it doesn't connect. Anyone can help?