MtApi5: add waiting incoming connection on MT5 side in backtesting mode

This commit is contained in:
DW
2017-11-15 18:16:23 +02:00
parent 9587b10c8c
commit b8314e9ed7
3 changed files with 15 additions and 18 deletions
+1 -2
View File
@@ -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)
{