iCustom() cannot load indicator error final hurtle before ea publication

 

Hey, got a quick fix for this error? Wanting to use the supertrend indicator on multiple currency pairs in my ea, tried "eurousd" instead of _Symbol and the indicator didn't load.
     

  STHandleEUROUSD = iCustom("eurousd",PERIOD_D1,"supertrend.ex5");

Thanks for your time.
 
Benrashi Sagev Jacobson:

Hey, got a quick fix for this error? Wanting to use the supertrend indicator on multiple currency pairs in my ea, tried "eurousd" instead of _Symbol and the indicator didn't load.

Your symbol "eurusd" is different from "EURUSD." Moreover, your symbol is "eurousd".

 
Nagisa Unada #:

Your symbol "eurusd" is different from "EURUSD." Moreover, your symbol is "eurousd".

Thanks for the reply. Tried EURUSD and got the same result
 

The "eurusd" returned -1, but the "EURUSD" returned 10 and is working fine.

I think there is some other problem.