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
highHigh
lowLow
closeClose
fastK_PeriodPeriod
fastD_PeriodPeriod
fastD_MATypeType
Return Values
Returns an array with calculated data or false on failure.