Relative strength is a calculation of the price trend of a stock or a financial instrument in comparison to another instrument, stock, or industry. It shall be determined by taking the price of one commodity and dividing it by another. Relative strength is a strategy used for determining value stocks and is used in momentum investing as well. It involves...
New and improved strength heatmap for the top 100 volume leaders in the S&P. Coded in a workaround to the 40 request.security limitation that currently exists in Pine. Added the ability to input the number of columns (time frames) you wish to display. For 3 time frame analysis, add the indicator to your chart 3 times. Change the number of columns to 3 for each...
The Relative Strength Volume Adjusted Exponential Moving Average was created by Vitali Apirine (Stocks and Commodities Feb 2022 pgs 14-18) and this is very similar of course to the last Relative Strength Exponential Moving Average . It works under the same concept with using overbought and oversold methods to adjust the moving average and with this particular...
This script measures the strength of the 6 major currencies USD, EUR, GBP, CAD, AUD and JPY. Simply, it averages the RSI values of a currency vs the 5 other currencies in the basket, and displays each average RSI value in a table with color coding to quickly identify the strongest and weakest currencies over the past 14 bars (or user defined length). The Dir....
Rate Of Change Percentile calculates the current ROC (user defined length) as a percentile rank. We use 2 separate arrays, one for all positive ROC values and one for all negative values within a defined lookback period. Then the current ROC value is compared to those arrays to find it's percentile ranking. For example, a ranking of 75 means the ROC is in the...
This is an enhanced TSI. The others I've found on here have generally lacked sufficient settings context and/or alert definitions, so I made this version to address those gaps. In addition to that, I also added a way to plot a user-customizable moving average line of the TSI to better help identify trending conditions across TSI swings.
Dear All, This is my first public script modified to adapt the concept of Mr. Premal Parekh on Adaptive Relative Strength - ARS) The original Script is developed by modhelius. I have proved the version as per my requirement and included concept of ARS. This script will remove the manual calculation task which is required on daily basis to calculate number of...
This script is improved over the existing script developed by Mr. modhelius I have added ASR Concept of Mr. Premal Parekh. This script will remove manual calculation of Trading Days from ASR Date.
RVM Relative Volume Momentum is an indicator that shows relative volume as a percentage of volume over the last 5 bars to the average volume of the same 5 bars of the previous 3 days.
RVI Relative Volume Intraday is a simple label next to the last bar that shows the relative volume as a percentage of the ratio of today's volume to the average volume for the same intraday time period of the last five days. Useful for break-out intraday strategies.
This script plots the ratio between a ticker and the selected index. Currently, I have US equities indexes listed + BTC. It's a great way to check for relative strength, determine if absolute highs relative to the ratio are being made, etc. Additionally, optional comparison of the RSI is included. I was just testing something out but figured I'd leave in here...
CCFp displays the strength of a currency pair. It is based on the CCFp of MT4. It is available for USD, EUR, GBP, CHF, JPY, AUD, CAD, NZD.
Summary ========= The Bar Strength Inspector / Bar Strength Index (BSI) is an indicator that evaluates each price bar against a user-selectable set of "strength categories" - BSI then calculates a combined score from these categories and provides an index - plotted as a centered oscillator - roughly similar to the way Relative Strength Index (RSI) works, which...
This is a mod of a script by informanerd that has helped me immensely with my trading setup. HUGE HUGE HUGE credit to him! Check him out! He gave me permission to publish this and so here I am, sharing it with you. I hope you all like it! This version is functionally essentially the same - the difference is in visualization choices and automation. Instead of...
This is a custom indicator of mine loosely based on the work by James Garofallou (Stocks and Commodities Sep 2020 pg 14) and this is meant for medium to long term trend confirmations. The idea behind this indicator is to capture 3 different dimensions of trend strength. The first dimension captures the overall strength of the underlying stock vs the market (in...
Check out my automatic support and resistance indicator that uses the EMA of price change * relative volume as the bases of pivot search. It also tells the strength of the support and resistance lines calculated using a 4 times quicker EMA and using its distance from the slower one. The strongest plotted line has the maximum opacity and the weakest has the...
This RSI script includes everything you could want on an RSI. There are multiple timeframes which will give context to market movement, as well as a highlight feature to make it easier to visualize overbought and oversold stocks. Tip: Uncheck the 4 plots with no color in them to remove the extra headers on the indicator.
A RSI implementation tailored for a specific use case. Instead of using RSI with oversold and overbought values, I use it as a median value. If the RSI is above 50, the trend is bullish. If the RSI is below 50, the trend is bearish. This indicator is customized to help you easily identify market strength/weakness based on which side of the median value the RSI is.