编程学问
  • 文章
  • 问题
  • 读书
  • 关于
  • 登录
  • « trader_plus_dm
  • trader_roc »
  • PHP Manual
  • Trader 函数
  • Percentage Price Oscillator

trader_ppo

(PECL trader >= 0.2.0)

trader_ppo — Percentage Price Oscillator

说明

trader_ppo ( array $real [, int $fastPeriod [, int $slowPeriod [, int $mAType ]]] ) : array

参数

real

浮点数数组。

fastPeriod

Number of period for the fast MA. Valid range from 2 to 100000.

slowPeriod

Number of period for the slow MA. Valid range from 2 to 100000.

mAType

Type of Moving Average. TRADER_MA_TYPE_* series of constants should be used.

返回值

Returns an array with calculated data or false on failure.

相关文章
php trader 函数 chaikin a/d linephp trader 函数 chaikin a/d oscillatorphp trader 函数 absolute price oscillatorphp trader 函数 aroon oscillatorphp trader 函数 average pricephp trader 函数 two crowsphp trader 函数 doji starphp trader 函数 in neck patternphp trader 函数 separating linesphp trader 函数 chande momentum oscillatorphp trader 函数 median pricephp trader 函数 midpoint price over periodphp trader 函数 percentage price oscillatorphp trader 函数 rate of change price/prevprice 1 *100php trader 函数 rate of change percentage price prevprice /prevpricephp trader 函数 rate of change ratio price/prevprice php trader 函数 rate of change ratio 100 scale price/prevprice *100php trader 函数 typical pricephp trader 函数 ultimate oscillatorphp trader 函数 weighted close price
关注编程学问公众号
编程学问网 湘ICP备20001732号