mirror of
https://github.com/vdemydiuk/mtapi.git
synced 2026-08-13 02:38:07 +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");
|
return CreateErrorResponse(-1, "UnlockTicks can be used only for backtesting");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
_is_ticks_locked = false;
|
||||||
return CreateSuccessResponse();
|
return CreateSuccessResponse();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user