PureBytes Links
Trading Reference Links
|
gildone,
Change Cross(x,30) to Cross(x,40) otherwise your okay.
Preston
--- In equismetastock@xxxxxxxxxxxxxxx, gildone <no_reply@xxx> wrote:
>
> I think I can answer my own question. Here is some code I have
come
> up with --- is it accurate? Any comments would be appreciated.
> It is looking to see when rsi(8) has crossed above 40 and has been
> below 30 for at least the past 3 days.
>
>
> x:=RSI(8);
>
> Cross(x,30) AND
> Ref(Sum(x<30,5)>=3,-1)
>
>
> --- In equismetastock@xxxxxxxxxxxxxxx, gildone <no_reply@> wrote:
> >
> > Hello. How can I code the following activity: RSI(14) has been
> above
> > 70 for at least the past 3 days.
> > Thanks
> >
>
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/equismetastock/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/equismetastock/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:equismetastock-digest@xxxxxxxxxxxxxxx
mailto:equismetastock-fullfeatured@xxxxxxxxxxxxxxx
<*> To unsubscribe from this group, send an email to:
equismetastock-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|