| C2TALibBBandBot Method (SeriesDateTime, Decimal, Int32, Double) |
Lower Bollinger band.
Namespace:
C2ExplorerServiceStack.Logic.Implementation
Assembly:
C2ExplorerServiceStack.Logic (in C2ExplorerServiceStack.Logic.dll) Version: 1.0
Syntax public static Series<DateTime, decimal> BBandBot(
Series<DateTime, decimal> data,
int periods = 15,
double numberOfDeviations = 2
)
Parameters
- data
- Type: DeedleSeriesDateTime, Decimal
Time series. - periods (Optional)
- Type: SystemInt32
The periods. - numberOfDeviations (Optional)
- Type: SystemDouble
The number of deviations.
Return Value
Type:
SeriesDateTime,
DecimalLower Bollinger band data
Exceptions Exception | Condition |
---|
C2RuntimeException | Thrown when input data or parameters are wrong. |
See Also