Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 369 Bytes

File metadata and controls

20 lines (12 loc) · 369 Bytes

Exponential Moving Average (EMA).


  • Full name: ta_ema
  • 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).