Ultimate RSI indicator

Ultimate RSI indicator

1. Introduction

The Ultimate RSI by LuxAlgo is an enhanced version of the classic Relative Strength Index (RSI), designed to provide smoother, more responsive momentum readings and clearer overbought/oversold signals.

By combining an “augmented” computation of price change with selectable smoothing methods and a dedicated signal line, this indicator aims to reduce whipsaws and highlight only the most reliable turning points in price action.

2. What Is the Ultimate RSI?

The Ultimate RSI builds upon the traditional RSI by:

  • Augmented Price Difference: Instead of simply using the raw change in price, it adjusts differences when new highs or lows occur over the lookback period, strengthening signals when momentum breaks out.

  • Customizable Smoothing: Offers multiple smoothing types (Simple, Exponential, Wilder’s, Double SMAs) for both the numerator and denominator of the RSI calculation, as well as for its signal line.

  • Dedicated Signal Line: A moving average of the RSI itself that can be tuned separately, making crossovers more meaningful.

Compared to a standard RSI, the Ultimate RSI filters out noise more effectively, helping traders focus on sustained momentum shifts rather than fleeting spikes.

3. How It Works and Is Calculated

  1. Define Inputs

    • length: lookback period for highs/lows and smoothing (default 14)

    • smotype1: type of smoothing for the augmented RSI (1=SMA, 2=Wilder, 3=EMA, 4=Double SMA)

    • src: price series (default close)

    • smooth: period for the signal line moving average (default 14)

    • smotype2: smoothing type for the signal line (same options as above)

    • obValue / osValue: overbought/oversold thresholds (default 80/20)

  2. Augmented Price Range

    Computes the high–low range over length.

  3. Adjusted Price Difference (diff)

    Strengthens moves when price breaks the recent range.

  4. Compute Smoothed A-RSI (arsi)

    • Apply chosen smoothing (smotype1) separately to diff (numerator) and abs(diff) (denominator).

    • Calculate:

      Places values between 0 and 100.

  5. Signal Line

    • Smooth the arsi series over smooth bars using smotype2.

    • Encourages crossovers to act as clearer entry/exit triggers.

4. Interpreting Signals

  • Overbought/Oversold Levels

    • Readings above 80 suggest overbought conditions; below 20, oversold.

    • Colored bands appear behind the arsi line to highlight these zones.

  • RSI / Signal Crossovers

    • A bullish entry is flagged when arsi crosses above its signal line in or near the oversold region.

    • A bearish exit (or short entry) occurs when arsi crosses below its signal line near overbought.

  • Avoiding Noise

    • By reinforcing momentum only on genuine highs/lows and applying robust smoothing, the Ultimate RSI aims to ignore choppy, indecisive price moves.

5. Inputs and Configuration

Parameter Default Description
length 14 Lookback for highs/lows and smoothing.
smotype1 3 (EMA) Smoothing for the augmented RSI: 1=SMA, 2=Wilder’s, 3=EMA, 4=Double SMA.
src Close Source price series.
smooth 14 Period for the signal line moving average.
smotype2 1 (SMA) Smoothing for the signal line (same options as smotype1).
obValue 80 Overbought threshold.
osValue 20 Oversold threshold.
  • Adjusting Sensitivity

    • Shorter length → more responsive but risk of noise.

    • Longer length → smoother, fewer signals.

    • Higher smoothing types (e.g., Wilder’s) tend to lag more but filter noise.

6. Practical Usage Examples

  • Trend Confirmation on Daily Chart

    • Use default settings to confirm daily momentum before following breakouts.

    • Only take signals when the broader trend (e.g., 50-bar moving average) aligns.

  • Fast Entries on Lower Timeframes

    • Reduce length to 8–10, switch smotype1 to EMA for quicker response.

    • Use the crossover of arsi above signal near the 30 level for long entries.

  • Divergence Detection

    • Plot price highs/lows against Ultimate RSI peaks/troughs.

    • Look for hidden or regular divergences to anticipate reversals.

7. Code

Below is the full ProBuilder script for the Ultimate RSI. Each section is annotated for clarity:

8. Conclusion and Final Tips

The Ultimate RSI from LuxAlgo offers a sophisticated twist on the classic oscillator, combining dynamic range detection with flexible smoothing to deliver clearer, more actionable momentum readings. To get the most out of it:

  • Align entries with higher-timeframe trends.

  • Experiment with smoothing types to find your ideal balance of responsiveness vs. noise filtering.

  • Use the signal line crossovers in conjunction with traditional support/resistance or chart patterns.

Share this

Risk disclosure:

No information on this site is investment advice or a solicitation to buy or sell any financial instrument. Past performance is not indicative of future results. Trading may expose you to risk of loss greater than your deposits and is only suitable for experienced investors who have sufficient financial means to bear such risk.

ProRealTime ITF files and other attachments : How to import ITF files into ProRealTime platform?

PRC is also on YouTube, subscribe to our channel for exclusive content and tutorials

avatar
Register or

Likes

avatar avatar avatar
Related users ' posts
ak5hay2 Works like crazy on bitcoin. Use different timeframes. Thanks a lot Doc!!!
richyowen Hi, great code thanks. Very new to this forum. Is there a way to add a 100point target on an...
lisamitch50 Morning all, Just backtested on quite a few instruments, worked well on backtesting, but tel...
Matriciel
7 years ago
Alai-n Thanks...
Bard Thanks for sharing this Verdi55. More instructions from Larry Williams website (and a fea...
Nicolas
7 years ago
Jurik RSX
v10.3
Jurik RSX
3
Indicators
hartgeld Hallo Nicolas, ein sehr guter Indikator, vielen Dank! Leider rechnet er bei mir nicht die Pe...
rigel Hi Nicolas, have you coded the Jurik alone (as Mov. average)?
Nicolas 2 versions available in this indicator: https://www.prorealcode.com/prorealtime-indicators/a...
AG1 Thanks Nicolas Still a problem in line 29 Please take a look. thanks again Alex
Nicolas code is modified in the above post, use that one.
AG1 Still a problem in line 29 Please take a look. thanks again Alex
styrke Hello Nicolas, Nice screener, I appreciate the way you always try to condense at maximum th...
Nicolas There's no particular reason. RSI is widely use with its default period and results seems re...
MaoRai54 Hi, first of all Happy New Year. Well, I've inserted your indicator in DAX 1h but I cann...
Vinks_o_7 Hi Mao Happy New Year ! This is just an improved RSI where you plot a standard price momen...
Angel Perez Ciao Francesco. First of all thanks for the indicator and also fro the screener. I do have a...
PSIDIO Ciao to you all, I also have a question and would be very happy for a helpful comment. I a...
SpreadBetMH Hi there, I have V11.1. I get the Indicator but no Arrows on the price. Kind Regards...
Alai-n Ciao Francesco, sei ancora in giro?
Metodi97 This indicator is great but can someone create strategy based on the same indicator it will ...
Nicolas
8 years ago
TradeNavigator RSI
TradeNavigator RSI
10
Indicators
Nicolas Tutte le impostazioni che hanno la parola "period" sono quelle dedicate ai periodi di cambio...
GianfrancoCeck Le chiedo una ultima cosa, ossia se è possibile personalizzare l'indicatore con una scritta ...
Nicolas Spiacente che non sia possibile, le coordinate grafiche non sono in pixel ma nel prezzo e ne...
Nicolas Your picture is too small, but for sure the problem is about the fact you are still using v1...
Rory Dryden Thanks. This looks useful.
Edelmiro Un millón... de gracias... me gustaría más, poder ofrecer euros; pero va a ser que no puedo,...
Jessar Hello, could you tell me how to use this indicator? I think the simplest things can still be...
Mirko Vaglio Interesting idea to bypass the limit of PRT about multiple timeframe, and I am just trying t...
Mirko Vaglio Looking a little bit more, now I understand what had to be absolutely obvious from the first...
Seb nice code! I'm trying to use your method to do a higher timeframe EMA, without success yet. ...
Francesco78 @snucke the results are not the same because the pictures refers to a few years ago. I am no...
snucke @Francesco78 i mean the results differ when i test on my own. so im curious of what the p...
sfl still working, using with filters like : trendFilterUp=close>average[190](close) tren...
alex Im looking for a entry when EpicMA crosses over/under trigger. Then look for exits when Epic...
rejo007 hello david, i'll try it could you tell me wich strategy do you use in real? thanks
David Somogyi Hello, I have a couple of DAX strategies of breakout and mean reversion. I'll try to post...
Roberto Blázquez Hi David, I just saw your strategy and it's good!!! I'm going to try it from today in real a...
juanj To follow new developments or get the latest version of this strategy please visit the forum...
tahar Hello Juan, I wanted to test Universal Strategy via a demo account on PRT but nothing happen...
BravoDelta @juanj wondering if you may help me please. I am looking for a simply strategy to use on the...
Wilko I am not familiar with the screener function, but I am quite certain it should be quite simp...
Gubben @Wilko have you had a look at this again since MTF support? Heard you talk on Börssnack btw..
Wilko @Gubben not really. It was something I posted to show that simpler is usually better. Hope y...

Top