[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

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/
>
>

------------------------ 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: "OEX60min032301.gif"