Closing orders upon reaching a profit
-
Hello, I'm trying to do the following: Let's say I have 10 open buy orders and one sell order that is at a loss. How can I calculate all the buy orders that are in profit and the sell order that is at a loss simultaneously, and upon reaching a profit of, for example, 10 pips or 1 dollar, to close only those orders? Is it possible to do this with the fxdreema without coding?
-
You probably need check profit (unrealised) - close all
-
No, I want it to close only the buy orders that are in profit and the single sell order that is at a loss. The other buy orders that are at a loss should not be closed. With what you are suggesting, it will try to close all the orders together.
-
You will need various trees so if trade is in loss close and close all profitable opposite trades, you can backtest this, and add a shared link if it's not doing as you want