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 : Sunday, April 17, 2005 12:14:16 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)
momu:=If(C>Ref(C,-1),C-Ref(C,-1),0); momd:=If(C<Ref(C,-1),Ref(C,-1)-C,0); A1:=Stdev(momu,100); A2:=Stdev(momd,100); Mup:=If(C-Ref(C,-1)>A1,C-Ref(C,-1),A1); Mdn:=If(Ref(C,-1)-C>A2,Ref(C,-1)-C,A2); Per1:=Input("Length of CMO",5,100,15); Per3:=Input("Length of Sig",3,100,5); Pk:=100*((Sum(Mup,Per1)-Sum(Mdn,Per1)) /(Sum(Mup,Per1)+Sum(Mdn,Per1))); Per2:=100; MN:=Mov(Pk,Per2,S); SD:=Stdev(Pk,Per2); Val1:=If(MN+(1.33*SD)>2.08,MN+(1.33*SD),2.08); Val2:=If(MN-(1.33*SD)<-2.08,MN-(1.33*SD),-2.08); LN:=If(Ref(Pk,-1)>=0 AND Pk>0,Val1,If(Ref(Pk,-1)<=0 AND Pk<0,Val2,0)); Red:=If(Ref(Pk,-1)>Pk,Pk,0); Green:=If(Pk>Ref(Pk,-1),Pk,0); Sig:=Mov(Pk,Per3,E); Red;Green;LN; Sig; this cmo must be at least the standard deviation of momemtum up or down, I then used the same method that Cynthia Kase uses in her Peak Osc to find extremes. this indicator plots 4 lines, change the 2 lines that crisscross the 0 line to plot as a histogram, color the rising lines green,color declining lines red
globalcurrency  
#2 Posted : Monday, April 18, 2005 9:45:03 PM(UTC)
globalcurrency

Rank: Member

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

I have been looking for anything on the Cynthia Kase KCD/Peak Oscillator combination. This is not a easy find. I do not have a source of reading for here indicator setup. Is the formula provided = to the KCD/Peak Oscillator combination?? Would be very thankful for anything you have on this new indicator combination. Thanks, Tony globalcurrency@aol.com
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.