Trader Functions
PHP Manual

trader_stoch

(PECL trader >= 0.2.0)

trader_stochStochastic

Description

array trader_stoch ( array $high , array $low , array $close [, integer $fastK_Period [, integer $slowK_Period [, integer $slowK_MAType [, integer $slowD_Period [, integer $slowD_MAType ]]]]] )

Warning

This function is currently not documented; only its argument list is available.

Parameters

high

low

close

fastK_Period

slowK_Period

slowK_MAType

slowD_Period

slowD_MAType

Return Values

Returns an array with calculated data or false on failure.


Trader Functions
PHP Manual