| sunny101 53 posts
 msg #109341
 - Ignore sunny101
 | 12/12/2012 7:46:57 PM 
 i just want to know if someone can help me in this. this is a filter i have for stock going down 3 weeks consectuviely. now i want that stock on weekly bar close above moving avg 20....best filter will be if i can get weekly bar touching the ma(20)...here is my filter....would like to see what can be added to it....thanks
 
 set{sp,count(market is s&p 500,1)}
 set{nas, count(market is nasdaq 100,1)}
 set{spnas, nas + sp}
 spnas above 0.5
 stock is optionable and avg vol (90) is above 500000
 
 
 weekly close below weekly close 1 week ago
 
 weekly close 1 week ago below weekly close 2 weeks ago
 
 weekly close 2 weeks ago below weekly close 3 weeks ago and chart display is weekly and stock is optionable  and draw ma(20)
 
 
 | 
| Kevin_in_GA 4,599 posts
 msg #109342
 - Ignore Kevin_in_GA
 | 12/12/2012 8:15:32 PM 
 set{sp,count(market is s&p 500,1)}
 set{nas, count(market is nasdaq 100,1)}
 set{spnas, nas + sp}
 spnas above 0.5
 stock is optionable and avg vol (90) is above 500000
 weekly close below weekly close 1 week ago
 weekly close 1 week ago below weekly close 2 weeks ago
 weekly close 2 weeks ago below weekly close 3 weeks ago and chart display is weekly and stock is optionable and draw ma(20)
 
 
 Something like this to get the discussion started ...
 
 
 
 
 
 
 | 
| sunny101 53 posts
 msg #109346
 - Ignore sunny101
 | 12/12/2012 10:23:50 PM 
 thanks Kevin....that helps bro....
 
 
 |