diff --git a/MtApi5/MtApi5Client.cs b/MtApi5/MtApi5Client.cs index fae82223..eb27bde5 100755 --- a/MtApi5/MtApi5Client.cs +++ b/MtApi5/MtApi5Client.cs @@ -2644,7 +2644,7 @@ namespace MtApi5 { Dictionary cmdParams = new() { { "Symbol", symbol ?? string.Empty }, { "Period", (int)period }, { "FastMaPeriod", fastMaPeriod }, { "SlowMaPeriod", slowMaPeriod}, - { "MaMethod", (int)maMethod }, { "appliedVolume", (int)appliedVolume } }; + { "MaMethod", (int)maMethod }, { "AppliedVolume", (int)appliedVolume } }; return SendCommand(ExecutorHandle, Mt5CommandType.iChaikin, cmdParams); }