images/contents.gifimages/index.gifimages/prev1.gifimages/next1.gif

HAVG()

Definition Hamming moving average. A form of averaging based on spectral analysis.

Syntax images/aspen00000257.gif

Formula The formula for Hamming is very complex, and is therefore beyond the scope of this manual.

Parameters SERIES
Required if the formula name declares the SERIES parameter.

INPUT
Required if the formula name declares the INPUT parameter.

PERIOD
Required if the formula name declares the PERIOD parameter.

<shift>
A number, positive or negative, enclosed in brackets defining the number of bars (periods) to shift the formula line. Typically used only in formulas that will be rendered in chart windows.

Examples HAVG_EX1(SERIES,PERIOD=9)=HAVG(SERIES,PERIOD)

HAVG_EX2(INPUT,PERIOD=9)=HAVG(INPUT,PERIOD[1])

See also: Hamming Moving Averages Study