PureBytes Links
Trading Reference Links
|
> I've got version 7.21;
Then use
Sum(RSI(C,14)<70,14)=14
> First line of code?
My first line of code works on MS 7.03 and earlier.
> Why is this different than this first response I got?
Because Henry and I approach problems in different ways and therefore come
up with different solutions??
> A:=rsi(C,14)<70;
> B:=If(BarsSince(A)>=14,1,0);
> B=1
On testing this I got a result that did not seem to satisfy your original
request. By changing it to
A:=rsi(C,14)>=70;
B:=If(BarsSince(A)>=14,1,0);
B=1
I got what I imagine to be the intended result. Changing to "B=0" for the
last line, or adding "=0" to the end of my code, will invert the filter.
Roy
> -----Original Message-----
> From: Roy Larsen [mailto:rlarsen@xxxxxxxxxxxxxx]
> Sent: Wednesday, April 23, 2003 8:23 PM
> To: Metastockusers@xxxxxxxxxxxxxxx
> Subject: Re: [Metastockusers] RSI
>
> Sum(RSI(14)<70,14)=14;
>
> or
>
> Sum(RSI(C,14)<70,14)=14;
>
> depending on your version of MS.
>
> Roy
>
> ----- Original Message -----
> From: <uhehs@xxxxxxxx>
> To: "Metastockusers@xxxxxxxxxxxx com"
<DEFANGED_Metastockusers@xxxxxxxxxxxxxxx>
> Sent: Thursday, April 24, 2003 12:13 PM
> Subject: [Metastockusers] RSI
>
>
> > Can someone tell me how to filter for "RSI(14) that has not been over 70
> in
> > the last 14 days"?
> >
> > Thanks.
> >
>
>
>
>
>
> Yahoo! Groups Sponsor
> ADVERTISEMENT
>
>
<http://rd.yahoo.com/M=245454.3115308.4434529.2595810/D=egroupweb/S=17050017
> 79:HM/A=1457554/R=0/*http://ipunda.com/clk/beibunmaisuiyuiwabei>
>
>
> To unsubscribe from this group, send an email to:
> Metastockusers-unsubscribe@xxxxxxxxxxx
>
>
>
> Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service
> <http://docs.yahoo.com/info/terms/> .
>
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Get A Free Psychic Reading!
Your Online Answer To Life's Important Questions.
http://us.click.yahoo.com/pDi3hB/OC5FAA/AG3JAA/zMEolB/TM
---------------------------------------------------------------------~->
To unsubscribe from this group, send an email to:
Metastockusers-unsubscribe@xxxxxxxxxxx
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
|