mirror of
https://github.com/vdemydiuk/mtapi.git
synced 2026-07-28 02:57:56 +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 },
|
||||
{ "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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user