Click or drag to resize

TechnicalAnalysisRoutinesCalculateExponentialMovingAverage Method

LightningChart .NET Help
Calculate Exponential Moving Average using given averaging frame length (window length, or N)

Namespace:  Arction.CustomControls.Trader.WPF.Routines
Assembly:  Arction.Wpf.TradingCharts (in Arction.Wpf.TradingCharts.dll) Version: 10.3.1
Syntax
public static double[] CalculateExponentialMovingAverage(
	double[] values,
	int averagingFrameLength
)

Parameters

values
Type: SystemDouble
Input values
averagingFrameLength
Type: SystemInt32
Count of values to use in initial round

Return Value

Type: Double
Averaged values
See Also