Trader Funktionen
PHP Manual

trader_sarext

(PECL trader >= 0.2.0)

trader_sarextParabolic SAR - Extended

Beschreibung

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

Warnung

Diese Funktion ist bis jetzt nicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung.

Parameter-Liste

high

low

startValue

offsetOnReverse

accelerationInitLong

accelerationLong

accelerationMaxLong

accelerationInitShort

accelerationShort

accelerationMaxShort

Rückgabewerte

Returns an array with calculated data or false on failure.


Trader Funktionen
PHP Manual