Indicators

cci

Commodity Channel Index (CCI) is a momentum oscillator that measures the current price level relative to an average price level over a given period. It helps identify cyclical trends and extreme conditions, with values above +100 indicating overbought conditions and below -100 indicating oversold conditions.

cci (tick)

Commodity Channel Index (CCI) is a momentum oscillator that measures the current price level relative to an average price level over a given period. It helps identify cyclical trends and extreme conditions, with values above +100 indicating overbought conditions and below -100 indicating oversold conditions.

Input parameters

PropTypeDefaultDescription
minutes*number20The number of minutes to calculate the CCI

SQL example

TICK cci WITH minutes=20 > 100 THEN order SET size=100, price=51.00, transmit=true

On this page