OPEN-SOURCE SCRIPT
Adjusted RSI - [JTCAPITAL]

Adjusted RSI – [JTCAPITAL] is a modified and enhanced way to use the Relative Strength Index (RSI) combined with double normalization, adaptive exponential smoothing, and range compression to create a smoother, more readable, and more structurally consistent momentum oscillator for Trend-Following and momentum analysis.
This indicator is designed to solve several common RSI issues at once:
Excessive noise in raw RSI values
Inconsistent scaling across different market conditions
Difficulty identifying true momentum shifts versus random fluctuations
By re-centering, compressing, normalizing, and smoothing RSI data twice, this script produces a highly refined momentum curve that reacts smoothly while still respecting directional changes.
The indicator works by calculating in the following steps:
Common interpretations for use include:
Bullish Momentum:
When the Adjusted RSI is above zero and rising, indicating strengthening bullish pressure.
Bearish Momentum:
When the Adjusted RSI is below zero and falling, indicating strengthening bearish pressure.
Momentum Shifts:
A change in slope (from falling to rising or vice versa) often signals an early momentum transition.
Divergences:
Differences between price direction and Adjusted RSI direction can highlight potential reversals.
Because the indicator is normalized and smoothed, it pairs exceptionally well with:
Trend filters (moving averages, trend lines)
Volatility filters
Higher-timeframe confirmation
Features and Parameters:
RSI Length
Defines the lookback period for the initial RSI calculation.
RSI Smoothing Length
Controls the SMA smoothing applied directly to the re-centered RSI.
Smoothing Length
Determines the lookback window used for both normalization passes.
Smoothing Factor
Controls the responsiveness of the adaptive exponential smoothing.
Lower values = smoother, slower reaction
Higher values = faster, more responsive reaction
Specifications:
Relative Strength Index (RSI)
RSI is a momentum oscillator that measures the speed and magnitude of recent price changes. By re-centering RSI around zero, the script converts it into a directional momentum oscillator that is easier to interpret for trend-following.
Simple Moving Average (SMA)
The SMA reduces short-term fluctuations in RSI, ensuring that only meaningful momentum changes proceed to later calculations.
Range Clipping
By limiting RSI values to a defined range, extreme spikes are prevented from skewing normalization. This keeps the indicator stable across different assets and timeframes.
Min-Max Normalization
Normalization rescales values into a fixed range (0–100), allowing momentum behavior to remain consistent regardless of volatility conditions.
Adaptive Exponential Smoothing
This smoothing technique gradually adjusts values toward new data based on the smoothing factor. It allows the indicator to remain smooth while still reacting to genuine momentum shifts.
Double Normalization and Double Smoothing
Applying normalization and smoothing twice significantly improves structural stability. The result is a refined oscillator that filters noise without sacrificing trend awareness.
Why This Combination Works
By combining RSI with controlled compression, adaptive smoothing, and dynamic normalization, this indicator transforms raw momentum data into a highly structured and trend-aligned oscillator. The result is an RSI-based tool that:
Reduces noise
Adapts to volatility
Maintains consistent scaling
Highlights true momentum direction
This makes the Adjusted RSI particularly effective for swing trading, trend confirmation, and momentum-based strategies across all markets and timeframes.
Enjoy!
This indicator is designed to solve several common RSI issues at once:
Excessive noise in raw RSI values
Inconsistent scaling across different market conditions
Difficulty identifying true momentum shifts versus random fluctuations
By re-centering, compressing, normalizing, and smoothing RSI data twice, this script produces a highly refined momentum curve that reacts smoothly while still respecting directional changes.
The indicator works by calculating in the following steps:
- Raw RSI Calculation
The script begins by calculating a standard RSI using the selected RSI Length. This RSI is based on the closing price and measures relative strength by comparing average gains and losses over the defined period. - RSI Re-Centering
After the RSI is calculated, the script subtracts 50 from the RSI value.
This converts the RSI from its native [0–100] scale into a centered oscillator ranging around 0, making positive values bullish momentum and negative values bearish momentum. - Initial RSI Smoothing
The re-centered RSI is then smoothed using a Simple Moving Average (SMA) over the defined RSI Smoothing Length.
This step removes high-frequency noise and stabilizes short-term RSI fluctuations before further processing. - Range Compression (Clipping)
To prevent extreme outliers from dominating future calculations, the RSI values are clipped:
Values below -10 are forced to -10
Values above +10 are forced to +10
This creates a controlled and consistent RSI range, ensuring later normalization behaves reliably. - First Normalization (Min-Max Scaling)
The clipped RSI values are normalized over the selected Smoothing Length:
The lowest RSI value in the window is detected
The highest RSI value in the window is detected
Current RSI is scaled to a 0–100 range based on this dynamic range
This allows the indicator to adapt automatically to changing volatility and momentum environments. - First Adaptive Smoothing
The normalized RSI is then smoothed using a custom exponential smoothing formula controlled by the Smoothing Factor.
This smoothing behaves similarly to an EMA but allows explicit control over responsiveness. - Second Normalization
The smoothed values undergo a second min-max normalization over the same length.
This further stabilizes the oscillator and ensures consistent amplitude and structure, regardless of market regime. - Second Adaptive Smoothing
A second exponential smoothing pass is applied to the normalized data, further refining the curve and reducing residual noise. - Final Re-Centering
Finally, the indicator subtracts 50 from the smoothed normalized values, re-centering the oscillator around zero.
This produces the final Adjusted RSI line used for visualization and analysis.
Common interpretations for use include:
Bullish Momentum:
When the Adjusted RSI is above zero and rising, indicating strengthening bullish pressure.
Bearish Momentum:
When the Adjusted RSI is below zero and falling, indicating strengthening bearish pressure.
Momentum Shifts:
A change in slope (from falling to rising or vice versa) often signals an early momentum transition.
Divergences:
Differences between price direction and Adjusted RSI direction can highlight potential reversals.
Because the indicator is normalized and smoothed, it pairs exceptionally well with:
Trend filters (moving averages, trend lines)
Volatility filters
Higher-timeframe confirmation
Features and Parameters:
RSI Length
Defines the lookback period for the initial RSI calculation.
RSI Smoothing Length
Controls the SMA smoothing applied directly to the re-centered RSI.
Smoothing Length
Determines the lookback window used for both normalization passes.
Smoothing Factor
Controls the responsiveness of the adaptive exponential smoothing.
Lower values = smoother, slower reaction
Higher values = faster, more responsive reaction
Specifications:
Relative Strength Index (RSI)
RSI is a momentum oscillator that measures the speed and magnitude of recent price changes. By re-centering RSI around zero, the script converts it into a directional momentum oscillator that is easier to interpret for trend-following.
Simple Moving Average (SMA)
The SMA reduces short-term fluctuations in RSI, ensuring that only meaningful momentum changes proceed to later calculations.
Range Clipping
By limiting RSI values to a defined range, extreme spikes are prevented from skewing normalization. This keeps the indicator stable across different assets and timeframes.
Min-Max Normalization
Normalization rescales values into a fixed range (0–100), allowing momentum behavior to remain consistent regardless of volatility conditions.
Adaptive Exponential Smoothing
This smoothing technique gradually adjusts values toward new data based on the smoothing factor. It allows the indicator to remain smooth while still reacting to genuine momentum shifts.
Double Normalization and Double Smoothing
Applying normalization and smoothing twice significantly improves structural stability. The result is a refined oscillator that filters noise without sacrificing trend awareness.
Why This Combination Works
By combining RSI with controlled compression, adaptive smoothing, and dynamic normalization, this indicator transforms raw momentum data into a highly structured and trend-aligned oscillator. The result is an RSI-based tool that:
Reduces noise
Adapts to volatility
Maintains consistent scaling
Highlights true momentum direction
This makes the Adjusted RSI particularly effective for swing trading, trend confirmation, and momentum-based strategies across all markets and timeframes.
Enjoy!
สคริปต์โอเพนซอร์ซ
ด้วยเจตนารมณ์หลักของ TradingView ผู้สร้างสคริปต์นี้ได้ทำให้เป็นโอเพนซอร์ส เพื่อให้เทรดเดอร์สามารถตรวจสอบและยืนยันฟังก์ชันการทำงานของมันได้ ขอชื่นชมผู้เขียน! แม้ว่าคุณจะใช้งานได้ฟรี แต่โปรดจำไว้ว่าการเผยแพร่โค้ดซ้ำจะต้องเป็นไปตาม กฎระเบียบการใช้งาน ของเรา
คำจำกัดสิทธิ์ความรับผิดชอบ
ข้อมูลและบทความไม่ได้มีวัตถุประสงค์เพื่อก่อให้เกิดกิจกรรมทางการเงิน, การลงทุน, การซื้อขาย, ข้อเสนอแนะ หรือคำแนะนำประเภทอื่น ๆ ที่ให้หรือรับรองโดย TradingView อ่านเพิ่มเติมใน ข้อกำหนดการใช้งาน
สคริปต์โอเพนซอร์ซ
ด้วยเจตนารมณ์หลักของ TradingView ผู้สร้างสคริปต์นี้ได้ทำให้เป็นโอเพนซอร์ส เพื่อให้เทรดเดอร์สามารถตรวจสอบและยืนยันฟังก์ชันการทำงานของมันได้ ขอชื่นชมผู้เขียน! แม้ว่าคุณจะใช้งานได้ฟรี แต่โปรดจำไว้ว่าการเผยแพร่โค้ดซ้ำจะต้องเป็นไปตาม กฎระเบียบการใช้งาน ของเรา
คำจำกัดสิทธิ์ความรับผิดชอบ
ข้อมูลและบทความไม่ได้มีวัตถุประสงค์เพื่อก่อให้เกิดกิจกรรมทางการเงิน, การลงทุน, การซื้อขาย, ข้อเสนอแนะ หรือคำแนะนำประเภทอื่น ๆ ที่ให้หรือรับรองโดย TradingView อ่านเพิ่มเติมใน ข้อกำหนดการใช้งาน