String to Identifer

 
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[ ];
 
Ali_M_92: If string x="EURUSD"; I need double EURUSD[ ];

Perhaps you should read the manual. Timeseries and Indicators Access
   How To Ask Questions The Smart Way. 2004
      How To Interpret Answers.
         RTFM and STFW: How To Tell You've Seriously Screwed Up.

Reason: