cr0cop 87 posts msg #74204 - Ignore cr0cop | 
5/7/2009 6:38:20 PM
  hello i am new using stock fetcher and i created a filter that will show me when the bollinger bands are spreading and the price goes through the band building momentum... the only problem with this filter is that i want to catch the FIRST candle that makes the bollinger bands expand for the first time, any ideas from the experienced people?
 
 HERE IS THE CODE: 
 
 show stocks where the upper Bollinger(15, 1.5) has been increasing for 1 days
 and the lower Bollinger(15, 1.5) has been decreasing for 1 days
 and price is between 5 and 260
 and volume is above 250000
 and high is above upper Bollinger(15, 1.5) 
 and close above open
 
 
  | 
chetron 2,817 posts msg #74206 - Ignore chetron | 
5/7/2009 7:52:25 PM
  CLICKABLE....
 
  	    
 
  | 
cr0cop 87 posts msg #74207 - Ignore cr0cop | 
5/7/2009 8:05:40 PM
  but can you give me your feed back on how to make it so i catch the very first day when the bollinger bands begin to expand
 
 thanks in advance
 
  | 
chetron 2,817 posts msg #74218 - Ignore chetron | 
5/8/2009 6:39:59 AM
  TRY DOING A SEARCH ON BOLLINGER SQUEEZE.
 
  |