| starfill 8 posts
 msg #66195
 - Ignore starfill
 | 8/14/2008 5:22:37 PM 
 price crossed above ma(50) for the first time some days ago, then it falls to touch ma50 again
 
 Please help me with writing this to a filter.
 
 Thanks a lot!!!!!!
 
 
 | 
| WALLSTREETGENIUS 983 posts
 msg #66201
 - Ignore WALLSTREETGENIUS
 modified
 | 8/14/2008 8:13:28 PM 
 ......
 
 
 | 
| guru_trader 485 posts
 msg #66381
 - Ignore guru_trader
 | 8/19/2008 1:39:51 AM 
 
 
 
 The column "cnt_ds" is the number of days since the close crossed above the ma(50)
 
 
 | 
| maxreturn 745 posts
 msg #66386
 - Ignore maxreturn
 | 8/19/2008 9:14:53 AM 
 Made some of my own modifications.  For my buy filters I like to require that the ma(50) is up from yesterday and is also above the ma(200).  I also prefer stocks whose ma(50) is up over yesterday for the majority of the last 20 days.  The column ma50up will tell you this.  Finally, I added a column touch50ma which will tell you how many days a price bar touched the ma(50) over the last 100 days:
 
 
 
 Regards
 Max
 
 
 |