IExpMovAvgFunction
Hierarchy Properties

Type Library
TeeChartx

Description
The Exponential Moving Average function calculates values using the

following formula:

FP = 2 / ( Period + 1 )

Value = Source* FP + (Value - 1) * ( 1-FP )