I bought the EA yesterday and successfully uploaded custom indicators but they were not compatible with meta-editor with errors as follows: #include <stdlib.mqh>
#include <stderror.mqh> how can I correct the errors as I'm not a programmer ???
I bought the EA yesterday and successfully uploaded custom indicators but they were not compatible with meta-editor with errors as follows: #include <stdlib.mqh>
#include <stderror.mqh> how can I correct the errors as I'm not a programmer ???
That is an EA?
In any case those files are standard files coming with metatrader 4 - if it can not find them it is either they are deleted (not by metatrader) or the include path is wrong (it can not be seen on that image)
You agree to website policy and terms of use
Hi
I got a new version of MT4 earlier today, and it has introduced a new error in and existing EA of mine, and that I haven't been able to fix, so I'd like to hear if you can help me.
The thing is that I have get error 'Cannot call 'stdlib.ex4::ErrorDescription', 'stdlib.ex4' is not loaded'
My version of MT4 is 4.00, build 765, and in options - expert advisors I do have the following marked:
- Allow automated trading
- Allow DLL imports
In my program, I do include<stdlib.mqh> (the actual code is #include <stdlib.mqh>).
Can you please advice?
Best regards,
GJ.