Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 421 Bytes

File metadata and controls

21 lines (13 loc) · 421 Bytes

Triple Exponential Moving Average (T3).


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

Parameters

Parameter Type Description
$values float[]
$period int
$vFactor float Default 0.7

Return Value

array<int,float|null>

Values aligned to input indexes (leading nulls).