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 Variables
Is a shortcut for (high + low)/2
indicator("HL2 Example", overlay=true)
plot(hl2, color=color.orange, title="HL2 (Midpoint of High & Low)")
series float