original script by /u/SandroTurriate/ - I just made some small changes. Vwap + standard deviation bands. Good for reversal trading among other things. Used intraday. Very useful when price is ranging. I added the option to fill the spaces between the deviation lines with color and also the option to add some extra bands. That's about it. Color/length/style etc...
Based on my VWAP + Fibo deviations indicator, I tested some strategies to see if the indicator can be profitable; and I got it ! This strategy uses: H1 timeframe Weekly VWAP +1.618 / +2.618 / -1.618 / -2.618 Deviations Extensions to create 2 bands The value of the deviation First, the 2 bands are plotted : +1.618/+2.618 painted in red and -1.618/-2.618...
The Ergodic Mean Deviation Indicator was created by William Blau and this is a hidden gem that takes the difference between the current price and it's exponential moving average and then double smooths the result to create this indicator. This double smoothing of course creates a lag that allows it to give off a sustained buy signal during a bullish trend and vice...
This strategy is an advanced version of the Loft Strategy V1, I shared earlier. (Loft Strategy V1 consists of a kalman filter (by alexgrover ) and a "stop and reverse" line which is following and the kalman filter. If the price goes in the same direction as the position side, the "stop and reverse" line approaches the kalman filter as set on the "Approach...
Introduction The standard deviation measure the dispersion of a data set, in short this metric will tell you if your data is on average closer or farther away from the mean. Its one of the most important tools in statistics and living without it is pretty much impossible, without it you can forget about Bollinger-bands, CCI, and even the LSMA (ouch this hurt)...
Moving average deviation rate Simple moving average deviation rate and standard deviation. The bollinger band is momentum value standard devition. Bat the bollinger band is not normal distribution to close price. Moving average deviation rate is normal distribution. This indicator is draw Moving average deviation rate and fill area 2σ standard devition. If it...
This is one of the techniques described by William Blau in his book "Momentum, Direction and Divergence" (1995). If you like to learn more, we advise you to read this book. His book focuses on three key aspects of trading: momentum, direction and divergence. Blau, who was an electrical engineer before becoming a trader, thoroughly examines...
I found myself using multiple bollinger bands a lot so I decided to add them all to one script and add the ability to adjust them by 0.2. It has helped me by not taking up as much space in the upper left corner as well as improving my in's and outs of trend continuation trades. If you manage to find a double top at +2 or greater deviation, and with a bearish...
The Mean Deviation Index (MDX) is used to see how much price is deviating from the mean. This indicator takes both volatility and mean deviation in consideration. It uses the standard deviation of the ATR to filter an EMA, and uses this as the mean. It then only plots > or < 0 if price is more than one x ATR away from the mean. If index is positive, the...
Corrected Relative Volatility Index. This indicator was originally developed by Donald Dorsey (Stocks & Commodities V.11:6 (253-256): The Relative Volatility Index). The indicator was revised by Dorsey in 1995 (Stocks & Commodities V.13:09 (388-391): Refining the Relative Volatility Index). I suggest the refined RVI with optional settings. If you disabled...
VWAP Alerts signal over bought/over sold conditions, relative to volume weighted average price, while deviation bands plot an extremely accurate point of mean reversion. VWAP Alerts V3 includes multiple timeframe selection, along with multiplier input for deviation band setting Alerts can be set for each individual band, for extreme oversold/overbought...
If you like the script please come back and leave me a comment or find me on the interwebs. I get notified you "liked" it... but I have no idea if you actually use it. So, let me know =) The script uses the open price as the mean and calculates the standard deviation from the open price on a per candle basis - Goal: - To establish a mean based on the Open Price...
Alerts added to "VWAP Stdev Bands v2" by SandroTurriate Changes -Adjusted trigger conditions for higher signal sensitivity -Color change on bands and signals for better readability and ease on the eyes -Alerts added for up to 4 deviations up and down -Re-enabled deviations 4 and 5 -Re-enabled previous close
//Every spread & central tendency measure in 1 script with comfortable visualization, including scrips's status line. Spread measures: - Standard deviation (for most cases); - Average deviation (if there are extreme values); - GstDev - Geometric Standard Deviation (exclusively for Geometric Mean); - HstDev - Harmonic Deviation (exclusively for Harmonic...
An idea I had today morning so I had to write. It seems to detect trends well. It has three phases like a semaphor, painting the chart bars of green, yellow or red. === Bar Color Meaning === Green: uptrend Yellow: don't care Red: downtrend I think it can be useful! Thanks!
The other way to build bands around price that uses Mean Absolute Deviation instead of Standard Deviation. MAD is also a measure of variability, but less frequently used. MAD is better for use with distributions other than the Gaussian. MAD is always less than or equal to Standard Deviation and the resulting bands are more tighter for the same parameters if we...
Historical Volatility Percentile tells you the percentage of the days from the past year (252 trading days) that have lower volatility than the current volatility. I included a simple moving average as a signal line to show you how volatile the stock is at the moment. I have included simple colors to let you know when to enter or exit a position. Buy when...