Click or drag to resize
C2TALibBBandTop Method (SeriesDateTime, Decimal, Int32, Double)
Upper Bollinger band.

Namespace:  C2ExplorerServiceStack.Logic.Implementation
Assembly:  C2ExplorerServiceStack.Logic (in C2ExplorerServiceStack.Logic.dll) Version: 1.0
Syntax
C#
public static Series<DateTime, decimal> BBandTop(
	Series<DateTime, decimal> data,
	int periods,
	double numberOfDeviations = 1
)

Parameters

data
Type: DeedleSeriesDateTime, Decimal
Time series.
periods
Type: SystemInt32
The periods.
numberOfDeviations (Optional)
Type: SystemDouble
The number of deviations.

Return Value

Type: SeriesDateTime, Decimal
Upper Bollinger band data
Exceptions
ExceptionCondition
C2RuntimeExceptionThrown when input data or parameters are wrong.
See Also