Issue #201: call iBullsPower instead iBearsPower in MQL

This commit is contained in:
Viacheslav Demydiuk
2020-08-26 17:53:31 +03:00
parent 4349eb3538
commit dd05804082
2 changed files with 1 additions and 1 deletions
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -4554,7 +4554,7 @@ void Execute_iBullsPower()
}
if (!sendIntResponse(ExpertHandle,
iBearsPower(symbol, (ENUM_TIMEFRAMES)period, ma_period),
iBullsPower(symbol, (ENUM_TIMEFRAMES)period, ma_period),
_error))
{
PrintResponseError("iBullsPower", _response_error);