Lipi Reference Lipi

Variables

time_close

The time of the current bar's close in UNIX format. It represents the number of milliseconds elapsed since 00:00:00 UTC, 1 January 1970

Example


          indicator(title="Time Close Example", overlay=true)
plot(time_close, title="Bar Close Time", color=color.blue)
        

Type

series int