need help with EA please, grid closed but first side position let open
-
I would like help with an EA.
I would simply like to keep the first position open even after the Grid reaches the TP and close it only when the profit of this position reaches for example $200
there is my grid EA
https://fxdreema.com/shared/dZwqWl0QThanks
-
Some initial hints:
- You can remove blocks 11,22,34 and 45. All of them are redundant.
- You can also remove that 'OR' block. Simply connect block 2 to block 5 and block 3 to block 6.
On your question, you need to create different groups. One group for the first trade and a different one for all the other. That way you can distinguish the closing conditions accordingly.
-
i will begin to do what you say and come back...thanks
-
You're welcome.