CCI Color – indicator MetaTrader 5

The idea of the indicator

The principle of coloring the iCCI indicator line:

      //--- zero crossing
      if(CCI_Buffer[i-1]<0.0 && CCI_Buffer[i]>=0.0)
         CCC_Colors[i]=1.0;
      if(CCI_Buffer[i-1]>0.0 && CCI_Buffer[i]<=0.0)
         CCC_Colors[i]=0.0;
      //---
      if(CCI_Buffer[i]>=0.0)
         CCC_Colors[i]=1.0;
      else
         CCC_Colors[i]=0.0;


Rice. 1. Two iMA Formula

Remember: Oscillator signals must be confirmed with a trend indicator

    📈 ROBOTFX MetaTrader Expert Advisors and Indicators to maximize profits and minimize the risks