PureBytes Links
Trading Reference Links
|
Hi everyone,
I'm really not sure what I'm doing wrong but my exploration isn't
quite working out the way I'd hoped.
I'd like to filter for stocks whose RSI has reached a certain point
but it doesn't work.
Objective: Find stocks that have an RSI ( C , 9 ) > 70 given a
monthly frequency.
where C = Close
9 = Periods
When I look at the results the RSI's are not all necessarily > 70.
I've tried basing it on last month i.e. Ref(RSI(C,9),-1).
I also took it one step further by requesting instances where the
changed happened last month i.e.
Ref(RSI(C,9),-1) and Ref(RSI(C,9),-2)
I can only assume that I don't know how to ask MS the question. Can
anyone direct me as to how to ask MS my question or maybe a compass
that'll show me really how lost I am.
Thanks a bunch,
Paolo
------------------------ Yahoo! Groups Sponsor --------------------~-->
What would our lives be like without music, dance, and theater?
Donate or volunteer in the arts today at Network for Good!
http://us.click.yahoo.com/Tcy2bD/SOnJAA/cosFAA/zMEolB/TM
--------------------------------------------------------------------~->
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/Metastockusers/
<*> To unsubscribe from this group, send an email to:
Metastockusers-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|