Dear Tradingview community, I'd like to share one of my staple indicators with you. The volatility depth indicator calculates the volatility over a 7-day period and plots it on your chart. This indicator only works for the DAILY chart on BTC/USD. Colors I've color coded the indicator as follows: - Red: Extreme Volatility - Orange: High Volatility - Yellow:...
No Code Signals is an intuitive user interface for users to generate their own signals based on indicators they already have applied to their chart. This indicator makes use of the new input.source() limits for importing data from external sources (indicators) into 1 indicator. You are now able to import ANY number of sources from up to 10 different...
The Ultimate Multi Indicator script allows you overlay multiple commonly used indicators over the chart thus helping you overcome the limit of three indicators per chart imposed by TradingView to free accounts. It currently supports MA lines (EMA/SMA), Bollinger Bands, MACD and RSI. I plan on adding more indicators like ADX, AVERAGE TRUE RANGE, STOCHASTIC RSI,...
OVERVIEW: Kitchen is a strategy that aims to trade in the direction of the trend by using supertrend and stochRsi data by calculating at different time values. IMPLEMENTATION DETAILS – SETTINGS: First of all, let's understand the supertrend and stocrsi indicators. How do you read and use Super Trend for trading ? The price is often going upwards when...
This indicator shows the upwards (green) and downward (red) volatility of the market. It is a standard deviation of the price but with a twist! For the upwards volatility , only the green candles are taken into account, and for the downwards only the red candles are. Compared to my previous "Ladder ATR" indicator this a different approach to measure the the...
This indicator shows the upwards (green) and downward (red) volatility of the market. It is a moving average of the true range values like the ATR indicator does but with a twist! For the upwards volatility, only the green candles are taken into account, and for the downwards only the red candles are. To the best of my knowledge, this technique had been introduced...
www.tradingview.com This indicator is a simple script meant to find retests on the 200 period moving average. It's current state is optimized for the 5 minute timeframe. This works in all markets and all timeframes as long as you adjust certain rules for higher timeframes. It's strengths and weaknesses - Good at trend continuation in strong markets - Bad in...
This is a comprehensive trading tool that presents an overview of the market in a tabular format. It consists of five distinct categories of trading indicators : Volatility, Trend, Momentum, Reversal, and Volume. Each category includes a series of indicators that are widely used in the trading communauty. The Volatility category includes the Average True Range...
This script is a quantitative price forecasting indicator that forecasts price changes for a given asset. The model aims to forecast future prices by analyzing past data within a selected time period. Mathematical probability is used to calculate whether starting from time X can lead to reaching prices Y1 and Y2. In this context, X represents the current...
Shows basic pivot point of support and resistance levels. Will show alerts for break of sup. or res. Allows for a volume filter for sup. res. breaks as well. "B" means break of either a Sup. or Res. level with volume greater than the threshold. "Bull/Bear Wick" means bullish/bearish candle on break. Left - number of bars left hand side of the pivot . Right...
Fibonacci Extension Fibonacci Extension is a powerful technical analysis tool that traders use to predict where the market might find support and resistance. It is based on the Fibonacci sequence and uses levels that are found by extending the 23.6%, 38.2%, 50%, 61.8%, and 100% Fibonacci ratios from a swing high or low. These levels can be used to find possible...
The Power Indicator is intended to return some exponential moving average, vwap, volume bar, and others. With this compilation, you will be able to use them as one indicator in Trading View. The components are: - EMA9 - Exponential Moving Average of 9 days - EMA21 - Exponential Moving Average of 21 days - EMA50 - Exponential Moving Average of 50 days - EMA200 -...
This script is an advanced trading strategy that combines the use of Bollinger Bands, Relative Strength Index (RSI) and Moving Average Convergence Divergence (MACD) indicators to make buy and sell decisions. The script first plots the Bollinger Bands on the chart, with the upper and lower bands of two different standard deviations (1st and 2nd StdDev) outlined...
Flying Dragon Trend Indicator can be used to indicate the trend on all timeframes by finetuning the input settings. The Flying Dragon Trend family includes both the strategy and the indicator, where the strategy supports of selecting the optimal set of inputs for the indicator in each scenario. Highly recommended to get familiar with the strategy first to get the...
The live portfolio screener indicator is a tool that help users to track the performance of their investments in real-time. The indicator provides a detailed breakdown of the user's portfolio, including the current profit and loss (P&L) for each stock that is invested in. This allows users to quickly and easily see how their portfolio is performing and make...
╭━━━━╮╱╱╱╱╱╱╱╱╭┳╮ ┃╭╮╭╮┃╱╱╱╱╱╱╱╱┃┃┃ ╰╯┃┃┣┻┳━━┳━╮╭━╯┃┃╭╮╱╭╮ ╱╱┃┃┃╭┫┃━┫╭╮┫╭╮┃┃┃┃╱┃┃ ╱╱┃┃┃┃┃┃━┫┃┃┃╰╯┃╰┫╰━╯┃ ╱╱╰╯╰╯╰━━┻╯╰┻━━┻━┻━╮╭╯ ╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╭━╯┃ ╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╰━━╯ About the script: This script is an easy-to-use trend indicator, which is based on another popular indicator called "Supertrend" . The basic idea is very simple, i.e. to compute Average...
Investing Zones indicator shows the areas where LONGS or SHORTS can be made, the areas are calculated based on the mathematical averages of the high and low peaks of the price. -There is an area called "No trading Zone" where the price is too slow, It also has a Alma Trend Ribbon (blue for uptrend, pink for downtrend) that helps to make trading decisions. -You...
TradingView has a little-known integration that allows you to pull in 3rd party data-sets from Nasdaq Data Link, also known as Quandl. Today, I am open-sourcing for the community an indicator that uses the Quandl integration to pull in historical data and ratios on the S&P500. I originally coded this to study macro P/E ratios during peaks and troughs of boom/bust...