Contents  All Classes  Index A-Z  All Units


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 )


Submit your feedback about this page.

Copyright 1995-2007 © by Steema Software. All Rights Reserved.