SL & TP Disappeared problem
-
Hi, I'm hardly finding what is wrong on my EA but I can't find.
Please help me my project >> https://fxdreema.com/shared/FcviLARxe
Strategy = create pending order on fibo level and also set the SL & TP . After that delete the fibo (pending order still there also SL & TP)
***The problem is as picture below :
Picture No.1 vvvv Sell limit was created on Fibo level and also the SL/ TP.

Picture No.2 vvvv When fibo is deleted .. SL and TP is also disappeared.

Picture No.3 and 4 is the Buy condition >> there is no problem with Buy condition ( when Fibo deleted , the SL and TP still there)


The problem is with Selling condition. I don't know why ??? I think set everything like the Buy condition.
Please help if I have done something wrong. Thank you
-
@jobotgold1 Both blocks 17 and 19 are searching for buys and sells. Shouldn't be searching for buyns only and sells only instead?
-
I think those block are not cause the above problem . I have tried to change them and other blocks may times.
-
@jobotgold2 I see all trailing stop blocks are picking the Sl fibo by name. I recommend not to do it that way but selecting them by loop. Could you please try that?
-
@l-andorrà OHHHH thank you so much SOLVED . I just delete the both modify stops block . Love Youuuu ^^
-
@jobotgold2 You're welcome.