mercredi 16 mars 2016

CCI ON CHART V1 METATRADER

CCI ON CHART.

Si ,nous partons du code CCI (qui est un pourcentage indicateur de - 100% à 100%) et, que nous

le refactorisons ,nous obtenons le vrai CCI on Chart qui est très proche des bandes de Bollinger .

Si vous juxtaposez les B. Bollinger avec un coefficiant de l'écart type de +ou - 1.25

vous avez à 99% le même indicateur .

Donc, toutes les théories concernant les B. Bollinger et le %B.Bollinger ,peuvent

s'appliquer pour le CCI et CCI on Chart ,et inversement.

Mettre l' indicateur sur le graphique permet de mieux comprendre l'oscillateur CCI.

Le CCI est calculé avec le prix typique et la moyenne simple du prix typique (typicalprice) .




If we refactor the CCI, we get the real CCI on Chart, that is very close Bollinger bands.


If you add Bollinger bands with coefficiant a standard deviation around + - 1.25

you have 99% the same indicator.


So all theories concerning B. Bollinger and% B.Bollinger can be

apply to the CCI and CCI on Chart, and vice versa.


Put CCI on chart: this is usefull to better understand the CCI oscillator.


The CCI is calculated using the typical price and the simple average of the typical price (TypicalPrice).


More informations about CCI ON CHART .

the CCI code is :

CCI (14) = [Cm -MM14 of Cm] / [0015 x σ]

Cm = Typicalprice

MM14 (Cm) =14 periods moving average of the typical price;

σ = standard deviation of the typical price compared to MM14.


As we know the CCI is a percentage oscillator ,we deduce :

CCi zero ligne is moving average of typical price 

CCI 100% is moving average of typicalprice + factor x standard deviation .

CCI -100% is moving average of typicalprie - factor x standard deviation.

Regards.








#CCI ON CHART V1  .EX4

2 commentaires:

  1. Ce commentaire a été supprimé par un administrateur du blog.

    RépondreSupprimer
  2. Bonjour auriez vous le code PRT pour le CCI on Chart ?

    RépondreSupprimer