Available translations

Trend Confirmation Index

foundations.png
Summary: The Trend Confirmation Index (TCI) helps identify strong and weak trends and displays the results as a histogram. Values outside the grey "Crabzone" box are considered a strong trend.
TCI on the Charts
This indicator calculates performs various EMA calculations using the (high+low+close)/3 as the input, as well as the difference between the EMAs and current HLC3 values to produce its final output result.
The resulting output oscillates around a value of 50, where values above 50 indicate an upward trend and vice versa. Additionally, values above 70 is considered a strong uptrend, where values below 30 indicate a strong downward trend.
Products & Properties
The following properties are available to access:
Product Name Product Variable Properties
TCI tci value
The lengths of the indicator's moving averages can be changed by locating and opening the Javascript Code under Data Building Procedure -> Procedure Loop under "TCI" Procedure Loop.
Example:
This indicator can be used to enter a trade when the value rises above the value of 70:
 chart.at01hs.tci.value > 70 && chart.at01hs.tci.previous.value <= 70
Maintainer:
Previous
T3 Velocity
Next
Rahul Mohinder Oscillator