Lipi Reference Lipi

Variables

orderflow.sell

Returns the number of sell trades (market orders matched with the bid) in the current bar

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