CHOPperIt is based on the Choppiness Index indicator. It can show you when the market is in range. If the lines are below the lower band, it can be a strong trend, if it is inside the 2 bands, it is considered to be a choppy market, and if it is crossed down the upper band, it can be a developing trend.
This indicator does not show you the trend direction! This may be used as a confirmation indicator.
The improvements this indicator provides over the original:
It uses ATR instead of just TR (if ATR length is 1, it is the original TR)
It uses my ATRWO (ATR Without Outliers) indicator inside, which can remove extreme highs and lows from calculation. You can tune this by the "ATRWO STDev Mult" parameter. Higher value means more outliers are allowed.
It has 2 lines, one uses ATR(WO) (the blue one), which can be similar to the original Choppiness Index, the other uses standard deviation (the teal one).
The 2 lines can be used together, or you can hide one of them.
Standardabweichung (Volatilität)
Trendlines with Breaks [LuxAlgo]The trendlines with breaks indicator return pivot point based trendlines with highlighted breakouts. Users can control the steepness of the trendlines as well as their slope calculation method.
Trendline breakouts occur in real-time and are not subject to backpainting. Trendlines can however be subject to repainting unless turned off from the user settings.
The indicator includes integrated alerts for trendline breakouts.
🔶 USAGE
Any valid trendlines methodology can be used with the indicator, users can identify breakouts in order to infer future price movements.
The calculation method of the slope greatly affects the trendline's behaviors. By default, an average true range is used, returning a more constant slope amongst trendlines. Other methods might return trendlines with significantly different slopes.
Stdev makes use of the standard deviation for the slope calculation, while Linreg makes use of the slope of a linear regression.
The above chart shows the indicator using "Stdev" as a slope calculation method. The chart below makes use of the "Linreg" method.
By default trendlines are subject to backpainting, and as such are offset by length bars in the past. Disabling backpainting will not offset the trendlines.
🔶 SETTINGS
Length: Pivot points period
Slope: Slope steepness, values greater than 1 return a steeper slope. Using a slope of 0 would be equivalent to obtaining levels.
Slope Calculation Method: Determines how the slope is calculated.
Backpaint: Determine whether trendlines are backpainted, that is offset to past.
Standard Deviation Candles (With Emoji)In crypto, significant price moves can be a sign of continuation or reversal. This script measures if price move is greater than a certain number of standard deviations vs. previous periods, then alters bar colours and/or prints an emoji signal.
TradeChartist Mean Momentum Drift Bands (MMDB)™TradeChartist Mean Momentum Drift Bands (MMDB) is a Momentum indicator that plots a Mean Momentum line (calculated automatically from sample means of many lookback periods decided by the script logic) and Upper/Lower Drift Bands (calculated using standard deviation). The script helps spot price volatility, Oversold/Overbought zones and also generates high probability breakout signals without any user input.
===================================================================================================================
Features of ™TradeChartist MMDB
==============================
Momentum Mean and 4 upper/lower Drift bands.
No User input required.
3 Visual colour schemes - Chilli, Flame and Custom.
MMDB table that shows asset's price, RSI and values of Mean & Upper/Lower Drift bands
Breakout Signals (Bull and Bear arrows) based on price closing above or below the 1st Drift Band.
Overbought and Oversold zones.
Colour Bars based on Momentum strength.
Alerts for Bull and Bear Breakouts ( Once per bar close to be used).
===================================================================================================================
Example Charts
1. MMDB used along with ™TradeChartist MMDO (Mean Momentum Drift Oscillator) on 4hr chart of BINANCE:BTCUSDT
2. MMDB on 4hr chart of OANDA:XAUUSD
3. MMDB on 1hr chat of OANDA:SPX500USD
4. MMDB connected to ™TradeChartist Plug and Trade on BINANCE:LINKUSDTPERP
===================================================================================================================
Note: The script doesn't repaint, so the alerts can be used with confidence. To check this, users can do bar replay to confirm if the plots and markers stay in the same place.
===================================================================================================================
Best Practice: Test with different settings first using Paper Trades before trading with real money
===================================================================================================================
DMI & ST DEV zone intersection [LM]Hello Traders,
This indicator uses two indicators st dev extremes and DMI extremes and visualize intersection of both indicators extreme zones using crosses. It means where cross is rendered intersection of extremes has occurred.
The standard deviation uses the same calculation as my Standard deviation zones Support & Resistance indicator, DMI indicator measures both the strength and direction of a price movement. I am using both indicators to find the intersection of extreme zones between them.
ST DEV settings:
source
tops setting
bottom setting
DMI settings:
length settings
extreme zone setting
Enjoy,
Lukas
VWAP StdDev Bands - Multi-type VWAP: Period, Date, EarningsThis VWAP indicator differs from the rest in that it is customizable for 3 distinct VWAP types, among other features that may be useful.
VWAP types:
Period Based VWAP
Date Anchored VWAP
Earnings Based VWAP
Additional features common to all VWAP types:
Standard Deviation Bands
Coloring based on Price vs Deviation Bands
Coloring of VWAP based on VWAP Slope
Each of the VWAP types are described below:
Period VWAP
Simple period VWAP which allows preset, as well as custom periods.
Resets at the start of each period.
Also allows setting a custom session time for reset at specific time of day.
Date VWAP
Date anchored VWAP which does not reset.
VWAP will start from the selected date.
Pictured: AAPL Date VWAP from 2018-08-27
Earnings VWAP
VWAP which resets on every earnings report. The symbol must be stock with available earnings data.
Multiple types can be used in conjunction with one another only by adding multiple of the indicator to your chart.
Feel free to leave any comments, questions, or bug reports. All are welcome.
Enjoy!
Ultimate Moving Average Bands [CC+RedK]The Ultimate Moving Average Bands were created by me and @RedKTrader and this converts our Ultimate Moving Average into volatility bands that use the same adaptive logic to create the bands. I have enabled everything to be fully adjustable so please let me know if you find a more useful setting than what I have here by default. I'm sure everyone is familiar with volatility bands but generally speaking if a price goes above the volatility bands then this is either a sign of an extremely strong uptrend or a potential reversal point and vice versa. I have included strong buy and sell signals in addition to normal ones so darker colors are strong signals and lighter colors are normal ones. Buy when the lines turn green and sell when they turn red.
Let me know if there are any other scripts you would like to see me publish!
STDev % by Alejandro PThis is a simple indicator that expands the usability of Standard deviation into a universally usable indicator.
This indicator displays the volatility as standard deviation as a % of asset value, this allows using more standardized and comparable values across multiple instruments and asset classes.
[EG] Fib RSIExtrapolated Fibonacci MA (FMA) into an RSI
i.e. FMA(up) and FMA(dn) of lengths 2, 3, 5, 8, 13, 21, 34, 55, 89 etc. averaged into RSI values.
Keep in mind it does not use 'Length' - it uses 'Interval' - how many fib intervals to include in the RSI calculation.
I threw in Ehler's Smoothing as well - seems to work quite well, thanks to TV Community for inspiration and code to look at for help
(Standard RSI included for comparison)
VWAP St. Dev BandsThis indicator allows you to add up to 3 volatility bands to VWAP based on its Standard Deviation.
Best use is for intraday but you can choose higher timeframes too.
For day trading a band of 3 standard deviations usually works well as an overbought/oversold region, allowing for mean reversion trading, but you are free to come up with your own strategies.
Enjoy!
RSI Div at Daily VWAP StDevMean Reversion indicator based on RSI Divergences at Overbought/Oversold conditions with Price above/below a Standard Deviation from Daily VWAP. Useful for intra-day trading.
Signal criteria:
1. RSI is at Overbought/Oversold
2. RSI Divergence present (not hidden)
3. RSI has not reached Neutral level (i.e. 50)
4. Price has crossed above/below a Standard Deviation from Daily VWAP
Config Options:
- RSI length (default:14)
- Divergence Lookback Period (default:14)
- RSI Oversold/Overbought tresholds (default: 70/30)
- RSI Reset Level (default: 55/45)
- Use VWAP Std Dev (default: yes)
- Standard Deviation from Daily VWAP (default: 1.51)
Use with discretion.
Erzurum Indicators (By DadashKadir)Erzurum Indicators (By DadashKadir)
An indicator in which you will keep track of the buying and selling movements by adding the movements of the three moving averages together. The parameters were determined as Moving Average (SMA), Exponential Moving Average (EMA), Weighted Moving Average (WMA) and Volume Weighted Moving Average (VWMA). Its constant value was taken as WMA. It is used to calculate the averages of 3 - 5 and 7. You can include the standard deviation (STDEV) in these moving averages.
The name of the indicator is taken from our city of Erzurum, the pearl of Eastern Anatolia.
Weighted stdev/BBThe basis/mean is the equivalent to the pine built in function wma(). It assigns greater weighting to recent data points and less weighting on past data points. The weighted moving average is calculated by multiplying each observation in the data set by a predetermined weighting factor.
Similarly the stdev is calculated using the same weighting factors where recent deviations are given greater weight than past deviations.
Stdev Breakout StrategyStdev Breakout Strategy
Description:
This script generates a long entry signal when the Standard Deviation crosses over the Simple Moving Average and the Close is greater than the Open, and/or generates a short entry signal when the Standard Deviation crosses under the Simple Moving Average and the Close is less than the Open.
CV_VWAP_GMECoefficient of variance GME ‰
Gray area: Regional price variance of GME in per milles
Light gray thick line: NYSE:GME deviation from global mean
1. Select a chart 24-hour ticker like FX_IDC:USDEUR
2. Select a timescale (5 min, 15 min, ...)
3. Monitor the regional price variance
Exchanges included: NYSE, XETR, BMV, FWB, SWB, BITTREX, FTX
Currency conversion: Forex
Adapted from Detecting the great short squeeze on Volkswagen, Godfrey, K. (2016, February 18).
ATR Without OutliersIt is an ATR indicator which filters out outliers.
Outliers are values which are higher than the standard deviation of the true range.
It may be better than normal ATR for stop loss, because it does not keep large values after pump or dump.
It is very useful for high volatile markets like crypto markets.
Cheat Code BandsThese bands are a combination of Fibonacci multiples of standard deviations, combined with specific time-frame moving averages. They are meant to be used similar to a Fibonacci Retracement pull, but with more dynamic and real-time updates on them.
These bands print their next value at the opening mark of a candle, and so will not fake you out.
You can expect to use these bands as support & resistance lines in the market, trading between the 4 different sets (separated via color), and looking for a bounce in the opposite direction if the bands can hold the market.
We oftentimes see price continually fluctuate between the upper-most 3 bands, and the lower-most 3 bands, so looking for a trade in the opposite direction once these bands are being held can be a good idea.
The time frame of the standard deviations, and the moving averages, are different from each-other, and are Fibonacci based as well. Through hours of backtesting, these values seem to hold best, and catch the major pivots in the market nicely.
Use the link below to obtain access to this indicator.
CC - ATR BandsPlots ATR bands around candles at any HTF resolution you desire, taken in through the inputs. The white line represents the open of the HTF, the red and green the expected boundaries. You can use the risk tolerance slider up/down to adjust how risky you want to be with the ATR bands.
I am not responsible for outcomes using this method, indicator or anything else. Please do your own due diligence.
SuperTrendRange by DGTSuperTrendRange study attempts to determine the state of the market
• whether a well-established bull/bear trend is present
• whether the market is trading in a range
SuperTrendRange (STR) takes into account the volatility of the market - further details regarding volatility can be found in the description of “Volatility Bands by DGT” study
Due to its similarities to SupertTrend (ST) and Parabolic SAR (SAR), I will try to explain by stating differences between them
SuperTrendRange uses both the ATR (Average True Range) and STDEV (Standard Deviation) as part of its calculations - unlike ST and SAR where they use only ATR
Sensitivity of the indicator is adjusted using the multiplier setting of both ATR and STDEV
Additionally, unlike ST, the source of the basis of SuperTrendRange can be selected among the assets price value or its moving average
Source and Length are adjustable too
The SuperTrendRange, like Parabolic SAR indicator, appears on a chart as a series of dots, either above, below or unlike Parabolic SAR both above and below of the asset's price
A dot placed
- below the price when the market is trending upward
- above the price when it is trending downward
- both above and below when the price starts moving sideways – this is a feature that both SuperTrend and Parabolic SAR misses, where they are known to produce false signals and losing trades, whereas SuperTrendRange emphasis the zones of the ranges occurring and in most cases are considered no trade recommended zones. Please note that the range width may vary depending on how the market is volatile. It is up to the users to trade if it fits their trading strategies
Dots plotted above and below can be assumed as Support and Resistance levels
Example usages – with trading opportunities
Gold Monthly Chart
Bitcoin Daily Chart
Disclaimer:
Trading success is all about following your trading strategy and the indicators should fit within your trading strategy, and not to be traded upon solely
The script is for informational and educational purposes only. Use of the script does not constitute professional and/or financial advice. You alone have the sole responsibility of evaluating the script output and risks associated with the use of the script. In exchange for using the script, you agree not to hold dgtrd TradingView user liable for any possible claim for damages arising from any decision you make based on use of the script
VWAP Standard Deviation Bands w/History & LabelsThis is my bread and butter when trading futures .
- 3 Standard Deviation Bands (Above and Below)
- Yesterday's VWAP and Band Levels
- Labels to help keep track of levels
- Ability to define resolution (I use Daily for my intraday scalping and Weekly/Monthly for context)
Z-Score 'Bollinger Bands'The following script is an application of the Z-Score (previous script).
Z-Scores can be used in place of standard deviation (sigma) in 'Bollinger Bands'.
The average of the sample (x-bar) over 21 days (N)
21 average trading days per month, fixed value
The average of the population (mu) over 63 days (n)
63 days per quarter, default is set to 63
Z-Score is calculated by formula in previous script, and the absolute value is taken of "Z".
Z-High = absolute value of Z + (x-bar).
Z-Low = absolute value of Z - (x-bar).
Will update with Z from mu and Z from avg (working on UX and visualization details).
Portfolio Metrics = α(Jensen's), β, CAPM(Ra), Sharpe, TreynorPortfolio Metrics...
Standard Deviation
Jensen's Alpha
Beta
Expected Return (CAPM, Ra)
Sharpe Ratio
Treynor Ratio