Lipi Reference Lipi

Variables

high

The bar's highest traded price. Pair it with `low` when you want the bar's range; the difference between the two is a series like its parts.

Example


          indicator("High Example", overlay=true)
plot(high, color=color.green, title="High Price")
        

Type

series float