Lipi Reference Lipi

Variables

orderflow.cotlow

Returns the lowest price at which a market buy order executed in the current bar — representing the lowest offer lifted by aggressive buyers

Example


          indicator("COTL (Current Offer Trade Low)", overlay=true)
cotl = orderflow.cotlow
plot(cotl, title="COTL", color=color.blue, style=plotStyle.line)
        

Type

series int