Trend Intensity Index in simple terms
Trend Intensity Index (TII) is a technical indicator concept used to measure the “intensity” (strength) of a trend. In plain language, it tries to answer: how strong is the recent directional movement, and how much did price travel while moving in that direction?
A key point is that TII is usually a descriptive tool. It turns price history into a number that can be compared across time, helping you understand whether market conditions look more “trendy” or more “choppy.” It is not, by itself, a rule that guarantees profitable trades.
How Trend Intensity Index works (core mechanics)
Because TII can be implemented in different ways, it’s important to treat the indicator definition as part of the calculation. At a high level, most TII-style measures share the same building blocks:
- Choose a lookback window. This is the number of bars (time steps) used to evaluate the trend. A longer window typically smooths more noise but can lag during turning points.
- Measure direction. Direction might be expressed using changes in price from one point in the window to another (for example, net change) or by combining directional movement over time.
- Measure distance or movement. Intensity usually reflects how far price moved, not only the sign (up vs. down).
- Combine these into an intensity score. The indicator outputs a value that increases when price both moves in a consistent direction and travels a meaningful distance within the lookback.
To verify any TII definition independently, you should be able to state: the exact input prices (e.g., close-only vs. high/low/close), the lookback length, and how direction and distance are mathematically combined. Without these assumptions, “Trend Intensity Index” is not a uniquely checkable formula.
Example logic to check the idea (with explicit assumptions)
Since no single universal formula is provided here, consider a common “distance with direction” pattern as a conceptual example.
Assumptions for the example:
- Use a lookback window of 10 bars.
- Use net movement based on closing prices.
- Define a directional component using whether the net change is positive or negative.
- Define an intensity component using the magnitude of net change.
Under these assumptions, if price rises from the first close in the window to the last close by a large amount, the computed intensity would be higher than if it rises only slightly. If price ends roughly where it started, intensity would be lower even if there were short bursts up and down. This illustrates the core difference between “trend direction” and “trend intensity”: intensity depends on how much movement occurred.
Limitations and failure modes
Trend intensity measures can be useful for describing conditions, but they have predictable limitations:
- Lag during reversals: If intensity is computed over a past window, it may remain elevated after a trend starts weakening, because old movement still sits inside the window.
- Noise sensitivity: Short lookbacks can amplify randomness, producing intensity readings that fluctuate even when there is no durable trend.
- Parameter dependence: The outcome can change materially when you adjust lookback length or how you define direction/distance. Historical comparisons may not generalize.
- Chop vs. trend regime shifts: A market that switches from trending to ranging can cause intensity to drop sharply, even if price continues moving.
Because relationships with historical data do not guarantee future behavior, you should treat TII as a metric to support analysis, not as a standalone signal.
How to verify Trend Intensity Index for yourself
To independently verify what TII “means” in your context:
- Lock down the exact formula you are using. Confirm inputs (which price series) and the calculation steps.
- Test consistency across settings. Compare outputs under different lookbacks to see how stable the intensity interpretation is.
- Check edge cases. Examples include flat periods, sudden spikes, and slow trends where the direction remains constant but movement is gradual.
If you share the exact TII formula (or the platform’s indicator settings), the definition becomes checkable, and you can reason more precisely about behavior and limitations.
To go deeper, you may also want to consider whether the indicator can be backtested responsibly, and how a worked example of TII would compute values step by step.