How to check total profit
-
I have EA to open 2 trades at a time, I need to check their real profit (Adding both) and close them once it is greater than a number. I tried different profit ways but it doesn't work as it should.
what makes matter harder is that i can not test in mt4 backtest because the pairs are different, so i have to wait the real market ticks to check if it works fine
Please Help
-
Check this out

-
Thanks for the reply.
But i am taking about 2 pairs are opened by the EA (while other trades are running too), I need to check the added profits for those 2 trades only and decide based on that.
I do not need to know the overall account profit, equity,......
Regards