mtapi icon indicating copy to clipboard operation
mtapi copied to clipboard

[Question] what is backtesting lock tick

Open mhamri opened this issue 8 years ago • 5 comments

image

per question

mhamri avatar Oct 09 '17 16:10 mhamri

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.

vdemydiuk avatar Oct 10 '17 12:10 vdemydiuk

thanks, it answered my question

mhamri avatar Oct 15 '17 19:10 mhamri

Will "BacktestingLockTicks" feature available for MTAPI5 as well?

mbandu avatar May 03 '18 04:05 mbandu

Yes, I have intent to add this feature in MtApi MT5 soon.

vdemydiuk avatar May 03 '18 06:05 vdemydiuk

This feature would be very interesting for me too

KptKuck avatar May 12 '18 10:05 KptKuck