Lipi Reference Lipi

Variables

timenow

The current time, rather than a time taken from the bar. It is the instant the script ran, in milliseconds from the Unix epoch, and it is typed as a series like the bar's own time values.

Example


          indicator(title="Time Now Example", overlay=true)
plot(timenow, title="Current Time", color=color.blue)
        

Type

series int