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,13,PRICE_CLOSE,0);

- double val04 = iBullsPower(Pair04,PERIOD_H1,13,PRICE_CLOSE,0);

Can anyone help me how to get the same value of BearsPower and BullsPower indicator in MT5 (mql5) for that 4 currency pairs at the same one EA ?

Thank you.

Reason: