Lipi Reference Lipi

Variables

orderflow.cothigh

The commitment-of-traders high for the bar, taken from the same per-bar footprint summary as the delta figures.

Example


          indicator("COTH (Current Offer Trade High)", overlay=true)
coth = orderflow.cothigh
plot(coth, title="COTH", color=color.red, style=plotStyle.line)
        

Type

series int