 
   Worden Trainer
  Joined: 10/7/2004 Posts: 65,138 
	 | 
	
		
	Triple Exponential Moving Average (TRIX)
	You may be looking for Triple Exponential Moving Average (TEMA) instead. These are very different indicators with the same name. The TEMA is a type of moving average while the TRIX is an oscillator. 
	Template (v17+)
	100 * (XAVG(XAVG(XAVGCx, x), x) / XAVG(XAVG(XAVGCx.1, x), x) - 1) 
	Where x is the period of the triple exponential moving average. 
	Related Topics
  -Bruce Personal Criteria Formulas TC2000 Support Articles
	 |