Click or drag to resize

BollingerSlice Constructor

Creates new instance of Bollinger values slice.

Namespace:  FinAnalysis.TA
Assembly:  FinAnalysis (in FinAnalysis.dll) Version: 2.1.13-cc97e13414b71fde928e8f3a546ac1daf26f295f
Syntax
C#
public Slice(
	double middleBand,
	double upperBand,
	double lowerBand,
	double percentB,
	double bandWidth
)

Parameters

middleBand
Type: SystemDouble
Middle band.
upperBand
Type: SystemDouble
Upper band.
lowerBand
Type: SystemDouble
Lower band.
percentB
Type: SystemDouble
%B indicator.
bandWidth
Type: SystemDouble
BandWidth indicator.
See Also