Variables
hlc3
Is a shortcut for (high + low + close)/3
Example
indicator("HL2 Example", overlay=true)
plot(hlc3, color=color.orange, title="HLC3 (Midpoint of High, Low and Close)")
Type
series float Variables
Is a shortcut for (high + low + close)/3
indicator("HL2 Example", overlay=true)
plot(hlc3, color=color.orange, title="HLC3 (Midpoint of High, Low and Close)")
series float