| calhawk01 135 posts
 msg #85994
 - Ignore calhawk01
 | 1/12/2010 1:38:44 AM 
 Guys i was wondering if someone can help make a filter that has a combination of Bollinger band squeeze and last candle is a Dragon Fly Doji.
 
 Idea..Close above upper/median bollinger band for 3 days and last candle is a Dragon fly doji
 
 
 | 
| calhawk01 135 posts
 msg #85996
 - Ignore calhawk01
 | 1/12/2010 1:59:18 AM 
 fetcher [
 set{ Squeeze, count( bollinger Width(20,2) below bollinger Width(20,2) 1 day ago, 5) }
 Squeeze above 3
 and add column Squeeze
 and add column average volume(90)
 sort column 5 descending
 
 draw ema(13)
 draw ma(20)
 draw bollinger band(20)
 set{body_top,max(open,close)}
 set{body_bottom,min(open,close)}
 show stocks where body_top is less than .05 percent above body_bottom
 
 close between .01 and 2
 
 Price is near the median bollinger line(20)]
 
 and set {dollars, volume multiplied close} add column dollars and sort column 5 descending and dollars above 10000
 
 
 
 
 | 
| chetron 2,817 posts
 msg #85998
 - Ignore chetron
 | 1/12/2010 6:36:14 AM 
 no space between fetcher and [
 
 
 
 
 
 
 | 
| mystiq 650 posts
 msg #86003
 - Ignore mystiq
 | 1/12/2010 8:02:57 AM 
 nice filter !
 
 
 | 
| calhawk01 135 posts
 msg #86080
 - Ignore calhawk01
 | 1/12/2010 8:54:54 PM 
 You guys have any suggestions?
 
 
 |