Skip to content

Commit

Permalink
Issue #201: call iBullsPower instead iBearsPower in MQL
Browse files Browse the repository at this point in the history
  • Loading branch information
vdemydiuk committed Aug 26, 2020
1 parent 4349eb3 commit dd05804
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified mq5/MtApi5.ex5
Binary file not shown.
2 changes: 1 addition & 1 deletion mq5/MtApi5.mq5
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit dd05804

Please sign in to comment.