iCustom Indicator read error

 

I have a custom indicator which I want to call using iCustom. Whenever I run the code the journal gives me the following errors.


program file added: \Indicators\Tradingthetrend.ex5. 24439 bytes loaded

program file Indicators\Indicators\Tradingthetrend.ex5 read error

loading of Tradingthetrend EURJPY,Daily failed [557]

cannot load custom indicator 'Indicators\Tradingthetrend' [4802]

indicator create error

OnTick critical error



I can manually apply this indicator to the chart and it works absolutely fine. So why is it giving me a read error even after saying that it has successfully loaded the file? 

The path I have specified in iCustom is   "Indicators\\Tradingthetrend"


How do I fix this?

Thanks in advance.

 
Just use “Tradingthetrend”
 

William Roeder:
Just use “Tradingthetrend”


Wow, it seems to be working now. Thanks a lot!