dogonit 5 posts msg #32531 - Ignore dogonit | 
7/8/2004 11:29:32 PM
  I am trying to establish expansion breakouts but cant seem to get the line "today's range is larger than the largest daily range of the previous 9 trading days" to work out correctly.  I want today's range to be greater than any of the past 9 trading days.  I keep getting stcks with ranges that are higher than today's range within the time period.
 
 Show stocks where today's high reached a new 9 week high and 
 today's range is larger than the largest daily range of the previous 9 trading days 
 and Average Volume(90) is below 250000 and close is between 5 and 20
 
 Any help would certainly be appreciated.
 
 
  | 
dogonit 5 posts msg #32532 - Ignore dogonit | 
7/8/2004 11:33:29 PM
  FYI, I have tried using day point range to no avail.  Thanks
 
 
  | 
mktmole 325 posts msg #32537 - Ignore mktmole | 
7/9/2004 10:12:00 AM
  Try this:
 
 SET{DIFF, HIGH - LOW} diff reached a new 9 day high and low has been increasing over the last 3 days and Close is above Day Position(0.75,1) and price above 5 and draw OBV
 
 mktmole
 
 
  | 
dogonit 5 posts msg #32544 - Ignore dogonit | 
7/10/2004 7:01:05 PM
  Thank you very much.  Sounds like you have been using it as one of your filters as well.
 
 Good hunting!
 
 
  | 
PeterJerome 23 posts msg #32599 - Ignore PeterJerome | 
7/17/2004 10:57:18 AM
  I think this may help you:
 This will show stocks where today's range is 10% greater than the MAX range over the prior 9 days. The add column(s) is something I like to do for trouble shooting.
 
 Show stocks where day range is 10% > day range 9 day high 1 day ago and 
 add column day range and 
 add column day range 9 day high 1 day ago.
 Good luck,
 Peter.
 
 
  |