Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 378 Bytes

File metadata and controls

20 lines (12 loc) · 378 Bytes

Triple Exponential Moving Average (TEMA).


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

Parameters

Parameter Type Description
$values float[]
$period int

Return Value

array<int,float|null>

Values aligned to input indexes (leading nulls).