watzdorf 21 posts msg #51292 - Ignore watzdorf | 
4/23/2007 2:56:43 PM
  I would like to create a filter that shows the following:
 
 x = show stocks where close is 100% above 26 week low 
 and close 1 days ago is not equal x
 
 how do I write this?
 
 Thanks in advance
 
 alex
 
 
 
 
  | 
heypa 283 posts msg #51297 - Ignore heypa | 
4/23/2007 8:53:53 PM
  
 WATZDORF. I believe this will work for you. I used the candle body instead of close because I think it is marginally better.Add your price and volume criteria.
     	    
 
  | 
watzdorf 21 posts msg #51306 - Ignore watzdorf | 
4/24/2007 1:41:53 PM
  hello heypa,
 thank you for responding.
 
 What I am looking for is the following:
 
 "show stocks where close is 100% above 26 week low but were not 100% above 26 week high yesterday"
 So it does't give me all the stocks that meet the criteria but only the new ones.
 
 sorry if I didn't explaine correctly.
 
 alex
 
 
  | 
heypa 283 posts msg #51311 - Ignore heypa | 
4/24/2007 6:07:33 PM
 
  	    
 
 This will find stocks that close today greater than 2 times the close 26 week low.
 They may or may not be at the 26 week high since that is not a requirement.
 
  | 
watzdorf 21 posts msg #51316 - Ignore watzdorf | 
4/25/2007 3:13:52 AM
  Thank you heypa, I can go from here :)
 
 alex
 
  |