Variables
time
Current bar time in UNIX format. It is the number of milliseconds that have elapsed since 00:00:00 UTC, 1 January 1970.
Example
indicator(title="Time Example", overlay=true)
plot(time, title="Bar Time", color=color.blue)
Type
series int