TraderZap 3 posts msg #78292 - Ignore TraderZap | 
8/30/2009 4:51:33 PM
  I am using the following to get a trending up stock using bollinger.  Most of the stocks appear to meet the criteria however, there are a few that seem to fall outside the desired range.  I want to see stocks that are between the 1 and 2 standard deviations and the upper band is increasing. I want the stocks that fit this criteria for the last 8 days.  This is what I have:
 
 show stocks where the upper Bollinger (20) has been increasing for 8 days 
 and close for last 8 days is between bollinger (20,1) and bollinger (20) for last 8 days
 and price is between 10 and 100 
 and volume is above 250000  
 and draw bollinger(20,1)
 and draw bollinger(20,2)
 and draw bollinger(20,3)
 and draw rsi(14)
 
 
 A few stocks are showing a close within the last 8 days that are below the 1 standard deviation.
 
 Thanks for any help.  Also I am not sure how to make it a link.
 
  |