This indicator is built to mesure the performance of a stock vs the index of choice. it is best use for the intraday session because it doesn't take gap into account when doing the calculation. This is how i made my math (using AAPL compared to SPY for simplicity) (change AAPL / ATR AAPL) - (change SPY / ATR SPY) * beta factor * volume factor change is calculated...
This is an old script that I use with some useful RSI strategies from "Technical Analysis for the Trading Professional" 2nd edition by Constance Brown. The base RSI comes with the option for custom length, and has some pre-configured ranges for looking at exits and entrances. The idea is to be bullish when bounces happen in the red zone during an already bullish...
Relative strength (RS) is a measure of a stock's price performance relative to the overall market. It is calculated by dividing the stock's price change over a specified period by the market's price change over the same period. A stock with a high RS has outperformed the market, while a stock with a low RS has underperformed. (Stock can any asset that can be...
First of all, a big shoutout to @shayankm, @LazyBear, @Bromley, @Goldminds and @LuxAlgo, the ones that made this script possible. This is a version of Waddah Attar Explosion with Traders Dynamic Index. WAE provides volume and volatility information. Also, WAE calculation was changed to a full-on MACD, to provide the momentum: the idea is to "assess" which MACD...
This script shows how money is moving among different sectors using relative-strength of the corresponding sector-specific largest ETFs against MSCI World. Trend and current value of Relative-strength can be used to determine the sector in which you should make your investment at this point, considering the movement in markets.
A pull-back occurs whenever the price or the value of an indicator breaks a line and comes back to test it before continuing in the prevailing trend. The RSI has oversold and overbought levels such as 20 and 80 and whenever the market breaks them returns to normality, we can await a pull-back to them before the reversal continues. This indicator shows the...
RSI Advanced As the period value is longer than 14, the RSI value sticks to the value of 50 and becomes useless. Also, when the period value is less than 14, it moves excessively, so it is difficult for us to see the movement of the RSI . So, using the period value and the RSI value as variables, I tried to make it easier to identify the RSI value through a new...
Hello everyone, This Script is designed to show relative strength or relative weakness. It takes the stock your looking at and compares it to the sector it is in and to SPY. It evaluates strength or weakness on every candle. In this specific script it is only designed for the communications sector(XLC), so all the names I have inputted into the script fall...
Relative Strength Index (RSI) + Realtime Divergences This version of the RSI indicator includes the following features: - Optional divergence lines drawn directly onto the oscillator in realtime. - Configurable alerts to notify you when divergences occur. - Configurable lookback periods to fine tune the divergences drawn in order to suit different trading...
The basic math behind this Indicator is very similar to the math behind the Relative Strength Index without using a standard deviation as used for the Relative Volatility Index. The Volatility Range is calculated by utilizing the highs and lows. However not in the same way as in the Relative Volatility Index. This approach leads to different values, but the...
Overview: One-stop shop for all your divergence needs, including: (1) A single metric for divergence strength across multiple indicators. (2) Labels that make it easy to spot where the truly strong divergence is by showing the overall divergence strength value along with the number of divergent indicators. Hovering over the label shows a breakdown of each...
When RSI is above 50 our default bias is on buy side and when below 50 our bias is on sell side. Therefore created 2 zones for easy identification.
Displays the Relative Strength (RS) of a symbol in relation to some common sector ETFs, SPX and NDX (select from drop-down list). This is done by dividing the symbol's price by the chosen sector ETF's price. You can also select a symbol of your choice to compare against. Interpretation: RS line ascending: symbol performs stronger than the sector ETF. RS line...
Relative strength rank is a momentum indicator based on combination of short and long term strength combined with ATR to adjust for current volatility. The Multi timeframe version long with signals only above or below +1 and -1 provide quite reliable signals and entries for pullback levels. The RSR signal has been smoothed with EMA.
The candle strength indicator depicts the average strength of the price action by evaluating bullish vs bearish candles. The scale is relative to price fluctuation and the size of the candles for the particular ticker / market, so there are no significant levels. A cross on the zero line would generally indicate a change in trend / sentiment. This indicator...
This script it's created to send open-close signals via webhook. It allows you to open a relative value position based in the relative graph. You can set the TP and SL levels and the script will send the signal to your exchange. Due a pine limitations it is necessary apply the script in the 2 different actives and set the alerts. You can just do the relative...
Hello traders! This is my first script that I will publish here. This script calculates the relative volume based on the average volume at that time of the day across different brokers.
I've seen several youtubers using 2 RSI's on top of one another to filter trades for their strategies. I figured I would just code it up as an all-in-one indicator for people who have the basic package. This way they have an extra slot for another indicator if they need one and also for convenience. Longs only when RSI 1 is above RSI 2 and shorts only when...