Adjustable Percentage Range Moving Average (APRMA) The Adjustable Percentage Range Moving Average (APRMA) is a technical analysis tool designed for traders and market analysts who seek a dynamic approach to understanding market volatility and trend identification. Unlike traditional moving averages, the APRMA incorporates user-adjustable percentage bands around a...
ATR with Price Moving Average Indicator This custom indicator combines the Average True Range (ATR) with a Price Moving Average (MA) to help traders analyze market volatility in percent to the price. Key Components: Average True Range (ATR) Price Moving Average (MA) ATR/Price in Percent ATR/Price in Percent Purpose: This ratio helps traders...
This indicator is designed to visually represent percentage lines from the open of the day. The % amount is determined by X amount of the last days to create an average...or Average Daily Range (ADR). 1. ADR Percentage Lines: The core function of the script is to apply lines to the chart that represent specific percentage changes from the daily open. It first...
This indicator is designed to visually represent percentage changes from the previous day's close. 1. Percentage Change Lines : The core function of the script is to apply lines to the chart that represent specific percentage changes from the previous day's closing price. It can display up to five different percentage levels, ranging from 0.50% to 2.50% by...
This indicator is a visual percentile rank indicator that can display 1 to 5 sources at one time. The options: “Sources” Choose the number of sources you would like to display. The minimum is 1, the maximum is 5. “Label percent position” The label for the current percentage of where the source candle ranks. “Label position” This displays the source/s you’ve...
This script displays the percentage of movement of all candles on the chart, as well as identifying abnormal movements to which you can attach alerts. An abnormal movement is considered a rise or fall that exceeds the parameter set in the settings (by default, 1% per 1 bar). Added a function to display the volume on abnormal candlesticks.
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.