METAQUOTES - Any idea if you guys will be able to fix the String Symbol Bug?

 
Hey guys,

This bug is really creating problems for me. Any idea when and if it can be fixed?? I e-mailed the support people with the source code, but no word. If you guys could help me with this I would really appreciate it. Thanks and take care.

Matt Pavlovich
 
If your broker use "GBPUSDm" instead "GBPUSD" symbols, you should use, for example,
iRSI("GBPUSDm",60,14,Price_Close,0)


instead

iRSI("GBPUSD",60,14,Price_Close,0)


in your EA source code.

 
Mazhit,

Thanks for the input. My borker does not use the GBPUSDm. The problem I have found is that even though the string symbol (GBPUSD) may be ticking, it will not be updated until the the chart which the EA is placed on (EURUSD) has a new tick. Thus, it makes it difficult for the techs to line up properly as there is a lag. So it is not a MT4 bug, but rather a limitation. Such is life. Thanks anyway, though.

Matt
Reason: