How to eliminate stop loss?
-
Hi, even if I uncheck stop loss in Buy or Sell, every EA continues to create a SL order...
Why?
-
post your project
-
-
I don't understand the question
-
@alex81 You are requiring a trailing stop to be used. No matter the trade has no initial Sl, a new one will be provided by that block.
-
But this is unlogic.
If I want a trailing stop after 20 pips, it should first create stop loss at break even when it reach 20 pips in favor, not creating a stop loss when position is opened. -
@alex81 I'm afraid I do not understand. What do you exactly need?
-
Quite simple. If a trade is opened, no stop loss. When position going x pips in favor, activate sl in breakeven and then trail the stop in profit according to rules. Position must be closed by defined signal only.
-
@alex81 Then my suggestion should do the job. Did you try it?