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;
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
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:
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.
- 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
Thanks NewDigital you're a great admin
Commodity Channel Index CCI Fan with Alerts for MT4
Tampa
Thanks,at last you encroached cci rainbow too :)
regards

- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
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