
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
Your request is totally unclear to me... You have to propose your full specification and maybe someone will be interested to help for free.
Your request is totally unclear to me... You have to propose your full specification and maybe someone will be interested to help for free.
The symbols.Total() = Total number of symbols with open orders (int oSymCn)
Now, I would like to get :-
1) Total number of symbols that with BUY open orders (int obSymCn)
2) Total number of symbols that with SELL open orders (int osSymCn)
I studied the "ArrayString.mqh", it neither provide the data of OP_BUY nor OP_SELL. Could you please provide the codes to get the obSymCn and osSymCn ? Thanks
Note that :-
1) oSymCn <= obSymCn + osSymCn
2) (obSymCn + osSymCn) may != oSymCn