how to peek all symbols in a program

 

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 ? 

 
paulselvan:

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 ? 

It's been discussed before in this forum,  search for allmarketdata