Python Proxy Backtest
FREE
パブリッシュ済み:
4 5月 2023
現在のバージョン:
1.40
Didn't find a suitable robot?
Order your own one
on Freelance
フリーランスにアクセス
Order your own one
on Freelance
取引の機会を逃しています。
- 無料取引アプリ
- 8千を超えるシグナルをコピー
- 金融ニュースで金融マーケットを探索

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.