paulselvan:
It's been discussed before in this forum, search for allmarketdata
Hello,
They are many financials symbols given by my borker(more than hundred)
I want to sort them all in a mql4 program for detecting a particular candles configurations
The simple way is to put them down one by one in a array ,eg smb[]={"NZDCAD","EURUSD",....} but its boring
How to import them in a simple way to my business ?

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
Hello,
They are many financials symbols given by my borker(more than hundred)
I want to sort them all in a mql4 program for detecting a particular candles configurations
The simple way is to put them down one by one in a array ,eg smb[]={"NZDCAD","EURUSD",....} but its boring
How to import them in a simple way to my business ?