|
SOLUTIONS
|
MATHEMATICA 指标
Momentum
是一个动量指标.
使用收盘价进行计算.
返回一个时间序列,以前12个时间段的价格的百分比表示当前价格.
FinancialIndicator["Momentum", n] 使用前 n 个时间段的价格.
第一个值发生在 n 个时间段之后.
使用收盘价进行计算.
返回一个时间序列,以前12个时间段的价格的百分比表示当前价格.
FinancialIndicator["Momentum", n] 使用前 n 个时间段的价格.
第一个值发生在 n 个时间段之后.
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »

