dangreene 229 posts msg #91162 - Ignore dangreene |
4/14/2010 8:35:26 AM
If I understand correctly this may be the answer you are looking for.
See the last line of your filter "weekly rsi(2) is less than 28"
I think you want "last" weeks RSI(2) to be lesss than 28.
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
dm1518 15 posts msg #91163 - Ignore dm1518 |
4/14/2010 8:55:26 AM
Hi dangreene,
Thanks for the quick response. Unfortunately, it gives me SPY for many days, but nothing on the 8th of Feb. That's the noticeable rise day in Weekly RSI(2) that I'm trying to isolate.
The last day that it gives me is the 9th, then it skips to 2/3/10.
|
dangreene 229 posts msg #91165 - Ignore dangreene modified |
4/14/2010 9:37:15 AM
Edited to emphasize the word "ILLUSTRATE" only.
--------------------------------------------------------------------
Seems the problem is in mixing "DAILY" and "WEEKLY" values.
Take a look at the following to ILLUSTRATE weekly values for a particular day.
|
dm1518 15 posts msg #91166 - Ignore dm1518 |
4/14/2010 10:13:46 AM
Still nothing...
(Had to change yours a bit.)
|
dm1518 15 posts msg #91174 - Ignore dm1518 modified |
4/14/2010 12:25:15 PM
The 'weekly rsi(2) > weekly rsi(2) 1 day ago' seems to work for some symbols, but not for others. (works for DBB on the 8th, but not for SPY). Wish I knew why... it'd really help me out. **But very appreciative dangreen**.
Also (4, below) - very useful. That might be why we're not seeing certain results displayed... But I still don't quite understand (this is still my first year using SF). Even without using the date offset command, I'm getting false positives quite frequently... displaying results even when there actually was no rise, or getting results even when the weekly rsi(2) is above 25. This seems to be one indicator that I like using (esp for indexes and broad ETFs), but as of now, the results need to be actively monitored.
|
four 5,087 posts msg #91313 - Ignore four modified |
4/16/2010 11:27:12 PM
Why do my weekly measures not match filter results?
http://help.stockfetcher.com/sfhelp/?id=100296&isiframe=&isiframe=
----
Typically, this issue is related to a date offset phrase used in your filter with weekly measures.
Weekly measures are computed using "Monday through Friday" data. When you use date offset it is possible that your filter will not end on the last day of the week (Tuesday for example.) Because date offset was designed to simulate results as they would have been on that date, only Monday through Tuesday of that week would be used.
Because StockFetcher charts are continuous to the most recent day (with date offset regions shaded) the charts compute weekly data using the full week. For this reason, there may be a mismatch between what your filter is reporting and how the chart appears. However, your filter results are correct for the specified date offset.
----
|