Forum

Initialization Error 4 Windows 10 Home

hi i have problem when install MT5 on WIndows 10 Home with error message Initialization Error 4. Somebody help me tq

tree optimization error

hi, i received this 'tree optimization error' when compiling ea meteditor (build 468) with more than 100 array[]

Lots

hi, How to measure lots(sum) for current order and pending? Tq

iBands - Lower Value

hi, my code double band_lower[]; int band_handle; band_handle =iBands("EURUSD",PERIOD_H1,20,2,0,PRICE_CLOSE); CopyBuffer(band_handle,2,0,5,band_lower); //buffers number 2-lower_band ArraySetAsSeries(band_lower,true); Comment (" Band lower ====> "

Very Slow & Poor Training Neural Network on Broker MT5 Client Terminal

i have test my ea using neural network on MT5.The result for training (teach pattern) is excellent in MetaQuotes Server. But when i install several brokers MT5 Client Terminal and run the same ea, the result is very slow & poor. Do there are big gap between brokers servers on input/backdate or large

How to determine previous close price ??

Hi, in Mql4, i coding the previous close price (shift) as below double pr0=iClose("EURUSD",0,0); double pr1=iClose("EURUSD",0,1); double pr2=iClose("EURUSD",0,2); how to convert this to MLQ5.....help me tq

CCI differ?

Hi, i found differ value for indicator CCI ( mql4 & mql5) Setting. EURUSD H1 - TYPICAL PRICE - PERIOD : 14 (see attachment)

Diff again? Adx value?

hi i again found the diff value for ADX indicator in mql4 & mql5

same setting on MACD(mql4 & mql5) but differ value?

Hi, I open Mql4 & mql5 cocurrent for pair USDCHF. Then open a MACD indicator for both on setting 12,26,9 close price but the the value are so difference. Any error?? ** mql4 - insta & fxopen - produce a same value mql5 - metaquotes - differ

How to use MqlDateTime? (day_of_week,hour)

Any idea to use this function? in MQL5 i use this MqlDateTime hari,jam ; Print("Day of Week =",hari.day_of_week); Print("Hour =",jam.hour); the result Day of Week = 0 Hour = 0 Actually i want to coding similar like this in MQL4, like this Print("Day of Week