vdemydiuk / mtapi

MetaTrader API (terminal bridge)
http://mtapi4.net/
MIT License
514 stars 277 forks source link

Incorrect value of indicator iBullsPower #201

Closed vdemydiuk closed 3 years ago

vdemydiuk commented 3 years ago

Indicator iBullsPower returns incorrect values.

dd-ctss commented 3 years ago

This bug is because in the MtApi5.mq5 expert file on line 4197 it incorrectly refers to iBearsPower instead of iBullsPower.

vdemydiuk commented 3 years ago

@dd-ctss yes, you are right. I already fixed it. Thank you for help. :)

vdemydiuk commented 3 years ago

I will merge it to master soon.