|
SOLUTIONS
|
MATHEMATICA 指标
WeightedMovingAverage
有时缩写为 WMA.
是一个统计指标.
返回一个时间序列,它是前10个时间段的加权移动平均.
使用收盘价进行计算.
FinancialIndicator["WeightedMovingAverage", n] 使用前 n 个时间段.
时间序列中的初始值使用部分时间段计算.
是一个统计指标.
返回一个时间序列,它是前10个时间段的加权移动平均.
使用收盘价进行计算.
FinancialIndicator["WeightedMovingAverage", n] 使用前 n 个时间段.
时间序列中的初始值使用部分时间段计算.
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »

