Forum

Error 137 Broker is busy

Can anyone please shed some light on this error code 137 "Broker is busy". What causes the error and who is to blame, the broker or the code? How can the problem be fixed. I have an EA and yesterday the EA started OK with a BUY order, but did not close when it should have and although the EA kept

Build 625 Expert Advisor not working

I have a demo version build 625 from IG and have spent the last few days trying to get an EA to work. Does anyone know how to help me get an EA up and running. The Experts can be dragged onto the charts but do not seem to place trades. When running strategy tester the EA's don't work and I don't

Help ProRealTime code to MQL4

I am new to MT4 and I am trying to convert some code from ProRealTime to MT4 I get compile warning " possible loss of data due to type conversion". Can't seem to find how to correct the code. // c1 =abs( high - low) double c1= MathAbs (High[ 0 ]-Low[ 0 ]); // c2 = abs( close[1]-high ) double