Lipi Reference Lipi

Variables

orderflow.sell

How many sell trades the bar carried. The mirror of `orderflow.buy`, and a count in the same way.

Example


          indicator("Sell Trades per Bar", overlay=false)
sellTrades = orderflow.sell
plot(sellTrades, title="Sell Trades", style=plotStyle.histogram, color=color.red)
        

Type

series int