---
title: "商品通道指数 (Commodity Channel Index) - 振荡器 (Oscillators) - 指标 - 图表 - MetaTrader 5 的 Android 版 - MetaTrader 5 Android 帮助"
description: "商品通道指数技术指标 (CCI) 衡量商品价格与其平均统计价格的偏差值。该指数越高表明价格比之均值较高。越低说明价格比之均值过低。顾名思义，商品通道指数可应用于任何金融产品，不只限于商品。 使用商品通道指数有两种基本的技巧: 发现背离... - 商品通道指数 (Commodity Channel Index) - 振荡器 (Oscillators) - 指标"
image: "https://www.metatrader5.com/i/logo_metatrader5.png"
url: "https://www.metatrader5.com/zh/mobile-trading/android/help/chart/indicators/oscillators/commodity_channel_index"
---

[MetaTrader 5 Android 帮助](https://www.metatrader5.com/zh/mobile-trading/android/help) → [图表](https://www.metatrader5.com/zh/mobile-trading/android/help/chart) → [指标](https://www.metatrader5.com/zh/mobile-trading/android/help/chart/indicators) → [振荡器 (Oscillators)](https://www.metatrader5.com/zh/mobile-trading/android/help/chart/indicators/oscillators) → 商品通道指数 (Commodity Channel Index)

# 商品通道指数 (Commodity Channel Index)

商品通道指数技术指标 (CCI) 衡量商品价格与其平均统计价格的偏差值。该指数越高表明价格比之均值较高。越低说明价格比之均值过低。顾名思义，商品通道指数可应用于任何金融产品，不只限于商品。

使用商品通道指数有两种基本的技巧:

1. 发现背离当价格抵达一个新的最大值，而商品通道指数未超过之前的最大值，则出现背离。这种典型的偏差通常伴随着价格的修正而发生。
2. 作为超买/超卖指标商品通道指数通常在 ±100 的范围内变化。大于+100 的数值表明过度买入（可能出现修正减小的可能性）小于100的数值表示过度卖出了（可能出现修正增加的可能性）。

![商品通道指数 (Commodity Channel Index)](https://www.metatrader5.com/i/help/android/en/commodity_channel_index.png)

## 计算

1. 查找典型价格。需要每柱中加入HIGH,LOW,和CLOSE价格然后所得结果被3除:TP = (HIGH + LOW + CLOSE) / 3
2. 计算典型价格的 n-周期 [简单移动均线](https://www.metatrader5.com/zh/mobile-trading/android/help/chart/indicators/trend_indicators/moving_average#sma):SMA (TP, N) = SUM (TP, N) / N
3. 从前一个 n-周期典型价格 TP 中减去已计算的 SMA(TP, N):D = TP - SMA (TP, N)
4. 计算绝对值 D 的 n-周期 [简单移动均线](https://www.metatrader5.com/zh/mobile-trading/android/help/chart/indicators/trend_indicators/moving_average):SMA (D, N) = SUM (D, N) / N
5. 结果 SMA (D, N) 乘以 0.015:M = SMA (D, N) * 0,015
6. 将 M 除以 D:CCI = M / D

其中:

HIGH ― 柱线最高价;
LOW ― 柱线最低价;
CLOSE ― 收盘价;
SMA ― [简单移动均线](https://www.metatrader5.com/zh/mobile-trading/android/help/chart/indicators/trend_indicators/moving_average);
SUM ― 合计;
N ― 用于计算的周期数。

## In this section

- [平均真实范围 (Average True Range)](https://www.metatrader5.com/zh/mobile-trading/android/help/chart/indicators/oscillators/average_true_range)
- [熊势力度 (Bears Power)](https://www.metatrader5.com/zh/mobile-trading/android/help/chart/indicators/oscillators/bears_power)
- [牛势力度 (Bulls Power)](https://www.metatrader5.com/zh/mobile-trading/android/help/chart/indicators/oscillators/bulls_power)
- 商品通道指数 (Commodity Channel Index)
- [迪马克 (DeMarker)](https://www.metatrader5.com/zh/mobile-trading/android/help/chart/indicators/oscillators/demarker)
- [推力指数 (Force Index)](https://www.metatrader5.com/zh/mobile-trading/android/help/chart/indicators/oscillators/force_index)
- [均线聚散 (MACD)](https://www.metatrader5.com/zh/mobile-trading/android/help/chart/indicators/oscillators/macd)
- [动量 (Momentum)](https://www.metatrader5.com/zh/mobile-trading/android/help/chart/indicators/oscillators/momentum)
- [移动均线振荡器 (Moving Average of Oscillator)](https://www.metatrader5.com/zh/mobile-trading/android/help/chart/indicators/oscillators/moving_average_oscillator)
- [相对强度指数 (Relative Strength Index)](https://www.metatrader5.com/zh/mobile-trading/android/help/chart/indicators/oscillators/relative_strength_index)
- [相对活力指数 (Relative Vigor Index)](https://www.metatrader5.com/zh/mobile-trading/android/help/chart/indicators/oscillators/relative_vigor_index)
- [随机振荡器 (Stochastic Oscillator)](https://www.metatrader5.com/zh/mobile-trading/android/help/chart/indicators/oscillators/stochastic_oscillator)
- [威廉姆斯百分比范围 (Williams' Percent Range)](https://www.metatrader5.com/zh/mobile-trading/android/help/chart/indicators/oscillators/williams_percent_range)

```json
{"@context": "https://schema.org", "@type": "BreadcrumbList", "itemListElement": [ {"@type": "ListItem", "position": 1, "item": {"@id": "https://www.metatrader5.com/zh/mobile-trading/android/help", "name": "MetaTrader 5 Android 帮助"}}, {"@type": "ListItem", "position": 2, "item": {"@id": "https://www.metatrader5.com/zh/mobile-trading/android/help/chart", "name": "图表"}}, {"@type": "ListItem", "position": 3, "item": {"@id": "https://www.metatrader5.com/zh/mobile-trading/android/help/chart/indicators", "name": "指标"}}, {"@type": "ListItem", "position": 4, "item": {"@id": "https://www.metatrader5.com/zh/mobile-trading/android/help/chart/indicators/oscillators", "name": "振荡器 (Oscillators)"}}, {"@type": "ListItem", "position": 5, "item": {"@id": "https://www.metatrader5.com/zh/mobile-trading/android/help/chart/indicators/oscillators/commodity_channel_index", "name": "商品通道指数 (Commodity Channel Index)"}} ]}
{ "@context": "https://schema.org", "@type": "FAQPage", "mainEntity": [{ "@type": "Question", "name": "MetaTrader 5: 商品通道指数 (Commodity Channel Index)", "acceptedAnswer": { "@type": "Answer", "text": "商品通道指数技术指标 (CCI) 衡量商品价格与其平均统计价格的偏差值。该指数越高表明价格比之均值较高。越低说明价格比之均值过低。顾名思义，商品通道指数可应用于任何金融产品，不只限于商品。 使用商品通道指数有两种基本的技巧: 发现背离..." } }] }
```
