mtapi
mtapi copied to clipboard
[Question] what is backtesting lock tick

per question
This field allows to block ticks on every new time frame (candle) in the backtesting. If BacktestingLockTicks = true that the expert will be paused on each time frame (M1, M5, M10, etc) and it will wait on incoming command "UnlockTicks" from cliend side. This functionality can be used to perform big calculation on client side and send command using actual tick values for backtesting.
thanks, it answered my question
Will "BacktestingLockTicks" feature available for MTAPI5 as well?
Yes, I have intent to add this feature in MtApi MT5 soon.
This feature would be very interesting for me too