"WeightedMovingAverage" (金融指标)

有时缩写为 WMA.

是一个统计指标.

返回一个时间序列,它是前10个时间段的加权移动平均.

使用收盘价进行计算.

FinancialIndicator["WeightedMovingAverage",n] 使用前 n 个时间段. 时间序列中的初始值使用部分时间段计算.

范例