OVERVIEW: This indicator aims to effectively show us the percentage change of the price within the time frame we have chosen. What is the purpose of this indicator? This indicator shows how the price changes for each bar at different time frames we have chosen. By examining the percentage change in different time periods, we can easily look at the change...
This indicator is based on the trading formation Higher high and Higher low. It dynamically displays the current price above the bar on a label. Features: • If the current price is lower than the previous high the label color will dim. • If the current price is lower than the previous low the price figure will turn red. • Completely customizable • ...
This pine script calculates percent volatility momentum, negative percent volatility and positive percent volatility. The blue line is the overall momentum of the current percent volatility trend. The red line only includes negative movements in the percent volatility of the source. The green line includes only positive movements of the percent volatility of the...
Percent Research is an indicator that will plot a color / column on the chart in case custom requirements are met. The requirements are: - Price : Price requirement (equal or above input). - Change % Up : Amount the price have moved up in percent (equal or above input). - Change % Down : Amount the price have moved down in percent (equal or below input). - ...
This script helps you find abnormal bars on the charts. An abnormal bar is a bar that is larger than the adjacent bar by at least 50 percent. The script can search for bars on any time frame. The search for an abnormal bar, is possible in two ways: - on the absolute value, for example - all that is higher than 0.5% is considered an abnormal bar, on different...
Library "inChart" determine if price value is between chart high + x% and low - x% on the visible chart. inChart()
█ OVERVIEW This script determines the proportion of bullish and bearish candles in a given sample size. It will produce an oscillator that fluctuates between 100 and -100, where values > 0 indicate more bullish candles in the sample and values < 0 indicate more bearish candles in the sample. Data produced by this oscillator is normalized around the 50% value,...
A nice little gadget. Can be used to visually hint on volatility. Will show a leading vertical bar which shows percentage of price, both up and down, in relation to current price.
This indicator plots on the chart +/- 1% / 2% / 3% ranges based on the previous day's close levels. Disclaimer : Success in trading is all about following your trading strategy and indicators should fit into your own strategy, and not be traded purely on. This script is for informational and educational purposes only. Use of the script does not constitute...
Percent Off All-time High tracks the percentage difference between the previous day’s closing price and the All-Time high price of the security’s entire price history. This metric tells you how far the price has deviated from/converged on the all-time high price.
A Percentage Momentum Indicator (oscillator) is a technical indicator which shows the trend direction and measures the pace of the price fluctuation by comparing current and past values. Normalized to be bounded to oscillate between 0 and 100 percent of recent price variation. As is, it average true range of an instrument can be easily compared to any other...
Show percent daily moves with a 5 period look back. This helps visualize recent performance.
This script tracks the percent change of Bitcoin vs. the percent change of the coin on the chart. Crypto markets are usually affected greatly by Bitcoin swings so being able to see if the given coin is trending above or below Bitcoin is useful market data. All choices made with this script are your own! Thanks.
it's just an average moving multiplied by a percentage. this is good for measuring the acceleration of price movements
This is a far inferior method for a screener/scanner (compared to my first publication) but after looking at that script from a noobs eyes again, I could see how this form would be a lot easier to take in/understand so wanted to publish it. Everything that I could think of to mention about this is in my 1st pub so ill leave it to you to check it out...though I...
It can be used to get the indication for 20% up movement among all continuously green candles formed in past. It is suitable for Indian company stock for short term trading plans.
This script improves the Supertrend indicator by displaying a label that shows the percent difference between the latest closing price & the Supertrend. This comes in handy when one is using the Supertrend value as a stoploss level. For instance, one would like to have a maximum stop loss level of 8%. Instead of calculating how much percent the price is away...
This Indicator displays the momentum (performance) of the symbol in percent. You can compare the performance with other symbols. The default benchmarks are the S&P 500, the MSCI World and the FTSE All World EX US. The default length corresponds to one year in the timeframes monthly, weekly and daily. In intraday the default length is 200, but you can also set...