Histogram

//@version=4
study(title=”myHist”,overlay=true)
plot(close)
histLine=(hour==7 and minute==0) or hour==9 and minute==30 or hour==16 and minute==0 or hour==20 and minute==0 ?1:0
plot(histLine, color=color.black, style=plot.style_histogram,linewidth=1)

This entry was posted in Uncategorized. Bookmark the permalink.