Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 384 Bytes

File metadata and controls

19 lines (12 loc) · 384 Bytes

Aroon (AROON).


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

Parameters

Parameter Type Description
$high float[]
$low float[]
$period int Default 14

Return Value

array{down: array<int,float|null>, up: array<int,float|null>}