编程学问
  • 文章
  • 问题
  • 读书
  • 关于
  • 登录
  • « trader_rsi
  • trader_sarext »
  • PHP Manual
  • Trader 函数
  • Parabolic SAR

trader_sar

(PECL trader >= 0.2.0)

trader_sar — Parabolic SAR

说明

trader_sar ( array $high , array $low [, float $acceleration [, float $maximum ]] ) : array

参数

high

高价,浮点数数组。

low

低价,浮点数数组。

acceleration

Acceleration Factor used up to the Maximum value. Valid range from 0 to TRADER_REAL_MAX.

maximum

Acceleration Factor Maximum value. Valid range from 0 to TRADER_REAL_MAX.

返回值

Returns an array with calculated data or false on failure.

相关文章
php trader 函数 vector arithmetic addphp trader 函数 chaikin a/d oscillatorphp trader 函数 three black crowsphp trader 函数 three inside up/downphp trader 函数 dragonfly dojiphp trader 函数 engulfing patternphp trader 函数 inverted hammerphp trader 函数 kickingphp trader 函数 shooting starphp trader 函数 short line candlephp trader 函数 vector trigonometric coshphp trader 函数 double exponential moving averagephp trader 函数 kaufman adaptive moving averagephp trader 函数 linear regression anglephp trader 函数 money flow indexphp trader 函数 rate of change price/prevprice 1 *100php trader 函数 parabolic sarphp trader 函数 parabolic sar extendedphp trader 函数 stochastic relative strength indexphp trader 函数 weighted moving average
关注编程学问公众号
编程学问网 湘ICP备20001732号