mirror of
https://github.com/vdemydiuk/mtapi.git
synced 2026-08-16 12:18:09 +00:00
MtApi5: fix type in function iStochastic
This commit is contained in:
@@ -2969,7 +2969,7 @@ namespace MtApi5
|
|||||||
{
|
{
|
||||||
Dictionary<string, object> cmdParams = new() { { "Symbol", symbol ?? string.Empty }, { "Period", (int)period },
|
Dictionary<string, object> cmdParams = new() { { "Symbol", symbol ?? string.Empty }, { "Period", (int)period },
|
||||||
{ "Kperiod", Kperiod }, { "Dperiod", Dperiod }, { "Slowing", slowing },
|
{ "Kperiod", Kperiod }, { "Dperiod", Dperiod }, { "Slowing", slowing },
|
||||||
{ "MaMethod", (int)maMethod }, { "priceField", (int)priceField } };
|
{ "MaMethod", (int)maMethod }, { "PriceField", (int)priceField } };
|
||||||
return SendCommand<int>(ExecutorHandle, Mt5CommandType.iStochastic, cmdParams);
|
return SendCommand<int>(ExecutorHandle, Mt5CommandType.iStochastic, cmdParams);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user