Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 619 Bytes

File metadata and controls

21 lines (14 loc) · 619 Bytes

Stochastic Relative Strength Index (STOCHRSI).


  • Full name: ta_stochrsi
  • Defined in: ta.stub.php

Parameters

Parameter Type Description
$values float[]
$period int Default 14
$fastKPeriod int Default 5
$fastDPeriod int Default 3
$fastDMaType int Default TA_MA_TYPE_SMA

Return Value

array{fastk: array<int,float|null>, fastd: array<int,float|null>}