EXZYLE:Pipsanee BB (development)This is the development version of the Exzyle/Pipsanee Bollinger Band Breakout indicator and alerts.
Bollinger Band breakouts are tagged with an arrow showing the direction they are heading.
The alerts trigger only on the first breakout.
This code also includes a MACD Retracement indicator.
Cari dalam skrip untuk "bollingerband"
Bollinger Bands + Polarity IndicatorAll the essential tools to execute these two amazing strategies:
1)BladeRunner Strategy, and
2)Bolly Band Bounce Trade Strategy
Seb's Multi timeframe indicatorsHello,
This is simple combined indicator i use to have 2 same indicators on 2 timeframes
BB 1 (default for current timeframe)
BB 2 (default current timeframe x4)
4xEMA (default 9, 50, 100, 200)
Ichimoku 1 (default for current timeframe)
Ichimoku 2 (default current timeframe x4)
Gaussian Channel (base on the one of Donovan Wall)
Maybe more to come.
~RMCF~ BORC [with 17 page Annotated PDF with Example Charts]BORC, or Breakout Reversal Confirmation, is a signal based TV Indicator that analyzes multi-period price movements to determine when to enter in oversold and overbought tradeable assets. It works in any time frame and any type of security.
Green triangle means buy
Red Triangle means to get ready for the buy signal
$60 for lifetime access + complimentary PDF with example chart setups
DM @reaganmcf_ on twitter for more information and access
Brandon BollSecond day at Pinescript and I am attempting to tweak the Bollinger Bands directed strategy to send alerts to Zignaly in order to automate long buy/sells.
I've left in the short script though for completeness.
The buy and sell instructions work perfectly but I don't know how to do a cancel order alert (as included in the original strategy)
Didi+EMA200+Bollinger Bands-FRAGAHelps those are using Basic Account / limited indicators
by Will Fraga
@traderzonebr
MBY_Support Your Trading2HI
This is Yong.
This indicator based on moving average and MACD + others
and Just for invite only.
Volume Weighted Bollinger (Final, cleaned up visuals)Volume-weighted bollinger (normal stats application of weighting mean) with cleaned up visualization. Shaded area represents1sd-2sd move size for trailing 20 period average on timeframe for individual candles.
Bollinger Bands/Stoch RSI Buy Signal V0.1 [Mr_Orange]
This my second published script, so if there are tips or questions, please let me know.
The goal of the script is to recognise a reversal pattern from bearish to bullish sentiment on a 3m and 5m timeframe. I want my trade entries to be "mechanically chosen" and not emotionally. I have not yet found a Bollinger and Stochastic RSI indicator which did what I wanted it to do, I've yet to find one of those, so I decided to study pine scripts and make one myself that works the way I want, and because I've written it myself, I understand how it works.
It is purely designed for lower timeframes and normal candles, please do not use it Heikin or Renko. Other timeframes I have not studied. At the moment I only included a Buy alert. I have not yet decided on a Sell signal/alert.
Thanks for checking it out! If you think it is worth something:
- BTC: 1NrG3Sy2VW8u4wWHucj1CQjKQ6hXYwbSyX
Waddah Attar Explosion V2 [SHK]Hey everyone
I have modified Waddah Attar Explosion indicator to work in low price markets like crypto as well as any other market. So now the DeadZone line is based on ATR instead of a fixed number. Nothing more changed and all credits goes to it's MT4 developer and LazyBear (Main Script Link) .
Hope you enjoy!
Read the main description below...
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
This is a port of a famous MT4 indicator. This indicator uses MACD/BB to track trend direction and strength. Author suggests using this indicator on 30mins.
Explanation from the indicator developer:
"Various components of the indicator are:
Dead Zone Line: Works as a filter for weak signals. Do not trade when the red or green histogram is below it.
Histograms:
- Red histogram shows the current down trend.
- Green histogram shows the current up trend.
- Sienna line shows the explosion in price up or down.
Signal for ENTER_BUY: All the following conditions must be met.
- Green histo is raising.
- Green histo above Explosion line.
- Explosion line raising.
- Both green histo and Explosion line above DeadZone line.
Signal for EXIT_BUY: Exit when green histo crosses below Explosion line.
Signal for ENTER_SELL: All the following conditions must be met.
- Red histo is raising.
- Red histo above Explosion line.
- Explosion line raising.
- Both red histo and Explosion line above DeadZone line.
Signal for EXIT_SELL: Exit when red histo crosses below Explosion line.
All of the parameters are configurable via options page. You may have to tune it for your instrument.
Noro's Connors modified - with arrows and alertsThis is a study for providing alerts to this strategy
Bollinger Bands + Moving AveragesBollinger Bands + 3 MAs(EMA)
Exponential Moving Averages (EMA) 13, 62 & 200 (default values)
Bollingers Band (BB) 20 (default value)
Values can be amended based on your trading strategy.
Multi-TF Avg BBandsMULTI-TF AVERAGE BBANDS - with signals (BETA)
Overall, it shows where the price has support and resistance, when it's breaking through, and when its relatively low/high based on the magic of standard deviation.
created by gamazama. send me a shout if u find this useful, or if you create something cool with it.
%BB: The price's position in the boilinger band is converted to a range from 0-1. The midpoint is at 0.5
Description of parameters
"BB:Window Length" is the standard BB size of 20 candles.
The indicator plots up to 7 different %BB's on different timescales
They are calculated independently of the timescale you are viewing eg 12h, 3d, 30m will be the same output
You can enter 7 timescales, eg. if you want to plot a range of bbands of the 12h up to 3d graphs, enter values between 0.5 and 3 (days) - you can also select 0 to disable and use less timescales, or select hours or minutes
Take note if you eg. double the main multiplier to 40, it is the same as doubling all your timescales
You can turn the transparency of the 7 x %BB's to 100 to hide them, their average is plotted as a thick cyan line
"Variance" is a measure of how much the 7 BB's agree, and changes colour based on the thresholds used for the strategy
---- TO START FROM SCRATCH ----
- set all except one to ZERO (0), set to 0, and everything after to 0.
Turn ON and right click -> move the indicator to a new pane - this will show you the internal workings of the indicator.
Then there is a few standard settings
"Source Smoothing Amount" applies a basic small sma on the price.
It should be turned down when viewing candles with less information, like 1D or more.
Standard BBands use an SMA, there one uses a blend between VWMA or SMA
Volume Weight settings, the same as SMA at 0, and the same as VWMA at 1
BB^2 is a bband drawn around the average %BB. Adjust the to change its window length
The BB^2 changes color when price moves up or down
Now its time to look at the parameters which affect the buy/sell signals
turn on "show signal range" - you see some red lines
buy and sell each have 4 settings
min/max variance will affect the brigtness of the signal range
range adjust will move the range up/down
mix BB^2 blends between a straight line (0) and BB^2's top or bottom (1)
a threshold of "variance" and "h/l points" is available to generate weaker signals.
these thresholds can be increased to show more weak signals
ONCE YOU ARE HAPPY WITH THE SIGNALS being generated, you can turn OFF , and move it back to the price pane
the indicator then draws a bband around the price to maps some info into the chart:
fills a colour between 0.5 & the mid BB^2 and converts relative to the price chart
draws a line in the middle of the midband.
controls how much these lines diverge from the price - adjust it to reduce noise
converts the signal range (red lines) to be relative to the price chart
if you like, you can adjust the sell & buy signals in the tab from and to and to match the picture. It messes with auto-scaling when moving back to though
enjoy, I hope that is easy enough to understand, still trying to make this more user-friendly.
If you want to send me some token of appreciation - btc: 33c2oiCW8Fnsy41Y8z2jAPzY8trnqr5cFu
I promise it will put a fat smile on my face