Originally Posted By: jcl
Using single ticks for determining the order fill is something different to slippage; it can be determined with the Fill mode. Slippage always picks a random price from the given range, regardless whether the simulation runs in ticks mode or not.


So if I run a simulation with BarPeriod 100 ms and set Slippage to 5, it will choose one of the following 50 bars and pick a price from the estimated price curve (which in this particular case would be probably the same as OHLC of the bar). Is that correct?