Python Proxy Backtest
FREE
Published:
4 May 2023
Current version:
1.40
Didn't find a suitable robot?
Order your own one
on Freelance
Go to Freelance
Order your own one
on Freelance
How to buy а trading robot or an indicator
Run your EA on
virtual hosting
virtual hosting
Test аn indicator/trading robot before buying
Want to earn in the Market?
How to present a product for a sell-through
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

Will this connection between EA and Python via sockets work within the MT4 strategy tester?
Will this connection between EA and Python via sockets work within the MT4 strategy tester?
Oh, I see. It will work in strategy tester, but the connection (via TCP) is slower when compared with simple socket connections, so you have manipulated the OnTick functionality so that it only fires when a new bar is created. Correct?
That may work if the strategy only looks at closed candles and not at every tick.
Have you thought of creating an MT5 version?
MT4 has a serious limitation in backtesting due it using only one core even if 24 are available on your computer.