dangreene 229 posts msg #38871 - Ignore dangreene |
11/14/2005 8:32:06 AM
TRO,
In your filter as shown, "avg volume(30)" will select stocks where volume is above 1,000,000 on the date the stock is selected and not necessarily stocks that are actually averaging 1,000,000 shares per day over 30 days.
Change to "AVERAGE volume(30)" and note the difference in filter results.
As a example use offset to select stocks for 10/28/2005.
'avg' -------- returns 4
'average' -- returns 3
It appears that RSI(2) is strong enough so that all that is needed is:
"VOLUME above 1,000,000"
Or do you insist that the 30 day AVERAGE be above 1,000,000 ????
If so, note that VSEA with performance of +10.93 is eliminated on 10/28/05.
|