Summary
Gets the pip size for current symbol.
Syntax
public double PipSize{ get; }
Example 1
protected override void OnTick() { Print("The current symbol has pip size of: {0}", Symbol.PipSize); }
public double PipSize{ get; }
protected override void OnTick() { Print("The current symbol has pip size of: {0}", Symbol.PipSize); }