Multiple Trailing Stops
-
Is it possible to use more than one trailing stop block? For example, one that kicks in when market is 10 pips above open price (for long position) and another that kicks in when market reaches 30 pips above open price?
Or better yet, is there a way to use a trailing stop block for a certain distance and then deactivate it? For example, it kicks in when market is 10 pips above open price and then becomes inactive when market reaches 10 pips.
-
just saw your example "Custom loop: Trailing Stop" and figured out that besides this, multiple trailing stops can be accomplished using condition block or a counter

-
Or within a loop, there is example of this too. Just don't put "For each Trade" and below - "Trailing stop", because I'm so tired to explain how these loops should be not used

-
great, thanks. I understand loops from the last conversation
