Summary
Gets the tick size for the current symbol.
Remarks
If the symbol is a 5 digit symbol, the tick size is 0.00001.
Syntax
public double TickSize{ get; }
Example 1
protected override void OnTick() { Print("The current symbol has TickSize: {0}", Symbol.TickSize); }