Forum

iStochastic

Hi, I have a Question?! What's equivalent of this code in MQL5?! for ( int i= 1 ;i< 1000 ;i++) { TBuffer[i]= iStochastic ( NULL , PERIOD_H1 , 5 , 3 , 3 , MODE_SMA , 0 , MAIN_LINE ,i); }

error

Hi. I wrote a expert but my custom indicator(ftlm-stlm) is repeated in chart when i want to test it. how can i solve it ?! thanks! #include <Trade\Trade.mqh> // exported variables // local variables double PipValue= 1 ; // this variable is here to support 5-digit brokers bool Terminated =

MetaLang.exe

I have to Introduce MetaLang.exe File to Etasoft Program. does anybody know where can i find it?! Thanks

error 10013

Hi I wrote a EA But buy order don't execute and i get this error. pl help ! Error: 2014.05.12 11 36.000 2014.04.04 05:01:06 Function: BuyOrder3 Error: 10013 Invalid request 2014.05.12 11 36.000 2014.04.04 05:01:07 failed exchange buy 0.20 EURUSD at 1.37150 sl: 1.36950 tp: 1.37450 [Invalid request]