diff --git a/core/talib.js b/core/talib.js index 1aa30f1a2..b4e628b72 100644 --- a/core/talib.js +++ b/core/talib.js @@ -340,7 +340,7 @@ methods.ema = { inReal: data.close, startIdx: 0, endIdx: data.close.length - 1, - optInTimePeriod: period + optInTimePeriod: params.optInTimePeriod }); } }