CCI Multiperiods HeatMap

v10.3
CCI Multiperiods HeatMap

This “heatmap” type indicator plots the returned values of the CCI oscillator for all its calculated periods between the values of “StartPeriod” up to “MaxScale”. Each value is colored according to its degree of over-sold (in light red) and over-bought (in light green).

Darker areas mark the “no trend” zones or “end of trend” moment.

The more reddish is the whole area, the more bearish if the trend.

The more greenish is the whole area, the more bullish if the trend.

This indicator is another derived version of the RSI heat map posted earlier in the library.

The ensemble thus forms a cloud of colored dots making it easy to better identify how the market behaves in the different dimensions.

It is thus possible to determine the best opportunities for positions in trend following or mean reversion without wondering what is the best period of observation with respect to the  instrument and the timeframe used. .

 

Share this

Risk disclosure:

No information on this site is investment advice or a solicitation to buy or sell any financial instrument. Past performance is not indicative of future results. Trading may expose you to risk of loss greater than your deposits and is only suitable for experienced investors who have sufficient financial means to bear such risk.

ProRealTime ITF files and other attachments : How to import ITF files into ProRealTime platform?

PRC is also on YouTube, subscribe to our channel for exclusive content and tutorials

  1. pableitor • 07/04/2019 #

    Nice indicator ! Can be modified for stochastic by replacing line 18 with Stochastic[iperiod,3](close) , doesnt it ?

    • Nicolas • 07/04/2019 #

      Yes, but the problem is the color scheme because each indicator doesn’t share the same scale. I suggest you open a topic to discuss color scheme shading for each of the heatmap indicator. Will put the link here.

    • Nicolas • 07/04/2019 #

      Posted here: (stochastic 3d heatmap) = https://www.prorealcode.com/topic/possible-to-code-this-in-prt/page/2/#post-101985

  2. atxeel • 07/04/2019 #

    I also tried to program on the CCI heatmap, not as nice as you! Thank you

  3. Marcos Alvarez Dominguez • 07/04/2019 #

    Good morning Nicolas,

    Would it be possible to have a screener to know the moments of maximum “light green”?

    Thank you very much

    • Nicolas • 07/04/2019 #

      Something had been made for that: https://www.prorealcode.com/topic/screener-rsi-multiperiods-heatmap/
      It test the moment of when green is superior to red or vice-versa.

  4. Marcos Alvarez Dominguez • 07/04/2019 #

    Thank you. I really like this indicator to start a survey in 1h and 2h frames.

  5. Teddy Coronak • 07/04/2019 #

    Bonjour Nicolas ,
    je voulais simplement te dire merci pour cet indicateur.
    Très simple et efficace !!!

  6. €Ȝ • 07/04/2019 #

    Hi Nicolas,
    Excellent piece of code. I used your concept in one of my own indicators too which simply works perfectly.
    For what it is worth, I changed the black square (ASCII 254) to a black block (ASCII 219) and at least for me it improved the display.
    drawtext(“■”,barindex,iperiod,dialog,bold,18) coloured(min(r,255),min(g,255),90)
    changed to
    drawtext(“█”,barindex,iperiod,dialog,bold,18) coloured(min(r,255),min(g,255),90)

avatar
Register or

Likes

avatar avatar avatar avatar avatar avatar avatar avatar avatar avatar avatar avatar avatar avatar
Related users ' posts
Nicolas Why not, but a stock screener for what conditions?
Dimi.A Whenever the yellow CCI line goes "outside" the bands. Which will alert us of possible rever...
Nicolas ok why not, please add a request in the appropriate forum section, many thanks.

Top