RocketFetcher 59 posts msg #45751 - Ignore RocketFetcher | 
7/13/2006 8:44:19 AM
  I would like to add this to one of my filters; so it will indicate in a column whether or not the close is below the MA(20) - not to make that part of the criteria but rather just to show, for the stocks returned in the filter, this info - ie put a 1 in the column if close is below MA(20) and a 0 in the column if close is above.
 
 Any ideas how to do this?
 Thanks!
 
 
  | 
shelupinin 120 posts msg #45796 - Ignore shelupinin | 
7/14/2006 12:40:19 AM
 
  	    
 if value is "-" then close below MA(20), if "+" then above
 
 Alex
 
 
  | 
guru_trader 485 posts msg #45801 - Ignore guru_trader modified | 
7/14/2006 5:17:02 AM
  Enjoy ...
 
  	    
 
 and, for visual verification ...
 
  	    
 
 
  | 
RocketFetcher 59 posts msg #45891 - Ignore RocketFetcher | 
7/14/2006 7:57:31 PM
  thank you, shel and guru!
 
 
  | 
guru_trader 485 posts msg #45911 - Ignore guru_trader | 
7/17/2006 2:55:18 AM
  You are welcome!
 
 I added the "line at 0" below 
 
  	    
 
 
  |