Lipi Reference Lipi

Variables

orderflow.mindelta

The lowest delta the bar reached while it was forming. Read it with `orderflow.maxdelta` when you want the swing inside a bar: a bar can close near zero having travelled a long way in both directions, and the closing figure will not show that.

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