Variables
high
Current high price
Example
indicator("High Example", overlay=true)
plot(high, color=color.green, title="High Price")
Type
series float Variables
Current high price
indicator("High Example", overlay=true)
plot(high, color=color.green, title="High Price")
series float