Multiple TF and Multiple Strategies in the same time.
-
Hello.
Now I plan to take the method used in trading and adapt it to Forex EA, which involves trading multiple strategies at the same time and then closing all orders when the total profit reaches the target.Can you give an example of closing an order and preventing it from opening again?
For example, open Buy at Strategy A, open Buy at Strategy B, open Buy at Strategy C in the same TF, then close the orders together when get profit goal. I tried the "IF Trade" block, it allows me to open one order at a time. (Which actually has more than that) but when not used, that open the same orders over and over again.Thank you.
-
You need to use groups to distinguish all those strategies. You can find info on how to use groups here: https://fxdreema.com/documentation/builder/groups-and-magic-numbers
On closing many trades at the same time, you can find some inspiration here:
-
@l-andorrà Thank you for you answer. I will be try.
-
You're welcome.