logo
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
henry1224  
#1 Posted : Tuesday, April 19, 2005 1:40:38 AM(UTC)
henry1224

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers
Joined: 10/29/2004(UTC)
Posts: 1,394
Location: Glastonbury, CT

Was thanked: 2 time(s) in 2 post(s)
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;
globalcurrency  
#2 Posted : Tuesday, April 19, 2005 7:02:48 PM(UTC)
globalcurrency

Rank: Member

Groups: Registered, Registered Users
Joined: 4/18/2005(UTC)
Posts: 11
Location: Florida U.S.A.

I am very thankful you have posted the code for the kase indicators. How were you able to get the code, I had no luck searching the internet. Question the Binary version you posted with the Kase Osc is that a universal version ? And if so do you have a binary for the KCD ?? Thanks Much, Tony globalcurrency@aol.com
henry1224  
#3 Posted : Tuesday, April 19, 2005 7:13:28 PM(UTC)
henry1224

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers
Joined: 10/29/2004(UTC)
Posts: 1,394
Location: Glastonbury, CT

Was thanked: 2 time(s) in 2 post(s)
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; The values of red and green are the KCD. It is just for a display, You will have to change the colors, once the indicator is plotted, using the color bar, select one rising line and color it green and then change the style to plot as a histogram. Once you have finished aranging your chart, save it as a template
Users browsing this topic
Guest (Hidden)
Similar Topics
Kase KCD Indicator (Formula Assistance)
by toyogo 5/26/2006 1:56:31 AM(UTC)
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.