mirror of
https://github.com/vdemydiuk/mtapi.git
synced 2026-08-20 06:13:09 +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,
|
if (!sendIntResponse(ExpertHandle,
|
||||||
iBearsPower(symbol, (ENUM_TIMEFRAMES)period, ma_period),
|
iBullsPower(symbol, (ENUM_TIMEFRAMES)period, ma_period),
|
||||||
_error))
|
_error))
|
||||||
{
|
{
|
||||||
PrintResponseError("iBullsPower", _response_error);
|
PrintResponseError("iBullsPower", _response_error);
|
||||||
|
|||||||
Reference in New Issue
Block a user