Forum

How copy to the second dimension of multi-dimension array

Please help How to copy from one dimension array directly into the second dimension array of multi-dimension array, without using looping ?? Or is it possible to copybuffer from indicator result into the second dimension of multi-dimension array ?? Thank you

Pring's Special K indicator

Dear All, Can anyone here know where to get Pring's Special K indicator for MT5 and how to use it on mq5 ? Thank you

Need help for using SymbolExist() in mq5 format

Can anyone help me to give some simple example on how to use SymbolExist() in EA of MT5 ? Thank you

How to get the 4 value of BearsPower an BullsPower indicator in MT5 (mql5) ?

Hello Everyone, If in MT4 (mql4) to get the value of BearsPower and BullsPower indicator is like: - double val01 = iBearsPower( Pair01 , PERIOD_H1 ,13,PRICE_CLOSE,0); - double val02 = iBearsPower( Pair02 , PERIOD_H1 ,13,PRICE_CLOSE,0); - double val03 = iBullsPower( Pair03 , PERIOD_H1

How to get the value of BearsPower & BullsPower indicator for 4 pairs at the same EA ?

Hello Everyone, If in mt4, to get the value of BearsPower and BullsPower indicator is like: - double val=iBearsPower( Pair01 , PERIOD_H1 ,13,PRICE_CLOSE,0); - double val=iBullsPower( Pair01 , PERIOD_H1 ,13,PRICE_CLOSE,0); And at the same EA I need to get the value of that indicator for 4 currency

TRADE_TRANSACTION_ORDER_DELETE

Hallo, Can anyone give and example for closing all positions using OrderSendAsync() with TRADE_TRANSACTION_ORDER_DELETE ? Thank you for any help

Comment column in History tab of MT5

Do anyone know how to show the Comment column in History tab of MT5 ? Thank you

How to calculate Marginrequired in mql5 ?

Hallo, just want some help. If in mql4 I use: double MG1 = MarketInfo(Pair1, MODE_MARGINREQUIRED), so how to get the same result in mql5, since there is no MODE_MARGINREQUIRED in mql5 ? Thank you for any help

How to make mql5 always running even if no incoming tick ?

Hello Everyone, My mql5 is multi currency correlation hedging, so my EA analyze many other currency pairs . The running of EA depend on incoming tick of the chart that I put the EA. Sometime the price of the chart which I put the EA is not move, so there is no incoming tick which make the EA not

Please help convert from mql4 to mql5

Tjahjadi Budiali 2018.08.11 08:40 Dear Anyone, Can someone help to convert this mql4 to mql5 for open trade and close trade ? This is the mql4 for open trade that I want to use in mql5 but please using OrderSendAsync() : string koment = komentar + DoubleToStr(MarketInfo(Pair1, MODE_ASK),5) +