
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
OK, I think you have 2 options:
1. Get each EA to calculate the TotalSL for it's Orders and then also get it to calculate the total SL for ALL EA placed orders
2. Get each EA to store it's own orders TotalSL in a Global variable then each EA can read the Global variables and add them to get the TotalSL across all EA placed Orders.
I would go for option 1. The implementation of this will depend on the structure of your Magic Numbers.
thank you all for your time to reply