| Welcome Guest, please  sign in  to participate in a discussion. | 	Search | 	Active Topics |  | 
	
	
	
		Registered User Joined: 11/9/2004 Posts: 19 
	 | 
	
		I want a scan that would show me an oversold condition for a stock over the last month (22 trading days). Oversold would be a stochastics that  is under 18 .
  How would I get those stocks if stochastics under 18 where settings are 22 20 10. 
  Rob
	 | 
	 | 
	
	
	
		  Administration
  Joined: 9/30/2004 Posts: 9,187 
	 | 
	
		See if this works for you:
  AVG(STOC22.20,22) < 18
  
	 | 
	 | 
	
	
	
		 
   Worden Trainer
  Joined: 10/1/2004 Posts: 18,819 
	 | 
	
		Another one to try is:
  MAX(STOC22.20,22)<18
  - Craig Here to Help!
	 | 
	 | 
	
	
	
		Registered User Joined: 1/1/2005 Posts: 2,645 
	 | 
	
		Another one to try is:
  MIN(STOC22.20,22)<18
  and an infinity of others.
  You need to indicate something about what has to happen concerning the oversold condition over the 22 days to stop this.
  Thanks, Jim Murphy 
	 | 
	 | 
| 
Guest-1 |