Rank: Member
Groups: Registered, Registered Users Joined: 5/24/2005(UTC) Posts: 13 Location: Portugal
|
Hi! What's the difference in the CCI-Equis and CCI-Standard algorithm?
Thanks,
Engenhus
|
|
|
|
Rank: Advanced Member
Groups: Registered, Registered Users, Subscribers Joined: 9/8/2004(UTC) Posts: 2,266
Was thanked: 1 time(s) in 1 post(s)
|
In an old version of MetaStock equis made a mistake in the CCI calculation, but people like it so much that they decided to leave it in the software and called it CCI-Equis.
So CCI-Standard is the original and CCI-Equis is a version that people like ...
Patrick :mrgreen:
|
|
|
|
Rank: Member
Groups: Registered, Registered Users Joined: 5/24/2005(UTC) Posts: 13 Location: Portugal
|
:D :D :lol: That's funny...
But do you know what was the "mistake"? I´m asking because CCIE really seems to provide better results.
|
|
|
|
Rank: Advanced Member
Groups: Registered, Registered Users, Subscribers Joined: 9/8/2004(UTC) Posts: 2,266
Was thanked: 1 time(s) in 1 post(s)
|
|
|
|
|
Rank: Member
Groups: Registered, Registered Users Joined: 5/24/2005(UTC) Posts: 13 Location: Portugal
|
No problem. Thanks anyway...
Great Avatar Patrick :smt023
|
|
|
|
Rank: Advanced Member
Groups: Registered, Registered Users, Subscribers Joined: 10/28/2004(UTC) Posts: 110
|
Here are the formulas:
{CCI-EquisCustom}
Prd:=Input("Periods",2,250,14);
X:=Typ();
Y:=X-Mov(X,Prd,S);
Yad:=Mov(Abs(Y),Prd,S);
Z:=Y/Yad;
ZZIe:=(Z/3)*200;
ZZIe{end}
{CCI-STD cs}
{written by Corey Saxe}
V1:=Input("Periods",2,250,14);
x:=Typical();
y:=Mov(x,V1,S);
z:=Sum(Abs(x-LastValue(y+PREV-PREV)),V1)/V1;
A1:=z*0.015;
ZZI:=(x-y)/A1;
ZZI{end}
enjoy,
Preston
|
|
|
|
Rank: Advanced Member
Groups: Registered, Registered Users, Subscribers Joined: 9/8/2004(UTC) Posts: 2,266
Was thanked: 1 time(s) in 1 post(s)
|
|
|
|
|
Users browsing this topic |
Guest (Hidden)
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.