Hey can someone help me out? I'm trying to create an ea with the indicator (I extract the data with iCustom()), but after executing the ea, I get the error message that the suffix couldn't be found for any currency. Btw, it works fine if I just put it on the chart.
meemee: Hey can someone help me out? I'm trying to create an ea with the indicator (I extract the data with iCustom()), but after executing the ea, I get the error message that the suffix couldn't be found for any currency. Btw, it works fine if I just put it on the chart.
Hi,
check what you use as "suffix" in indicator on chart and use same value in iCustom. If there is blank value, then use "" (blank double quotes).
Hey can someone help me out? I'm trying to create an ea with the indicator (I extract the data with iCustom()), but after executing the ea, I get the error message that the suffix couldn't be found for any currency. Btw, it works fine if I just put it on the chart.
Hi,
check what you use as "suffix" in indicator on chart and use same value in iCustom. If there is blank value, then use "" (blank double quotes).