4 Bollinger Bands and 2 Exponential Moving Averages This script contains multiple indicators of 3 types for better visibility and without having to select multiple indicators one by one and hence saving your time and energy. Also, minimum number of variables are being used in the script for better calculation speed and implementation .
This script is best suited for beginners who are not using pro version and finding it difficult to implement more than 3 indicators on a single chart layout :)
Indicators used :
1. Hybrid of Simple Moving Average and Bollinger Bands .
In this Indicator user can use total of 4 Moving Averages or 4 Bolinger Bands or both (eg: 3 Bolinger bands and 1 Simple Moving Average).
> How to use :
If you want to use Bollinger Bands simply check the boxes of all the 'Upper' and 'Lower' Bands under indicator format/settings.
Else if you want to use Simple Moving Average simply uncheck the boxes of all the 'Upper' and 'Lower' Bands under indicator format/settings.
Tip : You are free to experiment with the format/settings to use both Simple Moving Average and Bollinger Bands using 'MA Length' and 'StdDev'
(standard deviation).
2. Exponential Moving Average
In this indicator user can use 2 Exponential Moving Averages .
> How to use :
If you want to use 2 Exponential Moving Averages simply check 'Enable 2nd EMA' under format/setting inputs.
Else if you want to use only 1 Exponential Moving Average simply uncheck 'Enable 2nd EMA' under format/setting inputs.
Tip : You are free to experiment with both 'EMA_Length1' and 'EMA_Length2' and change it as per your requirments.
//Feel free to ping/DM me for any explaination on how to use this script as your ultimate trading strategy.
Bollingerbandstrategy
RSI + BB (EMA) + Dispersion (2.0)First version here
Initial data:
1) RSI
2) Bollinger Bands (Basis - EMA )
3) Dispersion (around basis)
Signal for purchase: RSI crosses the dispersion zone upwards
Signal for sale: RSI crosses the dispersion zone downwards
Buffer zone: white area, it is not recommended to make transactions.
--- Add ( 02.10.2018 )
1) RSI lines (overbought / oversold) = 70 / 30. Сan be changed in the settings.
2) Alerts:
• RSI line crossover Dispersion Zone (green)
• RSI line crossunder Dispersion Zone (red)
Stochastic Bollinger BandsThis indicator started off as a bit of an experiment, but it ended up looking quite useful.
It plots closing price (which can be changed) in relation to the bollinger bands upper and lower bands. This relationship is then run through a Stochastic function much like RSI is with StochasticRSI.
This plot line is smoothed with the K Smoothing value in the settings, and then this plot line is smoothed again with he D Smoothing value to give a signal line.
When the plot lines are outside the horizontal upper and lower limit lines, then this indicates that price is outside the bollinger bands. This can indicate entry and exit signals.
In the background, there is an area plotting a stochastic version of the Bollinger Band width. This would show periods of high and low volatility as it relates to previous volatility.
The stochastic length for the width is set to be very long (144 periods) in order to encapsulate a long range of values to compare to.
Default Settings:
==============
Source: The data point in which to compare to the upper and lower Bollinger Bands - set to close.
BB Length: The length in periods to generate the moving average used for the bands - set at 20 periods.
Mult: This is the multiplier used in the calculations for the bands - set at 2.
BB Width Stochastic Length: This is how far back it looks to compare the current width of the bands to previous widths - set at 144 periods..
BB Stochastic Length: This is how far back to compare closing price in relation to the bands - set at 14 periods..
K Smoothing: This is used to smooth the Stochastic Bollinger band value - set at 3 periods.
D Smoothing: This is a moving average of the smoothed K value in order to provide a signal line - set at 3 periods..
Moving Average Type: This allows you to use either a Simple moving average or an Exponential moving average - set for SMA.
------------------------------------------------------------------------------------------------
Kindest Regards
Created 2018 - by @Squiggles#8806
LTC Tip Jar: LX4bUBdjiRPsagUbZoAczSGgDC4YqTJL7w
Profit Trailer Feeder affiliate link: cryptoprofitbot.com
MA(120,200), Bollingers and IchimokuFor you, people who want to put money in trading instead of Tradingview, and still want to have more than 3 indicators ❤
Calendar's Bollinger BandsHI guys, I'm Calendar
I made my 2nd indicator for my followers.
This indicator made by merging 2 Bollinger Bands.(SDV =1, 2)
BB Filtered AlertsBollinger Band signals filtered with dual RSIs and EMA.
EMA confirms trend.
Signals above EMA are filtered with "Uptrend RSI" filter
Signals below EMA are filtered with "Downtrend RSI" filter
There is no "one size fits all" setting. Settings are very period and name specific, depending on ATR.
Bollinger Bear Sniper/StudyThis is a simple study with buys and sells alerts. This study uses Bollinger Bands to identify strong candles, buys in the middle of candle and sells on the close of candle without holding any position longer than the period of the candle. This is for those who want to make small profit or loss and move on rather than hodling in down trend market. With this approach, bags and hodling are avoided. You either gain on each candle or lose. When your gains are more than your loses then you are in good business.
Since buys are made on candles that have shown strong upward movement and sells on the close of the same candle, loses or completely minimized. This ensures that higher percentage of the transactions result in profit. This works best when use on 30 minutes or above candles.
Use it at your own risk we are NOT responsible.
Bollinger Bear SniperThis script uses Bollinger Band but with different interpretation. The upper Bollinger Band is the resistant level, the lower Bollinger Band is the base or support level. The Commodity Channel Index (CCI) and the Bollinger Bandwidth helps us avoid high risk.
The script identifies candles that are marking bold upward moves in prices and fires buy signal. Sales signals are fired when the candle closes in positive. The idea is to buy and sell on the same candle or next positively closed candle. This is anti-bear-anti-bags strategy. You either make profit or loss holding no bag. When you gain more than lose you are in business. This script is set to gain more than lose. We however offer no guarantee, expressed or implied. We are NOT responsible.
Bollinger Band Open Gap Alert V1This is the bare bones of what I'm trying to achieve through pine script. The purpose of the script is to:
1. On a 15m chart, calculate and plot upper & lower Bollinger bands and simple moving average of 20 periods. (DONE)
2. On a new day, when the first 15m candle of a session forms, I want to check if a) the low of the new candle is outside the upper Bollinger band (also known as an open gap up) or b) if the high of the candle is the outside the lower Bollinger band (also known as open gap down). In other words, I want to know if the Bollinger Bands are not touching the new candle's wicks/shadows. (DONE)
3. Alert me if the above happens. (DONE)
4. Run the indicator through an entire watch list. I'm not sure if that's possible, yet. (HELP)
For the above job, this is what I could come up with. I need guidance for the last step . And any suggestions for corrections or improvements would be greatly appreciated!
EMA Bollinger Bands w/ Breakout Signals (EMA BBs)EMA Bollinger Bands with Signals When Price Exits Either Top or Bottom Bollinger Bands (Marked with either Red or Blue Triangles) (EMA BBs)
EMA BBs work even better for day trading and scalping!
These are Multi Bands,
P.S. Sorry Chart Pictured is a mess Ichimoku Cloud is Turned On
This indicator is Bollinger Bands Only w/ Signals of price exiting of bands
BB and Keltner SqueezeStrategy using the Bollinger band with the Keltner Channels . Watch for the Bollinger bands (blue/red lines) squeezing inside the Keltner Channels (pink dots) for a breakout - this could be up or down so use in conjunction with other indicators.
The blue band is the 2 standard deviation from price, the red is 3 standard deviations. With these, typically if the price bounces off the red then it will retrace a little, (although if there is a massive breakout/down this may not hold). When the bands narrow this is an indicator of consolidation, therefore with a likely upcoming breakup or down.
The pink dots are the Keltner Channels. The strategy says if the bollinger bands come inside the Keltner Channels then this is a strong indicator that the breakout is coming. Sometimes the length of time the squeeze occurs for is indicative of the length/strength of the breakout.
These indicators can be used on all timeframes but higher timeframes will be stronger and more reliable of a trend change.
BB and KeltnerStrategy using the Bollinger band with the Keltner Channels. Watch for the Bollinger bands (blue/red lines) squeezing inside the Keltner Channels (pink dots) for a breakout - this could be up or down so use in conjunction with other indicators.
DepthHouse - ATR BandsDepthHouse ATR Bands works very similar to the well-known Bollinger Bands.
However, these bands are calculated slightly different.
Instead of using the standard deviation formula, ATR Bands determines the size of the bands based on the average range.
How to use:
The bands tighten while the markets’ range becomes lower, and widens as its' range becomes broader. Giving the indicator a loaded spring effect.
A break outside of the bands in either direction usually indicates a breakout.
All 3 bands serve as possible support and/or resistance. Meaning breaks back into the bands could indicate a reversal, or end of the breakout.
This indicator is completely customizable, so compiling multiple sized bands on top of each other may create a strong competitive edge.
This indicator is free until January,1st 2018 – see how to get below
--
DepthHouse's ATR Bands is 1 of 3 indicators that will be available for purchase via subscription come Jan 2018.
This indicator package will come with the following 3 indicators:
:: MaxADX ::
::Premium oscillator to help spot forming trends and reversals.
:: MaxADX Signals ::
::Taking MaxADX a step farther by creating an overlay that show possible trend strengthening and reversals via bar colors and shapes.
:: ATRBands ::
::Like Bollinger Bands , this indicator is uses to help spot breakouts, and overbought/sold areas.
--
How to get:
To qualify for the trial period which ends January, 1st 2018, please go to the link on my profile and click subscribe!
You will then be sent directions for your account to be added to the whitelist.
If you have already subscribed to one of my previous indicators, you will be added to the list shortly
Likes and comments are so very much appreciated!
Moving Average Cross and/or Bbands botHello TradingView and world!
This is one of our latest concepts for an actual bot builder. This script comes with a bunch of features that we're hoping will alleviate a lot of the stress and confusion around using and building strategies here on TV. Especially if the end-goal is to automate the strategies using Autoview.
This is a combination of 2 strategies, and gives you full control of each component within the script.
The 2 strategies are:
2 Moving Averages == if close is greater than moving average and moving average 1 is greater than moving average 2
Bolling Bands == if close is less than lower or greater than upper
Features / Settings included :
- Ability to change settings from a commodity market (default) to an altcoin or forex market.
- Backtest time period selector component
- Heiken Ashi Candles on/off
- Moving Average Strategy on/off
- Bollinger Bands Strategy on/off
- Both Moving Average settings can be adjusted
- Bollinger Bands length and multiplier can be adjusted.
- Pyramiding Greater Than, Equal To, or Less Than
- Trailing Stop with the ability to set a price in which the Trailing Stop activate
- Take Profit on/off and editable
- Stop Loss on/off and editable
- Margin Call on/off dependent on Leverage which is editable
- If pyramiding is used, the strategy will calculate and display your average on the chart
- Profit and Loss visuals added to the chart
You can watch a video here on how all the settings can be used and work together.
www.youtube.com
You can learn more about Autoview here:
autoview.with.pink
Get your invite and join us in slack here:
slack.with.pink
BB and RSI Indicator Alert v0.3 by JustUncleLI have just recently revised this indicator alert for public release. This is for the 60sec Bollinger Band break Binary Option traders.
This indicator alert is a variation of one found in a well known Broker's marketing videos. It uses Bollinger bands, RSI and moving averages. Included is a pre-warning alert condition. The strategy and settings are designed for 1min charts and Binary Options, but it could work for up to 15 min charts.
The default settings are BB(14,2) and RSI(11) with 75/25 Levels boundaries. To be a valid trade the RSI needs to be within 75/25 channel. The optional Market direction filter is enabled by default and is calculated by two EMA (200 and 50):
When 200ema rising and 50ema above 200ema then market going up.
When 200ema falling and 50ema below 200ema then market going down.
A potential Bollinger Break reversal trades identified by shapes: The purple diamond is the pre-warning purple alert and the green and red pointers with the PUT/CALL labels are the trade alerts. Make Binary Option trade in specified direction 60sec (or can also use 120sec trade without Martingale).
* Notes and Hints *
The original videos specified a Martingale money management strategy, be careful using this management. When I use Martingale I recommend go to 3 levels: 10, 25, 65 if no win at 65 stop trading this alert and start next alert back at 10, you should recovery loss by future wins given you are able to get a reasonable ITM rate with this strategy. Alternatively instead of using Martingale use 120sec Binary Option trade.
Be wary of break alerts on a steep Bollinger, they tend to keep running away for awhile, especially if steep on both sides of Bollinger channel.
As with most of this style of indicator the alert conditions will redraw until the candle is closed. For me this is okay, as it is an Alert is only to a potential trade and final decision to trade is made by me.
You need to practise this and be aware of market news, sessions boundaries, slow trading periods etc. Plan your periods of when you should trade, I prefer Asian session before lunch and London sessions.
Double Bollinger Bands StrategyDouble Bollinger Strategy. Price crosses inner BB (with increasing outer BB) long is placed. Long is closed when price closes below outer BB. Reversed for short. The numbers are tuned for NZDUSD 15min chart.
Pbin = percent on inner BB
Pbout = percent on outer BB
There are all kinds of other inputs, trailing stop, limit, etc.
Errors, questions, suggestions are wanted, thank you