Auto and Fixed Stop-Loss
-
Hi everyone, how to set stoploss with fixed and auto SL. Example: I set fixed stoploss 30pips, and also i want auto stoploss below/above engulfing candle. If engulf candle is small, it will follow auto stop loss. but if engulf candle is big or exceed 30pips, it will follow fixed SL. anyone know to to make this function? Thanks
-
@paihdt You need to set a condition above the first sl and a condition above the second sl, done in a way that your 1st is deactivated as second starts.
-
@jstap can you show example of block connection? and what block to use..
-
@paihdt This will show you an example of what I mean, if fast ma is above slow ma 1st trail will be active, if fast is below slow other trail will be active.

-
@jstap Why 2 trailing stop blocks instead of just 1? Just curious.
-
@l-andorrà Because I read the question wrong, @Paihdt in the buy /sell block you set the standard sl, then as picture for trail but you only need 1 trail block.
-
@jstap Ok. Thanks.

-
@l-andorrà No problem.
-
@jstap thanks, i got the idea.. first i use sl auto from buy now/sell now,, for candle size over my limit pips i will use trailing profit to closed in negative.