1. Candle closes above the 50 SMA
2. The next candle breaks above that candle by 1 tick. It has to be the next candle, no other candles.
I don't see a way of telling the strategy builder to do it in that order which is what needs to happen. When running playback to test the strategy, it is going long immediately at the close of the candle crossing the 50 SMA. I need it to not do anything untl the next candle breaks it.
I am trying to do this with Strategy Builder since I'm not experienced enough with the coding part. Attached is what I have so far.

Comment