| Welcome Guest, please  sign in  to participate in a discussion. | Search | 	Active Topics | | 
	
	
	| Registered User Joined: 1/22/2005
 Posts: 73
 
 | 
	I cannot remember how to write this nor could I find any reference to write percentage from high? 
	 0 to 3 percent above 20 day lows 
	0 to 3 percent below the 20-day highs 
	Thank you in advance | 
	|  | 
	
	
	| Registered User Joined: 1/22/2005
 Posts: 73
 
 | 
	I may have figured it out???? 
	C >= MINL20 * 1.00 AND C <= MINL20 * 1.03 | 
	|  | 
	
	
	|  Administration
 
 Joined: 9/30/2004
 Posts: 9,187
 
 | 
	You can't go below the MINL20 so all you need is C <= MINL20 * .03 
	For below the high, use C >= MAXH20 * .97 | 
	|  | 
	
	
	|  Registered User
 Joined: 11/16/2015
 Posts: 105
 
 | 
	Gone with 60 days. It's always good to see more days. And it soon because a 20 day depends on what you are going for might not give you the results you want. I have tried a couple of. I think it works out the best to be honest with you. 60 days. Works out the best, but gets my own opinion. | 
	|  | 
| Guest-1 |