RSI With Noise Elimination Technology (John Ehlers)Indicator translation to Pinescript requested by cookie_crusher on Twitter. The "RSI With Noise Elimination Technology" (NET) is an indicator developed by John Elhers.
The indicator is simply a rolling Kendall rank correlation coefficient of a normalized momentum oscillator (a version of the RSI introduced by Elhers in the May 2018 issue of Stocks & Commodities). It can be interesting to note that the absolute value of this oscillator is equal to the efficiency ratio used in the Kaufman adaptive moving average (KAMA).
Even if both the normalized momentum oscillator and rolling Rank correlation are scale-invariant oscillators, they do not have the same behaviors when increasing their settings, that is the normalized momentum oscillator scale range will become lower while the Kendall correlation will stay close to 1/-1, here is a closed-form approximation of the mean of the absolute value of the normalized momentum oscillator absolute value (efficiency ratio):
E (er) ≈ 1/√p
Where E (er) is the mean of the efficiency ratio er while p is the period of the efficiency ratio, as such the scale of the normalized momentum oscillator will shrink with a higher period, maybe that both are not intended to be plotted at the same time but that's what the original code does.
It's still a coll indicator. The link to J. Elhers article is in the code.
Cerca negli script per "rsi"
RSI - MTF - Non RepaintUsing rsi with security function directly will cause repaint. Hence, doing it based on close price and calculating rsi via formula to avoid that. Hope this solves repainting issue.
Thanks to @Jittra for requesting this :)
RSI Divergence multi Timeframe Ultimate
2 x Rsi Level
Show Divergence and Color Bars
Show RSi from multi Timframes with lines and/or Label
Fully configurable
Aertable
RSI of Ultimate Oscillator [SHORT Selling] StrategyThis is SHORT selling strategy with Ultimate Oscillator. Instead of drectly using the UO oscillator , I have used RSI on UO (as I did in my previous strategies )
Ultimator Oscillator settings are 5, 10 and 15
RSI of UO setting is 5
Short Sell
==========
I have used moving averages from WilliamAlligator indicator --- settings are 10(Lips), 20(teeth) and 50 (Jaw)
when Lips , Teeth and Jaw are aligned to downtrend (that means Lips < Teeth < Jaw )
Look for RSIofUO dropping below 60 ( setting parameter is Sell Line )
Partial Exit
==========
When RSIofUO crossing up Oversold line i.e 30
Cover Short / Exit
=================
When RSIofUO crosisng above overbought line i.e 70
StopLoss
========
StopLoss defaulted to 3 % , Though it is mentioned in settings , it has not been not used to calcuate and StopLoss Exit... Reason is, when RSIofUO already crossed 60 line (for SHORTING) , then it would take more efforts go up beynd 60. There is saying price takes stairs to climb up but it takes elevator to go down. I have not purely depend on this to exit stop loss, however noticed the trades in this stratgey did not get out with loss higher than when RSIofUO reaching 70 level.
Note
======
Williams Alligator is not drawn from the script. It is manually added to chart for illustration purpose. Please add it when you are using this strategy , whch woould give an idea how the strategy is taking Short Trades.
This is tested on Hourly chart for SPY
Bar color changes to purple when the strategy is in SHORT trade
Warning
========
For the eductional purposes only
RSI Over 85When Weekly RSI, using Coinbase Data, gets over 84 , then it generates a marker on the chart saying FOMO
I had been manually checking that. However, this is needed for my own personal use as an alert. Hence, I created this.
This is so simple script that I have made this open-source.
Note: This is my own belief that whenever RSI is over 84 on weekly timeframe using COINBASE data, there may be one red candle nearby. This only works with BTC charts. It does not work with other charts.
RSI de 4 [Valente]Study RSI 4 (RSI 25) from connors strategy. It will fill the candle color with green on buy signals and red on end positions base on RSI4 study.
RSI -ZIGZAGSo this indicator is RSI Zigzag
with fast RSI with create high and low
then we just add % zigzag
you can modify the signal by length or by % of the zigzag that make change
the signal created by the cross over the zigzag
alerts included
there is no lag in this zigzag
RSI PieMore a novelty than anything useful. Measures the % of overbought/sold RSI and renders as a pie chart. RSI % -> Radians -> (x,y) -> bar_time. 24hr market charts only.
RSI (Lucho_FGL) MulticolorIt is an RSI indicator. Unlike the rest, we can see at a glance areas of over-buying and over-selling. We can also see the crossing of the RSI indicator with the Exponential Moving Average with its colored areas.
RSI Chart Bars 8 55 45Dear Traders
This RSI 8 period made for perfect entry for Long and Short for Intraday/Scalping in any time frame, when RSI 8 crossed above 55 the Candle charged to White then you can go for Long/Buy and when crossed below 45 the Candle changed to Yellow so you can go for Short/Sell, it working in any time frame.
Thanks & Regards
Nesan
RSI, STOCHASTIC, KELTNER AND EMA CROSSES COMBINEDI have combined RSI and Stochastic but also added an keltner channel and then also two EMA's.
How the indicator works is the background turns green when the rsi and stochastic are below 20 and the keltner channel is below X and also your fast ema is below your slow ema and then vice versa for sell signals.
Feel free to leave a comment on what you think and what could be improved on it because i know their is some fine tuning to do and some improvement that can be made and I'm sure i'll be updating this myself.
All the variables are interchangable and the indicator has alert functionality.
RSI cross Bollinger Band indicatorThis is a RSI cross Bollinger Band indicator that paints bgcolor short and long signals when the RSI cross's up through the lower bollinger band ( Long ) or cross's down through the upper bollinger band ( Short )
I have also added alerts for the signals
please note there is still noise with this, you need to use with something else like MFI or VFI
RSI SUPER TREND V1very simple script of RSI super trend based on super trend V
(can be found in my open scripts
buy period is green
sell period is red
you can change length by min time (now set to 240 min)
you can change output by RSI length or the supertrend ATR
very easy to add signal or alert to it
i may do it later
RSI HLOCShout out to @FnM_Capital for the original script
For that its open code as his was
ALl i added was a different variable for the color code and also removed some things i found unneeded
I also changed the period and the underlying rsi variable from RMA to WMA
The final change i made was the zones he had, i changed them to reflect my SRSI levels.
good little secondary check to strength in momentum . Wicks and candle patterns have the same logic in the RSI version made here
CHEERS
RSI Custom BandsThere is no change in the RSI functionality. The idea is that everybody can adjust the oversold and overbought regions shown in the RSI indicator. So if you like to change these bands then you can do it here.
Important:
Original Code is written by JusttyMaldonado and TradingView itself. I simply added the functionality to adjust the bands to the values you like. It seemed helpful to me as I sometimes changes these areas so it might be helpful for other too.
RSI with BB and MAsThis indicator is based on the 'rsi sma/ema CU' indicator by auroagwei. That is a great base to start with.
I've added Bollinger Bands, crossover indications and alert conditions to it, to work with a combined RSI - MA - BB strategy.
RSI & StochasticHello everyone,
I would like to share with you my new little toy...
It's an oscillator wich combine RSI based on his neutral value (50) and Stochastic on the same spot.
Defaults values are ( 21 ) for RSI and ( 15,5,3 ) for stochastic.
All parameters are editable...
I hope you will enjoy
Cheers,
Keep it Simple
RSI FDAX/FGBLEnglish:
This is a script I made upon request from a user.
RSI calculates from the quotient of the FDAX and FGBL. I added a simple moving average of 10 and I colored the ranges between 30 to 40 and 60 to 70.
Deutsch:
Dies ist ein Skript das ich auf Anfrage eines Nutzers erstellt habe.
RSI berechnet aus dem Quotienten vom FDAX und FGBL. Ergänzt habe ich einen einfachen gleitenden Durchschnitt 10 und ich färbte die Bereiche zwischen 30 bis 40 und 60 bis 70.
RSI chop filterThis demonstrates how you might filter your signals using RSI, but the same technique could be applied to Stochastic RSI and any other oscillator that has overbought and oversold conditions.
Use it as a visual indicator to determine when to enter a trade:
Red = Chop zone (no trade)
Bright red = Tight chop (dear god stay away)
Green = Overbought or oversold (signals permitted)
Bright green = Crossing up/down (take the trade)
To apply the filter, simply add 'and not chop' after your conditions as seen in the commented out example.
Rsi Stops - JDThis simple indicator gives you a bias on the market that can be used as a filter, an entry indicator for pullbacks,...
It shows the special relationship I discovered between the rsi and the 27 period ema
and the relation between the 40/60 levels of the rsi and the atr offset of the 27 ema line
Enjoy!
JD.
#NotTradingAdvice
#DYOR
RSI / STOCH RSICan be used in any time frame, any market (crypto,stock and FX) and any symbol. Values changeable and turntable on/off.
Include's :
- RSI
- SRSI
RSI + RSI STOCHASTIC + MFICombines: Relative Strength (purple) and RSI Stoch (Orange/gray), Money Flow (green) all in one indicator window.