Trader 函数
PHP Manual

trader_sarext

(PECL trader >= 0.2.0)

trader_sarextParabolic SAR - Extended

说明

array trader_sarext ( array $high , array $low [, float $startValue [, float $offsetOnReverse [, float $accelerationInitLong [, float $accelerationLong [, float $accelerationMaxLong [, float $accelerationInitShort [, float $accelerationShort [, float $accelerationMaxShort ]]]]]]]] )

Warning

本函数还未编写文档,仅有参数列表。

参数

high

low

startValue

offsetOnReverse

accelerationInitLong

accelerationLong

accelerationMaxLong

accelerationInitShort

accelerationShort

accelerationMaxShort

返回值

Returns an array with calculated data or false on failure.


Trader 函数
PHP Manual