Zero Lag Z ScoreThis is a Zero Lag version of Z Score. It essentially uses ZEMA (Zero Lag EMA) as its moving average, and then plots how many deviations (positive or negative) input price is from the ZEMA. A Centered Oscillator version of Zero Lag Bollinger Bands
Полосы Боллинджера (BB)
Quad Bollinger BandsSimple quad bollinger band indicator, allowing people without pro subscriptions to apply multiple bb's under one indicator.
Bollinger Bands %BA better Bollinger Bands %B indicator with coloring and alerts.
Note: I'm using dark theme and white colored lines are good to me, if you are using white background, you can adjust the colors on Style section.
Lobue - colours flags.This script was built to be used in the future dollar market of B3 (Brazil), however, it could be applied in any market.
The differential of this indicator is that it is a group of indicators, which makes it difficult to fit into the existing categories in TradingView.
In spite of adding several technical indicators, it manages to make the screen very clean, since the conditions of the indicators are signaled by colored flags aligned with the current price.
This way of visualizing the indicators allows the use of several of them in a simple and without indecision.
In the current script are added the technical indicators: MACD, IFR, Volume with your average and Bollinger Bands, but with customizations, this script can adapt easily to the most varied technical indicators, without limit on the number of indicators and the coloring conditions.
Trend Lines and MoreMulti-Indicator consisting of several useful indicators in a single package.
TREND LINES
-By default the 20 SMA and 50 SMA are shown.
-Use "MOVING AVERAGE TYPE" to select SMA, EMA, Double-EMA, Triple-EMA, or Hull.
-Use "50 MA TREND COLOR" to have the 50 turn green/red for uptrend/downtrend.
-Use "DAILY SOURCE ONLY" to always show daily averages regardless of timeframe.
-Use "SHOW LONG MA" to also include 100, 150, and 200 moving averages.
-Use "SHOW MARKERS" to show a small colored marker identifying which line is which.
OTHER INDICATORS
-You can show Bollinger Bands and Parabolic SAR.
-You can highlight key reversal times (9:50-10:10 and 14:40-15:00).
-You can show price offset markers, where was the price "n" periods ago.
That last one is useful to show the level of prices which are about to "fall off" the moving average
and be replaced with current price. So for example, if current price is significantly below the
200-days-ago price, you can gauge the difficulty for the 200 MA to start climbing again.
Tripple BB_13EMAHere is a script to use 3 types of Bollinger Bands.
It is like three resistances or ranges in wich the Chart generally likes to move. A 1, 2 and 3 Width BB. The Chart moves 90% between the yellow one.
As support for my study i use the 13 EMA. is the Chart over the 13 EMA and under the Yellow (2) BB the trend is bullish. Is t under the 13 EMA and over the Yellow BB the trend used to be bearish.
The opener the BB are the more Volatilaty and the more likely the Chart will not bounce against the Bands. It will more get stick to the yellow or red one (if it is between them it is a trend too) and will follow up or downwards.
Check it out
Buy Dip Sell Rip StrategyThis simple system buys the dip and sells the rip, depending on the trend of a long-term moving average. This strategy shows several interesting features. Applied to the S&P500, it still is a loser in a bear market, even though it achieves a 59% win rate. Overall, this shows the power of buying dips as an investment strategy, and shows promise as a base for other more short-term trading strategies.
Feel free to donate : )
Trader Set - Modified MTF BOTTOMThis is a modified formula for MFT. It's prefabricated with numbers that would work best with my methodology and system.
Please don't ask for getting access. Only my students can get access to these indicators.
Quad Moving Avarage-Ichimoku Cloud-ALMA-Bollinger BandsAll-in-One
Ingradients:
* Ichimoku Cloud,
* 2 Simple Moving Avarage (SMA),
* 2 Exponential Moving Avarage (EMA),
* 2 Arnoud Legoux Moving Avarage (ALMA),
* Bollinger Bands and
* Volume Based Colored Bars (developed by KIVANÇ fr3762).
Compiled for limitations. Thank you.
Adaptive Bollinger Bands [jwammo12]This takes Ehler's work that dynamically finds the frequency of market cycles and applies it to the concept of Bollinger Bands.
First the dominant cycle length is found using Ehler's methods, this is then used as the length to the moving average and deviation.
I also ended up using an exponential average rather than a simple average for both the moving average center line and the sum of the squares when finding the deviation.
credit goes to LazyBear for coding Ehler's original ideas in pine, which I then used for this script.
Helios Bollinger Bands with enters and exits by ZekisClassic Bollinger Bands with enters and exits from the channel
The purpose of Bollinger Bands is to provide a relative definition of high and low prices of a market. By definition, prices are high at the upper band and low at the lower band. This definition can aid in rigorous pattern recognition and is useful in comparing price action to the action of indicators to arrive at systematic trading decisions
The use of Bollinger Bands varies widely among traders. Some traders buy when price touches the lower Bollinger Band and exit when price touches the moving average in the center of the bands. Other traders buy when price breaks above the upper Bollinger Band or sell when price falls below the lower Bollinger Band . Moreover, the use of Bollinger Bands is not confined to stock traders; options traders, most notably implied volatility traders, often sell options when Bollinger Bands are historically far apart or buy options when the Bollinger Bands are historically close together, in both instances, expecting volatility to revert towards the average historical volatility level for the stock.
When the bands lie close together, a period of low volatility is indicated. Conversely, as the bands expand, an increase in price action/market volatility is indicated. When the bands have only a slight slope and track approximately parallel for an extended time, the price will generally be found to oscillate between the bands as though in a channel.
Traders are often inclined to use Bollinger Bands with other indicators to confirm price action. In particular, the use of oscillator-like Bollinger Bands will often be coupled with a non-oscillator indicator-like chart patterns or a trendline . If these indicators confirm the recommendation of the Bollinger Bands , the trader will have greater conviction that the bands are predicting correct price action in relation to market volatility .
en.wikipedia.org
Enjoy!
@Zekis
Chaos Fibonacci Bollinger Bands by ZekisBollinger Bands calculated with a Simple Moving Average and offsets with Fibonacci Retracement values (0.236; 0.382; 0.5; 0.618; 0.784 and 1) for a better support and resistance view, moves and a lot of TA (support and resistance, pivot points, reverse, breakouts...etc)
I colored each part of Fib. to see them clearly
Standard deviation and lenght of BB can be adjusted
Enjoy!
@Zekis
Stochastic Bollinger StrategyBollinger defaults = 20, close, 2
Stochastic defaults = 13, 5, 5
Buy Signal (GREEN triangle):
BULLISH candle formed
Candle OPEN is LESS than LOWER Bollinger Band
Stochastic (K) is LESS than 20
Sell Signal (RED triangle):
BEARISH candle formed
Candle OPEN is GREATER than UPPER Bollinger Band
Stochastic (K) is GREATER than 80
Read more about the strategy and where to set buy stops and sell stops here: swing-trading-strategies.com
BB RSI (Bollinger Bands + RSI strategy) by BAHbOBollinger bands are used mostly for selling (shorting), when the price is above the upper band.
Sometimes it can be used for buying (longing), when the price is below the bottom band - but it can be tricky, because it can go even more lower.
This combined with Oversold/Overbought RSI will give you price entries/exits (arrows).