Hello,
Since April 2011 I opened 5 ticket on the service desk.
None of them did receive any kind of response. I am not talking about solution, just answer.
Should I also post somewhere to have those tickets read?
The last one is about new release. Each time MQ release a new version, it comes with some mqh in include folder. 3 of them did not compile because of an issue I report in the last ticket :
Is there anyone having the same issue, is there something I am doing wrong?
Regards,
In include files following code raise compilation errors :
Indicators.mqh :
Compilation error : Macro redefinition
Solution comment following lines :
oscilators.mqh:
Compilation error : improper enumerator cannot be used
iForce is declared in mql4 with applied_price instead of applied_volume. need to update the code as following :
Same issue for iOBV class in Volumes.mqh
}
They do not reply recently to messages.
The easiest solution is - when you like some code from their library - copy it to some personal folder, and fix it by yourself. Fixing it in original location is waste of time, as they get replaced with every new release. Posting messages to service desk is also waste of time, as the priority of such code fix would be low.
I tried to delete all those "standard" libraries, but they keep reappearing with every new update, like influenza.
Please, provide more info on the context where you receive such errors - they may be related to some code in your project.

- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
Hello,
Since April 2011 I opened 5 ticket on the service desk.
None of them did receive any kind of response. I am not talking about solution, just answer.
Should I also post somewhere to have those tickets read?
The last one is about new release. Each time MQ release a new version, it comes with some mqh in include folder. 3 of them did not compile because of an issue I report in the last ticket :
Is there anyone having the same issue, is there something I am doing wrong?
Regards,
In include files following code raise compilation errors :
Indicators.mqh :
Compilation error : Macro redefinition
Solution comment following lines :
oscilators.mqh:
Compilation error : improper enumerator cannot be used
iForce is declared in mql4 with applied_price instead of applied_volume. need to update the code as following :
Same issue for iOBV class in Volumes.mqh
}