calculate sum of StopLoss over multiple charts on different timeframe - page 2

 
RaptorUK:

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

Reason: