lshively 4 posts msg #90261 - Ignore lshively | 
3/24/2010 4:46:19 PM
  I am looking for some filters that work longer term.  Anyone have some success?
 
  | 
gmg733 788 posts msg #90350 - Ignore gmg733 modified | 
3/25/2010 3:58:45 PM
  Yeap.  Here is a basic one I have used (long).
 
 show stocks where Average Volume(60) is above 250000 
 and where daily high has been decreasing over the last 3 days 
 and where MA(10) close is above EMA(30) close 
 and where daily close is above EMA(30) daily close 
 and where daily close is below MA(10) daily close 
 and where daily close is above MA(200) daily close 
 and where weekly close MA(10) is above weekly close EMA(30) 
 and where ADX(10,10) is above 20 
 and close is above 10 
 
 Remember, it is how you trade it.  This is a daily swing trade scenario with usually a 2 - 5ish day hold time.
 
  | 
chetron 2,817 posts msg #90357 - Ignore chetron | 
3/25/2010 4:58:30 PM
  CLICKABLE...
 
  	    
 
  | 
gmg733 788 posts msg #90375 - Ignore gmg733 modified | 
3/25/2010 9:23:35 PM
  And the T-30 Long Filter:
 
 show stocks where Average Volume(60) is above 250000
 and where daily high has been decreasing over the last 3 days
 and where daily low is below EMA(30)
 and where daily open is above EMA(30)
 and where MA(10) close is above EMA(30) close
 and where daily close is above EMA(30) daily close
 and where daily close is below MA(10) daily close
 and where daily close is above MA(200) daily close
 and where weekly close MA(10) is above weekly close EMA(30)
 and where ADX(10,10) is above 20
 and close is above 10
 
 This is look for a hammer pattern on where the handle crosses the EMA(30) but the head, open and close, are above this moving average.  You'll want volume on that day to be higher than the previous day.  Naturally support/resistance is everything.  Daily hold for 2-5ish days.
 
 
 
  |