SharpTrader.SDK - Developer API

IndicatorHelpers..::..BollingerZScore Method

Rolling (left) Bollinger Z score

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

Syntax


public static double[] BollingerZScore(
	IReadOnlyList<double> quotes,
	int bars
)

Parameters

quotes
Type: IReadOnlyList<(Of <(<'Double>)>)>
(close) quotes
bars
Type: Int32
number of bars (candles) in the rolling sample

Return Value

The rolling score values.