PureBytes Links
Trading Reference Links
|
<SPAN
class=956022501-24072003>Hi,
<SPAN
class=956022501-24072003>
Here's Futures of
Nasdaq100 - NQ U3
07/23/2003.
<SPAN
class=956022501-24072003>
I applied Reversal
Engineering RSI on the graph.
<SPAN
class=956022501-24072003>
Look, each
times the RSI cross or touch 30-50-70 line, the Reversal Engineering
RSI cross or touch too.
<SPAN
class=956022501-24072003>
I saw the formula
inside Stocks & Commodities magazine. June 2003, Volume 21,
Number 6, P.18.
<SPAN
class=956022501-24072003>
So, I have 3
ReversalEngineeringRSI, for each zone. 30(low),
50(Mid), and 70(High).
<SPAN
class=956022501-24072003>
<SPAN
class=956022501-24072003>
<SPAN
class=956022501-24072003>
And this is my
formula version wich I repeat 3 times the original formula.
<SPAN
class=956022501-24072003>
<SPAN
class=956022501-24072003>
<SPAN
class=956022501-24072003>
<SPAN
class=956022501-24072003>
{Reverse Engineered
RSI-High};
<SPAN
class=956022501-24072003>valuehigh:=Input("RSI Value
High",1,100,70);wildperhigh:=Input("Wilder Time Periods
High",1,100,14);expperhigh:=2*wildperhigh-1;
{Average Up
Close-High};auchigh:=Mov(If(C>Ref(C,-1),C-Ref(C,-1),0),expperhigh,E);
{Average Down
Close-High};adchigh:=Mov(If(Ref(C,-1)>C,Ref(C,-1)-C,0),expperhigh,E);
<SPAN
class=956022501-24072003>xhigh:=(wildperhigh-1)*(adchigh*valuehigh/(100-valuehigh)-auchigh);revengrsihigh:=If(xhigh>=0,C+xhigh,C+xhigh*(100-valuehigh)/valuehigh);
<SPAN
class=956022501-24072003>revengrsihigh;
<SPAN
class=956022501-24072003>
{Reverse Engineered RSI-Mid};
valuemid:=Input("RSI Value
Mid",1,100,50);wildpermid:=Input("Wilder Time Periods
Mid",1,100,14);exppermid:=2*wildpermid-1;
{Average Up
Close-Mid};aucmid:=Mov(If(C>Ref(C,-1),C-Ref(C,-1),0),exppermid,E);
{Average Down
Close-Mid};adcmid:=Mov(If(Ref(C,-1)>C,Ref(C,-1)-C,0),exppermid,E);
<FONT face=Arial
size=2>xmid:=(wildpermid-1)*(adcmid*valuemid/(100-valuemid)-aucmid);revengrsimid:=If(xmid>=0,C+xmid,C+xmid*(100-valuemid)/valuemid);
revengrsimid;
{Reverse Engineered RSI-Low};
valuelow:=Input("RSI Value
Low",1,100,30);wildperlow:=Input("Wilder Time Periods
Low",1,100,14);expperlow:=2*wildperlow-1;
{Average Up
Close-Low};auclow:=Mov(If(C>Ref(C,-1),C-Ref(C,-1),0),expperlow,E);
{Average Down
Close-Low};adclow:=Mov(If(Ref(C,-1)>C,Ref(C,-1)-C,0),expperlow,E);
<FONT face=Arial
size=2>xlow:=(wildperlow-1)*(adclow*valuelow/(100-valuelow)-auclow);If(xlow>=0,C+xlow,C+xlow*(100-valuelow)/valuelow);
<FONT face=Arial
size=2>Scoubidoo.
<FONT face=Arial
size=2>
<SPAN
class=956022501-24072003>
Yahoo! Groups Sponsor
ADVERTISEMENT
To unsubscribe from this group, send an email to:
equismetastock-unsubscribe@xxxxxxxxxxxxxxx
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
Attachment:
NQ U3.jpg
Attachment:
Description: "Description: JPEG image"
|