+91-0000000000

}

Monday – Friday : 9:00 AM – 6:30 PM

CCI Average

CCI Average is an indicator that works seamlessly with Amibroker data. By calculating the Commodity Channel Index (CCI) for a set of data points and providing a smoothed average, it assists traders in assessing market momentum. Integrating Amibroker data into the analysis ensures accurate and timely information, improving the precision of trading strategies.

_SECTION_BEGIN("CCIAverage_i");
/* This example shows how to plot averaged CCI */
Graph0 = CCI();
Graph0Color=43;
Graph0Style=1+4;

Graph1 = EMA( Graph0, 11 );
Graph1Color=4;
Graph1Style=1+4;
_SECTION_END();

Open chat
1
Hi, how can I help you?