
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
Hi,
I'm working to create a function to store current open position assets name and volume in multi currency pair situation. The actual value would be like this,
I tried to do it like this,
at first, EA will loop through all symbol loop and find open position of each currency pair. If currency pair hasn't any open position then move to next currency pair, but if found that there's an open position then EA will store the assets name and assets volume on array variable.
I don't know how to fill the array because of this part of the ArrayFill() function. Since the starting index is dynamic, should I change 0 value to according to SymbolLoop?