Inherits from TKChartBandIndicator : TKChartFinancialIndicator : TKChartSeries : NSObject
Declared in TKChartBollingerBandIndicator.h

Overview

Represents Bollinger Bands indicator.

Tasks

Properties

period

The period for which the indicator will be calculated. Default value is 5.

@property (nonatomic) NSUInteger period

Declared In

TKChartBollingerBandIndicator.h

width

A width multiplier used to calculate the indicator’s value. Default value is 2.

@property (nonatomic) NSUInteger width

Declared In

TKChartBollingerBandIndicator.h