Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 411 Bytes

File metadata and controls

20 lines (13 loc) · 411 Bytes

Average Directional Movement Index (ADX).


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

Parameters

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

Return Value

array<int,float|null>