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...
MTM - Momentum Description The Momentum indicator is a speed of movement indicator that is designed to identify the speed (or strength) of price movement. This indicator compares the current close price to the close price N bars ago and also displays a moving average of this difference. Category Momentum Indicators Parameters N ( Default: 6 Min: 1 Max: 100 ) N1...
The most basic of trend indicators is the price change over some period of time. Rate of change is the most common indicator to use which calculates the current price minus the price n bars back. I've written this indicator to solve several problems the default value of ROC. 1. We're interested in the magnitude or strength of the slope of change. 2. We need a...
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...
True Strength Indicator (TSI) + Realtime Divergences + Alerts + Lookback periods. This version of the True Strength Indicator adds the following 5 additional features to the stock TSI by Tradingview: - Optional divergence lines drawn directly onto the oscillator in realtime. - Configurable alerts to notify you when divergences occur, as well as when the TSI and...
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...
True Strength Indicator (TSI) + Divergences + Alerts + Lookback periods. This version of the True Strength Indicator adds the following 3 additional features to the stock TSI by Tradingview: - Optional divergence lines drawn directly onto the oscillator. - Configurable alerts to notify you when divergences occur. - Configurable lookback periods to fine tune the...
It is hard to know which party plays a vital role in the candle. Sometimes we see a red candle/ Seller's candle very weak, but still, the market continues. Here, I tried to figure out how much strength buyers/sellers possess in their respective candles. The idea is simply to measure the area between high and low and then calculate the opposite party's oppression...
This relative strength indicator compares the G8 currencies against each other in all 28 combinations. It uses the 200 period moving average as a scoring system. For example on eurusd if current price action is above the MA that is +1 for the eur and -1 for the dollar and the inverse is applied if current price is under the 200 ma. The higher the number the...
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...
HLC True Strength Indicator Volume Weighted with Vix Line by SpreadEagle71 This indicator is a True Strength Indicator with Close, High and Low used together, along with the TSI of the Vix. The white line is the close. The red line is the lows and the blue is the highs. These are also volume-weighted. How to Interpret: 1. zero line crosses. If SPY/SPX500...
Relative slope metric Description: I was in need to create a simple, naive and elegant metric that was able to tell how strong is the trend in a given rolling window. While abstaining from using more complicated and arguably more precise approaches, I’ve decided to use Linearly Weighted Linear Regression slope for this goal. Outright values are useful, but the...
As you probably know in TradingView there is a limit of 40 instruments in one custom screener. I created a script that will allow you to scan more symbols. The idea of it is pretty simple. You have to add a screener a few times on your screen with a different set of symbols. Then select column width (as % of your chart width) and # of the screener right to left....
A mathematically elegant, native & modern way how to measure velocity/ strength/ momentum. As you can see it looks like MACD, but !suddenly! has N times shorter code (disregard the functions), and only 1 parameter instead of 3. OMG HOW DID HE DO IT?!? MACD: "Let's take one filter (1 parameter), than another filter (2 parameters), then let's take dem difference,...
The relative strength index (RSI) is a momentum indicator that measures the magnitude of recent price changes to evaluate overbought or oversold conditions. The RSI is normally displayed as an oscillator separately from price and can have a reading from 0 to 100. This indicator displays the current RSI levels at up to 6 timeframes (of your choosing) in a grid. If...