Click or drag to resize
StrategyBaseSlippage Property
Gets or sets the slippage (in ticks) when a historical order is filled. Default value = 1, Minimum value = 0.0.

Namespace: SharpCharts.Base.SharpScript
Assembly: SharpCharts.Base (in SharpCharts.Base.dll) Version: 1.0.0.6 (1.0.0.6)
Syntax
C#
public int Slippage { get; set; }

Property Value

Type: Int32
See Also