|
SOLUTIONS
|
MATHEMATICA 指标
MovingAverageConvergenceDivergence
通常缩写为 MACD.
是一个动量指标.
使用收盘价进行计算.
返回两个时间序列. 第一个是12个时间段和26个时间段的指数移动平均的差,第二个是以第一个15个时间段的指数移动平均表示的信号线.
FinancialIndicator["MACD", n1, n2] 使用
和
个时间段.
时间序列的初始值是使用部分时间段计算的.
是一个动量指标.
使用收盘价进行计算.
返回两个时间序列. 第一个是12个时间段和26个时间段的指数移动平均的差,第二个是以第一个15个时间段的指数移动平均表示的信号线.
FinancialIndicator["MACD", n1, n2] 使用
时间序列的初始值是使用部分时间段计算的.
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »

