Lipi Reference Lipi

Variables

hl2

Is a shortcut for (high + low)/2

Example


          indicator("HL2 Example", overlay=true)
plot(hl2, color=color.orange, title="HL2 (Midpoint of High & Low)")
        

Type

series float