它总是返回一个全为 0 的数组给我
(PECL trader >= 0.2.0)
trader_ppo — 百分比价格震荡指标 (Percentage Price Oscillator)
real
实数值数组。
fastPeriod
快速 MA 的周期数。有效范围为 2 到 100000。
slowPeriod
慢速 MA 的周期数。有效范围为 2 到 100000。
mAType
移动平均线的类型。TRADER_MA_TYPE_* 系列常量应该被使用。
返回包含计算数据的数组,或在失败时返回 false。