This indicator measures the Tolerance in the price, it works on all timeframes, The main goal actually was to indicate the undefined trend zones like when the price is squeezed, the indicator value will be very close to zero (at this zone you should not place any orders) But also the moving averages may give a good signals on the indicator, crossing up moving...
It give you the absolute value of bar changes for different period of tims (33, 100, 200) AND the max barchange ont the same period. Can be added in v4 in all codes. Stupid but useful. You can add it to any v4 script. The location of the table can be changed easily Inspired from the tradingview community. Don't forget to hydrate. @Magnumm
Italian physicist Galileo Galilei is usually credited with being the first to measure speed by considering the distance covered and the time it takes. Galileo defined speed as the distance covered during a period of time. In equation form, that is v = Δd / Δt where v is speed, Δd is change in distance, and Δt is change in time. The Greek symbol for delta, a...
This script was influenced by Scilentor's- "RSI Bar Colors / Scilentor". I improved upon the Idea by adding the ability to change the full range of RSI (Between 0 through 100) to any color you want within 5 point increments. Traditional use of RSI is to use it as an "Overbought" and "Oversold" indicator. A more uncommon/unknown use, especially among new traders,...
A simple script that plots the difference between the %ROC of price vs the %ROC of RSI, AKA the % of divergence. A simple way to analyze how strong a potential divergence is. Top reversals are above 0, bottom reversals are below. A value of 0 means price and RSI are changing by the same % value. So, if oscillator is moving up as price moves up, it means...
With this indicator you can add a table on top of your chart. What's in this table? On which graph you open this table, the indicator data at the selected time of that graph are written. In the image below, you can see the table in the upper right. You can also see two EMAs above the chart in this indicator. You can adjust their length. You can add...
This indicator allows you to quickly view the true % change per candlestick (prev close > current close), but it also has 3 other customizable values for you to set your own % change conditions (such as open > high). Feel free to edit the script to suit your own needs as well.
Hello friends, This is a multi-timeframe table with these features: Display price change percentage compared with the last timeframe candle close. Display price change percentage compared with the last timeframe candle close MA. Displays change percentage compared with the last timeframe candle volume. Displays change percentage compared with the last...
Smoothed Rate of Change indicator script. This indicator was originally developed by Fred G. Schutzman.
A screener that displays price percentage change in actual chart timeframe and the default Daily, Weekly and Monthly. The actual time frame also displays last value percentage change. For example, if actual timeframe is "Monthly, it is going to display also the last "previous Monthly percentage price change. Can select 3 more assets to display. Full control of...
This is little code snippet can be copied and pasted into your own strategies and indicators to easily calculate some interesting percentage change levels within a given lookback period. The function will return: The price change from the start to the end of the period The price change from the start of the period to the highest point within the period ...
My other indicator shows the linear regression slope of the source. This one finds the exponential regression slope and optionally multiplies it by R-squared and optionally annualizes it. Multiplying by R-squared makes sure that the price movement was significant in order to avoid volatile movements that can throw off the slope value. Annualizing the exponential...
Phase Change Index script. This indicator was developed and described by M. H. Pee (Stocks & Commodities V.22:5 (28-37): Phase Change Index). Other indicators of M. H. Pee:
Plots the percentage change of Nifty w.r.t previous day's close for any timeframe.
Measures the period's change in terms of the instrument's value (e.g. pip, dollar, etc) instead of as a percentage. I generally use it on a daily time frame with a period=1 to see how the current day's move compares with prior days' moves in order to gain a perspective into how this move ranks historically.
This script allows you to compare the percentage-based change in the price of any two securities on any given (and supported) timeframe on the chart. This can give you a very simple way to compare any two securities against one another. Ex: If your base security gained 5%, and the other security gained 3% in a single day, the change comparison would show a green...
Display a histogram of price changes over a given interval. Show change as a percentage or in dollar amount. Highlight changes that exceed a particular value.
This histogram displays price or % change from previous bar. Can be applied to any time frame. 06/01/2017 Added look back bars.