IndicatorHelpers..::..BollingerZScore Method
Rolling (left) Bollinger Z score
Namespace:
Sharpshooter.SDK.IndicatorsAssembly: 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

