mirror of
https://github.com/vdemydiuk/mtapi.git
synced 2026-08-18 05:08:11 +00:00
MtApi5: add waiting incoming connection on MT5 side in backtesting mode
This commit is contained in:
@@ -1888,8 +1888,7 @@ namespace MtApi5
|
||||
|
||||
private void OnConnected()
|
||||
{
|
||||
// INFO: disabled backtesting mode while solution of window handle in testing mode is not found
|
||||
//_isBacktestingMode = IsTestMode();
|
||||
_isBacktestingMode = IsTesting();
|
||||
|
||||
if (_isBacktestingMode)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user