Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 482 Bytes

File metadata and controls

22 lines (14 loc) · 482 Bytes

Parabolic SAR (SAR).


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

Parameters

Parameter Type Description
$high float[]
$low float[]
$acceleration float Default 0.02
$maximum float Default 0.20

Return Value

array<int,float|null>

Values aligned to input indexes (leading nulls).