Low trade ticks of the current bar

Namespace:  T4.API
Assembly:  T4API.20 (in T4API.20.dll)

Syntax

C#
public int LowTicks { get; }
Visual Basic (Declaration)
Public ReadOnly Property LowTicks As Integer
Visual C++
public:
property int LowTicks {
	int get ();
}

See Also