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 pairs at the same time like:

Pair01= "EURUSD", Pair02="GBPUSD", Pair03=.... , Pair04=.... . 

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: