You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
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.