Variables
timenow
Current 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 Now Example", overlay=true)
plot(timenow, title="Current Time", color=color.blue)
Type
series int