Problem with modify Stops
-
Hello. I am having trouble with modify stop on the short side only. It seems to work fine with the same logic for long trades, however whilst the variable SL seems to be correct, the modify stop block does not seem to action it.
-
there can be somewhere fail in logic ... try test these stops on different logic (something easy) ... if you find it working, its time to find error in logic connections

-
I don't think it is a problem with the logic, as I am drawing text with the value of the SL variable that it should be moved to immediately after the modify stops block. The SL value prints fine, but the stop does not move.

-
Because the SL level is fine, but the TP level is not. 10000 means something. But you don't have initial TP, so try with 0 instead
-
great! thanks. Seems to work fine now.