Definition
A collection of historical bar time stamp values.
Property Value
A TimeSeries type object.
Syntax
Time
Time[int barsAgo] (returns a DateTime structure)
Property Of
Custom Indicator, Custom Strategy
Examples
|
// Prints the current bar time stamp
// Checks if current time is greater than the bar time stamp
|