"At any time, price traded at 1.4320 over the last 20 bars"
IOW, I want to return true if price has ever hit 1.4320 in the last X amount of bars.
It would be easy to do this just based on Close... but I want to do this based on Bid or Ask... so basically (I assume) I'd have to do this at the tick level...
Thoughts?

Comment