Click or drag to resize

CCI Class

The Commodity Channel Index (CCI) measures the variation of a security's price from its statistical mean. High values show that prices are unusually high compared to average prices whereas low values indicate that prices are unusually low.
Inheritance Hierarchy

Namespace:  MZpack.NT8.Algo.Indicators
Assembly:  MZpack.NT8.Pro (in MZpack.NT8.Pro.dll) Version: 3.18.1.0 (3.18.1.0)
Syntax
C#
public class CCI : StrategyPlotIndicator

The CCI type exposes the following members.

Constructors
  NameDescription
Public methodCCI
Initializes a new instance of the CCI class
Top
Properties
  NameDescription
Public propertyPeriod
Top
Methods
  NameDescription
Public methodBarUpdate (Overrides StrategyIndicatorBarUpdate.)
Public methodIndicatorName (Overrides CoreIndicator.IndicatorName.)
Top
See Also