
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 am trying to import an indicator as a resource inside another indicator , But when I try and compile the code , it gives me the error:
unknown resource type 'C:\Users\r2\AppData\Roaming\MetaQuotes\Terminal\97E7543905E3BBAA10BC45C3DA77753D\MQL4\Indicators\IKSH.ex4'
When I call this indicator using iCustom() without importing it as a resource , it all works fine , but when I try to add it as resource , it gives me the error.
What could be the cause of this error ?
this is how I am importing the indicator as a resource :
This is the indicator :