You can show the line with trackprice=true
, but I'm not sure if you can add a label.
//@version=4
//Main volume bar chart
study(title="IV", format=format.volume)
plot(volume, color= color.green,style=plot.style_columns, title="Volume bar's color", trackprice=true)
hline(0, title='Zero line', color=color.gray, linestyle=hline.style_dashed, linewidth=1)
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…