Issue #261: MQL5 - reset flag _is_ticks_locked in function Execute_UnlockTicks

This commit is contained in:
Viacheslav Demydiuk
2026-04-06 21:23:48 +03:00
parent fa1e6b6c62
commit a8bb1a3af9
2 changed files with 1 additions and 0 deletions
BIN
View File
Binary file not shown.
+1
View File
@@ -2960,6 +2960,7 @@ string Execute_UnlockTicks()
return CreateErrorResponse(-1, "UnlockTicks can be used only for backtesting");
}
_is_ticks_locked = false;
return CreateSuccessResponse();
}