[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [RT] Code - April fools gift....TS EWosc w BO bands



PureBytes Links

Trading Reference Links

Thanks, Don.
If I adjust the TS2k time scale to cover the same period as your Get Chart,
then the red upper breakout band and lower green boband look pretty much the
same on both charts.  The K factor is to adjust for 100% more or less of the
BrkOBands.  I guess its used for setting a loose or tight breakout.

bobr

----- Original Message -----
From: "Don Ewers" <dbewers@xxxxxxxxxxxxx>
To: <realtraders@xxxxxxxxxxxxxxx>
Sent: Sunday, March 25, 2001 5:30 PM
Subject: Re: [RT] Code - April fools gift....TS EWosc w BO bands


> BobR,
> Sorry here it is, not sure why it does that (I think it is when a diskette
> is almost full).
> Anyway I will check on the close or H+L/2 question but will check the
manual
> and see what it says Monday when I am in my trading office (I know they
are
> simple ma, what is the I factor?).
> don ewers
> ----- Original Message -----
> From: "BobR" <bobrabcd@xxxxxxxxxxxxx>
> To: <realtraders@xxxxxxxxxxxxxxx>
> Sent: Sunday, March 25, 2001 7:16 PM
> Subject: Re: [RT] Code - April fools gift....TS EWosc w BO bands
>
>
> > Correct, it was a 60 minute OEX.  Could you resend your chart as it
looks
> > chopped off.  Also, the oscillator is a 5/35 like you wrote.  What I
don't
> > know is  if AGet uses the C or the (H+L)/2 for price.  And the K factor
is
> > 100% which I think Get uses.
> >
> > Bob
> >
> > ----- Original Message -----
> > From: "Don Ewers" <dbewers@xxxxxxxxxxxxx>
> > To: <realtraders@xxxxxxxxxxxxxxx>
> > Sent: Sunday, March 25, 2001 5:04 PM
> > Subject: Re: [RT] Code - April fools gift....TS EWosc w BO bands
> >
> >
> > > BobR,
> > > I believe the chart you posted was a 60min OEX (Hypersnap covers the
> > heading
> > > on their captures allot) and here is the 5/35 oscillator and breakout
> band
> > > for you to compare to (I am assuming you EWosc is the 5/35 and not the
> > 5/17
> > > or 10/70 osc). Hope this helps.
> > > don ewers
> > >
> > > ----- Original Message -----
> > > From: "BobR" <bobrabcd@xxxxxxxxxxxxx>
> > > To: <realtraders@xxxxxxxxxxxxxxx>
> > > Sent: Sunday, March 25, 2001 3:13 PM
> > > Subject: [RT] Code - April fools gift....TS EWosc w BO bands
> > >
> > >
> > > > Been fooling around with some coding this weekend and have decided
to
> > stop
> > > > at this point.  This code appears to produce a respectable EWosc and
> > > > Breakout Bands a la AGet.  The very first part of the plot isn't
quite
> > > > initialized properly but smooths out after the first 35 bars of each
> > band
> > > > plot.  Maybe one of the resident els/ela gurus could make it start
> > > > correctly.  The code also has an additional XAverage on the
oscillator
>
> > for
> > > > added perspective and perhaps a timing trigger.
> > > >
> > > > Enjoy,
> > > > BobR
> > > > http://www.oextrader.com/sigma_trader
> > >
> >
>
> --------------------------------------------------------------------------
> > > --
> > > > ----------------------
> > > >
> > > > Inputs: Price1(Average((H+L)/2,5) -
> > > > Average((H+L)/2,35)),K(1),K2(0.0555),Len(5);
> > > > Vars:  UpperBand(0),LowerBand(0),AvgP(0);
> > > >
> > > > If Price1 >0  then begin
> > > > upperband=price1;
> > > > If barnumber>=2 then
> > > > UpperBand= K*(upperband[1] + k2*(Price1 - upperband[1]));
> > > > end;
> > > >
> > > >
> > > > If Price1 < 0 then begin
> > > > LowerBand = Price1;
> > > > If barnumber>=2 then
> > > > LowerBand=K*(lowerband[1] + K2*(Price1 - lowerband[1]));
> > > > end;
> > > >
> > > > AvgP = XAverage(Price1,Len);
> > > >
> > > > Plot1(Price1,"Osc535");
> > > > Plot2(AvgP,"AvgP");
> > > > Plot3(UpperBand,"upper");
> > > > Plot4(LowerBand,"lower");
> > > >
> > > >
> > > >
> > > > To unsubscribe from this group, send an email to:
> > > > realtraders-unsubscribe@xxxxxxxxxxxxxxx
> > > >
> > > >
> > > >
> > > > Your use of Yahoo! Groups is subject to
> > http://docs.yahoo.com/info/terms/
> > > >
> > > >
> > >
> > >
> > > To unsubscribe from this group, send an email to:
> > > realtraders-unsubscribe@xxxxxxxxxxxxxxx
> > >
> > >
> > >
> > > Your use of Yahoo! Groups is subject to
> http://docs.yahoo.com/info/terms/
> > >
> > >
> >
> >
> >
> > To unsubscribe from this group, send an email to:
> > realtraders-unsubscribe@xxxxxxxxxxxxxxx
> >
> >
> >
> > Your use of Yahoo! Groups is subject to
http://docs.yahoo.com/info/terms/
> >
> >
>
>
> To unsubscribe from this group, send an email to:
> realtraders-unsubscribe@xxxxxxxxxxxxxxx
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>

------------------------ Yahoo! Groups Sponsor ---------------------~-~>
Make good on the promise you made at graduation to keep
in touch. Classmates.com has over 14 million registered
high school alumni--chances are you'll find your friends!
http://us.click.yahoo.com/03IJGA/DMUCAA/4ihDAA/zf_UlB/TM
---------------------------------------------------------------------_->

To unsubscribe from this group, send an email to:
realtraders-unsubscribe@xxxxxxxxxxxxxxx

 

Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/ 


Attachment: Description: "OEXewosc2.gif"