| spoll 8 posts
 msg #35118
 - Ignore spoll
 | 2/12/2005 3:04:37 PM 
 Show stocks with daily MACD histogram between 0 and 0.05 (-0.05...
 display daily chart
 price between 1 and 25
 volume is greater than 100000
 
 I'm trying to get matches that are above the 50 and 200 dma's to no avail, how do I add that command to it please? Thanks.
 
 
 
 | 
| DasKapital 36 posts
 msg #35155
 - Ignore DasKapital
 | 2/17/2005 9:14:54 PM 
 Hi spoll,
 
 is this close?
 
 
 
 
 DK
 
 
 
 | 
| marine2 963 posts
 msg #35188
 - Ignore marine2
 | 2/23/2005 12:53:38 AM 
 Try this one,  I added cci(14) to it to limit the hits and give you more quality picks:
 
 MACD histogram is between 0 and 0.05 and
 price is between 1 and 25 and
 volume is greater than 100000 and
 close is above ma(50)and
 close is above ma(200)
 and cci(14) is below 0
 and cci(14) is increasing previous 1 day
 and date offset is 8
 
 Goodluck, and happy investing.
 
 Marine2
 
 
 
 |