Indicators.MomentumOnArray(prices:Array, total:int, period:int)
Name | Type | Действие | Значение по умолчанию |
---|---|---|---|
prices | Array | 帶數據的數組。 | — |
total | int | 要計算的項目數。 0 表示整個數組。 | — |
period | int | 用於計算價格變化的平均週期(柱數)。 | — |
let list = await Indicator.MomentumOnArray(mybuffer, 100, 12);