Reverse Double Smoothed Relative Strength Index Bands[CC]The Reverse Double Smoothed Relative Strength Index Bands is a custom script of mine that is another part of my RSI indicator series, which I will be publishing over the next week or so. This takes my Double Smoothed Relative Strength Index script and applies the Reverse RSI formula to create a new Bollinger Bands type indicator. This concept can work for almost any oscillator with some slight tweaking. I have a reverse RSI being calculated for each major RSI level to give you an approximation of what the price would look like if that RSI level was hit. Feel free to tweak the RSI levels of course. I will publish more Reverse indicators since that doesn't seem to be a topic that is touched on very frequently. I have color coded the indicator to show darker colors when it is a strong signal and lighter colors for normal signals. Buy when the lines turn green and sell when they turn red.
This was a custom request from @kerpiciwuasile so let me know if you want to see me publish another custom script!
Doublesmoothed
Adaptive-Lookback CCI w/ Double Juirk Smoothing [Loxx]Adaptive-Lookback CCI w/ Double Juirk Smoothing is a CCI indicator with Adaptive period inputs. The adaptive calculation in this case is the count of pivots in historical bars. This indicator is also double smoothing using Jurik smoothing to reduce noise and refine the signal.
What is CCI?
The Commodity Channel Index ( CCI ) measures the current price level relative to an average price level over a given period of time. CCI is relatively high when prices are far above their average. CCI is relatively low when prices are far below their average. Using this method, CCI can be used to identify overbought and oversold levels.
What is Jurik Volty used in the Juirk Filter?
One of the lesser known qualities of Juirk smoothing is that the Jurik smoothing process is adaptive. "Jurik Volty" (a sort of market volatility ) is what makes Jurik smoothing adaptive. The Jurik Volty calculation can be used as both a standalone indicator and to smooth other indicators that you wish to make adaptive.
What is the Jurik Moving Average?
Have you noticed how moving averages add some lag (delay) to your signals? ... especially when price gaps up or down in a big move, and you are waiting for your moving average to catch up? Wait no more! JMA eliminates this problem forever and gives you the best of both worlds: low lag and smooth lines.
Included:
Bar coloring
3 signal variations w/ alerts
MTF DSS (Double Smoothed Stochastic) [TH]The Double Smoothed Stochastic indicator was created by William Blau.
The DSS ranges from 0 to 100, like the standard Stochastic Oscillator.
The same rules of interpretation apply to Stochastics can be applied to DSS, although the DSS offers a much smoother curve than the raw Stochastic.
How it works:
It applies Exponential Moving Averages (EMAs) of two different periods to a standard Stochastic %K.
The components that construct the Stochastic Oscillator are first smoothed with the two EMAs.
Then, the smoothed components are plugged into the standard Stochastic formula to calculate the indicator.
Calculation:
EMA of the ( EMA of the (Close – Lowest Low for the specified period) )
Divided by
EMA of the ( EMA of the (Highest High for the specified period – Lowest Low for the specified period) )
X 100
How to add alerts:
Check off each piece of criteria you want for the alerts, then select Okay.
Then go to 'Create Alert' and set the condition to 'MTF DSS', select create.
Double Smoothed Moving AverageI was looking for a DSMA and couldn't find one, so I created .
This code is very simple and so I hope this is helpful to beginners to creating new code.