Definition
Sets the amount of slippage in ticks used in performance calculations during backtests.
Property Value
An int value representing the number ticks.
Syntax
Slippage
Examples
protected override void Initialize() { Slippage = 2; }