| Registered User Joined: 1/10/2010
 Posts: 4
 
 | Hi, I've been searcing this site for hours and I'm having trouble locating some help for a PCF for stocks that have hit a 52 week high in the last 5 trading session.
 | 
	
	|  
  Worden Trainer
 
 Joined: 10/7/2004
 Posts: 65,138
 
 | Welcome to the forums. A very good foundation for learning how to use TeleChart can be gained by reviewing the following: 
 If you are new to TeleChart READ THIS FIRST!
 
 If you are looking for the High of the last week (5-Trading Days) to be at the High of the most recent year (approximately 252-Trading Days) ending at the most recent date, you might want to try the following:
 
 MAXH5 = MAXH252
 
 If you are looking for the High of the last week (5-Trading Days) to be a New High of the most recent year (approximately 252-Trading Days) ending at the most recent date, you might want to try the following:
 
 MAXH5 > MAXH247.5
 
 If you are looking for any of the last 5-Trading Days to be at the High of the year (approximately 252-Trading Days) ending on the date of the High, you might want to try the following:
 
 H = MAXH252 OR H1 = MAXH252.1 OR H2 = MAXH252.2 OR H3 = MAXH252.3 OR H4 = MAXH252.4
 
 If you are looking for any of the last 5-Trading Days to be a New High for the year (approximately 252-Trading Days) ending on the date of the High, you might want to try the following:
 
 H > MAXH251.1 OR H1 > MAXH251.2 OR H2 > MAXH251.3 OR H3 > MAXH251.4 OR H4 > MAXH251.5
 
 You may wish to review the following:
 
 How to create a Personal Criteria Forumula (PCF)
 PCF Formula Descriptions
 
 -Bruce
 Personal Criteria Formulas
 TC2000 Support Articles
 |