ron22 255 posts msg #146518 - Ignore ron22 | 
2/11/2019 10:21:32 AM
  I am trying to scan for stocks that closed in upper 25% of the daily range. I keep getting syntax errors. Could someone please show me how to do this? Thank you for your help.
 
  | 
Cheese 1,374 posts msg #146520 - Ignore Cheese | 
2/11/2019 11:43:26 AM
  Are you looking for something like this?
 
  	    
 
  | 
ron22 255 posts msg #146523 - Ignore ron22 | 
2/11/2019 1:34:56 PM
  Sorry, I was not clear regarding my objective. 
 Example of what I am looking for is as follows:
 open 9.20    high 10.00    low  8.20   close  xxxx
 
 10.00 - 8.20 = 1.80 day range
 
 1.80 X 75% = 1.35
 
 1.35 + 8.20 = 9.55
 
 I am looking for this stock to close at 9.55 or higher which is within 25% of the daily high.
 
  | 
compound_gains 225 posts msg #146524 - Ignore compound_gains | 
2/11/2019 1:48:25 PM
 
  	    
 
  | 
boston 58 posts msg #146527 - Ignore boston | 
2/11/2019 6:11:29 PM
 
  	    
 
  | 
ron22 255 posts msg #146529 - Ignore ron22 | 
2/11/2019 7:25:13 PM
  Cheese, compound gains, and boston, thank you all for your help. These scans are great. My syntax errors are history.
 
  |