Watch how to download trading robots for free
Find us on Telegram!
Join our fan page
Interesting script?
So post a link to it -
let others appraise it
You liked the script? Try it in the MetaTrader 5 terminal
Indicators

CCI Color - indicator for MetaTrader 5

Views:
4836
Rating:
(29)
Published:
2022.04.14 18:20
CCI Color.mq5 (13.81 KB) view
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

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;

CCI Color

Rice. 1. Two iMA Formula

Remember: Oscillator signals must be confirmed with a trend indicator

    Real Trade Copy MT5 Real Trade Copy MT5

    Utility for copying transactions from one MT5 account or MT4 account to another MT5 account.

    CHO Smoothed EA CHO Smoothed EA

    Trading strategy for the custom indicator 'CHO Smoothed EA'

    PriceChannel_Signal_v2 EA PriceChannel_Signal_v2 EA

    The EA works on the signals of the custom indicator 'PriceChannel_Signal_v2' ( https://www.mql5.com/en/forum/173249/page132#comment_15924070 )

    ADXm (experiment) ADXm (experiment)

    ADXm (experiment)