So, my strategy is pretty simple. I look for particular candle patterns, for example a doji formation and an engulfing candle. Once the engulfing candle breaks and closes above the high of the doji, it triggers a limit order to go long. The limit order is the close[2] +1 (doji candle). Basically entering on a retest. The limit order and stop seem to appear for the bar after the engulfing candle, but then disappear when one more bar appears. I tried using triggerState and such but with no success. I'm thinking it's because my limit order refers to a previous bar (close[2]), and when new candles appear, then it loses track of where the limit order is supposed to be? I hope I'm explaining my strategy clearly. If you have any tips I'd really appreciate it. I'm not really a coder, and just use the strategy builder.
Thanks a lot!

Comment