Multi SMA EMA WMA HMA BB (5+5 MAs + Bollinger Bands) MTF by RRBMulti SMA EMA WMA HMA BB (5+5 Moving Averages of Any Type with Bollinger Bands) MTF by RagingRocketBull 2018
Version 1.0
This indicator shows multiple MAs of any type (SMA EMA WMA HMA etc) with BB and MTF support
There are several versions: Simple, MTF, Pro MTF and Ultimate MTF. This is the MTF version. The Differences are listed below. All versions have BB
- Simple: you have 2 groups of MAs that can be assigned any type (5+5)
- MTF: +assign 1 custom Timeframe to any group combo (5+5 Custom TF)
- Pro MTF: +multiple Timeframes for multiple MA groups (4*3 MTF), horizontal levels and show max bars back options
- Ultimate MTF: +individual settings for each MA, multiple Timeframes
There are 2 groups of MAs, 3rd group is BB. You can:
- show/hide all MAs in a group. Use length 0 to hide a particular MA independently or uncheck in Style.
- apply any MA type to all MAs in a particular MA group. For example, you can assign all EMAs the HMA type. Groups are called EMAs and SMAs just for reference.
- assign Custom Timeframe to a particular MA/BB group combination or all groups. For example, show daily (D) EMAs+SMAs on H1 Timeframe, or only H4 (240) BB on H1.
You can use different types of MAs as dynamic S/R levels to trade of off and MA crosses as signals for possible trend change (golden/death bull/bear crosses).
Current Timeframe MAs can be used together with Custom Timeframe MAs on a single chart. Higher TF MAs are more important than lower TF MAs.
Most common MA types are: SMA, EMA, WMA, HMA.
Most common MA lengths are: 12, 20, 26, 30, 50, 100, 200, 400 etc.
MTF Notes:
- Script UI uses simple timeframe textbox instead of input resolution dropdown to allow for 240 120 and other custom TFs
- Groups that are not assigned a Custom TF will use Current Timeframe (0).
- MTF will work for any MA type assigned to the group. BB group always uses SMA type.
- MTF works both ways: you can display a higher TF MA/BB on a lower TF or a lower TF MA/BB on a higher TF.
- MTF MA values are normally aligned at the boundary of their native timeframe. This produces stair stepping when a higher TF MA is viewed on a lower TF.
Therefore Point Density/Smoothing is applied by default on MA MTF for visual aesthetics. Set to 0 to disable and see exact ma mtf values (lines with stair stepping and original mtf alignment).
- Smoothing is disabled for BB MTF because fill doesn't work with smoothed MAs after duplicate values are replaced with na.
- MTF MA Value fluctuation is possible on the current bar due to default security lookahead
Features:
- 2 groups of custom 5+5 MAs of any type including Hull Moving Average (HMA)
- BB
- 1x Custom Timeframe with step line smoothing for 3 groups (MAs + BB)
1. based on 3EmaBB, uses plot, fill, security, change, barstate, stdev and custom hma functions
2. you can't set certain constants from input due to Pinescript limitations - change the code as needed, recompile and use as a private script version
3. you can't have plot* inside ?/if/for/function, and implementing condition forks using 2 sets of plots (na vs non-na) doubles indicator params and styles - confusing
4. swma has a fixed length = 4, alma and linreg have additional offset and smoothing params
Feel free to use. Good Luck!
Cari dalam skrip untuk "bollingerband"
Multi SMA EMA WMA HMA BB (5+5 MAs + Bollinger Bands) by RRB
Multi SMA EMA WMA HMA BB (5+5 Moving Averages of Any Type with Bollinger Bands) by RagingRocketBull 2018
Version 1.0
This indicator shows multiple MAs of any type (SMA EMA WMA HMA etc) with BB on a chart at the same time with/without MTF support depending on the version.
There are several versions (published later): Simple, MTF, Pro MTF and Ultimate MTF. This is the Simple version. The Differences are listed below. All versions have BB
- Simple: you have 2 groups of MAs that can be assigned any type (5+5)
- MTF: +assign 1 custom Timeframe to any group combo (5+5 Custom TF)
- Pro MTF: +multiple Timeframes for multiple MA groups (4*3 MTF), horizontal levels and show max bars back options
- Ultimate MTF: +individual settings for each MA, multiple Timeframes
You can use different types of MAs as dynamic S/R levels to trade of off and MA crosses as signals for possible trend change (golden/death bull/bear crosses).
Most common MA types are: SMA, EMA, WMA, HMA.
Most common MA lengths are: 12, 20, 26, 30, 50, 100, 200, 400 etc.
Features:
- 2 groups of custom 5+5 MAs of any type including Hull Moving Average (HMA)
- BB
1. based on 3EmaBB, uses plot, fill, stdev and custom hma functions
2. swma has a fixed length = 4, alma and linreg have additional offset and smoothing params
Feel free to use. Good Luck!
VPTbollfibThis indicator based on VPT (volume indicator that show buy and sell power) and Bollinger fibo lines..
So entry is when VPT crossing up the lower fib.. sell is opposite..
I make it open code so have fun and try to make it better:)
alerts inside
BB5. Bollinger Bands 5 (oringan)This is bollinger-bands. you can set up 5 BB with this one script.
there are 2 other formular.
0 : classic
1 : my own BB
2 : ATR based BB
I made many custom alert. total 16 alert condition you can see in this script.
Fixed TF BBandsCombined daily and 3D Bollinger Bands into one indicator. It will show the BBands uncoupled from the current candle TF's
MA Study: Different Types and More [NeoButane]A study of moving averages that utilizes different tricks I've learned to optimize them. Included is Bollinger Bands, Guppy (GMMA) and Super Guppy.
The method used to make it MtF should be more precise and smoother than regular MtF methods that use the security function. For intraday timeframes, each number represents each hour, with 24 equal to 1 day. For daily, 3 is 3 day, for weekly, 4 is the 4 weekly, etc. If you're on a higher timeframe than the one selected, the length will not change.
Log-space is used to make calculations work on many cryptos. The rules for color changing Guppy is changed to make it not as choppy on MAs other than EMA. Note that length does not affect SWMA and VWAP and source does not affect VWAP.
A short summary of each moving average can be found here: medium.com
List of included MAs:
ALMA: Arnaud Legoux
Double EMA
EMA: Exponential
Hull MA
KAMA: Kaufman Adaptive
Linear Regression Curve
LSMA: Least Squares
SMA: Simple
SMMA/RMA: Smoothed/Running
SWMA: Symm. Weighted
TMA: Triangular
Triple EMA
VWMA: Volume Weighted
WMA: Weighted
ZLEMA: Zero Lag
VWAP: Vol Weighted Average
Welles Wilder MA
Bolinger Bands & Parabolic SARYou can use Bollinger Bands and Parabolic SAR at the same time.
You can choose BB Moving Average Type from SMA, EMA, RMA, WMA.
(if you want to use another type of MA , let me know)
ボリンジャーバンドとパラボリックSARを同時に描画します。
BBの中心線はSMA、EMA、RMA、WMAから選択できます。
(ほかに使いたい中心線があれば相談ください)
3 in 1 (BB, Stoch ,rsi) with alert On the chart there are the BB with purple and green circles to give the entry signal once the price has come back in the bands.The background alert appair when BOTH RSI and STOCH are in overbuy or oversell. the defalt is 20/80 but can set it by yourself.
Tersus Bollinger Bands Scalping Indicator V1.1Tersus Scalping Indicator
Tersus Scalping Indicator places buy and sell signals for Bitcoin in key areas using Bollinger Bands, Moving Averages, and Trend Analysis.
This indicator is very easy to use and makes for a great second opinion when trading.
The buy and sell positions are marked with B for buy and S for sell, in addition adds to position are market with red and green triangles.
The Bollinger Bands show general constriction and turn from red to green depending on market conditions. Red meaning bearish market, and green meaning bullish.
There are a number of lines all over the place and at first glance they can seem daunting. This is what they mean. The green and yellow dotted lines mark sell target stages 1 and 2, and buy target stages 1 and 2. The red dotted line is your buy and sell stop. The light blue is your buy and sell entry.
The candles also change color depending on if things are over sold or over bought using the Stochastic RSI. Purple for overbought and yellow/orange for oversold. The bars will also change to light blue during entry.
This should be limited to the 15 minute time frame for now. I have noticed some very good signals on the daily and some other time frames but this was written for 15 so don't expect it to be as accurate.
For purchasing information please direct message me.
The Curve by Atilla YurtsevenThe Curve by Atilla Yurtseven
This indicator uses real empirical rule (68 - 95 - 99.7 rule). This is not a Bollinger Band indicator. I know BB is a very good indicator however it's unreliable.
First of all, I believe that price is not in a normal distribution. When you plot the histogram, you can not see a nice bell curved shape. It's know that bollinger bands simply uses a simple moving average and add standard deviation of closing price over it. TheCruve in the other hand, converts price to the nice bell shaped normal distribution and it never repaints. If it does, so there is a bug :)
The Curve indicator does not repaint. It's just there at the opening of the new bar! You can use The Curve with any time frame you like and any securities/pairs. Even for stocks. Longer look back periods, give better results.
Inputs:
Look Back Period: This is for calculating probability. Longer periods give better results.
Use Trend: When you enable Trend option, all lines will be calculated based on a Linear Regression trend
What do lines / ranges mean?
1st lines range is 68%. There is 68% probability that bar will close in this range.
2nd lines range is 95%. There is 95% probability that bar will close in this range.
3rd lines range is 99.7%: There is 99.7% probability that bar will close in this range.
FYI: This is an indicator that I have developed for myself. You can use it, apply or not to apply it to your trades. Keep in mind that, you are responsible for all your loses (or wins). Risk is 100% yours. Please use / try "The Curve" only if you accept this condition.
Have fun :)
Atilla Yurtseven
%B 12H THello everyone , I want to share with the comunity my work for look BB %B in a different timeframe without having to change it every time.
I had done to look and study different or multi timeframe a BB %B
I have programmed the script so that it is completely identical to the default one of tradingwiew to simplify its use at all.
I hope this work can be useful to someone else who likes the concept of standard deviation at the base of the bands conceived by Bollinger, but seen as multi timeframe.
zibichannelrsibollthis version has ATR and RSI and boll combination with zibichannel
the buy point are agreement of ATR Bollinger and RSI (B)
two exit point (red S=agreement of ATR Bollinger and RSI , black S =agreement of ATR Bollinger
alerts inside
Advanced Bollinger BandsThis is a more advanced version of the standard Bollinger Bands indicator. It allows you to change the type of the moving average (Simple, Exponential, Weighted, Volume-weighted, Triple EMA or a moving average that uses RSI ). The indicator also allows you to volume weight the indicator (turned on by default). If you want to weight the oscillator against the true range instead of volume this is also possible. By default, this will be done automatically for assets that do not support volume .
zibi fib3This is major update to Zibifi2 with addition of vwma fibs in order to remove issue that can happen with regular daily fibs (they sometime send bad signals)
in this version the addition will help to eliminate that effect
major buy points in green and red
minor buy and sell points are in lime and orange
have fun
BAHbO - multi indicators and signals SMA,BB,RSI,Engulfing,Signal4 SMAs - 9,21,55,200
Bollinger Bands - 21
Engulfing patterns
Fractal Support Resistance
Bullish and Bearish Engulfing signals
Engulfing Candles
Bollinger Bands + RSI combined indicator with signals
Cooltoyz : Bollinger ShadowsFinally, another gadget for the cooltoyz series :)
this is a simple tool to allow vizualizing bollinger bands with several values/levels. usually boll bands have the levels at 1.5, 2, 3, for multiplier of standadrd deviations. but, just changing those values, we can apply fibbonnaci levels to the bands.
The inputs on this indicator come with fib levels by default, but the values are part of input fields, so it's easy to change to whatever you prefer, back to the calssic std.deviation values, for example. also, the colors are set to make a visual slope, so it's more instinctive to see how strong the candles are moving.
just play with it, and like it. or not :)
here is another example, where the colors are reversed, to create a more classic "shadowy" effect.
i just like to have the edge level set stronger, it's easier to see when stuff is "on fire" :)
sarbollemaThere is two buy points one based on ema cross MA= long short alert
sar up or down= long1 short1
color change by change of sar
and bollinger to have fun
Flexi-FiBBFlexible Fibonacci Bollinger Bands
Colorful 3d Bands displaying Support and Resistance areas based off of Fibonacci Ratios in a customization Bollinger Band.
Choose from vary types of moving average types to get the perfect fit for your trade style.
MA Types Available
- SMA
- SMMA
- EMA
- DEMA
- TEMA
- HULL-MA
- WMA
- VWMA
You can purchase access to this indicator via CryptoProTools
Other recent indicators proving popular among members lately :
[f(x)] Bollinger Donchian RemixThis is my version of a mixture of Bollinger and Donchian (BB/DC Remix)
It is a modified fork of Dolchian/Bollinger Hybrid by Ricardo Santos ( DBH.V0)
this is the two pictures comparing it.
Made this Fork because Santos' code starts getting chopping with my type of settings.
His time input is 24, but mine varies between 13 and 21.
You really notice in scalping and sometimes intraday timeframes with my settings.
His also differ from mine based on the trendline, where he modifies his Simple Moving Average, which is default color is black, and I use the the default one, which the default color is red.
Also you can change the trendline type input (open,close,hl2,etc...) to tailor your preference.
Note: Default is close, Santos use hl2, I use ohlc4.