Registered User Joined: 6/18/2005 Posts: 3 
	 | 
	
		Hi, would you have a formula of a one day reversal where a stock trades lower than the previous day's low, but closes above the the previous day's high.
  Thank you
	 | 
	
	
		 
   Worden Trainer
  Joined: 10/1/2004 Posts: 4,308 
	 | 
	
		(L<L1)AND(C>H1)
  This formula will find stocks where today's low is lower than yesterday's low, but today's close is above yesterday's high.  
  - Doug Teaching Online!
	 |