dralialadin
dralialadin
Friends

Add friends via their profile or user search and you will be able to see if they are online

dralialadin
Added topic Need help for invalid request.
Dear guys I several time try and check but same error come when i try to open Buy Stop possition. I don't know what i did worg. then code is below:             TResult =
dralialadin
Added topic What is Equivalent code of MQL4 to MQL5
What is Equivalent code of MQL4 to MQL5 below :   if (AccountFreeMarginCheck( Symbol (), OP_BUY, Lots * 50 ) >= 0.0 ) {      //OrderSend(Symbol(), OP_BUY, Lots, Ask, 3,Ask-SL,lp88, "Magic = " + 301210, 301210, 0
dralialadin
Added topic Any articles for develop EA on MQL5
I want to learn develop EA on MQL5. is there any articles to learn step by step how to develop EA on MQL5
dralialadin
Added topic How to get fibo price
dear guy How i get fibo price without draw fibo object. example if i draw fibo line as High : 1.38163, Low : 1.37987 Now i want to get level 61.8 price. how i get this level price
dralialadin
Added topic Calculation for lot size by profit amount
Dear guys I need a calculation to get lot size by profit amount. example i want profit 30$ by 10 pips then how many lot i need to take. 1 lot = 1 pip = 10$ then 10 pips = 30$ = ? lots. please some one give a right calculation how i lot size
dralialadin
Added topic Need help for indicator.
I am converting my old indicator of MQL4 to MQL5. I having a problem. MQL code like :   int Volatility_Band = 34 ;      for(int i=limit; i>=0; i--)    {       RSIBuf[i] =
dralialadin
Registered at MQL5.community
dralialadin
Added topic how to calculate to double up my last Takeprofit.
I want create a EA. EA work like. Take profit start with 50 pips. then every next trade TP will be double form last trade. What is the calculation solve this problem. 1. Trade TP : 50 2. Trade TP : 100 3. Trade TP : 200 4. Trade TP : 400
dralialadin
Added topic How to index order count by SELECT_BY_POS
Dear Guys I just want to know how to SELECT_BY_POS return index. I mean how to open order indexing. is older order to new order. when I open 1st order then order index = 0. then I open 2nd order then that index=1 or 2nd index = 0 and 1st order =1
dralialadin
Added topic Need help for double condition
Dear, I am getting problem about double value condition: I wrote code below: double am0_13 = iMA(NULL,PERIOD_M5,MA2_5min,0,Mode_EMA,MaPrice,0); double am1_13 = iMA(NULL,PERIOD_M5,MA2_5min,0,Mode_EMA,MaPrice,1); in the chart MA1 show = 1.53977 and MA2
dralialadin
Added topic suggestion for learning to create dll file
Dear guys, I know there lot of topic in this forum about dll. I just need a suggestion which program language easy to learn for me. I am C# coder. I am well know about C#. but MT4 does not allow to use C# dll. Does any one give me suggestion which
dralialadin
Added topic How do i get BW MFI color.
Dear guys is there any way to get which BW MFI color in current shift. I used iBWMFI but it return value but I want to get which color in current shift. thanks is advanced
dralialadin
Added topic Find Shift by GMT time
Dear guys Is there any possible to find shift on correct chart according by GMT time
dralialadin
Added topic Looking for trailing EA base on profit
Guys I am looking for any EA which can trailing profit. I mean when I set trailing 10$ and set trailing step 3. this mean when profit goto 10$ EA set 2$ as trailing. when market reverse EA take profit 2$. Is there any type of EA in
dralialadin
Added topic Need help for
Dear guys  I am writing a indicator. Is there any function can I get information which timeframe indicator attach
dralialadin
Added topic Wait for 10 bar not to trade after a trade done.
Dear Guys I made a EA. I want to give a function is that after a trade done by EA. EA wait 10 bar not to trade. After 10 bar EA again trade. How do I give that condition.  
dralialadin
Added topic Need help for a EA making
Dear guys I am new in MT4 coding. I made a EA base on a indicator. I am using icustom . But I am facing a problem. indicator give buy/sell signal on 5 TF of a candle  then my EA take immediately trade on indicator
dralialadin
Added topic Strategy Tester too slow when use icustom function
dear guys I made a EA using a indicator. I write a code below:    double val=iCustom(NULL, 0, "RI - Pro",0,false,false,false,2,0);    if(val<5000) gi_buy = TRUE;  when run my EA with Strategy Tester , tester
dralialadin
Added topic make EA with a indicator
Dear guys I want to make a EA base on indicator buy or sell signals . Bui I don't have source code of that indicator. Now how can I make the EA. I mean how can sent msg or get buy or sell signals from that indecator
dralialadin
Added topic How to specify the volumn of an order base on last loss trade coverage
Dear guys How to specify the volumn of an order base on last trade loss coverage. I mean if last trade was my EURUSD sell with loss 50 dollar. How can I take volume with gain 50 dollar with 10pips. Does anyone have that type of code 
12