Author states: The RSI-Adaptive T3 is a precision trend-following tool built around the legendary T3 smoothing algorithm developed by Tim Tillson, designed to enhance responsiveness while reducing lag compared to traditional moving averages. Current implementation takes it a step further by dynamically adapting the smoothing length based on real-time RSI conditions — allowing the T3 to “breathe” with market volatility. This dynamic length makes the curve faster in trending moves and smoother during consolidations.
⯁ Visual Trend Direction & Transitions
Optional upper/lower bands are plotted around the T3 line using a user-defined volatility window (default: 100).
Bands widen when volatility rises, and contract during compression — similar to Bollinger logic but centered on the adaptive T3.
Shaded band zones help frame breakout setups or mean-reversion zones.
Here is the original Tradingview code:
https://www.tradingview.com/script/C3xYkl1b-RSI-Adaptive-T3-ChartPrime/
For the new ThinkOrSwim code, you must scroll down to the next post
⯁ Visual Trend Direction & Transitions
- The T3 line changes color dynamically:
- Color Up (default: blue) → bullish curvature
- Color Down (default: orange) → bearish curvature
- Plot fill between T3 and delayed T3 creates a gradient ribbon to show momentum expansion/contraction.
- Directional shift markers are plotted when T3 crosses its own delayed value — helping traders spot trend flips or pullback entries.
Optional upper/lower bands are plotted around the T3 line using a user-defined volatility window (default: 100).
Bands widen when volatility rises, and contract during compression — similar to Bollinger logic but centered on the adaptive T3.
Shaded band zones help frame breakout setups or mean-reversion zones.

Here is the original Tradingview code:
https://www.tradingview.com/script/C3xYkl1b-RSI-Adaptive-T3-ChartPrime/
For the new ThinkOrSwim code, you must scroll down to the next post
Last edited by a moderator: