The " Keltner Channel Percentage " (KC%) indicator, designed for TradingView's version 5 language, offers a unique perspective on market volatility and trend analysis, similar yet distinct from the well-known Bollinger Bands Percentage (BB%). Audience and Applications: This indicator is suited for traders who prefer a volatility-based approach but seek a...
It is indicator for average percent range (range from high to low of stock/index price) of N days, This will help to find high percentage moving stock/index for intraday.
This utility script provides a convenient way to calculate the percentage gain or drop of a token's price within a user-defined date range. It eliminates the need for manual measurement on individual charts, saving time and effort. The script is particularly valuable when integrated into a daily token scanning routine for watchlists. By comparing the significant...
Description: The Price Percentage Shaded Candles indicator (P%SC) is a technical analysis tool designed to represent price candles on a chart with shading intensity based on the percentage change between the open and close prices. This overlay indicator enhances visual analysis by providing a visual representation of price movement intensity. How it Works: The...
Description: The Price Percentage Breakout by Time Period (P%BTP) indicator is a technical analysis tool designed to identify potential breakout signals based on the percentage change in price over a specified lookback period. It helps traders identify significant price movements that exceed a user-defined threshold, indicating potential trading...
This is a manual profit and loss tracker. It takes the user's manual input of total cost and quantity, and then outputs a table on the bottom right of the chart showing the profit or loss %, average purchase price, gross profit or loss, and market value. Instructions: 1. Double click the indicator title at the top left of the chart 2. Select the "Inputs"...
A fixed volatility plotter set to a 0-100 range - Plots the current volatility % using the formula to calculate volatility and stdev (standard deviation) based on the candle lookback. The indicator is Fixed, which means that regardless of the chart, the volatility will be plotted on a percentage of 0% - 100% with a 101% threshold set to indicate a volatility...
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...
Library "distance_ratio" Collection of types and functions that can be used for the calculation of the ratio of a distance from a barrier price using several methods. Methods supported are percentagewise (PERC), atr-based (ATR), fixed profit (PROF), tick-based (TICKS), risk reward ratio (RR) and local extrema (LOC). This library is meant to replace my...
Fairly straightforward script that allows you to plot the current price and % either above the last candle and/or to the right of it. There's also 2 price "follow" lines that you can turn off and on, much like the bid/ask line that's built in to TV. You can also choose to enable a specific % above/below current price to give you an idea on where price would be...
Volatility is a crucial aspect of financial markets that is closely monitored by traders and investors alike. The traditional Average True Range (ATR) oscillator is a widely used technical indicator for measuring volatility in financial markets. However, there are limitations to the ATR oscillator, as it does not account for changing market conditions and may not...
This script makes it easier to quickly check how the BTC pair of the current symbol is performing on any pair. It adds a " change percentage widge t" (of the BTC pair ) to the top right of the chart. (Refer to the image for an example.) The change percentage calculation is performed as described here: www.tradingview.com To match the "Chg%" that appears...
This module can be integrate in your code strategy or indicator and will help you to calculate the percentage probability on specific event inside your strategy. The main goal is improve and simplify the workflow if you are trying to build a quantitative strategy or indicator based on statistics or reinforcement model. Logic The script made a simulation inside...
Its the part 2 of Multiple Indicators 50EMA Cross Alerts. Its more suitable for the seconds chart. Beside, you can use it in higher timeframe. The input bars length is the sample size that the code will use to trigger all alert. 20 mean 20 bar after the current candle. When you activate volume alert you can select an amount of volume that when volume cross it...
This is a tracking tool to measure two different kinds of distances: - Gaps, from the open/close or the high/low value to the nearest open/close or high/low value. - Price extensions of one or two candles from a preferred starting point (open, high, low or close) to a final point (open, high, low or close). The two-candles mode includes an optional rectangle to...
BTC Profitable Wallets Strategy - plots the percentage of profitable BTC wallets and places long orders when the profitable wallet share crosses above 50%, historically a very accurate point to catch the next Bull Run early. The only setting is a smoothing option using the Moving Average method and length of your choice. On Chain Data is queried from...
this is a modified version of AlphaTrend Strategy with added trailing Stop Loss this is my first script that I have added to tradingview community the trailing SL makes it very effective to lower the losses and can improve the overall return
Filter: If green candle is 'x' % above moving average than colour of candle is turn in blue colour. If red candle is 'x' % below moving average than colour of candle is turn in orange colour.