Forum

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

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 = Trade.PositionOpen( _Symbol , ORDER_TYPE_BUY_STOP , ll96, lp72, lo64, lp88, "Magic = " + DoubleToString ( 301210 ));

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, DodgerBlue); }

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

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

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

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

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] = (iRSI(NULL,0,RSI_Period,RSI_Price,i)); MA = 0; for(int x=i; x<i+Volatility_Band; x++) { RSI[x-i] = RSIBuf[x];

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

How to use C# dll for MT4

Dear guys. I write a dll file using C# visual studio 2010. Then i write a EA with using my dll file. But i can't use it in my MT4. It say error as 'FX_Copy EURUSD,M30: cannot call function 'AddInteger' from dll 'FX_Copy.dll' ( error 127 )'. How can i use C# dll in MT4