dashover 229 posts msg #136702 - Ignore dashover | 
7/11/2017 10:40:47 AM
  52 week high - 52 week low = 100%
 therefore it's moved 100% from annual low to annual high...
 
 Thanks!!
 
  | 
dwiggains 448 posts msg #136722 - Ignore dwiggains modified | 
7/12/2017 10:13:51 AM
  Hi
 This will get you started
  	    
 
 good luck
 see ya
 david
 
  | 
Kevin_in_GA 4,599 posts msg #136723 - Ignore Kevin_in_GA | 
7/12/2017 10:22:11 AM
  not exactly.
 
 You are looking to see if the current price is at a 52 week high?  That is all you are really asking for here.  I originally thought you wanted stocks where the 52 week high was twice the value of the 52 week low (100% gain), but that high may have already passed.
 
 Exactly what do you want to do with the 52 week high and low value.  Can you explain?
 
  | 
dashover 229 posts msg #136725 - Ignore dashover modified | 
7/12/2017 10:28:00 AM
  Close > 1
 set{diff, high 1 year high - low 1 year low}
 add column diff
 
 set{diff2, diff/low 1 year low}
 add column diff2
 
 diff2 > 1
 sort column 5 descending
 add column  high 1 year high
 add column  low 1 year low
 optionable
 Average Volume(30) > 400000
 
 
 I adjusted to get what I was looking for... thanks!
 Excuse my 3rd grade math skills 
 
 Some book by Zahorchek... which I love ... said to stick to stocks with a 100% low to high change
 nice trading stocks...
 
  |