|
SOLUTIONS
|
MATHEMATICA 指标
MovingAverageEnvelopes
有时缩写为 MAE.
是一个统计指标.
使用收盘价进行计算.
返回3个时间序列,由收盘价的10个时间段的简单移动平均和高于、低于移动平均3%的通带组成.
FinancialIndicator["MovingAverageEnvelopes", n, p] 使用 n 个时间段的移动平均和离开移动平均百分之 p 的通带.
时间序列的第一个 n 值使用部分时间段进行计算.
是一个统计指标.
使用收盘价进行计算.
返回3个时间序列,由收盘价的10个时间段的简单移动平均和高于、低于移动平均3%的通带组成.
FinancialIndicator["MovingAverageEnvelopes", n, p] 使用 n 个时间段的移动平均和离开移动平均百分之 p 的通带.
时间序列的第一个 n 值使用部分时间段进行计算.
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »

