Working on a strategy that is using 5min time frame, but want to make the exits more rapidly on 1min time frame. Sometimes you can see a nice wick on a candlestick that has crossed the exit point, but the close is nowhere near it. Wondering if i use OR (||) to say if any of the values cross the line exit which one will be hit when more than one do?
So if a low and a close are below the Boll middle (exit point) will it be the low as that happened first, or would it be which comes first in the codev (would it make a difference if all wgere or options in the single if statement), or is there some other priority order as in OHLC
Thanks

Comment