mirror of
https://github.com/vdemydiuk/mtapi.git
synced 2026-07-27 18:47:55 +00:00
Issue #201: call iBullsPower instead iBearsPower in MQL
This commit is contained in:
Binary file not shown.
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user