RSI Alligator StrategyHello trading family! Just wanted to give a quick write up and share the new code for the RSI Alligator Strategy. I amended it to show every crossover signal, weak and strong, so we can accurately gauge its effectiveness.
Having played with this for a couple hours now I have learned a few things
-Using Heikin Ashi seems to smooth it out a bit and provides about 20% fewer signals, leading to overall more accuracy. However, it can be misleading as the Heikin Ashi opening price doesn't always line up with the market price, especially in cases of large moves. Overall though it didn't seem too far off except for a few instances.
-Also, using the Heikin Ashi gives you a better idea of the trend, which this indicator is primarily used to detect and exploit.
-Having tested on TF of 1H-1D, overall profitability is found to be highest between 4H-12H, with 1D giving the "safest" longer term signals, and lower TF's generating many more signals due to volatility.
-Instead of waiting for the next signal in order to close, you can often use a crossover/crossunder of the 5 and 13 to close the previous trade, especially if paired with a Heikin Ashi of opposite color (green to close a short, red to close a long)
-You will also notice several instances where the Green 5 period show divergences that aren't visible on the regular RSI, another handy little feature
So far I have still only tested this on BTCUSD. Feel free to apply it to any coin and let me know what you find.
Here is the script. If you have any ideas or suggestions please let me know!
Cari dalam skrip untuk "rsi"
RSI Alligator Strategy [forked from jedireza]Backtester for RSI alligator is Williams Alligator strategy using Relative Strength Index to predict entries
Original script can be found at
RSI-2 Larry Connars for 15 min KOnly Long when close > ma120 and rsi < 10 and rsi >1
平倉WHEN close > ma5 and ma1 穿 ma3
RSI with SMA ( Normal Formula of RSI)Tradingview has a different type of RSI. I prepare a normal formula for RSI to calculate better backtest performance.
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% случаев.