Abhi-RSI-ComboRSI Indicator to check the trend. when cross over happens that means trend is about to change.
Cerca negli script per "rsi"
RSI Algo (Pinescript v5 + Alerts)Found this the other day and thought it might be useful to have an updated version with alerts:
Credit to the original author.
RSI - Dynamic Overbought/Oversold RangeDefault overbought/oversold levels of RSI does not hold good for instruments which are trending well. It happens often that instruments keep trading in single half of the range for prolonged time without even touching the other half. This also came up often in tradingview pine chat discussions where I participate regularly.
Hence, thought of creating this script to help other scriptors in finding different methods to derive dynamic high/low range of RSI. This can also be adopted for other range bound oscillators - though not inlcuded in this script.
⬜ Method
▶ Derive multitimeframe RSI. Parameters - Resolution, Source and Length are pretty straight forward. Repaint when unchecked uses previous bar value.
▶ Dynamic range detection follows below steps.
Get highest and lowest of the oscillator source for Range Length period.
Use Detection method further to refine the highest and lowest range. If detection method is "highlow", then it looks for lowest value for high range and highest value for low range. If not, uses moving average.
◽Note: Detection range length is used only for finding highest and lowest of Oscillator value ranges. Further detection range method of highlow and other moving average types use Oscillator length.
RSI Centered PivotsJust a simple RSI central pivot strategy I made for a friend.
Backtested on BYBIT:BTCUSD, 155m.
DISCLAIMER : Please do your own research into anything you use before using it to trade.
RSI in Bollinger bandsI added Bolinger bands to the RSI indicator.
This shows you the area of reversal for the RSI. Generally, when the indicator falls out of the bands, you'll see a quick reversal. Indeed this is a better way to find the overbought and oversold areas.
RSI+ChannelbandsThis Indicator displays a normal RSI with overbought/-sold lines which is calculated with donchian channels, pivot channel, bollinger bands and three horizontal lines.
You can averaged the channels, bands and h-lines in any combination or you can use just one of them for calculating the overbought/-sold lines.
The midline is colored in default settings in yellow for upptrending and blue for downtrending.
RSI Divergence (based on an EMA)// Was just bored and thought I'd see what happens if RSI was just based on comparing the EMAs instead of confirmed highs / lows.
// Feel free to test and let me know if you find any useful settings (instrument, timeframe, ema).
RSI timeframe combinationThis indicator displays the RSI levels of two different timeframes defined by the user (default value are 5mins and 15mins) with the overbought (default 70) and oversold (default 30) levels.
RSI Simple and Smoothmade this RSI for beginners who are annoyed by the jittery signals. Uses a HMA to smooth out the data. I made oversold line green and overbought line red where as the oscillator is green above 50 and red when below 50. This is done intentionally. This is to help remind the user that while there is a downtrend, there is a buy opportunity, and while there is a buy opportunity - there is a downtrend
On the other side, the red overbought line is to remind the user that while there is an uptrend, there is a sell opportunity, and while there is a sell opportunity - there is an uptrend :)
RSI-MFI-STOCH + AverageSimple script that shows you the RSI, MFI and STOCH. Additionally it gives you the average of all 3.
RSI with bands and multiple EMAs Combination of RSI and EMAs, useful in predicting momentum switches and defining overbought/oversold conditions on all time frames.
RSI w MA StrategyThis strategy is mostly for cryptocurrencies, it applies a moving average to an rsi and trades based on the crossings. It includes the indicator that it is made from.
RSI w/ MA, Bars and ArrowsThis is an RSI with an MA attached that delivers buy and sell signals when crossing and displays the difference as a histogram below.
RSI cyclic smoothed strategy backtestI added a few lines of code to "when to trade"'s code to see that backtest result of "RSI cyclic smoothed v2".
RSI Indicator [SystemAlpha]This is a RSI indicator enhanced with:
- Show Buy and Sell Alert
- Fill on oversold and overbought levels
- Show Regular and Hidden divergence
- Show Divergence Labels
- Generate Alerts: Buy/Sell and Divergence
RSI Plus v1.0 by WilsonThis is a modified version of my RSI Cloud indicator. I have included the option to plot 2 moving averages. Type of moving averages included in the script are SMA, EMA, WMA, VWMA, Hull MA and ALMA. Option to fill colors and to add alerts are included. I shall be including more options in a future update.
Anyone is free to copy and modify the script. Wishing everyone happy and profitable trading.
RSI bands - JDThis indicator can be used to determine a likely trading range, based on different rsi levels, translated to price points
JD.
#nottradingadvice
# DYOR
RSI buy sell force This inidicator show by RSI buy and sell force
the blue is the buy
red line is the sell
gray is avreage of the two
when blue above red is a buy , blue bellow red is a sell.
very simple and nice indicator
RSI IMPORTANT LEVELSThe indicator allows the user to establish importance levels on the indicator, the levels are established by a color stripe. The difference of this RSI with the others is that it allows you to set custom levels and set colors for each value allowing a better user experience.
Default levels:
-75-90 Overbought Levels
-50 Medium level
-25-10 Oversold levels
The indicator was created based on an existing template based on built-in indicators, my work consisted solely of allowing more levels to be established than already existing.