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...
This strategy is a combination of 2 indicators based on EMA(actually x3 EMAs and Williams ind. We usin this to see where EMA fast is above EMA slow(for long), entry position when price hit fast EMA and exit if trend changes or price overbought, or by stoploss 1%. The opposite for a short position. For better result You can change every EMA's, stoploss, Willam's...
MTM - Momentum Description The Momentum indicator is a speed of movement indicator that is designed to identify the speed (or strength) of price movement. This indicator compares the current close price to the close price N bars ago and also displays a moving average of this difference. Category Momentum Indicators Parameters N ( Default: 6 Min: 1 Max: 100 ) N1...
This script lets you have multiple Smoothed Moving Averages for any timeframe of your choosing that are configurable to your liking all in one indicator. Very useful if you want to always show a specific MA like the 200d SMA on smaller timeframes, for example. Defaults to 30 d, 60 day, 90 day
Introduction This here is a non-repainting indicator where I use inverse Fisher transformation and smoothing on the well-known CCI (Commdity Channel Index) momentum indicator. "The Inverse Fisher Transform" describes the calculation and use of the inverse Fisher transform by Dr . Ehlers in 2004. The transform is applied to any indicator with a known probability...