stockfetcher101 6 posts msg #90144 - Ignore stockfetcher101 | 
3/23/2010 7:40:00 AM
  set{volr0, volume/volume 1 day ago} 
 set{volr1, volr0-1}
 set{vol_chg%,volr1 * 100}
 and add column vol_chg%
 and stock is optionable
 and stock is not otcbb
 
 set{body_bottom,min(open,close)} 
 set{body_top,max(open,close)} 
 set{body_length,body_top - body_bottom} 
 set{body_half,body_length * 0.5} 
 set{price_half,body_half + body_bottom} 
 
 show stocks where body_top above price_half 1 day ago
 and body_bottom below body_bottom 1 day ago
 and close above open
 and open 1 day ago above close 1 day ago
 and close 1 days ago decreasing for the last 3 days
 and average volume (30) is above 1000000
 and do not draw body_top 
 and do not draw body_bottom
 and do not draw price_half
 
 
 
 
  |