Table of Contents

Enum MovingAverageType

Namespace
FinanceSharp.Indicators
Assembly
FinanceSharp.dll

Defines the different types of moving averages

public enum MovingAverageType
Extension Methods

Fields

Simple = 0

An unweighted, arithmetic mean

Exponential = 1

The standard exponential moving average, using a smoothing factor of 2/(n+1)

Wilders = 2

An exponential moving average, using a smoothing factor of 1/n and simple moving average as seeding

LinearWeightedMovingAverage = 3

A weighted moving average type

DoubleExponential = 4

The double exponential moving average

TripleExponential = 5

The triple exponential moving average

Triangular = 6

The triangular moving average

T3 = 7

The T3 moving average

Kama = 8

The Kaufman Adaptive Moving Average

Hull = 9

The Hull Moving Average

Alma = 10

The Arnaud Legoux Moving Average