trader_stochrsi
PHP function
Edit on GitHub ✎
(PECL trader >= 0.2.0)
Stochastic Relative Strength Index
Description
trader_stochrsi(array $real, [int $timePeriod], [int $fastK_Period], [int $fastD_Period], [int $fastD_MAType]): array
Parameters
realReal
timePeriodPeriod
fastK_PeriodPeriod
fastD_PeriodPeriod
fastD_MATypeType
Return Values
Returns an array with calculated data or false on failure.