Variables
time_close
The bar's closing time, published separately from `time`. It is the opening time advanced by one interval, in the same unit: milliseconds from the Unix epoch. Both are int series, so a script can compare the two or pass either to a date function.
Example
indicator(title="Time Close Example", overlay=true)
plot(time_close, title="Bar Close Time", color=color.blue)
Type
series int