JaeRSI+What is JaeRSI++
🥇 It is an indicator that detects and displays the RSI of the upper frame one step at a time
- It is no different from normal RSI but, u can see the RSI of the upper frame together
- Works based on 5m 15m 1h 4h 1d 1w
🥇Also, if the RSI is (over 70↗️) or (less than 30↘️), changes the background color
- If the background color is continuous, it is recommended to check the frame one step higher
🥇 Meaning of table (table)
- "🌈", RSI, Main, Danger in order
- RSI: It is divided into 5, 15, 60, 240 and indicates the current RSI of each frame (the background color is different from RSI : 33.0 below / 67.0 above)
- Main: Estimate the mainframe
If the previous 14 candles have entered the Danger zone (RSI : below 33.0 / above 67.0) or oversold/number, the corresponding frame is marked as the main frame.
- Danger: If abnormal RSI motion is detected (beam shape) due to sudden surge/fall in a frame, it warns that the frame may be the main frame.
==================================================================================
JaeRSI++란?
🥇 상위 프레임의 RSI를 추가로 표시해 주는 RSI 지표입니다
- 일반 RSI와 알고리즘의 차이가 없으나 상위 프레임의 RSI를 함께 볼 수 있습니다 (빨간 선으로 표시)
- 5m 15m 1h 4h 1d 1w 기준으로 작동합니다
🥇또한 RSI가 (70 이상↗️) 또는 (30↘️)인 경우 배경색을 변경합니다
- 배경색이 연속적인 경우 프레임을 한 단계 높게 확인하는 것이 좋습니다
🥇표(테이블)의 의미
- 순서대로 시간프레임 , RSI , 메인 , 위험
- RSI : 5, 15, 60, 240으로 나뉘어져 각각 프레임의 현재 RSI를 나타낸다 (33.0 아래 / 67.0 위 부터 배경색이 달라짐)
- 메인 : 메인프레임을 추정한다
이전 14개 캔들안에 꺵판존(33.0 아래 / 67.0 위) or 과매도/수에 들어간 적이 있다면 해당 프레임을 메인프레임으로 표시한다
- 위험 : 어떤 프레임에서 급등/급락하여 비 정상적인 RSI의 움직임이 감지된다면(빔 형태) 해당 프레임이 메인 프레임일 수 있다고 경고한다
Göreceli Güç Endeksi (RSI)
Estrategia Larry Connors [JoseMetal]============
ENGLISH
============
- Description:
This strategy is based on the original Larry Connors strategy, using 2 SMAs and RSI.
The strategy has been optimized for better total profit and works better on 4H (tested on BTCUSDT).
LONG:
Price must be ABOVE the slow SMA.
When a candle closes in RSI oversold area, the next candle closes out of the oversold area and the closing price is BELOW the fast SMA = open LONG.
LONG is closed when a candle closes ABOVE the fast SMA.
SHORT:
Price must be BELOW the slow SMA.
When a candle closes in RSI overbought area, the next candle closes out of the overbought area and the closing price is ABOVE the fast SMA = open SHORT.
SHORT is closed when a candle closes BELOW the fast SMA.
*Larry Connor's strategy does NOT use a fixed Stop Loss or Take Profit, as he said, that reduces performance significantly.
- Visual:
Both SMAs (fast and slow) are shown in the chart.
By default, the fast SMA is aqua color, the slow changes between green and red depending on the "trend" (price over slow SMA = bullish, below = bearish).
RSI can't be shown because TradingView doesn't allow to show both overlay and panel indicators, so candles get a RED color when RSI is in OVERBOUGHT area and GREEN when they're on OVERSOLD area to help with that.
Background is colored when conditions are met and a position is going to be open, green for LONGs red for SHORTs.
- Usage and recommendations:
As this is a coded strategy, you don't even have to check for indicators, just open and close trades as the strategy shows.
The original strategy uses a 5 period SMA instead of the 10, and 10/90 for oversold/overbought levels, this has been optimized after the testings and results but feel free to change settings and test by yourself.
Also, the original strategy was developed for daily, but seems to work better en 4H.
- Customization:
As usual I like to make as many aspects of my indicators/strategies customizable, indicators, colors etc., feel free to ask if you feel that something that should be configurable is missing or if you have any ideas to optimize the strategy.
============
ESPAÑOL
============
- Descripción:
Esta estrategia está basada en la estrategia original de Larry Connors, utilizando 2 SMAs y RSI.
La estrategia ha sido optimizada para un mejor beneficio total y funciona mejor en 4H (probado en BTCUSDT).
LONG:
El precio debe estar por encima de la SMA lenta.
Cuando una vela cierra en la zona de sobreventa del RSI, la siguiente vela cierra fuera de la zona de sobreventa y el precio de cierre está POR DEBAJO de la SMA rápida = abre LONG.
Se cierra cuando una vela cierra POR ENCIMA de la SMA rápida.
SHORT:
El precio debe estar POR DEBAJO de la SMA lenta.
Cuando una vela cierra en la zona de sobrecompra del RSI, la siguiente vela cierra fuera de la zona de sobrecompra y el precio de cierre está POR ENCIMA de la SMA rápida = abre SHORT.
Se cierra cuando una vela cierra POR DEBAJO de la SMA rápida.
*La estrategia de Larry Connor NO utiliza un Stop Loss o Take Profit fijo, como él dijo, eso reduce el rendimiento significativamente.
- Visual:
Ambas SMAs (rápida y lenta) se muestran en el gráfico.
Por defecto, la SMA rápida es de color aqua, la lenta cambia entre verde y rojo dependiendo de la "tendencia" (precio por encima de la SMA lenta = alcista, por debajo = bajista).
El RSI no puede mostrarse porque TradingView no permite mostrar tanto los indicadores superpuestos como los del panel, así que las velas obtienen un color ROJO cuando el RSI está en el área de SOBRECOMPRA y VERDE cuando están en el área de VENTA para ayudar a ello.
El fondo se colorea cuando se cumplen las condiciones y se va a abrir una posición, verde para LONGs rojo para SHORTs.
- Uso y recomendaciones:
Como se trata de una estrategia ya programada, ni siquiera hay que comprobar los indicadores, sólo hay que abrir y cerrar las operaciones tal y como muestra la estrategia en el gráfico.
La estrategia original utiliza una SMA de 5 periodos en lugar de 10, y 10/90 para los niveles de sobreventa/sobrecompra, esto ha sido optimizado después de las pruebas y los resultados, pero sé libre de cambiar la configuración y probarla por sí mismo.
Además, la estrategia original fue desarrollada para diario, pero parece funcionar mejor en 4H.
- Personalización:
Como siempre me gusta hacer personalizables todos los aspectos de mis indicadores/estrategias, indicadores, colores, etc., preguntar si notas que falta algo que debería ser configurable o si tienes alguna idea para optimizar la estrategia.
MTF RSI & STOCH Strategy by kziThis script is a teaml job with Indicator-Johns.
First he used my script, then i transform his code.
The origine:
The first transformation:
www.tradingview.com
Funny moment together, thanks for that. :)
This sharing is an indicator where you can see the average of different time frames.
The RSI is the blue line
The Stock is the yellow line
You can manage the timeframe in the parameters.
The strategy is to take position when the two lines get overbought or oversold and close when the stoch and RSI goes to the middle.
Artharjan - RSI and RSI-Moving Avg Crossover SignalsHi,
I have created "Artharjan - Index Heavy Weight Components RSI and RSI-Moving Avg Crossover Bullish/Bearish/Neutral Signal" (Short Name - ARSICROSSOVER) indicator for Traders whereby they can see the RSI and RSI Moving Average Values for Indices and Index heavyweight Components at the same time in a Dashboard.
The analysis is based on 2 different timeframes. Basically when Higher timeframe RSI is Bullish and Lower timeframe is Bearish then you enter the LONG trade when Lower Timeframe RSI shows "Bullish Reversal Signal" &
when Higher timeframe RSI is Bearish and Lower timeframe is Bullish then you enter the SHORT trade when Lower Timeframe RSI shows "Bearish Reversal Signal"
The two timeframes which I have selected by Default are Weekly (Higher timeframe) and 30 min Lower (Trade Entry) Timeframe
Also I have used to source to calculate the RSI as 5 period WMA of hlc3, if you want use raw RSI to generate crossover signals then change the source to "close" and input soothing to '1' instead of '5'
The system generates very accurate Buy and Sell Signals and when the script is range bound in its respective timeframe it shows Neutral signal
The overbought and oversold levels for Higher and Lower timeframes are set to be 60/40 and 70/30 respectively, however Traders may change these levels as per their preferences.
For intraday trades I would recommend using Higher time frame as "Daily" and Lower (Trade Entry) Timeframe as "15 min"
For Swing trades I would recommend using Higher time frame as "Weekly" and Lower (Trade Entry) Timeframe as "75 min"
For Positional trades I would recommend using Higher time frame as "Monthly" and Lower (Trade Entry) Timeframe as "Daily"
Also you can select maximum 10 Scripts at any given point in time.
My recommendation would be to use Sector Index as Script 1 and then Heavy weight components of that Sector in Script 2 to 10
This will help you to identify which Stock is responsible to pull index Up or Down and then you may decide to take either a Long Trade or Short Trade accordingly.
The Background Color and Bullish/Bearish/Neutral stages are decided based on following logic
1] If Higher timeframe RSI > Overbought Level - Stock is in a Bull Run
2] If Higher timeframe RSI > If Higher timeframe EMA of RSI = Positively Bullish
3] If Higher timeframe RSI < Oversold Level - Stock is in a Bear Run
4] If Higher timeframe RSI < If Higher timeframe EMA of RSI = Positively Bearish
5] Bulls will be said to have control if Condition 1 & 2 are true
6] Bears will be said to have control if Condition 3 & 4 are true
7] The Stock/Index will be said to be in a Neutral zone if its RSI is less than Overbought Level but greater than Oversold Level
The same rules are applicable for a Lower (Trade Entry) Timeframe
Hope you guys like this indicator and are able to make decent money by using it.
Regards
Rahul Desai
@Artharjan
MARSIAn advanced version of MACD and RSI combined, where moving averages gives quality early signals along with the strength of Histogram. This Version of MACD helps traders to understand strength in the Histogram and possibilities of a reversal. Indicator also gives Early Indications of trend shift.
MACD input options Given to User
The Indicator draws MACD and MACD Histogram
Based on histogram Value RSI is Plotted and RSI Based EMA is Plotted as MARSI line and Signal Line
Calculations :
MACD Line: (12-day EMA - 26-day EMA)
Signal Line: 9-day EMA of MACD Line
MACD Histogram: MACD Line - Signal Line
MARSI Line : RSI Value of MACD Histogram
Signal Line : 9-day EMA of Marsi Line
Oversold RSI with Tight Stop-Loss Strategy (by Coinrule)KRAKEN:LINKUSD
This is one of the best strategies that can be used to get familiar with technical indicators and start to include them in your rules on Coinrule .
ENTRY
1. This trading system uses the RSI (Relative Strength Index) to anticipate good points to enter positions. RSI is a technical indicator frequently used in trading. It works by measuring the speed and change of price movements to determine whether a coin is oversold (indicating a good entry point) or overbought (indicating a point of exit/entry for a short position). The RSI oscillates between 0 and 100 and is traditionally considered overbought when over 70 and oversold when below 30.
2. To pick the right moment to buy, the strategy enters a trade when the RSI falls below 30 indicating the coin is oversold and primed for a trend reversal.
EXIT
The strategy then exits the position when the price appreciates 7% from the point of entry. The position also maintains a tight stop-loss and closes the position if the price depreciates 1% from the entry price. The idea behind this is to cut your losing trades fast and let your winners ride.
The best time frame for this strategy based on our back testing data is the daily. Shorter time frames can also work well on certain coins, however in our experience, the daily works best. Feel free to experiment with this script and test it on a variety of your coins! With our back testing data a trading fee of 0.1% is taken into account. The fee is aligned to the base fee applied on Binance, which is the largest cryptocurrency exchange by volume. In the example shown, this strategy made a handsome net profit of 52.6% on Chainlink with 66.67% of trades being profitable.
You can execute this strategy on your favorite exchanges with Coinrule .
SuperJump Edge CCI RSIThis indicator for detecting inflection points of CCI and RSI.
Low time frames have high variability, which can lead to more unreliable signals.
But you can filter it appropriately by entering the levels of oversold and overbought.
Because CCI is highly volatile, RSI signals are more reliable.
You can also use it for other panes for example RSI or CCI pane.
Repainting is not used because I implemented the filter by myself.
Just Another RSIThis is slightly different implementation of RSI using arrays. But, it also comes with a twist.
Formula for standard RSI can be found here: www.investopedia.com
If there is green candle, gain for the candle is equal to price movement from previous bar and loss for that candle is 0. Similarly in case of red candle, loss is considered to be movement from previous candle whereas gain is 0. Also, as mentioned in step2, on each bar, average of previous bar gains/losses are merged with present candle gain/loss.
New Process
Gain is considered only on green candles. Hence, there is no zero gain candles
Loss is considered only on red candles. Hence, there is no zero loss candles
Average or median of last N gains and losses are considered. Hence, the movement mainly tell us the strength between bullish and bearish candles.
Let us forget about seeing it as overbought and oversold area and look at it as bullish and bearish region.
How it is different
Since, gain and loss are only considered if there are gain and loss, this index represents the strength between bullish and bearish candles without looking at price movement. Hence, the index has capability to go in opposite direction of the price representing price movement is not supported by strength.
Another advantage of this implementation is it allows using variable length for the method. In case of RSI, length has to be constant. It cannot be variable which can change every bar. But, we do not have that constraint in this implementation due to use of arrays.
At present, this is purely experimental. I will look forward to study this more with respect to divergence and for use in trend following methods.
RSI MTF Ob+OsHello Traders,
This indicator use the same concept as my previous indicator "CCI MTF Ob+Os".
It is a simple "Relative Strength Index" ( RSI ) indicator with multi-timeframe (MTF) overbought and oversold level.
It can detect overbought and oversold level up to 5 timeframes, which help traders spot potential reversal point more easily.
There are options to select 1-5 timeframes to detect overbought and oversold.
Aqua Background is "Oversold" , looking for "Long".
Orange Background is "Overbought" , looking for "Short".
Have fun :)
RSI Multi Time Frame (MTF). Fully customizable. [Zero54]NSE:NIFTY
An easy to read Multi Time Frame RSI that does not take too much space. All parameters and colors are customizable. Please feel free to give your suggestions. Feel free to modify the code as per your liking. Like this if you find this useful.
TMA-LegacyThis is a script based on the original TMA- RSI Divergence indicator by PhoenixBinary.
The Phoenix Binary community and the TMA community built this version to be public code for the community for further use and revision after the reported passing of Phoenix Binary (The community extends our condolences to Phoenix's family.
The intended uses are the same as the original but some calculations are different and may not act or signal the same as the original.
Description of the indicator from original posting.
This indicator was inspired by Arty and Christy .
█ COMPONENTS
Here is a brief overview of the indicator from the original posting:
1 — RSI Divergence
Arty uses the RSI divergence as a tool to find entry points and possible reversals. He doesn't use the traditional overbought/oversold. He uses a 50 line. This indicator includes a 50 line and a floating 50 line.
The floating 50 line is a multi-timeframe smoothed moving average . Price is not linear, therefore, your 50 line shouldn't be either.
The RSI line is using a dynamic color algo that shows current control of the market as well as possible turning points in the market.
2 — Smoothed RSI Divergence
The Smoothed RSI Divergence is a slower RSI with different calculations to smooth out the RSI line. This gives a different perspective of price action and more of a long term perspective of the trend. When crosses of the floating 50 line up with the traditional RSI crossing floating 50.
3 — Momentum Divergence
This one will take a little bit of time to master. But, once you master this, and combined with the other two, damn these entries get downright lethal!
Stochastic RSI HeatmapStochastic RSI presented as a heatmap starting from the oversold (20) / overbought (80) levels respectively. The more oversold / overbought the price, the more intense the color (blue / fuchsia).
RSI Levels, 10-30 & 70-90 by EGEANew version of my RSI Levels, 10-30 & 70-90 considering extreme market conditions.
RSI correlation with cryptoindices [strategy version]Dear TV'ers,
Hereby the strategy script where the RSI of an altcoin can be compared to one of the selected cryptocap indices. Included are:
-total market cap
-total market cap minus bitcoin
-total market cap others
-total market cap usdt
-cix100 index
-btc dominance
-btc total cap
If the signal crosses over 1, then the altcoin is undervalued compared to the crypto index (and considered a buying signal here). If the signal crosses under 1, then the altcoin is overvalued compared to the selected crypto-index and a short signal is produced.
!!Please note that the selected timeframe for the reference pair should be a higher time of the chart in order to prevent repainting!!!
Double RSI Fast & Slow
Double RSI, fast & Slow.
This indicator is intended to track trends based on RSI with a threshold for proximity.
Oversold, overbought channel.
Threshold for proximity.
Color coded line values.
RSI Local TrendA simple indicator using two RSIs.
Conditions for buy:
RSI(slow) < RSI(fast) and RSI(slow) < long_trigger
Conditions for sell:
RSI(slow) > RSI(fast) and RSI(slow) > short_trigger
It is recommended to use in small timeframes for scalping.
Recommended settings:
slow = 3
fast = 14
long_trigger = 30
short_trigger = 70
In markets where there is very high volatility, it is recommended to change the trigger parameters:
long_trigger = 20
short_trigger = 80
Hulk Strategy x35 Leverage 5m chart w/Alerts This strategy is a pullback strategy that utilizes 2 EMAs as a way of identifying trend, MACD as an entry signal, and RSI and ADX to filter bad trades. By using the confirmation of all of these indicators the strategy attempts to catch pullbacks, and it is optimized to wait for high probability setups. Take not that the strategy is optimized for use on BTCUSDT along with 35 times leverage(Using leverage is risky). The Hulk Strategy waits for strong trend confirmation and then attempts to identify pullbacks using MACD and RSI. By using these it identifies strong short term movement against the trend(hence the name Hulk). To use the strategy wait for the strategy to make an entry, and then enter with a stop loss of 1.1% and a take profit of 1.35% with respect to if it is a long or short position. The trade frequency of this strategy is high as it is made for use on the 5m timeframe. But this does not mean you will have to be staring at your computer constantly as an average of 1 trade takes place each day. This will vary a lot though, somedays the strategy enters up to 4 times. I wish you good trading and hope that you like this strategy!
P.S. The indicators on my chart are visualizations of the indicators used in the strategy, they are not necessary for the strategy to work though. Also the colored in cloud on the price chart is an EMA cloud and it comes with the strategy when you add it to your chart. This EMA cloud consists of two EMAs a 50 and a 200 EMA.
MT-RSIThis script shows a "Multi Timeframe RSI" for a range. You could use this script to quickly detect if the RSI of the higher and lower timeframes are overbought or oversold.
RSI is relative to a lower timeframe. So 1H is relative to the 4H and the 4H relative to the 1D chart etc...
In this example you can see that the 1H timeframe (green line) is performing well but is in overbought territory, but the 4H timeframe (blue line) dit not perform that great relative to the 1H timeframe.
Buy Sell Bot StrategyHello Everyone,
In this strategy, I benefited from the values of RSI and wave trend indicators, which are the oldest and most used indicators in the market. I contributed to this bi-valued indicator myself with a bivariate formula. My variables are actually a simple intersection algorithm, the intersection of the wave trend indicator and the RSI indicators when they are oversold or overbought.
As you all know, we can send signals to bot sites via tradingview. You can use bot signals boxes in this strategy. You can analyze past transactions in the Date settings section. In the indicator settings section, you can change the settings of the overbought and oversold zones. Perhaps the most important feature here is the USE SELL SIGNALS section. I would like to emphasize this section in particular that when you mark the use sell signal section, the strategy will be processed in the buy section and will not be processed in the sell section. If you do not click on the USE SELL SIGNALS section, the strategy will be processed in the buy section, but this time it will be exited when the target in the take profit section is reached. THIS WAS IMPORTANT.
There is another important point here. Always in position and USE SELL SIGNALS sections do not work together. Run these two features one by one. It is a strategy that is constantly in operation through the name of the Always in position feature, I do not recommend it. The USE PERCENTAGE DECREASE feature, on the other hand, is the section where we want the share to drop as a percentage to enter the second trade after the first purchase is made in the settings section if you activate the pyramiding feature. You can use the tradingview help page for the pyramiding feature.
I found this strategy suitable to use in the 1-hour time frame in the crypto market and adjusted it that way. Of course, you can use it by changing the settings in stocks and in different time periods. big wins
TotalCap RSI and Pressure CandleCandles and areas where force is applied.
Special to see divergences and possible Order Blocks
The RSI is applied on the TOTALCAP to be able to visualize when the entire market is in turning conditions
Dual RSI cyclic smoothedThis script is an updated version of the cRSI.
It add a short cycle (5 period) RSI to the mix, so see the violent move.
RSI + MACDRSI and MACD in one simplified indicator. Why? Because :
1. Save chart space, declutter, make decision making better, faster
2. MACD is not scaled to RSI range, now it is so you can have side by side comparison
Example how to use:
Enter on RSI oversold or overbought level, then exit on MACD crossover
See if there is an extra confluence to enter, hold or exit your trades, i.e oversold and falling macd is better than oversold and rising macd for short trades potentially.
Artharjan Relative StrengthHi Guys,
I have created Artharjan Relative Strength indicator which shows the comparison of a Stock (script) either with Benchmark Index or with its respective sectoral index.
If the Relative Strength value is more than Zero (Above Zero Line) then it means the Stock is outperforming the index and vise-a-versa
A moving average is also added to smooth out data series.
Traders can chose from the Benchmark/Sectoral indices as well as Moving Average Lookback period and moving average type for extra convenience.
If the Relative Strength is strong then trader can look forward to taking bullish trade and Investor can think of investing in that particular script for a long term period (Or as long as Relative Strength line does not cross below zero line)
The Default Lookback period selected is 55 (Fib number) as it covers considerable /sufficient amount of range to find out relative strength of the stock.
The Relative Strength depends on the timeframe you chose... so feel free to adjust the Lookback period from 55 to any other number depending upon your trading/investment timeframe.
Hope you guys would find this indicator useful.
Regards
Rahul Desai
@Artharjan