trader_stoch

(PECL trader >= 0.2.0)

trader_stochStochastic

Beskrivelse

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

Advarsel

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

Parametre

high

low

close

fastK_Period

slowK_Period

slowK_MAType

slowD_Period

slowD_MAType

Returnerings Værdier

Returns an array with calculated data or false on failure.

add a note add a note

User Contributed Notes 1 note

up
7
Bruce D
9 years ago
This function returns an array of arrays :

index [0]:  %K values
index [1]:  %D values
To Top