Variables
orderflow.cotlow
The commitment-of-traders low for the bar. The summary these two come from also holds a buy and a sell breakdown of each. Lipi does not expose those, so the high and the low are all a script can read.
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