SurfnDestiny 78 posts msg #40075 - Ignore SurfnDestiny | 
1/9/2006 11:51:39 PM
  Look for the RSI(5) chart line to touch the bottom line. Reversal could be for 1 day or several days. If the RSI(5) chart line is not touching the bottom line, then wait till it does.
 
  	    
 
 
  | 
chetron 2,817 posts msg #87898 - Ignore chetron | 
2/6/2010 1:49:53 PM
  how about...
 
 
 
  	    
 
  | 
SurfnDestiny 78 posts msg #87944 - Ignore SurfnDestiny | 
2/8/2010 8:30:09 AM
  This is the last permutation that I have been using with this filter.
 
 price > .10 
 Show stocks where volume > 40000 for the last 5 days 
 DeMarker(7) < .1 
 and rsi(5) < 5 
 add column rsi(5) 
 add column demarker(7) 
  
 
 
  | 
chetron 2,817 posts msg #87945 - Ignore chetron | 
2/8/2010 8:51:54 AM
  clickable...
 
 
 thanx = )
 
  	    
 
  | 
mystiq 650 posts msg #87988 - Ignore mystiq | 
2/9/2010 1:21:56 AM
  nice !
 
  |