AdamW328 84 posts msg #49402 - Ignore AdamW328 | 
1/20/2007 7:31:24 AM
  Im am looking for a way to find stocks in a general uptrend....what would the syntax be? 
 
 
  | 
corsino 259 posts msg #49405 - Ignore corsino | 
1/20/2007 12:30:15 PM
  There are several simple ways. One :
 30 day slope of linear regression channel(60)above 0.
 
 You can change the period and slope, and add price range, volume, etc.. 
 
 
  | 
TheRumpledOne 6,529 posts msg #49407 - Ignore TheRumpledOne | 
1/20/2007 12:34:24 PM
  Look for my TREND DISPLAY filter.
 
 
  | 
lockwhiz 206 posts msg #49413 - Ignore lockwhiz | 
1/20/2007 2:15:22 PM
  A different slant on this: (no pun intended)
  	    
  - or -
 
  	    
 
 ...I grabbed this idea from
 http://yepher.com/~yepher/stockfetcher/command.html
 
 
 
 
 
  |