I already have a strategy implemented in MQL-4, that is structured the following way:
- One MQL-4 file that has three #include (.mqh) files. The files listed are included in the same order as described: - One #include file refers to log functions. This file calls a DLL. - One #include file refers to order limits. - One #include file refers to mystrategy functions. This file calls a DLL.
I copied all of the files to the following folders:
JForex\Strategies: MQL-4 file JForex\Strategies\include: #include (.mqh) files. I created this folder just to organize the files.
When I try to convert the MQL-4 file the exception described in the subject is raised. The string referred in the exception is one #define instruction implemented in the #include that refers to the order limits. How should I proceed to solve this problem?
Looking forward for a return!
Thanks a lot for your attention!
Best regards, Fabrizio Sartori.
API Support
Post subject: Re: Conversion failed! com.dukascopy.converter.ConverterException: Parse exception For input string: "QTDE_TIPOS_DE_ORDENS"
We need all involved files in order to properly investigate this. If you don't want to make them public, please send them to [email protected] with reference to this topic.
fsartori
Post subject: Re: Conversion failed! com.dukascopy.converter.ConverterException: Parse exception For input string: "QTDE_TIPOS_DE_ORDENS"