deejal 45 posts msg #50254 - Ignore deejal | 
2/25/2007 11:06:07 PM
  I don't know from where I got this filter...but the results have been good.  I just don't understand all the colums and would like an explanation when time.
 
 set{52pct, high 52 week high / low 52 week low} 
 set{clval, close / low 52 week low} 
 set{difdiv, clval / 52pct} 
 set{difx100, difdiv * 100} 
 set{clzx13, count(close crossed above ma(13) in the last 1 day,1)} 
 set{rs2xrs5, count(rsi(2) crossed above rsi(5) in the last 1 day,1)} 
 set{rs5a50, count(rsi(5) > 50 in the last 1 day,1)} 
 
 
 close between 1 and 12 
 volume > 500000 
 difx100 > 75 
 52pct > 1. 
 
 add column 52pct 
 add column clval 
 add column difx100 
 sort column 7 ascending 
 add column clzx13 
 add column rs2xrs5 
 add column rs5a50 
 
 do not draw difx100 
 draw clval on plot 52pct 
 draw ma(13) 
 draw rsi(2) on plot rsi(5) 
 average daily volume(90)is greater than 500000 
 and PE > 1 
 offset is 2/12/07 
 and average day range is greater than 3
 
 
  |