Articles
Tick - Data Type Description
Tick - this variable type allows to get info about the Tick. Tick it is result of Tick StartPoint. This type also contains the following data/methods:
1) Tick Bid - Double value type, returns the tick bid price value;
2) Tick Ask - Double value type, returns the tick ask price value;
3) Tick Bid Volume - Double value type, returns the bid tick volume value;
4) Tick Ask Volume - Double value type, returns the ask tick volume value;
5) Tick Instrument - Instrument value type, returns the tick instrument value;
6) Tick Time - Date and Time(Long) value type, returns the tick time.