trader_stochf

(PECL trader >= 0.2.0)

trader_stochfStochastic Fast

Descrição

trader_stochf ( array $high , array $low , array $close , int $fastK_Period = ? , int $fastD_Period = ? , int $fastD_MAType = ? ) : array

Parâmetros

high

Preço máximo, array de valores reais.

low

Preço mínimo, array de valores reais.

close

Preço de fechamento (último), array de valores reais.

fastK_Period

Tempo de construção da linha Fast-K. Valores válidos de 1 a 100000.

fastD_Period

Amaciamento na construção da linha Fast-D. Valores válidos de 1 a 100000, geralmente 3.

fastD_MAType

Tipo de Média Móvel para o Fast-D. As TRADER_MA_TYPE_* constantes devem ser utilizadas.

Valor Retornado

Returns an array with calculated data or false on failure.

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top