Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 452 Bytes

File metadata and controls

21 lines (13 loc) · 452 Bytes

Moving Average (MA).


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

Parameters

Parameter Type Description
$values float[]
$period int Default 30
$maType int Default TA_MA_TYPE_SMA

Return Value

array<int,float|null>

Values aligned to input indexes (leading nulls).