PureBytes Links
Trading Reference Links
|
q2:=input("what time frame for averaging
rsi",1,200,3);
q1:=input("what time for alert lookback
period",1,200,4);
q3:=input("what time lenght for rsi",1,200,3);
k:=rsi(c,q3);
m:=mov(k,q2,e);
alert(m,q1)
> > Hey all,
> >
> > I am sorry because the send formula I have used
> it like this
> >
> > Alert(Cross(Mov(RSI(C,3),3,E),30),4) and
> >
> > Mov(RSI(C,3),3,E) <30
> >
> > and not > 30
> >
> > Sorry again for informing you wrong
> >
> >
> > I want to see the moving average, close, 4
> periods, E, crossing
> the line 30 from above within the last 5 periods
> >
> > and the
> >
> > moving average, close, 3 periods, E should be
> less than 30 on the
> exploration day
> >
> > But it shows me sometimes not the correct
> signal.
> > What did I wrong?
> > Thanks
> > Regards
> > Wambui
>
>
> 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.
>
__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Buy Ink Cartridges or Refill Kits for Your HP, Epson, Canon or Lexmark
Printer at Myinks.com. Free s/h on orders $50 or more to the US & Canada. http://www.c1tracking.com/l.asp?cid=5511
http://us.click.yahoo.com/l.m7sD/LIdGAA/qnsNAA/BefplB/TM
---------------------------------------------------------------------~->
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/
|