MQ5 file not auto-filling the enum and data fields. Getting 4002 error.
-
Hello. I have recently contracted some individuals to convert a few indicators from mt4 to mt5 for me but for some reason they do not automatically fill in the enumeration, data, and buffer fields when I try to add them into FXdreema. However, every other indicator I have ever added has done this automatically.
I have tried to fill in the fields manually but I keep getting 4002 errors and I can't get it to work.Is there some requirement in the code that allows for it to auto-fill?
Appreciated.
-
@coinmaster hello,
Adding your custom indicator does have some bugs and this is not the only bug I have faced in the past. If you have the source file, you can add the enumerations in fxdreema to your indicator yourself or you can even add them to the fxdreema file that you have downloaded in the empty enumerations section.
-
Yeah I tried adding the enumerations. It just tells me that there is an error with the enumeration.
