evo34 82 posts msg #97111 - Ignore evo34 |
10/20/2010 10:39:20 AM
Is it possible to add a condition in a filter than requires SPY or QQQQ to have a certain characteristic? My filter would be on the Nasdaq 100 universe; but I want it only to show stocks when the RSI(2) of SPY is > 50. Is this possible?
|
four 5,087 posts msg #97112 - Ignore four |
10/20/2010 11:08:15 AM
http://forums.stockfetcher.com/sfforums/?q=view&fid=1006&tid=34495&qrid=&isiframe=
|
evo34 82 posts msg #97117 - Ignore evo34 |
10/20/2010 1:46:08 PM
Thanks a lot.
|
Kevin_in_GA 4,599 posts msg #97119 - Ignore Kevin_in_GA |
10/20/2010 3:27:23 PM
Easy to do - just add the following lines to your filter of choice:
set{spy_rsi, ind(spy, RSI(2))}
spy_rsi above 50
Now the filter will only return stocks if the above condition is met.
|