Plot
plot
plotName
Type
Description
csharpCopy code//@version=5
indicator("plot")
plot(high+low, title='Title', color=color.red, linewidth=2, type=0)
plot(open)
plot(close)Last updated
plotcsharpCopy code//@version=5
indicator("plot")
plot(high+low, title='Title', color=color.red, linewidth=2, type=0)
plot(open)
plot(close)Last updated