I'm trying to implement a strategy that will automatically move my stop a couple of times based on price reaching a certain number of ticks away from entry. However, I'm struggling to do this in real time. My entry conditions are based on candle closes (On Bar Close in the default parameters in the strategy wizard), but the my stop moves should be based on real time price movements not only adjusted after candle closes.
Is this something that is possible just via the wizard? If not, could you point me in the right direction for the kind of code I would need to edit to achieve this.
Thanks,
J

Comment