curmudgeon 103 posts msg #51269 - Ignore curmudgeon |
4/21/2007 1:09:57 PM
I'm sorting ETF's by relative strength and was wondering if there is a way to draw a (line on close) of the spx on the same chart as the ETF's...sort of a visual tool to show the magnitude of the difference.
/* Relative Strength */
set{rs, relative strength(^SPX,126)}
add column rs
/* Init Sort */
show stocks where rs is above 0.00
and Average Volume(21) is greater than 500000
and stock type is ETF
and sort column 5 descending
and chart-length is 2-years
|
SAFeTRADE 644 posts msg #51270 - Ignore SAFeTRADE |
4/21/2007 1:44:22 PM
You might try this, probably not exactly what U wanted.
Stock
|
curmudgeon 103 posts msg #51302 - Ignore curmudgeon |
4/24/2007 12:48:45 AM
Thanks. That's an interesting way to do it. Ya gotta love stockfetcher.
|