Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 480 Bytes

File metadata and controls

20 lines (13 loc) · 480 Bytes

Acceleration Bands (ACCBANDS).


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

Parameters

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

Return Value

array{upper: array<int,float|null>, middle: array<int,float|null>, lower: array<int,float|null>}