Trailing stop loss
-
Hello
I am struggling with the trailing stop loss. I show the instruction that the condition must be connected to the first block. This I did and I have checked that the EA is really updating the SL in every tick.
But I am a little bit lost with the values of the SL itself. From the help example it is not clear which SL values must appear in the block Buy Now (or Sell Now). It seems to me that they should be redundant and the valid SL values should be the ones in the trailing stop block?.Thanks for your help
-
The trailing stop block does not care of the original SL/TP values... normally. If the original SL is bigger than the one in the TS block, then that SL will be set to the value in TS. If the original SL is lower there will be no reaction until the distance between the current price and SL is big enough (trailing stop + trailing step).
Someone asked about these things before, you can read my explanations here: topic/2486