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:43:14 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",10,100,30); RWH:=(H-Ref(L,-Per1))/(ATR(Per1)*Sqrt(Per1)); RWL:=(Ref(H,-Per1)-L)/(ATR(Per1)*Sqrt(Per1)); Pk:=Mov((RWH-RWL),3,W); MN:=Mov(Pk,Per1,S); SD:=Stdev(Pk,Per1); Val1:=Max(MN+(1.33*SD),2.08); Val2:=Min(MN-(1.33*SD),-2.08); Val3:=Max(MN+(.33*SD),1.08); Val4:=Min(MN-(.33*SD),-1.08); LN1:=If(PK>=0,Val1,Val2); LN2:=If(PK>=0,Val3,Val4); Red:=If(Ref(Pk,-1)>Pk,Pk,0); Green:=If(Pk>Ref(Pk,-1),Pk,0); Red;Green;LN1;LN2;
henry1224  
#2 Posted : Tuesday, April 19, 2005 1:48:30 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:=30; RWH:=(H-Ref(L,-Per1))/(ATR(Per1)*Sqrt(Per1)); RWL:=(Ref(H,-Per1)-L)/(ATR(Per1)*Sqrt(Per1)); Pk:=Mov((RWH-RWL),3,W); MN:=Mov(Pk,Per1,S); SD:=Stdev(Pk,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); LN1:=If(Ref(Pk,-1)>=0 AND Pk>0,Val1,If(Ref(Pk,-1)<=0 AND Pk<0,Val2,0)); Buy:=Cross(LN1,0); Sell:=Cross(0,LN1); D:=If(BarsSince(Buy)<BarsSince(Sell),-1,If(BarsSince(Buy)>BarsSince(sell),1,0)); D;
globalcurrency  
#3 Posted : Tuesday, April 19, 2005 7:14:41 PM(UTC)
globalcurrency

Rank: Member

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

Of the three posts you have for the Kase Oscillator wich one is the actual complete code of the original Cynthia Kase formula. I see one post on the KCD so I assume it is the actual original formula. Thanks, Tony :?: globalcurrency@aol.com
henry1224  
#4 Posted : Tuesday, April 19, 2005 7:17:26 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)
The first indicator is the original, the binary is just a signal indicator
globalcurrency  
#5 Posted : Tuesday, April 19, 2005 7:30:32 PM(UTC)
globalcurrency

Rank: Member

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

Good timing for me to be online as you are.. I am curious do you have an opinion on the Cythia case indicatores. I have not tried them per say, but became highly intrested with the fact these indicators are new and more complex in an indicative sense... Anything you have on this would be of high intrest, I have included my email for such reference, P.S. Are you in Europe? :lol: Tony, globalcurrency@aol.com
henry1224  
#6 Posted : Tuesday, April 19, 2005 7:53:19 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)
I find them to show extreme over and undersold regions fairly acuratly, the KCD helps in showing divergencies, but as with all indicators, they are not infallible. Some work most of the time, some not at all,I have been using MA bands along with Multitime frames for my trades
globalcurrency  
#7 Posted : Tuesday, April 19, 2005 8:03:22 PM(UTC)
globalcurrency

Rank: Member

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

I started out with a simple 5 and 13 ma cross system before I understood the boxed technical indicators and I was actually doing very well overall as a scalper, I got too much info and went for high end system creation . Not very good with coding Metastock as yet. What would be a setup as you mentioned with banded MA's,.... with an interpritation of how they work.. Thanks , Again Tony, globalcurrency@aol.com
henry1224  
#8 Posted : Tuesday, April 19, 2005 8:06:34 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)
there are a few Experts about this indicator in the formula section OHLC6 DWM
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.