"DetrendedPriceOscillator" (金融指标)

是一个市场强度指标.

使用最高、最低和收盘价以及交易量进行计算.

返回一个时间序列,收盘价格与来自于14个时间段的移动平均的8个时间段的未来值间的差.

FinancialIndicator["DetrendedPriceOscillator",n] 使用 n 个时间段的移动平均和 个时间段的未来值. 第一个值在 个时间段之后产生,最后一个值在数据结束前 个时间段产生.

范例