Stochastic Relative Strength Index (STOCHRSI).
ta_stochrsita.stub.php| Parameter | Type | Description |
|---|---|---|
$values |
float[] | |
$period |
int | Default 14 |
$fastKPeriod |
int | Default 5 |
$fastDPeriod |
int | Default 3 |
$fastDMaType |
int | Default TA_MA_TYPE_SMA |
| **array{fastk: array<int,float | null>, fastd: array<int,float | null>}** |