LastCalcTime (Function)
The LastCalcTime function returns the time of the last bar, in 24-hour military format (HHMM).
Syntax
LastCalcTime
Returns (Integer)
A numeric value containing the time of the last completed bar in 24-hour (HHMM) format.
Parameters
None
Remarks
For example, if the function returns 1700, the last bar's time is 5:00 PM.
Example
Value1 = LastCalcTime;