PureBytes Links
Trading Reference Links
|
I am trying to get the closing price in explorer for a specific day.
For example, ref(c,-2) is the closing price 2 days ago.
I would like to get the closing price for 1/1/2002.
Is there a code (or a process) to get such a value?
I need to calculate the ratio of closing prices for specific dates
to filter values.
Filter:
ref(c, [on 6/1/2002]) / ref(c [on 1/1/2002]) < 0.8
// --- filter securities which decreased 20% between these dates ---
I could use ref(c, -xxx) but the value xxx would have to be
calculated daily.
Thank you for any help
Tomas
------------------------ Yahoo! Groups Sponsor --------------------~-->
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/BefplB/TM
--------------------------------------------------------------------~->
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/equismetastock/
<*> To unsubscribe from this group, send an email to:
equismetastock-unsubscribe@yahoogroups.com
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|