Inherits from TKChartFinancialIndicator : TKChartSeries : NSObject
Declared in TKChartAdaptiveMovingAverageIndicator.h

Overview

Represents Adaptive Moving Average indicator.

Tasks

Properties

fastPeriod

Indicator’s fast period that will be used for the calculations. Default value is 2.

@property (nonatomic) NSUInteger fastPeriod

Declared In

TKChartAdaptiveMovingAverageIndicator.h

period

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

@property (nonatomic) NSUInteger period

Declared In

TKChartAdaptiveMovingAverageIndicator.h

slowPerod

Indicator’s slow period that will be used for the calculations. Default values is 30.

@property (nonatomic) NSUInteger slowPerod

Declared In

TKChartAdaptiveMovingAverageIndicator.h