Ticaret robotlarını ücretsiz olarak nasıl indirebileceğinizi izleyin
Bizi Twitter üzerinde bulun!
Fan sayfamıza katılın
Komut dosyasını ilginç mi buldunuz?
Öyleyse bir link gönderin -
başkalarının da faydalanmasını sağlayın
Komut dosyasını beğendiniz mi? MetaTrader 5 terminalinde deneyin
Göstergeler

CCI Color - MetaTrader 5 için gösterge

Görüntülemeler:
4875
Derecelendirme:
(29)
Yayınlandı:
2022.04.14 18:20
Bu koda dayalı bir robota veya göstergeye mi ihtiyacınız var? Freelance üzerinden sipariş edin Freelance'e git

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)