RSI & Volume Coloured BarsCandles get darker when volume is high, and brighter when volume is low. They are red or green depending on whether the RSI is above or below a threshold value, or alternatively you can pick a more vanilla coloring based on current close vs last close or last open.
For personal use as I enjoy the aesthetics of it. The more solid RSI coloring helps highlight the brightness variations from changing volume and makes trends crystal clear.
Inspired by "Volume Based Coloured Bars" by KivancOzbilgic:
and by and by RSI bars chart by taskman9:
在腳本中搜尋"rsi"
RSI 50 BackgroundThe script changes the background depending on the RSI 14 values. If RSI 14 values is above 50 the background is green and if RSI value is below 50, the background will be red.
RSI Divergence (Pine v4)Summary
Script highlights the divergences in RSI worth taking notice of. By comparing current envionment to relative sample we can see more than
the standard divergences that many catch through analysis. This framework aims to remove the bias or noise many see when looking for any supporting
evidence to their given emotion on a market.
Step-by-Step Walkthrough
Calculates RSI
Sets Divergence Framework
-------> a. Defining variable values, mandatory in Pine 4)
-------> b. Identify Divergences --> "If bar with lowest / highest is current bar, use it's value"
Compare high of current bar being examined with previous bar's high --> "If curr bar high is higher than the max bar high in the lookback window range"
Finds pivot point with at least 2 right candles with lower value
Finds pivot point with at least 2 right candles with lower value
Plot
Set Alerts
This RSI Script is intended for public use and can be shared / implemented as needed
Questions? I do not monitor my TradingView inbox. See email address in signature at the bottom of this page for contact information.
RSI + EMA+ MTF Stop-LossThis is a simple RSI with multiple MTF (No security) to help with direction short and long-term.
The rsi for the current chart has a noise reduction, while the rest are based on ma's.
I have supplied an extra flexible mtf rsi ma for potential adjustable/long-term stop-loss or direction identification.
Enjoy
PpSignal RSI and bollinguer bandRSI bollinguer band oscillator, buy when the Ma is blue and the rsi is on the upper band and sell when de ma is red and rsi is cross down the lower band..
RSI Top & Bottom Warning [aamonkey]An enhancement of my RSI Bottom Indicator.
This one finds you Tops & Bottoms.
This indicator uses the RSI and prints you top & bottom warnings directly on the price chart.
The other special thing about this is that the RSI pulls the data from the weekly chart no matter on what timeframe you are on.
The preferred timeframe can, of course, be changed in the settings as well as any thresholds for tops and bottoms.
The default settings are very good for btc, but be free to try and test this indicator with different settings on different charts.
RSI with EMA by bluespacelionThis is a RSI indicator with an EMA of the RSI included .
When the RSI crosses over the EMA it turns green indicating positive momentum.
You also have three zones indicated by a different color background:
teal - bullish control zone
purple - bearish control zone
gray - neutral zone
RSI Bands %BThis is again a lazy bear script that has been lost due to the removal of the "make it mine feature".
please credit
If you see any of his great scripts that are no longer accessible message me and I will see what I can do.
RSI EMA BARCOLOREDi configured and made rsi 21 for less noisy and added 3 ema on it
how it works?
when rsi is under ema55 and crossover ema20 barcolor turns to green to buy
when rsi is above ema55 and crossunder ema20 barcolor turns to red to sell
recommend to use 4h, 8h and higher time frames even reliable for all time frames
higher time frames is good to catch trends
Rsi candlepivThis indicator has 3 part
1. bullish and bearish zone based on % channel
2. Rsi candles
3. pivot system that based on rsi candles high and lows mark in red and blue arrow
together it can give estimate about your potential trade in more easy way. so it little more sophisticated RSI system
RSI and A/D StrengthThis is an edit of Chris Moody's EMA of RSI script see the original here:
The edited version has an accumulation distribution line as well as well as two SMAs
If you want a detailed look at how I use ADX and DI along with it to enter/exit please see the following video and article
youtu.be
bitcointradingtoday.com
RSI MFI with alertsModified from the various scripts I've found on TradingView. This scripts adds alerts for oversold overbought conditions. It also has the ability to add in another RSI at a different time interval.
I've also added an MFI with bollinger bands to the chart to preceed the RSI. This can sometimes tell you the direction the RSI is moving. usually when it is out of the bollinger bands on the MFI the price/RSI tends to slow.
Doble RSI Suavizado con MARSI suavizado de 14 sesiones, con aplicación de una media móvil sobre RSI de 52 sesiones. Ayuda a marcar os cambios de tendencia al momento que el RSI cruza la MA.
RSI & Stochastic RSIRSI and Stochastic RSI Same Chart
Turn on StochRSI crossover signals
Customizable values
RSI and Stoch RSI Midline Crossover ArrowsPuts arrows on chart when RSI crosses over 52 and also when Stoch RSI crosses up 52 based on Warsnop strategy.
RSI CaveGives the same info as a conventional RSI oscillator except it's shown as a scary cave that price is trying to avoid touching. An indicator for the more visual traders out there. With thanks to LazyBear for the RSI band code.
I've included an RSI in the chart above for demonstration purposes.
RSI Candles (with wicks)The script adds wicks to the RSI candle indicator.
It is based on the RSI candle indicator by cI8DH.
Note that the definition of these wicks is not unique.
The implementation uses an RSI calculated from the highs and lows for the wicks.
RSI - Div - TDIBasic RSI with BBs length 34
Ability to show divergences inspired by
Added Sharkfins - when rsi moves sharply out of BBs and below / above 75 / 25 RSI
RSI Divergences - Candle Edition - LibertusHello all,
This is just upgrade upon my already released RSI divergences script. Divergences detection is exactly same, no difference.
I'm releasing this version because I got few requests for divergences indicator above price bars, so it doesn't take additional screen space.
New in this version is:
ability to remove pivots
ability to display smaller/shorter labels
predefined look back period for different time frames
Happy trading and good luck!
As always, I appreciate comments and likes!
If you find this useful and want to reward me:
BTC TIP JAR: 1i7nojAjxFuyFwvnZx6hbXBTLkWaUjZ8C
RSI Divergences with RSI in separate window:
RSI Divergence AlertRSI Divergence Alert
Input: range
Bullish RSI Divergence
yellow
Bearish RSI Divergence
red
RSI + BB (EMA) + DispersionInitial data:
1) RSI
2) Bollinger Bands (Basis - EMA)
3) Dispersion (around basis)
Signal for purchase: RSI crosses the dispersion zone upwards
Signal for sale: RSI crosses the dispersion zone downwards
Buffer zone: white area, it is not recommended to make transactions.