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

Overview

Represents Ultimate Volume oscillator.

Tasks

Properties

longPeriod

The long period used to calculate the indicator’s value. Default value is 28.

@property (nonatomic) NSUInteger longPeriod

Declared In

TKChartUltimateOscillator.h

middlePeriod

The middle period used to calculate the indicator’s value. Default value is 14.

@property (nonatomic) NSUInteger middlePeriod

Declared In

TKChartUltimateOscillator.h

shortPeriod

The short period used to calculate the indicator’s value. Default value is 7.

@property (nonatomic) NSUInteger shortPeriod

Declared In

TKChartUltimateOscillator.h