I am looking to place an order when price crosses above/below of Bar(1) high/low
I am using tick update so it enters at time of cross.
if I reference Bar(1) high on IsFirstTick does it give me the high of the actual
previous bar? Then set variable for high. Then place order when it goes above
Is there a better way to do this?

Comment