Cerca negli script per "rsi"
RSI MACD with conditional MA indicator backtestingbacktesting for the RSI MACD with conditional MA indicator:
RSI or %B of Bitfinex shorts /longs of main crypto trading pairsNormalized longs and shorts with %B or RSI of some crypto trading pairs listed below (longs and shorts data from Bitfinex). If you're not familiar with %B just use default setting and it will plot a RSI of the longs and shorts (screenshot is from %B). Obviously this should not be used as a single reason to take a trade but part of your analysis.
For some longs/shorts sentiment interpretation you can look at this:
cdn.discordapp.com
Available pairs (you can add some with very basic Pine Script knowledge but it will take more time loading):
BTCUSD
ETHUSD
ETHBTC
EOSBTC
LTCBTC
XRPBTC
BCHBTC
TRXBTC
RSI ALL IN ONE PLACEThis script combines the RSI, Stochastic RSI, and Stochastic to all be in one place for ease of use.
Nothing really new, just a script to streamline and create a convenient view of normal indicators
RSI Levels, 15-30 & 70-85 with 50New version of my RSI Levels, 20-30 & 70-80 considering extreme market conditions.
This version scales between 15-30 and 70-85 instead and also has RSI 50 as the middle line.
RSI Heat Bands [River]This script combines LazyBear's RSI Bands with JayRoger's Bollinger Heat Bands, to give an on chart representation of the price needed to set RSI to each major level, from 20 to 80 (higher values created massive bands).
RSI Candles [cI8DH]This is candle visualization of regular RSI. That's all.
I have seen two other RSI candles, but their implementation is not correct. The high on RSI usually matches the low on price and vice versa. I have completely turned off the wicks so you can safely use this indicator as a replacement for regular RSI.
RSI Multi TF $$ ModCredit to @lukescream for the original code that I modified to make the multi RSI dynamic. 4 timeframes plus live time frame RSI can be plotted together to visualize areas of confluence.
RSI: Daily + current TimeFrame
It plots the RSI of the current timeframe + the Daily RSI
it hihlights in green (or red) when they are both in oversold (or overbought)
RSI MTF with Moving AverageClassic RSI with MTF combined with its moving average (i reused a function to allow you to select any of them you want) for additional signals.
Indicator is based on this source: medium.com
RSI CANDLESTICKSDisplays RSI indicator as candlesticks. Does candlestick pattern analysis apply to RSI? Can it aid in candlestick analysis on a price chart? Let's start a discussion.
RSI Oversold bounce - Scaling in levels (30, 28, 26, 24, 22, 20)Oversold bounce entry levels based on RSI
Helps to gauge levels for scaling into a position based on oversold rsi levels.
rsi cross indicatorSimple RSI oversold/overbought markers. Saves screen space without having to plot the actual rsi indicator.
RSI Bollinger BandsThis RSI indicator has a Bollinger Bands indicator around it, and a simple moving average.
I still haven't decided yet if the Bollinger Bands should be at 20 (like normal) or at 14 (like the RSI).
Experiment with it and have fun :)
RSI/RCI3TripleTimeframe+VixFearInverseBottomDefault: RSI OFF,RCI ExLine OFF
RSI triangle signal: Buy-green Sell-red
Vix color(BG color): Fear-green Inverse-fuchsia Bottom-red
RSI MACD EMA Stoch Custom IndicatorCopyright by RJ 3/2018
Buy when:
RSI period 3 greater than 50, Difference between MACD and MACD signal line is greater than 0 and also greater than that of previous candle,
Stochastic %D line is less than 80 and greater than that of previous candle, Closing price greater than EMA period 100.
Sell when:
RSI period 3 less than 50, Difference between MACD and MACD signal line is less than 0 and also less than that of
previous candle, Stochastic %D line is greater than 20 and less than that of previous candle, Closing price less than EMA
period 100.
RSI Overbought and OversoldOversold Purple Candlestics + Red area in RSI Chart
Overbough Blue Candlestics + Green area in RSI Chart
This is just a trollscript for Tufts2003 yolooo
RSI+ with Bollinger BandsRelative Strenght Index + SMA on RSI + Bollinger Bands on it - very good solution to see reversals and see lows and highs.
Use different timeframe.
StdDev is 2.17 by default to get 97% probability.
RSI + SMA с наложенными Bollinger Bands - прекрасное решение для поиска разворотных точек и аномального поведения цены.
Используйте разные таймфреймы одновременно.
StdDev = 2.17 по умолчанию для обеспечения попадания в диапазон в 97% случаев.
RSI vs. BTC RSIThis script compares RSI of the underlying asset vs. BTC RSI. By comparing vs. BTC, it help inform your trades when looking for divergences.
RSI based on ROC Backtest This is the new-age indicator which is version of RSI calculated upon
the Rate-of-change indicator.
The name "Relative Strength Index" is slightly misleading as the RSI
does not compare the relative strength of two securities, but rather
the internal strength of a single security. A more appropriate name
might be "Internal Strength Index." Relative strength charts that compare
two market indices, which are often referred to as Comparative Relative Strength.
And in its turn, the Rate-of-Change ("ROC") indicator displays the difference
between the current price and the price x-time periods ago. The difference can
be displayed in either points or as a percentage. The Momentum indicator displays
the same information, but expresses it as a ratio.
You can change long to short in the Input Settings
WARNING:
- For purpose educate only
- This script to change bars colors.
RSI based on ROC Strategy This is the new-age indicator which is version of RSI calculated upon
the Rate-of-change indicator.
The name "Relative Strength Index" is slightly misleading as the RSI
does not compare the relative strength of two securities, but rather
the internal strength of a single security. A more appropriate name
might be "Internal Strength Index." Relative strength charts that compare
two market indices, which are often referred to as Comparative Relative Strength.
And in its turn, the Rate-of-Change ("ROC") indicator displays the difference
between the current price and the price x-time periods ago. The difference can
be displayed in either points or as a percentage. The Momentum indicator displays
the same information, but expresses it as a ratio.
WARNING:
- This script to change bars colors.
RSI+BSIThis script simply plots the current instruments RSI as well as Bitcoin's RSI from bitfinex. Helpful to identify when an alt is performing stronger than BTC or if BTC is dragging the alt down.