LastCalcDate (Function)
The LastCalcDate function returns the date for the last bar.
Syntax
LastCalcDate
Returns (Integer)
A numeric value containing the date of the last bar in YYYMMDD format.
Parameters
None
Remarks
For example, if the function returns 960203, it means the date of the last bar is 02/03/96, or February 3, 1996. If the function returns 1220506, it means the date of the last bar is 05/06/2022. or May 6, 2022.
Example
Value1 = LastCalcDate;