MQL4 - automated forex trading   /  

Forum

dll interface

Back to topics list To post a new topic, please log in or register

avatar
16
karan 2006.05.21 19:38 
I am able to pass int and double by ref to a Dll that I wrote in C. Can anyone point me to an example of passing strings from MetaTrader to the C Dll. The C Dll will also return a char* of sizes less than 255,
How to Make the Detection and Recovery of Errors in an Expert Advisor Code Easier

How to Make the Detection and Recovery of Errors in an Expert Advisor Code Easier

In Export Advisors development, the questions of code errors detection and recovery are very important. The peculiarity is that a not detected in time error may ruin a precious idea of a trading system already on the stage of its first testings. That is why any sensible EA developer takes into account such problems from the very beginning. This article dwells on some approaches, helping in this difficult matter.


avatar
Moderator
5198
stringo 2006.05.24 15:20 
Did You see our samples: ExpertSample.dll, ExportFunctions.mq4 in the experts/samples directory?

avatar
16
karan 2006.05.24 15:38 
stringo wrote:
Did You see our samples: ExpertSample.dll, ExportFunctions.mq4 in the experts/samples directory?
Thanks... I'll look into it.

avatar
Moderator
5198
stringo 2006.05.24 15:55 
karan wrote:
stringo wrote:
Did You see our samples: ExpertSample.dll, ExportFunctions.mq4 in the experts/samples directory?
Thanks... I'll look into it.

Ask questions after
Back to topics list  

To add comments, please log in or register