ERR_INDICATOR_DATA_NOT_FOUND | 4806 | Requested data not found |
And how often do you get this error? Only at startup or at every tick?
ERR_INDICATOR_DATA_NOT_FOUND | 4806 | Requested data not found |
And how often do you get this error? Only at startup or at every tick?
It's every tick.
It's every tick.
It means either there is no indicator or you are creating it incorrectly.
In any case, you need a complete indicator and advisor code.
It means either there is no indicator or you are creating it incorrectly.
In any case, you need a complete indicator and advisor code.
Yes but the scenario is that this code has just been completed by new entry / exit. The part that crashes does not pose a problem before this addition of signal.
I didn't change anything. As you can see I create the handle it looks to me correct.
In my opinion it is as if it does not fit well in my handle table, maybe there are too many? (over 300)

- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
I looked for solutions and tried them out, but I can't seem to fix the problem.
I created a first version which does not pose any problem, everything works. I add new handles and strategies without changing the code structure, just new entry and exit.
Certainly entering that I had before which works very well no longer works.
i use a TableHandles[] is correctly resize with all handle.
my code simplify
I don't understand why my version has the bug when these lines of code are the same as in version 1 with ADX ... and in version 2 ADX does not work.
I guess it's the way MT5 function is giving me an error in its memory handling. I would like to find a solution to change my code so that there is no longer this problem.
Thank you in advance for taking your time to help me with this problem.