Forum

Does anyone know why is the buy order at a off-chart price?

Has anyone experienced this before? Why does this happen

OrderSend() function does not work, no error messages

The same EA works fine on Instaforex and ICMarkets. but it does not work when I attached the EA to the charts of BTG MT4. I put a Print just before OrderSend() function , the print message shows buy/sell signals are generated as expected, but the OrderSend() mysteriously stops working. Autotrade is

StrToDouble or StringToDouble does not work

I can not figure out why it does not work, anybody can help? Pls see the following code: double Sig[ 1 ][ 1 ]; // magic|type|target----magic|type|target bool no_Sig = false ; string Sig_str = Signal_Get( "Sig" ); string res[]; if ( StringFind (Sig_str, "|" , 0 ) != - 1

How can I solve this error?

2014.03.21 09:56:12.927 Memory handler: cannot allocate 2093252608 bytes of memory Please guide me for the right direction. thanks

When using http51.dll, I get this error: HTTP:-1 Error: Can't send request, Anybody can point to me the reason?

The script is from this forum, https://www.mql5.com/en/code/8435, Anybody can help? Thanks

I need help with import dll

Hi, I have compiled my matlab function into dll. In the EA, I put in the following code: #import "MLfun01.dll" double GetArrayItemValue(double ML_Signal[]); ML_Signal[8] = MLfun01(string CP, string dataCL,double arr[8],string OTM); #import the output of the Matlab function is a 1x8 vector, so the

What is the cause of this error? Can not load library: error 193

I am trying to connect my EA to mySql using DLL explained on https://forum.mql4.com/16915 But I encounter error 193 . Anybody pls help