编程学问
  • 文章
  • 问题
  • 读书
  • 关于
  • 登录
  • « trader_adxr
  • trader_aroon »
  • PHP Manual
  • Trader 函数
  • Absolute Price Oscillator

trader_apo

(PECL trader >= 0.2.0)

trader_apo — Absolute Price Oscillator

说明

trader_apo ( 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 oscillatorphp trader 函数 absolute price oscillatorphp trader 函数 aroon oscillatorphp trader 函数 average pricephp trader 函数 balance of powerphp trader 函数 dark cloud coverphp trader 函数 homing pigeonphp trader 函数 rickshaw manphp trader 函数 chande momentum oscillatorphp trader 函数 hilbert transform sinewavephp 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号