TExpMovAveFunction
 
 
 

All Units  All Classes  Properties, Methods and Events  

TExpMovAveFunction
Hierarchy     Properties     Methods     Events     

Unit
StatChar

Description
The Exponential Moving Average function calculates values using the following formula:

FP = 2 / ( Period + 1 )
Value = Source* FP + (Value - 1) * ( 1-FP )



Send us Help Feedback. Copyright 1995-2013 © by Steema Software. All Rights Reserved.