Once the target is met I would like for the strategy to only enter a trade again if the conditions for Set 2 which enters a short position are met or vice versa if the initial entry where a short.
The only thing I have seen is stopping a strategy based on the P&L but that amount is going to vary based on the profit target in ticks inputted by the user. Also, if the script disabled the strategy because a profit target was hit I would not want it to miss entering a new position if conditions changed for a position in the opposite direction.
What I would like is that once a position is completed by the strategy either due to hitting the profit target or the stop loss another trade is not entered unless it is in the opposite direction of the trade that was last exited. Is this possible and can anyone provide insight on how to add this with the strategy builder or how and what code I would need to enter manually? Thanks in advance for any help.

Comment