I wrote POC strategy to demonstrate, it needs to be run first in optimizer (Param input optimized), then in backtester (Reset enabled, Count set to right number of iterations) to produce what's missing
if you're under 2048 iterations then there are no misses, and there is 1 missing iteration for each 2048 iterations if above that
That number seems to be cpu core dependent (1024*cores), my machine has 2 cores, and it's 4096 on machine with 4 cores
Am I missing something?

Comment