mirror of
https://github.com/vdemydiuk/mtapi.git
synced 2026-07-30 12:07:51 +00:00
Issue #261: MQL5 - reset flag _is_ticks_locked in function Execute_UnlockTicks
This commit is contained in:
Binary file not shown.
@@ -2960,6 +2960,7 @@ string Execute_UnlockTicks()
|
||||
return CreateErrorResponse(-1, "UnlockTicks can be used only for backtesting");
|
||||
}
|
||||
|
||||
_is_ticks_locked = false;
|
||||
return CreateSuccessResponse();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user