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.
This script shows the change from the market opening price to the market closing price of the previous day in percent. With this you can quickly get an overview of historical data for the change of the respective day. Important: the market closing price is always used for the calculation and not the pre/post market price. The label with the change value is...
Table of monthly % changes in Average Price over the last 10 years (or the 10 yrs prior to input year). Useful for gauging seasonal tendencies of an asset; backtesting monthly volatility and bullish/bearish tendency. ~~User Inputs~~ Choose measure of average: sma(close), sma(ohlc4), vwap(close), vwma(close). Show last 10yrs, with 10yr average % change, or to just...
This indicator shows the distance between the current price and the Moving Average price. Key Features: Show the distance between price and Moving Average (Read Distance Calculation for more information) Show Historic Highs and Lows Show Highest High and Lowest Low Show current Highest High, current Lowest Low and current distance Key...
This indicator marks big candles (major moves in percentage) on the chart and, more importantly, you will be able to add an alert to them. Indicator checks if the height (high - low) of last closed candle is bigger than the specified percent of the close of its previous. No matter if the last candle is red or green, the indicator compares the move amount with...
An indicator that lets you visualize the historical Yearly Percentage returns of any symbol . Key Features: Displays the yearly returns from start to end of each year Displays a table showing all yearly returns for current symbol Displays start of each year as a vertical line Displays up to 5 custom horizontal levels Table Settings: ...