Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 445 Bytes

File metadata and controls

22 lines (14 loc) · 445 Bytes

Average True Range (ATR).


  • Full name: ta_atr
  • 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>

Values aligned to input indexes (leading nulls).