PureBytes Links
Trading Reference Links
|
If KCD is the same as KASE CD, it is not as useful as an MACD type function.
Here is the code that I have The last 3 lines don't function on MS V 9.1:-
Per1:=Input("max length",1,100,8);
RWH:=(H-Ref(L,-Per1))/(ATR(Per1)*Sqrt(Per1));
RWL:=(Ref(H,-Per1)-L)/(ATR(Per1)*Sqrt(Per1));
Pk:=Mov(Mov((RWH-RWL),3,W),3,S);
KCD:=PK-Mov(PK,8,S);
MN:=Mov(KCD,Per1,S);
SD:=Stdev(KCD,Per1);
Val1:=If(MN+(1.33*SD)>2.08,MN+(1.33*SD),2.08);
Val2:=If(MN-(1.33*SD)<-1.92,MN-(1.33*SD),-1.92);
LN:=If(Ref(KCD,-1)>=0 AND KCD>0,Val1,If(Ref(KCD,-1)<=0 AND
KCD<0,Val2,0));
Red:=If(Ref(KCD,-1)>KCD,KCD,0);
Green:=If(KCD>Ref(KCD,-1),KCD,0);
Red;Green;LN;
From: equismetastock@xxxxxxxxxxxxxxx [mailto:equismetastock@xxxxxxxxxxxxxxx]
On Behalf Of Lionel Issen
Sent: Saturday, April 19, 2008 2:01 PM
To: equismetastock@xxxxxxxxxxxxxxx
Subject: RE: [EquisMetaStock Group] KCD
What is KCD?
From: equismetastock@xxxxxxxxxxxxxxx
<mailto:equismetastock%40yahoogroups.com>
[mailto:equismetastock@xxxxxxxxxxxxxxx
<mailto:equismetastock%40yahoogroups.com> ]
On Behalf Of jaison70018
Sent: Saturday, April 19, 2008 8:56 AM
To: equismetastock@xxxxxxxxxxxxxxx <mailto:equismetastock%40yahoogroups.com>
Subject: [EquisMetaStock Group] KCD
Hi all
Does anybody happens to know the metastock code for KCD histogram.I
read in an article that KCD is a far better momentum indicator than
macd histogram and stochastics.
Thanks in advance to all senior members who are of great help.
jaison Thomas
[Non-text portions of this message have been removed]
[Non-text portions of this message have been removed]
------------------------------------
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/equismetastock/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/equismetastock/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:equismetastock-digest@xxxxxxxxxxxxxxx
mailto:equismetastock-fullfeatured@xxxxxxxxxxxxxxx
<*> To unsubscribe from this group, send an email to:
equismetastock-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|