TickCount
<< Click to Display Table of Contents >> TickCount |
Returns the total number of ticks of the current bar processing.
Note: For historical usage, you must use Calculate.OnEachTick with TickReplay enabled; otherwise a value of 1 will returned. |
A long value that represents the total number of ticks of the current bar.
Bars.TickCount
// Prints the tick count to the output window |