Triple Exponential Average (TRIX)

The Triple Exponential Average (TRIX) is a momentum indicator that displays the percent rate of change of a triple exponentially smoothed moving average of a security’s closing price. The indicator was developed by Jack Hutson in the early 1980s. It is designed to keep traders from reacting prematurely to price fluctuations by filtering out the “noise” that is inherent in securities trading.

Components and Calculation

A TRIX line oscillates around a zero line. Positive values indicate upward momentum, while negative values indicate downward momentum. The TRIX is a much smoother indicator than other typical momentum indicators because it uses triple exponential smoothing.

The calculation of TRIX involves three main steps:

  1. Single Exponential Smoothing (EMA1): First, a single smoothing of the closing price over a chosen period (e.g., 15 days) is calculated:

    [ EMA1t = \frac {P_t + (n-1) \times EMA1{t-1}} {n} ]

    where (P_t) is the price at time (t) and (n) is the number of periods.

  2. Double Exponential Smoothing (EMA2): Then, a second exponential smoothing is applied to the result of the first smoothing:

    [ EMA2t = \frac {EMA1_t + (n-1) \times EMA2{t-1}} {n} ]

  3. Triple Exponential Smoothing (EMA3): Finally, a third exponential smoothing is applied to the result of the second smoothing:

    [ EMA3t = \frac {EMA2_t + (n-1) \times EMA3{t-1}} {n} ]

Once EMA3 is computed, the TRIX is derived by calculating the percentage change between the current and previous value of EMA3:

[ TRIX_t = \frac {EMA3t - EMA3{t-1}} {EMA3_{t-1}} \times 100 ]

Applications in Trading

  1. Trend Direction: A TRIX above zero indicates an uptrend, while a TRIX below zero indicates a downtrend.

  2. Signal Line Crossovers: Traders often use a signal line, which is an additional moving average (usually a 9-day moving average) of the TRIX itself. The crossover of the TRIX and its signal line can be used as a buy/sell trigger:
    • Buy Signal: When TRIX crosses above the signal line
    • Sell Signal: When TRIX crosses below the signal line
  3. Divergence: TRIX can show divergence with the price action:
    • Bullish Divergence: If the prices are making new lows, but the TRIX fails to make new lows, it could be a sign of an impending bullish reversal.
    • Bearish Divergence: If prices are making new highs, but the TRIX fails to make new highs, it could be a sign of an impending bearish reversal.

Advantages of Using TRIX

Limitations and Considerations

Integration with Other Indicators

Many traders use TRIX in combination with other technical indicators to confirm signals and trends. Common complementary indicators include:

Conclusion

The Triple Exponential Average (TRIX) is a versatile momentum indicator that can be a valuable tool for traders looking to identify trends, reversals, and entry/exit points in the market. By smoothing out price data three times, TRIX aims to eliminate noise and focus on the true underlying trend. However, like all indicators, it is most effective when combined with other tools and methods in a comprehensive trading strategy.

For more information on TRIX and other technical indicators, you can visit Investopedia.