kumaillakhani
kumaillakhani
kumaillakhani
Added topic 4 & 5 points calculation issue
Hello, in the above image Exponential Moving average = 1.13688       > (EMA) HeikenAshi Close = 1.13687                       > (HAClose) in my EA I have program
kumaillakhani
Added topic Getting different values of Heiken Ashi candles in Data Window & in my code
Hello, Why I am getting different values of Heiken Ashi candles in Data Window & in my code values I am getting from my code is mentioned in highlighted logs. Can anyone guide me where I have made the mistake? // Here is he chunk of code datetime
kumaillakhani
Added topic How to get same time values of H1 & H4
//H1 Calculations H1HaOpen= iCustom ( NULL , PERIOD_H1 , "Heiken Ashi" ,Red,White,Red,White, 2 , 1 ); H1HaClose= iCustom ( NULL , PERIOD_H1 , "Heiken Ashi" ,Red,White,Red,White, 3 , 1 ); H1EMAprev = NormalizeDouble ( iMA ( NULL , PERIOD_H1 , 14 , 0
kumaillakhani
Added topic NormalizeDouble() not working
StopLossBuy    = NormalizeDouble ( Low [ 2 ] - 0.0003 , Digits ()); //1.1304799999999999 StopLossBuy    = NormalizeDouble ( Low [ 2 ] - 0.0003 , 5 ); //1.1304799999999999 I have tried both code from both code
kumaillakhani
Added topic How to detect Heiken Ashi Body close above/below MA?
Hello, I am newbie in MQL4. I would like to know how I could detected that Heiken Ashi Body close above/below MA
kumaillakhani
Added topic OrderSend failed with error #130
Hello, I am getting Error: EURUSD,H4: OrderSend failed with error #130 void OnTick ()   {       H1EMAprev = NormalizeDouble ( iMA ( NULL , PERIOD_H1 , 14 , 0 , MODE_EMA , PRICE_CLOSE , 1 ), 5 );    H4EMAprev =
kumaillakhani
Added topic How to detect pullback of market in MQL4 EA?
Hello, I have attached a picture I have mentioned my question in that picture. Experts Please answer my question. Questions: 1. I want to ask what is stoplevel & freezelevel? please explain me in simple words I am not able to understand reference
kumaillakhani
Added topic ordersend failed with error #130
Hello, I am getting error # 130 while trying to OrderSend() in MQL4.    LotSize        = 0.05 ;               // 0.05
kumaillakhani
Added topic How to identify current trend of MA through code?
Hello, I am writing an EA but I am beginner in MQL4. Please suggest me how could I identify a DOWN TREND or an UP TREND of moving average in my EA programmatically? Please advise me as I have not so familiar with MQL4
kumaillakhani
Added topic How to check in MQL 5 Account type is demo or live?
Hello Everyone, I am vew new in MQL 5 programming please guide me that how could I check in MQL 5 that Account type is demo or live ? Thank u in advance. Regards, Kumail Raza
kumaillakhani
Registered at MQL5.community