PureBytes Links
Trading Reference Links
|
Cg oscillator seems a bit more sensitive to price momentom variation at the
extremes . That edge could make a big differnce . But , I would like to
see something a little bigger than 100 tick on the nq before I make up my
mind on that.
Bryant
<BLOCKQUOTE
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
----- Original Message -----
<DIV
style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black">From:
Jan
Philipp
To: <A title=realtraders@xxxxxxxxxxxxxxx
href="mailto:realtraders@xxxxxxxxxxxxxxx">realtraders@xxxxxxxxxxxxxxx
Sent: Wednesday, April 17, 2002 7:34
PM
Subject: Re: [RT] Fw: Gen - CG Oscillator
modified
Bob,here is a comparison betw CG oscillator (Mode
1) andmy StochRSI, both set to 10 periods.I think it confirms my
thesis that only very few new indicatorscan improve what we already have
or be used in new ways.Jan Philipp----- Original Message
-----From: "BobR" <<A
href="mailto:bobrabcd@xxxxxxxxxxxxx">bobrabcd@xxxxxxxxxxxxx>To:
<<A
href="mailto:realtraders@xxxxxxxxxxxxxxx">realtraders@xxxxxxxxxxxxxxx>Sent:
Wednesday, April 17, 2002 3:49 PMSubject: [RT] Fw: Gen - CG Oscillator
modified> Posted this 5 hours ago....trying
again.>>> I just can't leave anything as is.
Ehlers' CG oscillator had a remarkable> resemblance to Levine's Win
Midas indicator so I took the liberty ofadding> a Mode switch to
the TASC CG Oscillator in the May issue. The effect isto>
provide some trend indication that a trader might use in conjunction
with> the CG Oscillator.> Mode1= original oscillator.
Mode(0)=Levine version. This mod was done in> haste without
forethought of consequences of its use nor implications of> profits or
losses...purely spontaneous and inspirational.>>
enjoy,> bobr> ========================> {John
Ehlers, Technical Analysis of Stocks and Commodities May 2002}>
{modified for trend indication BobR 4/17/2002}> {Mode1= original
oscillator using Price, Mode2=oscillator using volume for> trend
indication}>> Inputs:
Price((H+L)/2),Length(10),vol(volume),Mode(1);> Vars:
count(0),Num(0),Denom(0),CG(0);>> If Mode=1 then
begin> Num=0;> Denom=0;> For count=0 to Length-1
begin> Num=Num+(1+count)*(Price[count]);>
Denom=Denom+(Price[count]);> End;> If Denom<>0
then CG=-Num/Denom;>> Plot1(CG,"CG");>
Plot2(CG[1],"CG1");> end;>> If Mode=0 then begin>
Num=0;> Denom=0;> For count=0 to Length-1 begin>
Num=Num+(vol[count])*(Price[count]);> Denom=Denom+(vol[count]);>
End;> If Denom<>0 then CG=Num/Denom;>>
Plot1(CG,"CG");> Plot2(CG[1],"CG1");>
end;>>>> To unsubscribe from this group, send an
email to:>
realtraders-unsubscribe@xxxxxxxxxxxxxxx>>>> Your
use of Yahoo! Groups is subject to <A
href="http://docs.yahoo.com/info/terms/">http://docs.yahoo.com/info/terms/>>To
unsubscribe from this group, send an email
to:realtraders-unsubscribe@xxxxxxxxxxxxxxxYour
use of Yahoo! Groups is subject to the <A
href="http://docs.yahoo.com/info/terms/">Yahoo! Terms of Service.
Yahoo! Groups Sponsor
ADVERTISEMENT
To unsubscribe from this group, send an email to:
realtraders-unsubscribe@xxxxxxxxxxxxxxx
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
|