[]
Represents a Commodity Channel Index indicator series for the FinancialChart.
public class CCI<T> : SingleOverlayIndicatorBase<T>
| Name | Description |
|---|---|
| T |
The commodity channel index is an oscillator that measures an asset's current price level relative to an average price level over a specified period of time.
| Name | Description |
|---|---|
| CCI(FlexChartCore<T>) | Creates one CCI<T> instance. |
| Name | Description |
|---|---|
| Constant | Gets or sets the constant value for the CCI calculation. |
| ExtraSeriesTypeName | Gets the Name of this Series. |