Variables
orderflow.cothigh
Returns the highest price at which a market buy order executed during the current bar — i.e., the highest offer price lifted by aggressive buyers
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