
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
You wrote"
What I find strange is that if I replace
by"
Maybe the lack of ".ex5" in your string makes the difference?
Hello
After testing, I think I have isolated my problem and I don't have a solution.
- Rename resources, without spaces and other characters, no
- move the order of icustom, no
add another indicator via another icustom, works
I come to the conclusion that it is really this indicator that does not want to go there.
What makes him different from the others?
It includes an "include" itself.
it itself includes another external indicator.
It just shouldn't be tolerated.
It has nothing to do with any resource limitations.
So there are indeed limitations to resources. You just have to know that.
So there are indeed limitations to resources. You just have to know that.
I would quickly solve this problem, but I don't get paid for it
No thx
When reporting any issue, it is customary to provide sample code and/or instructions on how to fully replicate it outside of the user’s own influence. A partial explanation with incomplete code is not enough for others to replicate.
This will allow others to test the situation in order to prove or disprove it, and for the matter to be taken seriously. Failure to do so, means that the situation will inevitable be ignored and assumed to be caused by the user’s lack of knowledge or skill, instead of a problem with the platform or application.
Also make use there are no spaces in the path.
Getting error 4802 when loading custom indicator that loads another custom indicator with iCustom - Technical Indicators - MQL5 programming forum. (2020)
Hello
After testing, I think I have isolated my problem and I don't have a solution.
- Rename resources, without spaces and other characters, no
- move the order of icustom, no
add another indicator via another icustom, works
I come to the conclusion that it is really this indicator that does not want to go there.
What makes him different from the others?
It includes an "include" itself.
it itself includes another external indicator.
It just shouldn't be tolerated.
You need to fix your code, an indicator included as a resource which include itself an other indicator need a special processing.
Look in the documentation how to do.
Look in the documentation how to do
Good morning
THANKS
I'm not sure.
should we use the GetRelativeProgramPath() function which is an example in the doc?
If not, give me some keywords so I can narrow down the search, thanks.