Lipi Reference Lipi

Variables

orderflow.sellvolume

The volume sold in the bar.

Example


          indicator("Sell Volume per Bar", overlay=false)
sellVol = orderflow.sellvolume
plot(sellVol, title="Sell Volume", style=plotStyle.histogram, color=color.red)
        

Type

series int