pimpgangster 2 posts msg #35488 - Ignore pimpgangster |
3/29/2005 10:54:09 AM
I am looking to find stocks that have had a big move in the last year but are beginning to roll over through their MA(200). I have had zero luck setting up a filter that displays stocks where the difference between the 52 week high and 52 week low is greater than 200%. I tried setting variables, but if you draw them, you will see that they are not correct. Does anyone have any suggestions?
set{topclose,52 week high}
set{lowclose,52 week low}
set{NY,count(market is NYSE,1)}
set{AX,count(market is AMEX,1)}
set{NAS,count(market is NASDAQ,1)}
set{Listed,NY + AX}
set{Sum,Listed + NAS}
Show stocks where Average Volume(90) is above 150000
draw topclose and
draw lowclose
and Sum is above 0.99
and add column industry
|