Trend Histogram CCI

v10.3
Trend Histogram CCI

The purpose of Trend Histogram is to detect a trend at the most opportune moment

Operation

Trend Histogram uses the functions of the CCI (Commodity Chanel Index) to calculate whether the price is in a trend phase.

For this, the CCI is used under four basic values ​​which allows it to have a short, medium and long view of the market situation.

How to use it

Trend Histogram ((Indicator))

Its fundamental goal is to indicate you visually if there is a trend or not in the form of a red or green rectangle, you can also see the movements of the CCI in the indicator (in the form of dots and rectangle) to give you a overview of its current level.

A BackGroundColor is provided to visualize the indicator on the Main Graph

It is obviously recommended to position yourself in a market that converges with these higher timeframes.

So, use this indicator on a multi timeframe.

Once the timeframe has converged, you can apply an intervention strategy

 

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. XXXXVII • 06/10/2020 #

    Fixed ITF Trend Background

    //Indicateur CCI
    ID2 = CCI[50] => 60
    ID3 = CCI[100] => 60
    ID4 = CCI[150] => 60
    ID5 = CCI[200] => 60
    ID7 = CCI[50] =< -60
    ID8 = CCI[100] =< -60
    ID9 = CCI[150] =< -60
    ID10 = CCI[200] =< -60

    //Regroupement des commande
    IDL = ID2 and ID3 and ID4 and ID5
    IDS = ID7 and ID8 and ID9 and ID10

    //Commande CCI
    If IDL then
    Signal = 1
    elsif IDS then
    Signal = -1
    else
    Signal = 0
    endif

    //Affichage
    if signal = 1 then
    backgroundcolor(62,169,203,50)
    endif
    if signal = -1 then
    backgroundcolor(73,73,73,50)
    endif

    return

  2. Sanglier • 06/10/2020 #

    thanks ! i have been looking forward to find something like this

  3. mpc327 • 06/10/2020 #

    Bonjour, j’essaye de me faire un screener ichimoku à l’aide te ton code background.
    Pour l’instant il est comme ceci:

    //============================== Indicator

    SpanA = (Tenkan[26]+Kijun[26])/2
    Tenkan = (highest[9](high)+lowest[9](low))/2
    Kijun = (highest[26](high)+lowest[26](low))/2
    SpanB = (highest[52](high[26])+lowest[52](low[26]))/2

    //============================== Trend Bullish

    H1 = close > Tenkan[26] and close > Kijun[26]
    H2 = close > SpanA[26] and close > SpanB[26]
    H3 = close > open[26] and close > close[26]
    H4 = close > SpanA and close > SPanB
    TrendHaussier = H1 and H2 and H3 and H4

    Screener [TrendHaussier]

    Le problème c’est que le screener me sort toute les actions qui sont en trend haussier or moi j’aimerais que le screener m’affiche seulement les actions qui viennent juste de commencer le trend (que la dernière bougie sois la première qui fasse apparaitre le background)

    Sais tu ce que je devrais écrire dans le code ?

    Merci d’avance 🙂

  4. Tradingrob • 06/10/2020 #

    I can’t import this indictor properly, it gives the warning “de volgende variabele is niet goed geactiveerd, active ADX’. Please solve this issue so i can use this indicator.

  5. Guillaume Mcm • 06/10/2020 #

    I gave the above message fix 😉

  6. Tradingrob • 06/10/2020 #

    Is it possible to put the itf-file in the right way here in Prorealcode? so the right ‘trend-background-2.itf’ and the right ‘trend-histogramme.itf’? I tried to place the code in the file but did not work, i am not a programmer.

  7. Guillaume Mcm • 06/10/2020 #

    Update link 😉

    https://www.prorealcode.com/topic/trend-histogramme-cci-mise-a-jour-suite-a-demande/

avatar
Register or

Likes

avatar avatar avatar avatar avatar avatar avatar avatar avatar avatar avatar avatar avatar avatar avatar avatar

+9 more likes

Related users ' posts
Nicolas Just add it on the price series.
yomisadiku Hello Nicolas, Can I use high and low price at lines hh=max(hh,close) and ll=min(ll,close) ...
Nicolas Yes you can do that, the impact will be that the trailing stop line will be much close to th...
Byggtrader Hi Nicolas! How do I get the indicator in the price chart? It only stays under i new chart.
Nicolas Just add it on the price chart by using the wrench on the left upper side of the chart (pric...
Dom Hello, hello....je commence le trading et découvre par la même occasion le codage....et ce n...
Nicolas Merci, ça fait plaisir !
Be-n Bonjour tout le monde ! Dans l'indicateur de tendance, j'ai du mal à saisir la nuance entre ...
Globalmarkets79 Thank you Vonasi for the answer. I have an other question. When i tried to run the indicator...
Vonasi Lines is either 0 or 1 to turn on or off the drawing of them. Once again if you download and...
Globalmarkets79 Thank you Vonasi, this indicator is very helpful!!!
Nicolas
6 years ago
Bateson Merci pour la réponse Nicolas. C'est bien ce que j'ai fait mais ça ne fonctionne toujours pa...
Enzo Paliotti Veramente ottimo, era quello che cercavo, si potrebbe modificare inserendo come variazione a...
Nicolas Perché no, chiedetelo con una descrizione dettagliata nel forum degli indicatori, per favore!
jiddan78 how to convert to afl amibroker ?
Nicolas We do not supply free coding assistance for AFL Amibroker on the website. You can ask for pa...
Ngomsi @ Vonasi, how to use timeframe , 13 minutes ,21 minutes, 34 minutes,et 55 minutes with this...
manchokcity can we have it in mql4 platform? or how or which platform do we use it?
camporan I don't use MetaTrader so I won't be able to do the translation myself. Sorry!
Alexander9 This can for amibroker ? . Thanks
riz001 thnk u
geroniman bonjour Nicolas, j ai un indicateur le Tiger . J aiemrai placer des fleches buy et sell dire...
Nicolas Merci de formuler les demandes sur le forum. ça n'est pas le bon endroit et hors sujet ici ! ;)
avatar
Anonymous Hi robertogozzi - thank you very much for sharing this strategy. I have performed various ...
robertogozzi Thank you samsampop.
Dotan Hello guys I really appreciate this coding effort but can I use this code for Mt5 Forex Trad...
Teddy Coronak Bonjour Nicolas , je voulais simplement te dire merci pour cet indicateur. Très simple et...
€Ȝ Hi Nicolas, Excellent piece of code. I used your concept in one of my own indicators too wh...
Nicolas Thanks a lot for the tip.
ggolfet Thanks Nicolas, I imported the itf file and solved the problem.
Hasardeur Hallo Nicolas, i tried to code the multi period heat map in combination with the Ehler’s ...
Nicolas Please open a new topic with the code in forum.
LucioleLucide Clean view, thanks for sharing
dertopen hi where i can found the window for candle configuration?
paolosab69 Ciao! . I have seen the pictures that explain this metod but i don't understand when is mome...
winnie37 yes. "No ground breaking math here, but I am finding very useful and some algo based on it i...
Jan Wind Also interesting to know what does not work, which set up you use, saves me investigating ! ...
winnie37 i just set the proorder like this: buy when 50/100/200 phase >0 and sell when under 0, go...
Vinks_o_7
6 years ago
IV Mcm I've always wondered how to make the ADX faster, thank you!
Vinks_o_7 You welcome !
Vinks_o_7 Another variation that may be more accurate : we calculate the average of normalized DI's in...
nfulcher Please could someone explain how the following code is calculated:- iDI = TEMA[3](DI[DI2]...
oakenstream Jan, I find sometimes that the priceexit variable is never set. It seems to happen when the ...
Matt66612 I do not understand the first time I launch the backtest I got the same result as you. but ...
coscar Ottimo lavoro. come sempre!
luxrun Nello studio di Sepiashvili viene descritto anche un altro indicatore, il Q-indicator, che è...
Nicolas
6 years ago
CCI Trend
v10.3
CCI Trend
1
Indicators
Abdelkrim Maksour hi sir is this indicator for mt4 and how i can get one .
avatar
unkown ;-) sfido chiunque a riuscirci!
avatar
unkown infatti basta leggere i post degli altri....
nicola papangelo ciao Francesco vorrei contattarti su facebook o in privato. Grazie
Janfi Hello, I'm new to ProRealCode and I do not understand the following summation[n](indicator...
Kaci It seems he's just checking that the previous MACD is < 0 for maximum one period ? I'...
Daniel Martin Hi do you know how have and entry after the second cross? There is crosses below 0 and cross...
Maik2404 wie kann ich den Code bekommen Paul?
jens_kittner Works with US Crude at 1h as well!
Jean-Claude REGIS Je préconise de regarder les graphiques H1 et M15 pour visualiser la tendance de fond et d'...

Top