"RelativeMomentumIndex" (金融指标)

通常缩写为 RMI.

是一个动量指标.

由 Roger Altman 开发.

使用收盘价进行计算.

返回一个时间序列,是5个时间段的收益与亏损的14个时间段的指数移动平均的比例,重新调整为0到100之间.

FinancialIndicator["RelativeMomentumIndex",n1,n2] 计算 n1 个时间段的收益和亏损和 n2 个时间段的移动平均. 时间序列的第一个值发生在 个时间段之后.

范例