ANYONE, KINDLY ADVISE
-
Hello friends, who knows how to set no further trade after a stop loss is hit? so that the EA doesn't take another same trade until the next signal?
-
Stop loss hit ---> no further trade. How come it will take another trade with next signal?
-
I'm having a similar challenge, My EA continued to pick trades after any trade closes. I will like it to only pick a trade after ach signal not when a trade is closed.
-
@sktsec where can I find stop loss hit?
and no further trade? Kindly advise -
@Banjo I hope we find a solution to this
-
on trade tab, trade closed by SL, set flag to off, on tick tab condition to set flag back to on, check this in buy/sell tree.
-
@jstap Can you kindly post an example or the blocks, as I don't understand what you mean.
Thanks
-
-
Put that together and test, if anything doesn't work add a shared link.
-
@Achero Are you using < and this or x< and x> because if you are using < and > in your conditions, then robot will keep picking orders back to back either on TP or SL.