Ali_M_92
Hi,
I wanted to know if there is trick to convert strings to identifiers (variable names) in mql5. Any idea?
For example I have 30 strings containing 30 symbol names. Now I want to define 30 dynamics arrays whose identifers are those symbols.
In summary: If string x="EURUSD"; I need double EURUSD[ ];
- How to get rid of symbols problem ?
- How to get all symbols name ?
- is it possible to string variable shown in data window?