Lipi Reference Lipi

Variables

barstate.islast

Returns true if current bar is the last bar in barset, false otherwise. This condition is true for all real-time bars in barset

Example


          indicator("BarState.islast Example", overlay=true)
plotshape(barstate.islast, location=location.abovebar, style=shape.triangleup, color=color.red, size=size.small)
        

Type

series bool