在腳本中搜尋"bollingerband"
BollingerBands MTF | AlchimistOfCrypto🌌 Bollinger Bands – Unveiling Market Volatility Fields 🌌
"The Bollinger Bands, reimagined through quantum mechanics principles, visualizes the probabilistic distribution of price movements within a multi-dimensional volatility field. This indicator employs principles from wave function mathematics where standard deviation creates probabilistic boundaries, similar to electron cloud models in quantum physics. Our implementation features algorithmically enhanced visualization derived from extensive mathematical modeling, creating a dynamic representation of volatility compression and expansion cycles with adaptive glow effects that highlight the critical moments where volatility phase transitions occur."
📊 Professional Trading Application
The Bollinger Bands Quantum transcends traditional volatility measurement with a sophisticated gradient illumination system that reveals the underlying structure of market volatility fields. Scientifically calibrated for multiple timeframes and featuring eight distinct visual themes, it enables traders to perceive volatility contractions and expansions with unprecedented clarity.
⚙️ Indicator Configuration
- Volatility Field Parameters 📏
Python-optimized settings for specific market conditions:
- Period: 20 (default) - The quantum time window for volatility calculation
- StdDev Multiplier: 2.0 - The probabilistic boundary coefficient
- MA Type: SMA/EMA/VWMA/WMA/RMA - The quantum field smoothing algorithm
- Visual Theming 🎨
Eight scientifically designed visual palettes optimized for volatility pattern recognition:
- Neon (default): High-contrast green/red scheme enhancing volatility transition visibility
- Cyan-Magenta: Vibrant palette for maximum volatility boundary distinction
- Yellow-Purple: Complementary colors for enhanced compression/expansion detection
- Specialized themes (Green-Red, Forest Green, Blue Ocean, Orange-Red, Grayscale): Each calibrated for different market environments
- Opacity Control 🔍
- Variable transparency system (0-100) allowing seamless integration with price action
- Adaptive glow effect that intensifies during volatility phase transitions
- Quantum field visualization that reveals the probabilistic nature of price movements
🚀 How to Use
1. Select Visualization Parameters ⏰: Adjust period and standard deviation to match market conditions
2. Choose MA Type 🎚️: Select the appropriate smoothing algorithm for your trading strategy
3. Select Visual Theme 🌈: Choose a color scheme that enhances your personal pattern recognition
4. Adjust Opacity 🔎: Fine-tune visualization intensity to complement your chart analysis
5. Identify Volatility Phases ✅: Monitor band width to detect compression (pre-breakout) and expansion (trend)
6. Trade with Precision 🛡️: Enter during band contraction for breakouts, or trade mean reversion using band boundaries
7. Manage Risk Dynamically 🔐: Use band width as volatility-based position sizing parameter
BollingerBands Strat + pending order alerts via TradingConnectorSoftware part of algotrading is simpler than you think. TradingView is a great place to do this actually. To present it, I'm publishing each of the default strategies you can find in Pinescript editor's "built-in" list with slight modification - I'm only adding 2 lines of code, which will trigger alerts, ready to be forwarded to your broker via TradingConnector and instantly executed there. Alerts added in this script: 14, 17, 20 and 23.
SCRIPT INCLUDES PENDING ORDERS AND ALERTS! Alert will be sent to MetaTrader when order is triggered, but not yet filled. That means if market conditions change and order does not get filled, it needs to be cancelled as well, and there are alerts for that in the script as well.
How it works:
1. TradingView alert fires.
2. TradingConnector catches it and forwards to MetaTrader4/5 you got from your broker.
3. Trade gets executed inside MetaTrader within 1 second of fired alert.
When configuring alert, make sure to select "alert() function calls only" in CreateAlert popup. One alert per ticker is required.
Adding stop-loss, take-profit, trailing-stop, break-even or executing pending orders is also possible. These topics have been covered in other example posts.
This routing works for Forex, indices, stocks, crypto - anything your broker offers via their MetaTrader4 or 5.
Disclaimer: This concept is presented for educational purposes only. Profitable results of trading this strategy are not guaranteed even if the backtest suggests so. By no means this post can be considered a trading advice. You trade at your own risk.
If you are thinking to execute this particular strategy, make sure to find the instrument, settings and timeframe which you like most. You can do this by your own research only.
bollingerBandsV2Library "bollingerBandsV2"
Bollinger bands related functions
get_multiple_bollinger_bands(stdv1, stdv2, stdv3, stdv4, stdv5, stdv6, stdv7, length, source)
: Calculates 7 sets of bollinger bands, with 7 different standard deviations
Parameters:
stdv1 (float) : (simple int): standard deviation 1
stdv2 (float) : (simple int): standard deviation 2
stdv3 (float) : (simple int): standard deviation 3
stdv4 (float) : (simple int): standard deviation 4
stdv5 (float) : (simple int): standard deviation 5
stdv6 (float) : (simple int): standard deviation 6
stdv7 (float) : (simple int): standard deviation 7
length (simple int) : (simple int): Length for the bands
source (float) : (simple float): source for the calculation
Returns: : Returns 8 levels plus the range of all the levels.
get_bb_volatility(bb_highest, bb_lowest, ma_length, lookback)
: Provides a volatility indicator based on Bollinger Bands, and indicates wheather the volatility is increasing or decreasing.
Parameters:
bb_highest (float) : (simple float): Top Bollinger Band on which to calculate the range.
bb_lowest (float) : (simple float): Bottom Bollinger Band on which to calculate the range.
ma_length (simple int) : (simple int): Length to use in the smoothing of Bollinger Bands range.
lookback (int) : (simple int): Lookback period to identify a change in the Bollinger Bands range.
Returns: : Returns 8 levels plus the range of all the levels.
get_bbVolatility_data(source, length, stdv1, stdv2, stdv3, stdv4, stdv5, stdv6, stdv7, trend_direction)
: Generates Bollinger Bands Volatility
Parameters:
source (float) : (float): Source for Bollinger Bands
length (simple int) : (int): Length for Bollinger Bands
stdv1 (int) : (int): Standard Deviation 1
stdv2 (int) : (int): Standard Deviation 2
stdv3 (int) : (int): Standard Deviation 3
stdv4 (int) : (int): Standard Deviation 4
stdv5 (int) : (int): Standard Deviation 5
stdv6 (int) : (int): Standard Deviation 6
stdv7 (int) : (int): Standard Deviation 7
trend_direction (string) : (string): Current direction of the trend
Returns: : Returns a map with the levels, plus direction flag and the data table
bollingerBandsLibrary "bollingerBands"
Bollinger bands related functions
get_multiple_bollinger_bands(stdv1, stdv2, stdv3, stdv4, stdv5, stdv6, stdv7, length, source)
Parameters:
stdv1 (int)
stdv2 (int)
stdv3 (int)
stdv4 (int)
stdv5 (int)
stdv6 (int)
stdv7 (int)
length (simple int)
source (float)
get_bb_volatility(bb_highest, bb_lowest, ma_length, lookback)
Parameters:
bb_highest (float)
bb_lowest (float)
ma_length (simple int)
lookback (int)
TEC_MapHack_Sub2_Chart_ver_2.0.0본 지표는 PSAR + Bollinger Bands 를 사용해 추세를 나타내는 지표입니다.
배경색이 붉은색이면 상승추세, 파란색이면 하락추세를 나타냅니다.
PSAR과 BollingerBands 중심선을 기준으로 추세를 알아냅니다.
These are indicators of trends using PSAR + Bollinger Bands.
A red background indicates an upward trend, while a blue one indicates a downward trend.
Identify trends based on the centerlines of PSAR and BollingerBands.
Matty Pips strategy 2For education purpose. Applied only for Matty Pips Strategy. Arrow will appear when bollingerband + sar + binary with temito are in the same OB/OS.
Matty Pips main strategy is number 1. This is number 2
BollingerBands Balance[Giang]The "BollingerBands Balance " indicator is an enhanced version of the traditional Bollinger Bands, designed to analyze price trends on higher timeframes to identify key support and resistance zones. Instead of relying on the Simple Moving Average (SMA) to calculate standard deviation and define upper/lower bands, this indicator uses a Balance Line (CB), calculated by averaging the highest and lowest prices over a specified period and smoothing it with the Hull Moving Average (HMA).
This indicator provides multi-level upper and lower bands (from "min" to "supper max") with customizable multipliers, enabling users to identify potential reversal or continuation zones with ease. Analyzing with multiple support/resistance bands not only aids in recognizing short-term trends but also provides a broad view of long-term trends. The BollingerBands Balance indicator is a valuable tool for adjusting trading strategies and identifying optimal entry and exit points based on price dispersion around the balance line.
Bollinger + sarProblem with change in bollingerbands when adding psar short condition - and i dont know why.
Anyone - any ideas?
5EMA BollingerBand Nifty Stock Scanner
What ?
We all heard about (well: over-heard) 5-EMA strategy. Which falls into the broader category of mean reversal type of trading setup.
What is mean reversal?
Price (or any time series, in fact) tries to follow a mean . Whenever price diverges from the mean it tries to meet it back.
It is empirically observed by some traders (I honestly don't know who first time observed it) that in Indian context specially, 5 Exponential Moving Average (5-EMA) works pretty good as that mean.
So whenever price moves away from that 5-EMA, it ultimately comes back and attain total nirvana :) Means: if price moved way higher than the 5EMA without touching it, then price will correct to meet it's 5-EMA and if price moved way lower, it will be uplifted to meet it's 5-EMA. Funny - but it works !
Now there are already enough social media coverage on this 5-EMA strategy/setup. Even TradingView has some excellent work done on these setups. Kudos to all those great souls.
So when we came to know about this, we were thinking what we should do for the community. Because it is well cover topic (specially in Indian context). Also, there are public indicators.
Then we thought why not come up with a scanner which will scan all the Nifty-50 constituent stocks and find out on the fly, real-time which all stocks are matching this 5-EMA setup and causing a Buy/Sell trade recommendation.
Hence here we are with the first version of our first scanner on the 5EMA setup (well it has some more masala than merely a 5-EMA setup).
Why?
Parts of why is already covered up.
Now instead of blindly following 5-EMA setup, we added the Bollinger band as well. Again: it's also not new. There are enough coverage in social media about the 5-EMA+BB strategy/setup. We mercilessly borrowed from all of these.
Suppose you have an indicator.
Now you apply the indicator in your chart. And then you need to (rock) and roll through your watchlist of Nifty-50 stocks (note: TradingView has no default watchlist of Nifty-50 stock by default - you have to create one custom watchlist to list all manually) to find out which all are matching the setup, need to take a note about the trade recomendations (entry, SL, target) and other stuffs like VWAP, Volume, volatility (Bollinger Band Width).
Not any more.
This scanner will track all the Nifty-50 stocks (technically: 40 stocks other than Banking stocks) and provide which one to Buy or Sell (if any), what's the entry, SL, target, where is the VWAP of the day, what's the picture in volume (high, low, rising, falling) and the implied volatility (using Bolling band width). Also it has a naive alerting mechanism as well.
In fact the code is there to monitor the (Future) OI also and all the OI drama (OI vs price and all the 4 stuffs like long build up, long unwinding, short covering, short buildup). But unfortunately, due to some limitations of the TradingView (that one can not monitor more than 40 `ta.security` call) we have to comment out the code. If you wish you can monitor only 20 stocks and enable the OI monitoring also (20 for stocks + 20 for their OI monitoring .. total 40 `ta.security` call).
How?
To know the divergence from 5-EMA we just check if the high of the candle (on closing) is below the 5-EMA. Then we check if the closing is inside the Bollinger Band (BB). That's a Buy signal. SL: low of the candle, T: middle and higher BB.
Just opposite for selling. 5-EMA low should be above 5-EMA and closing should be inside BB (lesser than BB higher level). That's a Sell signal. SL: high of the candle, T: middle and lower BB.
Along with we compare the current bar's volume with the last-20 bar VWMA (volume weighted moving average) to determine if the volume is high or low.
Present bar's volume is compared with the previous bar's volume to know if it's rising or falling.
VWAP is also determined using `ta.vwap` built-in support of TradingView.
The Bolling Band width is also notified, along with whether it is rising or falling (comparing with previous candle).
Simple, but effective.
Customization
As usual the EMA setup (5 default), the BB setup (20 SMA with 1.5 standard deviation), we provided option wherther to include or exclude BB role in the 5-EMA setup (as we found out there are two schools of thought .. some people use BB some don't. Lets make all happy :))
We also provide options to choose other symbols using Settings if they wish so. We have the default 40 non banking Nifty stocks (why non-banking? - Bank Nifty is in ATH :) .. enough :)). But if user wishes can monitor others too (provided the symbol is there in TradingView).
Although we strongly recommend the timeframe as 30 minutes , you can choose what's fit you most.
The output of the scanner is a table. By default the table is placed in the right-bottom (as we are most comfortable with that). However you can change per your wish. We have the option to choose that.
What is unique in it ?
This is more of an indicator. This is a scanner (of Nifty-50 stocks). So you can apply (our recommendation is in 30m timeframe) it to any chart (does not matter which chart it is) and it will show every 30 mins (which is also configurable) which all stocks (along with trade levels) to Buy and Sell according to the setup.
It will ease your trading activity.
You can concentrate only on the execution, the filtering you can leave it to this one.
Limitations
There is a build in limitation of the TradingView platform is that one can call only upto 40 securities API. Not beyond that. So naturally we are constraint by that. Otherwise we could monitor 190 Nifty F&O stocks itself.
30m is the recommended timeframe. In very lower (say 5m) this script tends to go out of heap (out of memory). Please note that also.
How to trade using this?
Put any chart in 30m (recommended) timeframe.
Apply this screener from Indicators (shortcut to launch indicators is just type / in your keyboard).
This will provide the Buy (shown in green color) or Sell (shown in red color) recommendations in a table, at every 30m candle closing.
Note the volume and BB width as well.
Wait for at least 2 5-minutes candles to close above/below the recommended level .
Take the trade with the SL and target mentioned.
Mentions
@QuantNomad. The whole implementation concept we mercilessly borrowed from him, even some of his code snippet we took it (after asking him through one of his videos comment section and seeking explicit permission which he readily granted within an hour). Thank You sir @QuantNomad. Indebted to you.
Monika (Rawat) ji: for reviewing, correcting, providing real time examples during live market hours, often compromising her own trading activities, about the effectiveness and usefulness of this setup. Thank You madam ji. Indebted to you.
There are innumerable contents in social media about this. Don't even know whom all we checked. Thanks to all of them.
Happy Trading (in stocks - isn't enough of Indices already?)
Disclaimer
This piece of software does not come up with any warrantee or any rights of not changing it over the future course of time.
We are not responsible for any trading/investment decision you are taking out of the outcome of this indicator.
5EMA_BB_ScalpingWhat?
In this forum we have earlier published a public scanner called 5EMA BollingerBand Nifty Stock Scanner , which is getting appreciated by the community. That works on top-40 stocks of NSE as a scanner.
Whereas this time, we have come up with the similar concept as a stand-alone indicator which can be applied for any chart, for any timeframe to reap the benifit of reversal trading.
How it works?
This is essentially a reversal/divergence trading strategy, based on a widely used strategy of Power-of-Stocks 5EMA.
To know the divergence from 5-EMA we just check if the high of the candle (on closing) is below the 5-EMA. Then we check if the closing is inside the Bollinger Band (BB). That's a Buy signal. SL: low of the candle, T: middle and higher BB.
Just opposite for selling. 5-EMA low should be above 5-EMA and closing should be inside BB (lesser than BB higher level). That's a Sell signal. SL: high of the candle, T: middle and lower BB.
Along with we compare the current bar's volume with the last-20 bar VWMA (volume weighted moving average) to determine if the volume is high or low.
Present bar's volume is compared with the previous bar's volume to know if it's rising or falling.
VWAP is also determined using `ta.vwap` built-in support of TradingView.
The Bolling Band width is also notified, along with whether it is rising or falling (comparing with previous candle).
What's special?
We love this reversal trading, as it offers many benifits over trend following strategies:
Risk to Reward (RR) is superior.
It _Does Hit_ stop losses, but the stop losses are tiny.
Means, althrough the Profit Factor looks Nahh , however due to superior RR, end of day it ended up in green.
When the day is sideways, it's difficult to trade in trending strategies. This sort of volatility, reversal strategies works better.
It's always tempting to go agaist the wind. Whole world is in Put/PE and you went opposite and enter a Call/CE. And turns out profitable! That's an amazing feeling, as a trader :)
How to trade using this?
* Put any chart
* Apply this screener from Indicators (shortcut to launch indicators is just type / in your keyboard).
* It will show you the Green up arrow when buy alert comes or red down arrow when sell comes. * Also on the top right it will show the latest signal with entry, SL and target.
Disclaimer
* This piece of software does not come up with any warrantee or any rights of not changing it over the future course of time.
* We are not responsible for any trading/investment decision you are taking out of the outcome of this indicator.
matty pips strategyFor education purpose. Applied only for Matty Pips Strategy. Arrow will appear when bollingerband + sar + binary with temito are in the same OB/OS.
3MAs & BB, Time-Res, Low-VolTriple MAs with EMA/SMA option, and specific timeframe options.
Very customizable.
Bollinger Bands
If BollingerBand Width is lowest in 100 bars it fills background.
Bollinger Bands Strategy LingsbordIndicator made by the idea provided by Lingsbord from the forum Binary Options Edge.
Features Implemented from Original Idea
Trade Sessions 0410-0815 and 0930-1200 (for some reason pinescript works off UTC-4?, London is UTC+1)
Indicator only signals when bar is inside trade sessions.
Background is shaded when Trade session is active.
Indicator Draws Arrows when a bar closes outside of 2.5 bollinger band.
Trade is executed at the opening of the next bar and recorded in the strategy tester.
Modifications to Original Idea
This Strategy has been modified to include his "Anti-Breakout Protection) where it will only place 2 consecutive losing trades in the event of consecutive bar closing outside of the bollingerbands.
www.binaryoptionsedge.com
In the Event of the first trade ending ITM and the next bar closing back inside the Bollinger bands then the next bar going back outside, the script will trigger another trade signal.
Allows for consecutive wins in an uptrend but still limiting to 2 losses as per modification above
Excel Spread sheet tracking profits
$1887.04 from Monday 17-09-2018 to Friday 21-09-2018
i.imgur.com
www.binaryoptionsedge.com
Step 1.
I have an FXCM demo account running Metatrader 4 and a 1 min EURUSD chart open.
This chart has 1 indicator on it, Bollinger Bands with settings 20 and 2.5.
I found that deviation of 2 creates too many false signals and deviation of 3 means you’ll be lucky to see more than 3 trades per day.
I settled on 1 minute for the number of trades it offers during an average day and because the 5 minute offers no better ITM rate.
I also have the Market Watch window open on the metatrader but I reduce the size of the box down so I can only see the EURUSD rate and the clock.
It’s this clock that I use as my “countdown trigger”.
Step 2.
-Redacted- (Affilliate marketing bullshit) -Redacted-
Step 3.
OK as you will have seen elsewhere on the BOE Boards,
the trading strategy is simply to take a trade in the opposite direction when a candle closes outside the Bollinger Bands,
so if it closes out of the top band I enter a Put, and if it closes below the bottom band I enter a Call.
As the Market Watch clock gets into the 50s on the seconds and if a trade appears to be lining up,
I’ll hover over the Put/Call button and closely watch the clock and the chart so I can nail the trade the moment the candle closes.
Expiry is 1 minute.
Trading times
I avoid the period prior to London Open as there’s often a series of trades in the same (wrong) direction as the market gears itself up for the day,
so I’ll normally look for the first trade from 09:10 UK time and I’ll then trade until about 13:15,
picking up again around 14:30 after NYC Open to avoid another rush around that time and to give me a chance to enjoy some lunch without worrying about trading!
For those of you trading Asian markets I’d avoid the “dead zone” and trade from about 02:00 onwards (again, UK time) when there might be enough movement to be able to make sense of this strategy.
Trade sizes
My first trade is $100. If this trade ends ITM I make $82 and look for the next one, again at the starting level of $100
If the first trade ends OTM then my second trade on the next signal is $320. If this trade ends ITM I make $262 which recovers the original $100,
also creates the original $82 of profit that the first trade would have made, and then makes a further $80.
Again your next trade is at the starting level of $100
If the second trade ends OTM then the third trade is $512.
If this trade ends ITM then it recovers the original $100 and the $320 but there’s no profit,
we’ve just recovered the losses and we move on with the next trade at $100
If the third trade ends OTM we REPEAT the $512 trade. If this trade ends ITM we generate $420 towards recovering part of the losses made in the other trades.
These 1-4 trade sequences we call “events”.
Most events will be only 1 or 2 trades,
i.e. you will be making consistent strong returns most of the time.
When an event consists of 3 consecutive trades you will break even on that event and look for the next trade
When an event consists of 4 trades where the 4th one ends ITM you will subsidise your loss on the previous 3.
Some people can’t face the concept of a trade that doesn’t generate profit,
but believe me I’ve run so many examples that this structure works best in terms of risk/reward over time.
When an event consists of 4 trades and the 4th one ends OTM you will take a “hit”.
Based on the above numbers the hit will cost you $1,444 at this level.
When this happens you set the platform back to $100 and start again.
Moving Average ExponentialUsing VWAP and two different EMAs. Also includes BollingerBands, showing if the Close is above or below VWAP.
MACD Indicator for 5 Min ScalpThis Indicator merges the 1 min MACD with BollingerBands to dedect a bigger than avarage tick on the Macd for the 5 min Scalping Strategy
You can change the length of the bollinger bands for the upper and lower channel individually so that you can get better signals
if a tick is bigger than avarage it will be colored, else it would be gray
this is the same indicator i used to get entrys in my 5 min scalping statagy, but i wouldnt just go in a trade when there is a bigger than usual tick. You have to look at other things to
multi RSI channel for divergence / wave analysisThis is an indicator that will make analysis using RSI much easier!
This indicator is basically an RSI, that uses the concept of bollingerbands, and draws channel that corresponds with the real RSI value.
With this script, you will be able to
1.spot divergences visually, and much easier (rsi channel is set to 35/65-white 30/70-yellow 20/80-orange 15/85-red)
2.analyze the wave easier with the guidance of labels printed
For those people who use RSI alot, you will be able to use this indicator for spotting divergence scenarios before the divergence forms,
and with the multi-rsi channel & help of label, you will be able to visually know that the divergence has formed.
this indicator will help guide you to read RSI indicator much better, and I personally don't think that you need extra RSI indicator(default),
because this is much more intuitive, and you get all the benefits of RSI as well.
hope this helps someone like me who really wanted to use RSI channel more professionally!
BollingerBandsLineThis script will display the price of Bollinger Bands .
For example.See the image above.
You can grasp the price of + 1σ on the weekly chart while looking at the five-minute chart.
You can know the existence of resistance.And you can get the sign of reversal.
This script can display the price of Bollinger Bands for each hour at the same time.
M5,M15,M30,H1,H4,DAY,WEEK,MONTH.
You can also display the price of the middle line for the specified period.
All lines can be changed in color.
You can also specify three Bollinger Bands deviations.
± 1σ is very important in Bollinger Bands .
Once the price goes out of ± 1σ, it may become a trend and start a bandwalk.
Conversely, if the price returns to within ± 1σ, the trend may reverse.
With a line drawn there, this script will help you trade.
If you are interested in the invitation-only indicator, please contact us on private chat.
The following is an explanation in Japanese.
通常のボリンジャーバンドのミドルラインと+1σ、-1σに加えて、
指定した2つの偏差のラインを表示できます。
※デフォルト設定ではミドルラインと±1σ、±2σ、±3σになっています。
5分足・15分足・30分足・1時間足・4時間足・日足・週足・月足のボリンジャーバンドの±1σ、及びミドルラインにリアルタイムで自動的にラインを引いてくれるインジケーターです。
好きな時間足のチャートを見ながら今、各時間足のボリンジャーバンド±1σ、及びミドルラインがどの位置にあるか把握することができます。
各時間足の±1σ、ミドルそれぞれラインの色を変更可能!
必要のない時間足の±1σ及びミドルラインのON・OFFが変更可能!
自分の見やすいようにお好みでアレンジできます!
TradingViewの設定で「インジケーター名ラベル」をオンにすれば、
この水平線がどの時間足のどこの水平線なのか説明が表示されます!
このインジケーターに興味がある方はプライベートチャットで連絡ください。
Alex Scalper with Volatility CheckAlex Scalper with Volatility Check - Script Description
This Pine Script indicator is a comprehensive scalping strategy designed for short-term trading with built-in risk management and volatility filtering.
Key Features:
📊 Core Strategy:
Uses VWAP (Volume Weighted Average Price) as the primary trend filter
Employs Stochastic oscillator for entry timing (oversold/overbought conditions)
Generates buy signals when price is above VWAP with stochastic momentum
Generates sell signals when price is below VWAP with stochastic reversal
🛡️ Risk Management:
Volatility Protection: Automatically pauses trading during high volatility periods using ATR and Bollinger Band width analysis
Multi-Target System: Three take-profit levels (10, 15, 25 points) for progressive profit-taking
Fixed Stop Loss: 20-point stop loss protection
Position Sizing: Dynamic lot size adjustment based on win/loss performance
⏰ Trading Hours:
Restricted to US market hours (9:30-11:30 AM and 2:00-4:00 PM EST)
Prevents trading during low-liquidity periods
🔔 Alert System:
Real-time buy/sell alerts with complete trade information
Includes entry price, stop loss, take profit levels, and position size
Ready for automated trading integration
📈 Visual Elements:
Green triangles for buy signals below price bars
Red triangles for sell signals above price bars
Orange volatility warning labels during high-risk periods
This script is ideal for traders seeking a systematic approach to scalping with built-in protection against volatile market conditions.
BBMA Strategy - EXT CSD CSM MHV RE CodesBINANCE:BTCUSD
Below is a detailed guide for using and interpreting the "BBMA Strategy - Enhanced EXT CSD CSM with Subplot" indicator. This guide is designed to be added to the description of the indicator when publishing it on TradingView. It provides clear instructions for users on how to apply the indicator, interpret its signals, and understand its features, including the multi-timeframe analysis and subplot table.
BBMA Strategy - Enhanced EXT CSD CSM with Subplot: User Guide
Overview
The "BBMA Strategy - Enhanced EXT CSD CSM with Subplot" is a comprehensive trading indicator built on the Bollinger Bands Moving Average (BBMA) framework. It combines multiple technical analysis tools—Bollinger Bands, Moving Averages (MAHI and MALO), EMA, ATR, volume analysis, RSI, MACD, market structure, and candlestick patterns—to identify high-probability trading setups. The indicator supports five key BBMA setups: EXT (Extreme), CSD (Consolidation), CSM (Continuation Setup Movement), RE (Re-Entry), and MHV (Market High Volatility).
This enhanced version includes:
Multi-Timeframe (MTF) Analysis: Confirms signals across a Lower Timeframe (LTF) and Higher Timeframe (HTF) for stronger trade validation.
Subplot Table: Displays signal status ("Active" or "Upcoming") and MTF confirmations in a clear table format.
Market Structure and Volume Filters: Incorporates Break of Structure (BOS), RSI divergence, and volume conditions to filter out low-probability trades.
Customizable Settings: Adjust Bollinger Bands, MA periods, timeframes, and more to suit your trading style.
This indicator is suitable for traders of all levels and can be used across various markets (e.g., forex, crypto, stocks) and timeframes (1M to 1D).
How to Use the Indicator
1. Add the Indicator to Your Chart
Open TradingView and load the chart of your chosen asset (e.g., BTCUSD, EURUSD, XAUUSD).
Go to the Pine Editor, paste the indicator code, and click "Add to Chart."
The indicator will overlay on your chart, displaying Bollinger Bands, Moving Averages, EMA, and signal labels. A subplot table will appear at the bottom of the chart.
2. Configure the Settings
The indicator provides customizable inputs to tailor it to your trading preferences. Access the settings by clicking the gear icon next to the indicator name on your chart:
Bollinger Bands Settings:
BB Period: Default is 20. Adjust the lookback period for Bollinger Bands.
BB Deviations: Default is 2. Adjust the standard deviation for the bands.
MAHI Settings (Moving Averages on High):
MAHI 5 Period: Default is 5. Period for the shorter MA on highs.
MAHI 10 Period: Default is 10. Period for the longer MA on highs.
MALO Settings (Moving Averages on Low):
MALO 5 Period: Default is 5. Period for the shorter MA on lows.
MALO 10 Period: Default is 10. Period for the longer MA on lows.
EMA Settings:
EMA Period: Default is 50. Adjust the period for the Exponential Moving Average.
ATR Settings:
ATR Period: Default is 14. Period for the Average True Range.
ATR SMA Period: Default is 14. Period for the ATR smoothing.
Timeframe Settings:
Minor HTF: Default is 1h. Select the minor higher timeframe for trend confirmation.
Major HTF: Default is 4h. Select the major higher timeframe for trend confirmation.
Lower TF for Confirmation: Default is 5m. Select the lower timeframe for signal confirmation.
Market Structure Settings:
Market Structure Lookback: Default is 10. Adjust the lookback period for swing highs/lows in market structure analysis.
3. Select Your Chart Timeframe
The indicator works on any timeframe from 1 minute (1M) to 1 day (1D).
For best results, align your chart timeframe (Current Timeframe, CTF) with the LTF and HTF settings:
Example: If CTF is 15m, set LTF to 5m and HTF to 1h or 4h.
This ensures proper multi-timeframe alignment for signal confirmation.
Indicator Components
Main Chart Elements
Bollinger Bands (BB): Plotted as three lines (upper, middle, lower) to identify volatility and potential reversal zones.
Upper Band: Blue line.
Middle Band: Black line (basis).
Lower Band: Blue line.
MAHI (Moving Averages on High): Two weighted moving averages on highs to detect trend direction.
MAHI 5: Green line.
MAHI 10: Lime line.
MALO (Moving Averages on Low): Two weighted moving averages on lows to confirm trend direction.
MALO 5: Red line.
MALO 10: Orange line.
EMA (50-period): Purple line to identify the overall trend.
Signal Labels: Appear on the chart when a setup is confirmed:
EXT Buy: Green upward arrow (reversal buy at BB lower band).
EXT Sell: Red downward arrow (reversal sell at BB upper band).
CSM Buy: Teal upward arrow (continuation buy above BB middle).
CSM Sell: Maroon downward arrow (continuation sell below BB middle).
RE Buy: Aqua upward arrow (re-entry buy between BB lower and middle).
RE Sell: Fuchsia downward arrow (re-entry sell between BB upper and middle).
MHV: Orange label (high volatility breakout after consolidation).
CSD: Yellow diamond (consolidation signal).
Subplot Table
Located at the bottom of the chart, the table summarizes signal status across three timeframes:
CTF (Current Timeframe): Shows "Active" (signal confirmed) or "Upcoming" (signal forming) for each setup.
LTF (Lower Timeframe): Displays a checkmark (✔) if the signal is confirmed on the LTF.
HTF (Higher Timeframe): Displays a checkmark (✔) if the signal is confirmed on the HTF.
Columns represent the five BBMA setups: EXT Buy, EXT Sell, CSD, CSM Buy, CSM Sell, RE Buy, RE Sell, and MHV.
Interpreting the Signals
1. EXT (Extreme) Setup
EXT Buy (Green Arrow):
Condition: Price touches or breaks below the BB lower band, closes above it, with high ATR volatility, strong volume, and additional confirmations (e.g., hammer candle, RSI oversold, MACD bullish, MAHI/MALO crossover, or bullish divergence).
Interpretation: A potential reversal buy signal. Look for confirmation in the subplot table (LTF and HTF rows).
Action: Consider a long position if LTF and HTF confirm (✔ in both rows). Use the BB middle or upper band as a target.
EXT Sell (Red Arrow):
Condition: Price touches or breaks above the BB upper band, closes below it, with high ATR volatility, strong volume, and additional confirmations (e.g., shooting star candle, RSI overbought, MACD bearish, MAHI/MALO crossunder, or bearish divergence).
Interpretation: A potential reversal sell signal.
Action: Consider a short position if LTF and HTF confirm. Use the BB middle or lower band as a target.
2. CSD (Consolidation) Setup
CSD (Yellow Diamond):
Condition: BB width is narrow (below its SMA), low ATR volatility, small candles, and no MAHI/MALO crossovers.
Interpretation: The market is consolidating, often preceding a breakout (e.g., MHV).
Action: Avoid trading during CSD unless preparing for an MHV breakout. Monitor the subplot for "Upcoming" MHV signals.
3. CSM (Continuation Setup Movement)
CSM Buy (Teal Arrow):
Condition: Price is above the BB middle, MAHI crossover, MALO crossover or MACD bullish, price above EMA 50, with additional confirmations (e.g., bullish engulfing or MACD bullish).
Interpretation: A continuation buy signal in an uptrend.
Action: Enter a long position if LTF and HTF confirm. Target the BB upper band or recent swing highs.
CSM Sell (Maroon Arrow):
Condition: Price is below the BB middle, MAHI crossunder, MALO crossunder or MACD bearish, price below EMA 50, with additional confirmations (e.g., bearish engulfing or MACD bearish).
Interpretation: A continuation sell signal in a downtrend.
Action: Enter a short position if LTF and HTF confirm. Target the BB lower band or recent swing lows.
4. RE (Re-Entry) Setup
RE Buy (Aqua Arrow):
Condition: Price is between the BB lower and middle bands, MAHI crossover, MALO crossover or MACD bullish, price above EMA 50, with additional confirmations (e.g., bullish engulfing or MACD bullish).
Interpretation: A re-entry buy signal after a pullback in an uptrend.
Action: Enter a long position if LTF and HTF confirm. Target the BB middle or upper band.
RE Sell (Fuchsia Arrow):
Condition: Price is between the BB upper and middle bands, MAHI crossunder, MALO crossunder or MACD bearish, price below EMA 50, with additional confirmations (e.g., bearish engulfing or MACD bearish).
Interpretation: A re-entry sell signal after a pullback in a downtrend.
Action: Enter a short position if LTF and HTF confirm. Target the BB middle or lower band.
5. MHV (Market High Volatility) Setup
MHV (Orange Label):
Condition: Follows a CSD signal, with expanding BB width, high ATR volatility, strong volume, and MAHI/MALO crossover or crossunder.
Interpretation: A breakout signal after consolidation, indicating high volatility and potential for a strong move.
Action: Trade in the direction of the breakout (e.g., buy if MAHI crossover, sell if MAHI crossunder). Confirm with LTF and HTF. Target significant levels like recent swing highs/lows.
6. Multi-Timeframe Confirmation
LTF Confirmation: A checkmark (✔) in the LTF row indicates the signal is also present on the lower timeframe (e.g., 5m). This adds confidence to the trade.
HTF Confirmation: A checkmark (✔) in the HTF row indicates alignment with the higher timeframe trend (e.g., 4h). This confirms the signal's strength.
Strongest Signals: Look for signals with both LTF and HTF confirmations (✔ in both rows). These have the highest probability of success.
7. Upcoming Signals
The CTF row in the subplot table may show "Upcoming" for a setup (e.g., EXT Buy: Upcoming). This indicates the setup is forming but not yet confirmed.
Action: Monitor these setups closely. They may turn "Active" on the next candle if conditions are met.
Trading Tips
Trend Alignment: Use the EMA 50 and market structure (is_uptrend) to ensure trades align with the overall trend. For example, prioritize CSM Buy signals in an uptrend.
Risk Management:
Set stop-losses below recent swing lows (for buys) or above recent swing highs (for sells).
Use the BB middle or opposite band as a target for most setups.
Avoid Overtrading: Focus on signals with LTF and HTF confirmations to filter out noise.
Timeframe Selection:
Scalping: Use 1m or 5m CTF with 1m LTF and 15m HTF.
Day Trading: Use 15m or 1h CTF with 5m LTF and 4h HTF.
Swing Trading: Use 4h or 1D CTF with 1h LTF and 1D HTF.
Backtesting: Test the indicator on historical data for your chosen asset and timeframe to understand its performance.
Alerts
The indicator includes built-in alerts for each setup:
EXT Buy/Sell: Triggers when an EXT signal is confirmed.
CSD: Triggers during consolidation.
CSM Buy/Sell: Triggers for continuation signals.
RE Buy/Sell: Triggers for re-entry signals.
MHV: Triggers for high volatility breakouts. To set up alerts:
Right-click on the chart and select "Add Alert."
Choose the condition (e.g., "BBMA EXT Buy").
Set your preferred notification method (e.g., email, SMS).
Limitations
Lagging Indicators: The indicator uses moving averages and other lagging tools, which may delay signals in fast-moving markets.
False Signals: Like all indicators, it can produce false signals, especially in choppy markets. Use LTF/HTF confirmations to filter trades.
Timeframe Dependency: Ensure your CTF, LTF, and HTF are properly aligned to avoid conflicting signals.
DT Bollinger BandsIndicator Overview
Purpose: The script calculates and plots Bollinger Bands, a technical analysis tool that shows price volatility by plotting:
A central moving average (basis line).
Upper and lower bands representing price deviation from the moving average.
Additional bands for a higher deviation threshold (3 standard deviations).
Customization: Users can customize:
The length of the moving average.
The type of moving average (e.g., SMA, EMA).
The price source (e.g., close price).
Standard deviation multipliers for the bands.
Fixed Time Frame: The script can use a fixed time frame (e.g., daily) for calculations, regardless of the chart's time frame.
Key Features
Moving Average Selection:
The user can select the type of moving average for the basis line:
Simple Moving Average (SMA)
Exponential Moving Average (EMA)
Smoothed Moving Average (SMMA/RMA)
Weighted Moving Average (WMA)
Volume Weighted Moving Average (VWMA)
Standard Deviation Multipliers:
Two multipliers are used:
Standard (default = 2.0): For the original Bollinger Bands.
Larger (default = 3.0): For additional bands.
Bands Calculation:
Basis Line: The selected moving average.
Upper Band: Basis + Standard Deviation.
Lower Band: Basis - Standard Deviation.
Additional Bands: Representing ±3 Standard Deviations.
Plots:
Plots the basis, upper, and lower bands.
Fills the area between the bands for visual clarity.
Plots and fills additional bands for ±3 Standard Deviations with lighter colors.
Alerts:
Generates an alert when the price enters the range between the 2nd and 3rd standard deviation bands.
The alert can be used to notify when price volatility increases significantly.
Background Highlighting:
Colors the chart background based on alert conditions:
Green if the price is above the basis line.
Red if the price is below the basis line.
Offset:
Adds an optional horizontal offset to the plots for fine-tuning their alignment.
How It Works
Input Parameters:
The user specifies settings such as moving average type, length, multipliers, and fixed time frame.
Calculations:
The script computes the basis (moving average) and standard deviations on the fixed time frame.
Bands are calculated using the basis and multipliers.
Plotting:
The basis line and upper/lower bands are plotted with distinct colors.
Additional 3 StdDev bands are plotted with lighter colors.
Alerts:
An alert condition is created when the price moves between the 2nd and 3rd standard deviation bands.
Visual Enhancements:
Chart background changes color dynamically based on the price’s position relative to the basis line and alert conditions.
Usage
This script is useful for traders who:
Want a detailed visualization of price volatility.
Use Bollinger Bands to identify breakout or mean-reversion trading opportunities.
Need alerts when the price enters specific volatility thresholds.