Colored CCI?

 

Hi,

does anyone have a CCI indicator which changes color when it is above / below a certain level ? I have looked at woodies one but it doesn't do what I need. many thanks

 

CCI indicator

I am looking for CCI indicator that the same as in VT - the code in VT is as below. The standard CCI indicator in MT4 gives different values.

{MetaStock Equivalent Calculation}

Diff:= TP()-Mov(TP(),Pr,S);

AveDiff:= Mov(Abs(Diff),Pr,S);

EquationComp:= Diff/AveDiff;

AdjCon:= 66.66667{equivelant=2/3tds};

MS_CCI:= EquationComp*AdjCon;

 
leeb:
Hi, does anyone have a CCI indicator which changes color when it is above / below a certain level ? I have looked at woodies one but it doesn't do what I need. many thanks

It is ZZI indicator from here https://www.mql5.com/en/forum/175946

And this one is good also https://www.mql5.com/en/forum/177281

 
duwi:
I am looking for CCI indicator that the same as in VT - the code in VT is as below. The standard CCI indicator in MT4 gives different values.

{MetaStock Equivalent Calculation}

Diff:= TP()-Mov(TP(),Pr,S);

AveDiff:= Mov(Abs(Diff),Pr,S);

EquationComp:= Diff/AveDiff;

AdjCon:= 66.66667{equivelant=2/3tds};

MS_CCI:= EquationComp*AdjCon;

All threads about CCI are here:

- SuperWoodieCCI.

Indicators, trading systems, descriptions, instructions/manuals, wcci patterns and how to trade and so on. Very good thread.

- WCCI indicators' system. Just one system without description.

- Woodie's choppy zone indicator Something about one indicator.

- Jurik Woodie CCI;

- SideWinder for CCI;

- CCI Filter;

- modified version of Woodie CCI (thanks Linuxser).

+ above mentioned ones from previous post.

Also some good CCI indicators with different calculation you will fine in elite section indicators' thread (sticky thread in elite section).

And look at this section https://www.mql5.com/en/forum/trading_systems and this thread for more CCI indicators

https://www.mql5.com/en/forum/173010

 

Thanks NewDigital you're a great admin

 

 Commodity Channel Index CCI Fan with Alerts for MT4


Files:
Fan_CCI.mq4  6 kb
 
tampa_:

 Commodity Channel Index CCI Fan with Alerts for MT4


Tampa

Thanks,at last you encroached cci rainbow too :)

regards

Reason: