| Welcome Guest, please  sign in  to participate in a discussion. | 	Search | 	Active Topics |  | 
	
	
	
		Registered User Joined: 5/19/2006 Posts: 32 
	 | 
	
		You have been probably asked this 1000 times, so please forgive me.
  I want to sort my watchlist with price at or near the 20 Moving average (simple).  What would be the easiest way to do this?
  Thanks, Loco
	 | 
	 | 
	
	
	
		 
   Worden Trainer
  Joined: 10/1/2004 Posts: 18,819 
	 | 
	
		Sort any WatchList by this PCF in ASCENDING order:
  Price to 20ma as % of 20ma
  100*ABS(C-AVGC20)/AVGC20
  The smaller the values returned, the closer the close is to the average as a percent of the average.
  - Craig Here to Help!
	 | 
	 | 
	
	
	
		Registered User Joined: 5/19/2006 Posts: 32 
	 | 
	
		thank you
	 | 
	 | 
| 
Guest-1 |