| calhawk01 135 posts
 msg #75937
 - Ignore calhawk01
 | 7/1/2009 1:47:36 PM 
 Is there a filter out there that screens for stocks that are increasing in volume but their price per share (PPS) is not moving as much?
 
 Thank you
 
 
 | 
| chetron 2,817 posts
 msg #75938
 - Ignore chetron
 modified
 | 7/1/2009 2:23:22 PM 
 MAYBE.....= |
 
 HTH
 
 
 | 
| dwiggains 448 posts
 msg #75939
 - Ignore dwiggains
 | 7/1/2009 2:40:59 PM 
 Hi
 
 
 
 This will get you started
 This filter scans for a 500% increase in volume and price change (r) of less than 10%
 Change volume gained and  (r) to the values you want.
 
 see ya
 David
 
 
 | 
| mystiq 650 posts
 msg #75956
 - Ignore mystiq
 | 7/2/2009 4:02:26 AM 
 OR just look for over 300% increase in volume on a Doji day.
 
 
 | 
| calhawk01 135 posts
 msg #76112
 - Ignore calhawk01
 | 7/7/2009 5:46:05 PM 
 Thank you guys. Sorry for the late follow up. I got in trouble with the law and have been away from the computer. Thanks for the help. I really appreciate it!
 
 
 | 
| dwiggains 448 posts
 msg #76136
 - Ignore dwiggains
 | 7/8/2009 3:39:41 PM 
 I fought the law and the law won.
 
 More details --- this sounds good.
 
 See ya
 David
 
 
 | 
| calhawk01 135 posts
 msg #76871
 - Ignore calhawk01
 | 7/26/2009 11:15:27 PM 
 show stocks where the momentum(24) has been increasing for 2 days and and close < 1 and average volume (90) > 200,000 and volume gained > 200000 and set {r, close / close 1 day ago} add column r and r < 1.1 and r > .9
 
 Can someone help me tweak this? Thanks. I am looking for stocks who's:
 
 momentum(24) is increasing.
 The price is still declining.
 
 And perhaps the Volume is starting to pick up
 
 Thank you
 
 
 | 
| calhawk01 135 posts
 msg #76874
 - Ignore calhawk01
 | 7/26/2009 11:22:58 PM 
 how about
 
 
 
 | 
| calhawk01 135 posts
 msg #76875
 - Ignore calhawk01
 | 7/26/2009 11:26:22 PM 
 for some reason when i add,
 
 "and set {r, close / close 1 day ago} add column r and r < 1.1 and r > .9 "
 
 It doesn't give me stocks where volume < avg volume.
 
 
 | 
| chetron 2,817 posts
 msg #76883
 - Ignore chetron
 | 7/27/2009 6:51:36 AM 
 @ calhawk01, IF YOU WANT A FILTER TO FILTER FOR THAT, YOU NEED TO ADD THAT LINE TO THE FILTER, THIS IS HOW IT WORKS HERE.    LOL.  = D
 
 HTH
 
 
 |