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