php8.5
Home/ Manual/ trader / functions/ trader_stochf

trader_stochf

PHP function Edit on GitHub ✎

(PECL trader >= 0.2.0)

Stochastic Fast

Description

trader_stochf(array $high, array $low, array $close, [int $fastK_Period], [int $fastD_Period], [int $fastD_MAType]): array

Parameters

high

High

low

Low

close

Close

fastK_Period

Period

fastD_Period

Period

fastD_MAType

Type

Return Values

Returns an array with calculated data or false on failure.

Source: reference/trader/functions/trader-stochf.xml · from the official PHP manual (php/doc-en)