Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Telegram !
Rejoignez notre page de fans
Un script intéressant ?
Poster un lien vers celui-ci -
laisser les autres l'évaluer
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
Indicateurs

CCI Color - indicateur pour MetaTrader 5

Vues:
4975
Note:
(29)
Publié:
2022.04.14 18:20
CCI Color.mq5 (13.81 KB) afficher
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur 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)