Forum

Metatrader 4 Unresolved import function call

Hi, I am trying to import a dynamic library coded in C++ in my EA. Only problem is that despite the functions being exported, my EA does not load them properly. The C++ code is as follows: CONSOLEAPPLICATION2_API bool AsciiToUnicode( const char * szAscii, wchar_t * szUnicode) CONSOLEAPPLICATION2_API

Access violation read to 0x00002710

Hi, I am currently encountering this error when loading my dll coded in C++. What could be the problem? Thanks

Expert Advisor keeps being removed

Hi, the expert advisor I coded to auto-trade Binary Options on www.trade4.me keeps being removed . The MQL5 code has no error, compiles and loads great. I just need help debugging the removals. ...Here's the error message... Thanks for the help. 2016.09.08 16:33:21.140 Experts expert Dulcimer

Parameter conversion not allowed error message

Hi, I compiled a dll in C# to import into my metatrader 5 EA but I get the following error. Parameter conversion not allowed. Here's the code: #import "C:\Program Files\MetaTrader 5\MQL5\Experts\Advisors\bin\Debug\Analytical.dll" bool Interphase(int argc, string &args[]); #import and here's where I