
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
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.