SharpTrader.SDK - Developer API

IndicatorsBase..::..WMA Method

Weighted Moving Average

Namespace:  Sharpshooter.SDK.Indicators
Assembly:  Sharpshooter.SDK (in Sharpshooter.SDK.dll)

Syntax


protected double[] WMA(
	IReadOnlyList<double> values,
	int bars
)

Parameters

values
Type: IReadOnlyList<(Of <(<'Double>)>)>
bars
Type: Int32