Registered User Joined: 10/7/2004 Posts: 267 
	 | 
	
		 
	And the next day finishes in the top 25% of the daily range I have tried this: 
	c1<.25*(h-l) and  c>.75*(h-l) 
	But it doesn't work . What am I doing wrong? 
	 | 
	
	
		Registered User Joined: 1/28/2005 Posts: 6,049 
	 | 
	
		 
 You calculated  the range but didnt add it to the low. 
   
   
   
 You can also use a stochastic of 1 bar. 
 STOC1.1.1<=25ANDSTOC1.1>=75 
   
   
   
 Thanks 
   
   
	 | 
	
	
		Registered User Joined: 10/7/2004 Posts: 267 
	 | 
	
		 
	Thanks 
	 |