Fred6724

RS Rating

Fred6724 Aktualisiert   
Hello everyone.

The RS Rating (or Relative Strenght Rating) is a metric that tracks a stock's price performance relative to the rest of the market. Specifically, it looks at a stock's relative strength over the last 52 weeks.
It allows you to identify at a glance stocks that are outperforming the market and may be poised for further gains.
Designed for break-out traders, trend follower, value investors, the RS Rating can help you identify promising opportunities and make informed investment decisions.

The Rating stands as follow:
- From 1 (worst) to 99 (best)
- 99 rating means the stock is outperforming 99% of all stocks in terms of relative share price performance over the last 52 weeks.

The RS Rating is accompanied by the RS line which is a representation of the progress of the asset against the comparative symbol. (Here SP500)

Of course this script is inspired by the IBD rating system.
The results may be equivalent but it is not guaranteed.
This indicator proposes a scoring system in the style of the one proposed by IBD.
Indeed for an optimal result, it would be necessary to compare the relative performance of all actions, which is not yet possible on PineScript.

Here is the formula for calculating the score:

RS Score = 40% * P3 + 20% * P6 + 20% * P9 + 20% * P12
With
P3 = Performance over the last 3 months
P6 = Performance over the last 6 months
P9 = Performance over the last 9 months
P12 = Performance over the last 12 months

There is no equivalent solution for the moment on TradingView.
The rating score will only appear on the daily timeframe.

For now it's my pleasure to share!
Versionshinweise:
- Now the color is the same than IBD's RS Rating and Line
Versionshinweise:
- Corrected a bug that was causing the labels to be displayed several times in case a new candle opened or in replay mode
Versionshinweise:
- The input of the comparative ticker is now taken into account for the RS Rating calculation
Versionshinweise:
- Now display a result different than NaN for IPO stocks
Versionshinweise:
Added the blue dot function, now a blue dot can appear on the line if:
- RS at New Highs
- RS at New Highs Before Price
- Historical RS at New Highs
- Historical RS at New Highs Before Price
Versionshinweise:
- Improved display speed by adding "max_bars_back = 253" the script was counting all the bars of the graph while it was not necessary
To benefit from the new version, remove the script, refresh your chart and add it back :)
Versionshinweise:
- Adjusted display offset
Versionshinweise:
- Modified SPX Value input
- Modified offset display
- Added a limitation for the 3rd method of calculaton of the RS Rating
- Now low score should be more accurate
Versionshinweise:
- Replaced the "value of the comparative ticker" to enter by an offset system. It does the same thing but will generate less questions. The previous offset system was not that clear
Versionshinweise:
- Removed the part with float variable to handle New High and New High Before Price
- Added Optional New Low dots
- Added Optional 21 EMA on everytime frame except in Weekly Timeframe with 10 SMA, on the RS Line
- Possible to color the area between the MA and the RS Line
- Arranged inputs
Versionshinweise:
- Updated the max value of the offset to be 2000 instead of 300, this way you can display correctly with the NIFTY as a reference with for example an offset of 320
Versionshinweise:
- Simplified the code regarding Ma on RS Line
- Added Historical New Highs/Lows as a default value
Versionshinweise:
I'm delighted to announce a major update to the RS Rating indicator, which should bring you a much more effective scoring system.
My studies (based on a short sample) show an average deviation of +/- 3 to 5 points for the TradingView indicator and +/- 4 points for the GitHub project, compared with the IBD/MarketSmith RS Rating.
The biggest deltas are in the 30-60 range.
The new flagship feature of this update is TradingView's introduction of the 'request.seed()' function!
My warmest thanks to TradingView for giving me the opportunity and the tools to share this script.
Thanks to this function, it has been possible to offer a dynamic environment that simulates the relative performance of some 6,600 stocks on the US market.

The GitHub-managed part is publicly accessible via 'github.com/Fred6725/relative-strength'
More precisly in 'rs_ranking.py' for extracting the needed data and in workflows/output.yml for the auto update.

You can also use the daily updated 'rs_stocks.csv' of GitHub to quickly access the RS Ratings via Google Sheets!

I sincerely hope you will appreciate the time and effort I've put into making these improvements!

This solution is only available for the US market.
Versionshinweise:
- Modified Graph presentation
Versionshinweise:
- Modified the display in replay mode from 'RS Rating -1' to 'RS'.
Versionshinweise:
- Changed default value of RS New High-Low to 252 bars and 52 We when the default value of 252 is set.
If you change the value for example to 40, this will be 40 Day in Daily, 40 We in Weekly etc.
- Corrected pilling on labels for non-historical New High-Low.
- Changes default value of New High-Low label size
- Added an input to modify New High-Low label value
Versionshinweise:
- Modified labels to tiny
Versionshinweise:
- Changes lookback default value to 250 as it seems that this is the default value of MarketSmith
Versionshinweise:
- Adapted the offset display for Sectors and Indices
Versionshinweise:
- Adjusted Label Position
Versionshinweise:
- Added Default Blue Dot New High
Versionshinweise:
- Now we can display the rating only, eg: for smartphone display
Versionshinweise:
- In this update, I propose to use an option to view the historical RS Rating. This method is an approximation, as the performance environment of US equities varies over time, whereas the historical RS Rating is calculated with fixed values. However, this option can be of interest when studying past setups, and can provide relevant indications.
Thank you @Otteri, I had the idea thanks to you!
Versionshinweise:
- We can now add a second SMA/EMA on the RS Line.
- We can now modify the Line Curve by the ticker of our choice.
(I choosed to put back this option despite the high number of questions it generated because of the value of the comparative symbole to enter in order to calculate the cross product.)

Open-source Skript

Ganz im Spirit von TradingView hat der Autor dieses Skripts es als Open-Source veröffentlicht, damit Trader es besser verstehen und überprüfen können. Herzlichen Glückwunsch an den Autor! Sie können es kostenlos verwenden, aber die Wiederverwendung dieses Codes in einer Veröffentlichung unterliegt den Hausregeln. Sie können es als Favoriten auswählen, um es in einem Chart zu verwenden.

Haftungsausschluss

Die Informationen und Veröffentlichungen sind nicht als Finanz-, Anlage-, Handels- oder andere Arten von Ratschlägen oder Empfehlungen gedacht, die von TradingView bereitgestellt oder gebilligt werden, und stellen diese nicht dar. Lesen Sie mehr in den Nutzungsbedingungen.

Möchten Sie dieses Skript auf einem Chart verwenden?