Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 654 Bytes

File metadata and controls

22 lines (15 loc) · 654 Bytes

Stochastic Fast (STOCHF).


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

Parameters

Parameter Type Description
$high float[]
$low float[]
$close float[]
$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>}