Lipi Reference Lipi

Variables

orderflow.mindelta

Returns the minimum delta value at any price level within the current bar. This highlights the strongest selling pressure zone — where sell volume exceeded buy volume the most.

Example


          indicator("Min Delta per Bar", overlay=false)
minDelta = orderflow.mindelta
plot(minDelta, title="Min Delta", style=plotStyle.histogram, color=color.red)
        

Type

series int