Registered User Joined: 1/17/2012 Posts: 15 
	 | 
	
		 
	How do I find these?  
	  
	 | 
	
	
		Registered User Joined: 1/17/2012 Posts: 15 
	 | 
	
		 
	 Price change since open  
	 price change since yesterday close 
	 | 
	
	
		 
   Worden Trainer
  Joined: 10/7/2004 Posts: 65,138 
	 | 
	
		 
	Price Change since the open is just: 
	100 * (C / O - 1) 
	Price Change since the previous close is just: 
	100 * (C / C1 - 1) 
	You will want to set the Time Frame of the Indicator Formula to Daily. 
	PCF Formula Descriptions 
	Handy PCF example formulas to help you learn the syntax of PCFs! 
  -Bruce Personal Criteria Formulas TC2000 Support Articles
	 |