Dải Bollinger (BB) — Chỉ Báo Kỹ Thuật - TradingView

Tìm kiếm
  • Sản phẩm
  • Cộng đồng
  • Thị trường
  • Nhà môi giới
  • Thêm nữa
VI Bắt đầu
  • Chỉ báo và chiến lược
  • Chỉ báo Kỹ thuật
  • Biến động
  • Dải Bollinger (BB)
Tất cả các loại Chỉ dành cho mã nguồn mởGần nhấtPhổ biến nhấtFibonacci Rainbow Bollinger BandsBollinger bands with fibonacci levels as a rainbow background on the price chart.Chỉ báo Pine Script®của NotoriousPyro3Dual Bollinger Trend Oscillator - BBTrend | TR🎯 Overview Dual Bollinger Trend Oscillator - BBTrend | TR is an innovative oscillator developed by Tiagorocha1989 that leverages two Bollinger Bands® with different periods and standard deviation multipliers to create a unique measure of trend strength and momentum. By comparing the relative positions of short‑term and long‑term bands, BBTrend captures the expansion or contraction of volatility in a way that highlights underlying trend dynamics. With dual display modes (histogram or line), a comprehensive moving average engine, and rich visual customization, this indicator helps traders identify trend direction, strength, and potential reversals with clarity. 🔧 How It Works BBTrend is built upon two classic Bollinger Bands calculations applied to the same price source: Short Bollinger Bands – length Short_Len_BB, multiplier Short_Mult_BB Long Bollinger Bands – length Long_Len_BB, multiplier Long_Mult_BB From these bands, the indicator computes the absolute differences between the lower bands (shortLo and longLo) and between the upper bands (shortUp and longUp). The core oscillator value is then: text BBTrend = (abs(shortLo - longLo) - abs(shortUp - longUp)) / shortMid * 100 where shortMid is the middle line of the short Bollinger Bands (used for normalisation). The result is a dimensionless oscillator that oscillates around zero: BBTrend > 0 → The gap between lower bands exceeds the gap between upper bands, typically associated with bullish momentum. BBTrend < 0 → The gap between upper bands exceeds the gap between lower bands, typically associated with bearish momentum. The indicator can be displayed either as a histogram (default) or as a line. When shown as a histogram, four shades of the bullish/bearish colours indicate the strength of the trend based on whether the value is increasing or decreasing. An optional moving average (MA_BB) of the BBTrend line can be added (enabled via showMA). Crossovers between BBTrend and this MA provide additional trading signals. ✨ Key Features 🔹 Dual Display Modes Histogram Mode (default): Visualises BBTrend as coloured columns. The colour intensity reflects trend strength: Dark shades → strong momentum (value increasing in the same direction) Light shades → weakening momentum (value decreasing towards zero) Line Mode: Plots BBTrend as a continuous line, coloured by its position relative to its moving average. 🔹 Customizable Bollinger Bands Separate control over short and long Bollinger Bands: Short BB Length (default 10) and Short StdDev (default 1.0) Long BB Length (default 50) and Long StdDev (default 2.0) Price Source (default Close) 🔹 Moving Average Engine When enabled, the indicator plots a moving average of BBTrend with 12 selectable types: EMA, SMA, RMA, WMA, VWMA, HMA, DEMA, TEMA, TRIMA, FRAMA, SWMA, T3 The T3 MA includes an adjustable T3 Factor for fine‑tuning smoothness. 🔹 Crossover Signals Zero‑Line Crossovers: Triangles appear on the price chart when BBTrend crosses above or below zero (bullish/bearish signals). MA Crossovers: When showMA is true, small circles mark crossovers between BBTrend and its moving average. 🔹 Comprehensive Visual Feedback Color‑Coded Histogram/Line: Uses one of eight color themes (Classic, Modern, Robust, etc.) for bullish and bearish states. Dynamic Zone Fills: Semi‑transparent fills between the BBTrend line and its moving average when line mode is active. Background Shading: The chart background changes colour based on the prevailing bias (bullish/bearish). Color‑Coded Candles: Bars reflect the current BBTrend bias (above/below zero in histogram mode, or above/below MA in line mode). Live Value Display: Current BBTrend value shown in a floating label near the last bar. Trend Table: Bullish/Bearish status displayed in a table on the chart. 🔹 Ready‑to‑Use Alerts Built‑in alert conditions trigger LONG on bullish zero‑line crossovers and SHORT on bearish zero‑line crossovers, as well as for MA crossovers when enabled. ⚙️ Settings Summary Setting Description Default Color Choice Select from eight visual themes Classic Show Histogram If true, display as histogram; if false, as a line true Show Moving Average Display the moving average of BBTrend false Price Source Source for Bollinger Bands calculations Close Short BB Length Period for short Bollinger Bands 10 Long BB Length Period for long Bollinger Bands 50 Short StdDev Standard deviation multiplier for short bands 1.0 Long StdDev Standard deviation multiplier for long bands 2.0 Length MA Moving average period for BBTrend 14 Moving Average Type of moving average (12 options) EMA T3 Factor Factor for T3 moving average (0–1) 0.7 📈 Practical Applications 🔹 Trend Direction Identification The sign of BBTrend provides a clear directional bias: Positive values → bullish trend Negative values → bearish trend The magnitude indicates trend strength, with larger absolute values reflecting stronger momentum. 🔹 Zero‑Line Crossovers Crossovers above/below zero offer simple, intuitive signals: Crossover above zero → bullish momentum strengthening, potential trend reversal up. Crossunder below zero → bearish momentum strengthening, potential trend reversal down. These are highlighted by triangle markers on the price chart. 🔹 Signal‑Line Crossovers (MA Mode) When the moving average is enabled, crossovers between BBTrend and its MA provide filtered signals: BBTrend crosses above its MA → bullish signal. BBTrend crosses below its MA → bearish signal. These signals help reduce whipsaws in choppy markets. 🔹 Trend Strength & Momentum The histogram’s shading reveals momentum acceleration: Darkening colours → increasing momentum in the current direction. Lightening colours → momentum slowing, possible trend exhaustion or reversal. 🔹 Divergence Trading Like many oscillators, BBTrend can form divergences with price: Bullish Divergence: Price makes a lower low while BBTrend makes a higher low → potential upside reversal. Bearish Divergence: Price makes a higher high while BBTrend makes a lower high → potential downside reversal. Divergences are most significant when BBTrend is at extreme levels (far from zero). 🔹 Multiple Timeframe Analysis Compare BBTrend readings across different timeframes: higher‑timeframe BBTrend defines the primary trend direction, while lower‑timeframe BBTrend can be used for entry timing. 🎯 Ideal For ✅ Bollinger Bands Enthusiasts looking for a novel way to compare short‑term and long‑term volatility. ✅ Trend Traders seeking a clear, visual representation of trend direction and strength. ✅ Momentum Traders wanting to measure acceleration and deceleration. ✅ Divergence Traders who rely on oscillator‑price divergences for reversals. ✅ Swing Traders capturing medium‑term trend shifts. ✅ System Developers needing a customisable, dual‑signal oscillator. ✅ Beginner Traders who appreciate straightforward signals and colour‑coded visuals. 📌 Key Takeaways Dual Bollinger Concept: Combines short and long Bollinger Bands to create a unique momentum oscillator. Dual Display Modes: Choose histogram (with strength shading) for quick visual assessment, or line mode with moving average for crossover‑based trading. Normalised Scale: Values are normalised by the short middle band, making readings comparable across instruments and timeframes. Extensive MA Options: 12 moving average types give complete control over signal smoothing. Rich Visuals: Colour themes, intensity‑shaded histogram, candle colouring, and background fills provide immediate market context. Divergence Capability: The oscillator’s unbounded nature makes it suitable for spotting regular and hidden divergences. Alert‑Ready: Pre‑built alerts for both zero‑line and MA crossovers. ⚠️ Important Notes BBTrend is an unbounded oscillator; its scale can vary depending on market volatility and the chosen Bollinger Bands parameters. The zero line remains the fixed reference. The default parameters (short: 10/1.0, long: 50/2.0) are a starting point. Adjust them to match your trading style and instrument characteristics. When using the moving average, the default length of 14 offers a balanced response; longer lengths smooth the line but increase lag. Divergences should be confirmed with other technical tools and are most reliable after extended trends. Always combine BBTrend with proper risk management and additional confirmation before live deployment. Disclaimer: This indicator is provided for educational and informational purposes only. Past performance does not guarantee future results. Always test thoroughly and align with your personal risk management strategy.Chỉ báo Pine Script®của Tiagorocha1989Cập nhật 5BB + EMA 200 Breakout System (Selectable Exit)this is my BB + EMA 200 Breakout System (Selectable Exit). seems to be working as of nowChỉ báo Pine Script®của vrypto8087Dual Bollinger Clouds (20, x2 & x3)Was tired of looking at lines on my chart. So, I decided to turn them into an upper and lower band. Using a 20 Simple Moving Average (SMA), one with a multiplier of 2 and the other with a multiplier of 3. I was able to use this in conjunction with key levels of support and resistance to determine where reversals may occur. I use this on multiple timeframes to confirm and take reversals more confidently. If anyone else uses Bollinger Bands and has any recommendations or you like it let me know! Good luck! Until next time, Aloha!Chỉ báo Pine Script®của KimchiStallion4Simple Bollinger SMA9 SMA200This script combines Bollinger Bands with two key moving averages (SMA9 and SMA200) to provide traders with a clean and effective market overview. The Bollinger Bands are based on a 20‑period SMA and an adjustable standard deviation to highlight volatility and potential reversal zones. The SMA9 indicates short‑term momentum changes, while the SMA200 serves as a major long‑term trend filter. Ideal for trend analysis, breakout strategies, and identifying overbought or oversold conditions.Chỉ báo Pine Script®của SwoboHD14Liquidity Bands1. CONCEPT & PURPOSE Liquidity Bands is a volume-weighted volatility envelope indicator. Unlike standard Bollinger Bands that use a Simple Moving Average and equal-weighted standard deviation, this indicator weights every price observation by its liquidity (volume × true range). This means: High-volume, high-volatility bars have a stronger influence on the bands Low-volume, quiet bars contribute less to the calculation The bands naturally gravitate toward price levels where real trading activity occurred This makes the bands more responsive to institutional activity and genuine supply/demand zones rather than treating every bar equally. 2. CORE CALCULATIONS 2.1 Liquidity Proxy text liquidity = volume × true_range Each bar's "weight" is determined by multiplying its volume by its true range. This captures dollar-flow intensity — a bar with high volume AND wide range represents significant market participation. If volume is unavailable (e.g., some crypto pairs), it defaults to 1 so the indicator still functions. 2.2 Liquidity-Weighted Moving Average (LMA) text LMA = Σ(price × liquidity, n) / Σ(liquidity, n) Instead of a simple average where each bar counts equally, the LMA is a weighted mean where high-liquidity bars pull the average toward their price level more strongly. This is the center line (basis) of the bands. Interpretation: LMA represents the fair value based on where the most trading activity occurred Price above LMA → bullish bias Price below LMA → bearish bias 2.3 Liquidity-Weighted Standard Deviation text variance = Σ(price² × liquidity, n) / Σ(liquidity, n) − LMA² std_dev = √variance The standard deviation is also liquidity-weighted, meaning volatility is measured relative to where liquidity actually participated, not just raw price swings. 2.4 Band Construction Band Formula Purpose Upper Band LMA + (mult × std_dev) Overbought / resistance zone Lower Band LMA − (mult × std_dev) Oversold / support zone Inner Upper LMA + (inner_mult × std_dev) First standard deviation — early warning Inner Lower LMA − (inner_mult × std_dev) First standard deviation — early warning Default multipliers: Outer = 2.0, Inner = 1.0 This creates four zones: Above upper band → extreme overbought Upper band to inner upper → overbought zone Inner upper to inner lower → neutral / fair value zone Inner lower to lower band → oversold zone Below lower band → extreme oversold 3. SIGNAL MODES 3.1 Mean Reversion Mode Philosophy: Price tends to return to the mean after touching extremes. Signal Condition Logic LONG Previous close was at or below the lower band, current close is back above it Price was rejected at the lower extreme and is recovering — buy the bounce SHORT Previous close was at or above the upper band, current close is back below it Price was rejected at the upper extreme and is fading — sell the rejection Best used in: Ranging/sideways markets, mean-reverting instruments, when squeeze is active. 3.2 Breakout Mode Philosophy: When price breaks through the bands with conviction, momentum follows. Signal Condition Logic LONG Price crosses above the upper band Bullish momentum breakout — buy the strength SHORT Price crosses below the lower band Bearish momentum breakdown — sell the weakness Best used in: Trending markets, after a squeeze, high-momentum instruments. 3.3 Both Mode Fires signals from either mode. Useful for scanning all opportunities but requires additional context/filtering to avoid conflicting signals. 3.4 LMA Cross Signals (Optional) Signal Condition Cross Up Price crosses above the LMA basis line Cross Down Price crosses below the LMA basis line These are secondary/confirmation signals — a diamond shape appears. Useful for: Confirming a mean reversion signal (price bounced off band AND crossed back above LMA) Identifying trend direction shifts 4. BAND WIDTH & SQUEEZE DETECTION 4.1 Band Width text band_width = (upper_band − lower_band) / LMA × 100 Expressed as a percentage of the LMA, this normalizes volatility across different price levels and instruments. A 5% band width means the bands span 5% of the current price level. 4.2 Squeeze Detection text squeeze = band_width < lowest(band_width, 50) × 1.05 A squeeze is detected when the current band width is within 5% of the lowest band width in the last 50 bars. This means volatility has contracted to near-historic lows for the recent window. What it means: Energy is building — a large move is likely coming Direction is unknown — wait for breakout confirmation Displayed as a soft orange/yellow background tint across the chart 4.3 Expansion Detection text expansion = band_width > highest(band_width , 20) × 0.95 Bands are expanding when width is near the 20-bar high. This confirms an active trend/momentum move is underway. 4.4 Price Position Ratio text ratio = (close − lower_band) / (upper_band − lower_band) Gives a 0–100% reading of where price sits within the bands: 0% = at the lower band 50% = at the LMA 100% = at the upper band >100% = above upper band <0% = below lower band Displayed as a visual gauge bar ████░░░░░░ 40% in the dashboard. 5. VISUAL SYSTEM 5.1 Color Themes Theme Character Upper Lower Best For Cyber Futuristic neon Cyan #00e5ff Pink #ff006e Dark charts Ocean Cool aquatic Teal #00b4d8 Deep blue #0077b6 Clean look Lava Hot aggressive Orange #ff6b35 Red #d90429 High energy Frost Soft pastel Light blue #a2d2ff Pale blue #bde0fe Light charts Neon Maximum contrast Green #39ff14 Red #ff073a Visibility Each theme defines a coordinated 7-color palette (upper, lower, basis, bull, bear, squeeze, accent) so everything matches. 5.2 Glow Effect Three concentric layers are drawn behind each band line: Layer Opacity Width Effect Outer glow 92% transparent 6px Soft ambient halo Mid glow 82% transparent 4px Intermediate diffusion Inner glow 60% transparent 2px Concentrated glow Core line 0% transparent 1px Sharp band edge This creates a neon light tube effect around each band. 5.3 Zone Fills Five separate fill regions create depth: Zone Between Opacity Meaning Upper zone Upper band → Inner upper 88% Overbought territory Lower zone Lower band → Inner lower 88% Oversold territory Core zone Inner upper → Inner lower 95% Fair value area Upper half Upper band → LMA 94% Subtle upper bias tint Lower half Lower band → LMA 94% Subtle lower bias tint 5.4 Dynamic Basis Color The LMA line color shifts in real-time based on price position: When price is near the lower band → basis turns lower band color When price is near the upper band → basis turns upper band color This creates an instant visual read of where price sits 5.5 Signal Visualization (Triple-Layer) Each signal has three visual layers for maximum clarity: Layer Element Purpose Primary Large ▲/▼ triangle with bold "LONG"/"SHORT" text Unmissable directional signal Accent Small circle dot at the same location Adds visual weight and layering Context Dotted horizontal line spanning ±1 bar Marks the exact price level of the signal Background Full-bar bgcolor tint (green/red) Makes signal bars visible even when zoomed out 5.6 Band Touch Markers Small xcross shapes appear when price first touches a band without triggering a full signal. These serve as early warnings that price is testing an extreme. 5.7 LMA Dot Trail (Optional) When enabled, alternating dots • appear on the LMA line every other bar, creating a stylized beaded line effect instead of a solid line. 6. DASHBOARD A real-time information panel displayed in the corner with alternating dark row backgrounds: Row Left Column Right Column Color Logic Header ⚡ LIQUIDITY BANDS ━━━━━━ Theme accent Theme Theme Active theme name + ● Upper band color Mode Mode Active signal mode Accent color Width Width Band width as % Orange if squeeze, green if expanding, gray if normal Status Status ⊘ SQUEEZE / ⊕ EXPANDING / ◎ NORMAL Contextual color Price Price ▲ ABOVE / ▼ BELOW / ◈ INSIDE Green/red/white Ratio Ratio ████░░░░░░ 40% gauge bar Gradient from lower to upper band color 7. ALERTS Alert Fires When Long Signal Any long condition triggers (based on selected mode) Short Signal Any short condition triggers (based on selected mode) LMA Cross Up Price crosses above the LMA LMA Cross Down Price crosses below the LMA Squeeze Band width hits squeeze threshold All alert messages include the ticker symbol via {{ticker}}. 8. INPUT REFERENCE Input Default Range Description Lookback Length 20 1+ Number of bars for LMA and std dev calculation StdDev Multiplier 2.0 0.1+ Width of outer bands (higher = wider) Price Source Close Any Which price to use for calculations Inner Band Multiplier 1.0 0.1+ Width of inner bands Signal Mode Mean Reversion 3 options Which signal logic to use Show Signals ✓ Toggle Display signal markers Show LMA Cross ✗ Toggle Display LMA cross diamonds Color Theme Cyber 5 options Visual color scheme Band Glow Effect Chỉ báo Pine Script®của ZakAlgoTrade40Volatility Regime DashboardVolatility Regime Dashboard Real-Time Multi-Factor Volatility Analyzer for Crypto, Forex & Stocks This indicator provides a structured, real-time volatility assessment using multiple market dynamics combined into a single regime-based verdict. It is designed for traders in crypto, forex, and stocks who want a quick, objective read on whether the market is quiet, tradable, expanding, or explosive. Instead of relying on one indicator alone, this dashboard evaluates volatility through range, deviation, volume expansion, session timing, and momentum-based expansion metrics, then produces a final regime classification: Low | Normal | High | Extreme Volatility 📋 Table Parameters Explained The table displays two columns: Parameter | Value Below is what each parameter means and how to interpret it: 1️⃣ ATR (Average True Range) Measures how much price is moving per candle. Higher ATR = wider price swings. Rising ATR suggests expanding volatility. Falling ATR suggests compression or range-bound conditions. Use: Good for determining stop distance and scalping viability. 2️⃣ Standard Deviation Measures how far price deviates from its average. Expanding deviation indicates increasing momentum and instability. Contracting deviation signals consolidation. Use: Helps detect buildup before breakouts. 3️⃣ Bollinger Band Width Represents volatility expansion or contraction. Bands widening = volatility increasing. Bands squeezing = compression phase. Use: Ideal for breakout preparation across crypto, forex, and stock markets. 4️⃣ Volume Ratio Current volume relative to its moving average. Above 1.0 = above-normal activity. Rising volume confirms genuine volatility expansion. Use: Filters fake breakouts and low-liquidity moves. 5️⃣ Candle Range Measures the high-low spread of the current candle. Larger candles imply active participation. Smaller candles indicate lack of conviction. Use: Immediate micro-volatility reading. 6️⃣ Session (Tokyo / London / NY) Markets behave differently across sessions: Tokyo → Generally slower, range-based conditions. London → Increasing momentum and liquidity. New York (NY) → Often strongest volatility and directional moves. Session weighting helps contextualize volatility behavior in forex, crypto, and global equities. 🔥 Final Verdict – How to Use It The dashboard combines all metrics into a structured score and classifies the market into: 🟢 Low Volatility Compressed movement Range-bound conditions Better suited for mean reversion strategies 🟡 Normal Volatility Healthy, tradeable movement Suitable for structured intraday trading 🟠 High Volatility Strong expansion Breakout or trend-following strategies favored 🔴 Extreme Volatility Explosive movement News-driven or institutional momentum Suitable for experienced traders only 🎯 Why This Indicator Is Useful Instead of guessing whether the market is active or dead, this tool provides: Structured multi-factor confirmation Visual clarity via regime classification Adaptability for crypto, forex, and stocks Volatility-based trade filtering It is ideal for: Intraday traders Scalpers Breakout traders Session-based traders Algorithmic/system traders 🚀 Practical Usage Ideas Trade only when verdict = High or Extreme Reduce size when verdict = Normal Avoid new positions during Low Combine with trend or structure-based strategies This indicator does not predict direction. It helps you understand when conditions are favorable for movement. Because in all markets — crypto, forex, or stocks — timing volatility is as important as timing direction.Chỉ báo Pine Script®của sanjaybiligiri9BB 3SD Volume Segmentation CurvesThis is a companion script to It's purpose is to enhance visualisation of volume and volume differential for those areas where price is most likely to react from and to showcase the differences in a succinct graphical way for quick comparisons. Purpose This script maps buy/sell volume, delta, and dominance into Bollinger Band zones to reveal where aggressive participation occurs relative to volatility structure. Instead of looking at raw volume or delta in isolation, it distributes flow across eight volatility buckets (from >3SD to <–3SD), allowing you to see whether buyers or sellers are dominating at extremes, mid‑zones, or mean‑reversion areas. The goal is to create a normalized, volatility‑aware flow curve that highlights exhaustion, absorption, and imbalance far more clearly than standard volume indicators. How it works The script builds a multi‑SD Bollinger framework (1, 2, 3 standard deviations) and reconstructs buy/sell volume to compute delta. For every bar, it assigns volume and delta to the BB zone where price closed, then sums these values over the chosen lookback window. Each zone is normalized by total volume, producing comparable curves regardless of volatility or timeframe. Depending on the selected mode (Dominance %, Delta, or Volume), the script plots eight zone‑curves plus an optional total curve, giving a full distribution of flow across volatility extremes. Rationale Volume and delta behave very differently depending on where price sits relative to volatility structure. Heavy selling below –2SD means something completely different from heavy selling at the mean, and dominance at +3SD often signals exhaustion rather than continuation. By decomposing flow into volatility buckets, the script exposes where real aggression is happening and whether it aligns with trend, absorption, or reversal conditions. This transforms volume/delta from a blunt tool into a structured, regime‑aware signal that integrates cleanly with multi‑TF mean‑reversion or breakout systems. Chỉ báo Pine Script®của chriskokal14TTM Squeeze [ST]**TTM Squeeze ** is a streamlined volatility indicator designed to identify periods of consolidation before potential price breakouts. This version focuses exclusively on the "Squeeze Dots" component, making it a lightweight and minimalist tool for traders who want to filter low-volatility environments without the clutter of a momentum histogram. ### 🛠 Key Concepts The indicator compares **Bollinger Bands** (Standard Deviation) with **Keltner Channels** (Average True Range): 1. **🔴 Red Dots (Squeeze ON):** * Occurs when Bollinger Bands contract *inside* the Keltner Channels. * **Meaning:** Volatility is extremely low. The market is "coiling" or building up energy. * **Action:** Prepare for a potential breakout. Do not trade the chop; wait for expansion. 2. **⚫ Dark Gray Dots (Squeeze OFF):** * Occurs when Bollinger Bands expand *outside* the Keltner Channels. * **Meaning:** The squeeze has "fired." Volatility is expanding. * **Action:** The move has likely started. ### ⚙️ Standardization * **Part of the Suite:** Standardized inputs and optimized performance. * **English Native:** Codebase and settings translated to English. * **Version Control:** Internal version tracking included. ### 📋 How to Use Use this tool as a "Go / No-Go" filter for your trades. * If the dot is **Red**, avoid entering new trend-following positions, as the price is likely chopping sideways. * Wait for the first **Gray** dot after a series of Red dots to signal the start of a new volatility expansion phase. --- *Disclaimer: This tool is for educational purposes and technical analysis assistance only. Always manage your risk.*Chỉ báo Pine Script®của impressive_Storkj9gr35Dual Bollinger BandsDual Bollinger Bands Dual Bollinger Bands is an advanced volatility-based indicator that plots two independent Bollinger Band sets on the same chart, allowing traders to analyze price behavior from multiple perspectives simultaneously. Unlike standard Bollinger Bands, this indicator lets you configure each band set separately, making it especially useful for identifying asymmetric volatility, price compression/expansion zones, and dynamic support and resistance levels. Key Features Two fully independent Bollinger Bands Each band has its own length, standard deviation multiplier, and moving average type. Different price sources BB1 can be calculated using High prices, while BB2 can use Low prices (or any source you choose), enabling a directional volatility envelope. Custom Moving Average types Choose between SMA, EMA, SMMA (RMA), WMA, or VWMA for each Bollinger basis. Offset capability Optional forward/backward offset allows visual projection or historical alignment analysis. Clear visual separation Each Bollinger set uses distinct colors and shaded areas for easy interpretation. Overlay on price chart Designed to work directly on the main chart for contextual market analysis. How to Use Volatility Analysis Observe expansions and contractions between the two Bollinger sets to identify volatility regimes. Dynamic Support & Resistance Upper and lower bands can act as adaptive levels where price may react or revert. Trend Context When price consistently respects one side of a band set, it may indicate directional strength. Mean Reversion & Breakout Zones Convergence between bands may suggest compression, while rapid divergence can signal breakout conditions. Best Use Cases Intraday and swing trading Volatility-based strategies Trend-following or mean-reversion systems Crypto, Forex, Indices, and Equities Notes This indicator does not generate signals by itself. It is designed to be used as a contextual volatility and structure tool, ideally combined with price action, market structure, or higher-level trading frameworks.Chỉ báo Pine Script®của egghen14stelaraX - Bollinger BandsstelaraX – Bollinger Bands stelaraX – Bollinger Bands is a classic volatility-based indicator designed to visualize price dispersion around a moving average. The script plots the Bollinger Bands directly on the chart, allowing traders to assess volatility, potential mean reversion zones, and dynamic support and resistance levels. For advanced AI-based chart analysis and automated volatility interpretation, visit stelarax.com Core logic The indicator calculates Bollinger Bands using three core components: * a simple moving average as the basis line * an upper band calculated by adding a multiple of standard deviation * a lower band calculated by subtracting a multiple of standard deviation The period length and standard deviation multiplier are fully configurable, allowing adaptation to different markets and timeframes. Visualization The script plots: * the basis moving average line * the upper Bollinger Band * the lower Bollinger Band The area between the upper and lower bands can be filled with a semi-transparent color to clearly highlight the active volatility range. All colors are customizable for optimal chart integration. Use case This indicator is intended for: * volatility analysis and expansion or contraction detection * identifying overextended price conditions * mean reversion and breakout strategies * dynamic support and resistance analysis * multi-timeframe volatility assessment For a fully automated AI-driven chart analysis solution, additional tools and insights are available at stelarax.com Disclaimer This indicator is provided for educational and technical analysis purposes only and does not constitute financial advice or trading recommendations. All trading decisions and risk management remain the responsibility of the user. Chỉ báo Pine Script®của stelaraX_official8Bollinger Bands with 3SD Volume SegmentationPurpose This script provides a structured way to analyze how real traded volume distributes across the different volatility zones defined by Bollinger Bands with three standard deviations, it reveals where activity concentrates, how pressure shifts between buyers and sellers, and how market participation behaves as price moves through expanding or contracting volatility regimes. The tool turns the bands into a mechanical segmentation system that exposes the microstructure hidden inside each volatility layer. How it works The script calculates Bollinger Bands at one, two, and three standard deviations, then assigns every bar’s volume to the correct volatility zone based on where price closed, it reconstructs buy and sell volume from candle behavior, computes delta as the difference between them, and aggregates these values over the chosen lookback window. Each zone displays total volume, delta, and a dominance percentage that expresses how strongly buyers or sellers controlled that region, all updated dynamically on the most recent bar. For example, if the Mid–U1 zone shows 28,450 contracts with a –2,728 delta and –9.59% dominance, that indicates mild seller control in a normally balanced rotation area, while the L1–Mid zone showing 10,606 contracts, +1,816 delta, and 17.12% dominance signals buyers absorbing pressure and defending the pullback. Rationale Volatility zones behave like natural boundaries where liquidity concentrates, where traders commit, hesitate, or get trapped, and where expansions or reversals often originate, so segmenting volume and delta by these zones provides a clearer picture of intent and pressure than raw volume alone. By quantifying how much buying or selling occurred in each volatility layer, the script helps identify continuation, absorption, exhaustion, and imbalance, giving traders a mechanical, objective map of market behavior rather than relying on subjective interpretation. Chỉ báo Pine Script®của chriskokal1Cập nhật 6Bollinger Bands + 5 Flexible MA [Ahorrador de Espacio]Description: This "All-in-One" indicator combines classic Bollinger Bands with up to 5 fully customizable Moving Averages (MA) in a single script. Designed specifically for traders who want to maximize their technical analysis setup without using up multiple indicator slots (ideal for Basic/Free plan users). Key Features: Bollinger Bands: Standard configuration (SMA 20, StdDev 2) with visual contact alerts (Triangles). 5 Independent Moving Averages: Toggle On/Off: Activate only the lines you need. Total Flexibility: Choose between SMA (Simple) or EMA (Exponential) for each individual line. Customization: Full control over length, color, and line thickness. Clean Interface: MAs 4 and 5 are disabled by default to keep your chart clean, but are ready to be activated in the settings. How to Use: Add the indicator to your chart. Open the Settings (gear icon). Select which MAs you want to display (e.g., SMA 200 for trend, EMA 9 for scalping). Use at your own discretion as a confluence tool for trend and volatility. Note: This script is a visualization tool. The band signals (triangles) indicate price touching the outer bands, which can signify either a potential reversal or trend continuation depending on the market context.Chỉ báo Pine Script®của Kauff16Kalman Hull Bands For Loop | RakoQuant Kalman Hull Bands For Loop | RakoQuant RakoQuant | Kalman Hull Bands For Loop is a trend-following breakout + regime tool built to keep you on the right side of the market with clean structure and minimal noise. It combines a Kalman Filter (noise reduction), a Hull Moving Average baseline (responsive trend anchor), and a standard deviation envelope computed via a for-loop (robust rail bands) to define actionable bullish and bearish regimes. What it does This indicator builds a dynamic “rail system” around price: Kalman Filtered Source → reduces measurement noise in the input series. Hull Baseline (HMA) → fast trend baseline built on the Kalman-filtered source. Deviation Bands (“Rails”) → upper/lower rails based on a loop-calculated standard deviation. Regime Breakout Logic → trend regime flips only when price breaks out beyond the rails: Bullish regime when close crosses above the upper rail Bearish regime when close crosses below the lower rail Once a regime is established, the tool highlights the active rail in bright neon and fades the inactive rail (optional), giving you a clear “trend corridor” and a strong visual state. Key Features 1) Kalman Noise Filtering (R & Q) The Kalman filter smooths the selected source using: R (Measurement Noise) – how noisy you assume the observations are Q (Process Noise) – how quickly the model is allowed to adapt This helps reduce chop without turning the indicator into a laggy moving average. 2) Hull Baseline (fast + smooth) The baseline is a Hull Moving Average applied to the Kalman-filtered source: responsive in trend, cleaner during transitions, ideal for breakout regime detection. 3) Deviation Envelope with Two Modes Deviation rails are calculated using a for-loop standard deviation (population stdev), with two choices: Residual vs Baseline (default): deviation of (src - baseline) → focuses on “distance from fair value” instead of raw price volatility Raw Source: deviation of the source itself → classic volatility envelope behavior Then bands are formed by: upper = baseline + mult * sd lower = baseline - mult * sd 4) Regime Rails + Candle Painting (RakoQuant Neon) Bull regime: active lower rail plotted in Neon Aqua Bear regime: active upper rail plotted in Neon Magenta Candles are painted to match the current state (optional) Inactive rails can be shown faintly for context. 5) Alerts for Breakouts Built-in alerts trigger exactly on regime flips: Bull Breakout (close crosses above upper rail) Bear Breakout (close crosses below lower rail) How to Use It Trend-following approach Stay with the active regime until a breakout flip occurs. In bull regime, the lower rail behaves like an adaptive trend support guide. In bear regime, the upper rail behaves like an adaptive trend resistance guide. Breakout confirmation Use the breakout as a confirmation layer with your other confluences: take longs only after a bull breakout, take shorts only after a bear breakout, filter mean-reversion trades by the regime state. Inputs Summary Source: select what the model tracks (default: high) Kalman: R / Q controls smoothing vs responsiveness Baseline: Hull length Deviation: loop length, mode (Residual vs Baseline / Raw Source), multiplier Visuals: candle painting, baseline visibility, inactive rails Disclaimer Backtests are based on historical data and are not indicative of future performance. : Chỉ báo Pine Script®của RakoQuantCập nhật 1159Band Walk Detector TENKYO [BASIC]1. Abstract: The Computational Resolution of Cognitive Latency This publication presents the findings of the "TENKYO" Research Project , focusing on the algorithmic detection of high-probability volatility breakouts ("Band Walks") on the 15-minute timeframe. Problem Statement: Manual trading suffers from a critical "Cognitive Latency Gap." A trader cannot simultaneously process multi-dimensional variables—volatility expansion rates (derivative of variance), candle morphology (price rejection ratios), and time-weighted liquidity cycles—within the millisecond timeframe required for optimal execution. Solution: This script is not a discretionary indicator but a Hard-Coded Decision Support System . It automates the verification of market conditions using a "Piecewise Constant Parameter Model," offloading the computational burden from the human operator to the CPU. Note: This is a research release for the verification of the TENKYO logic, not a commercial product. 2. Theoretical Framework & Methodology The architecture of this script rejects the standard "Stationary Volatility Assumption" (the idea that market behavior is consistent throughout the day). Instead, it adopts a Time-Segmented Heteroskedasticity Model. A. Temporal Segmentation Logic (The Session Filter) Global forex markets exhibit distinct liquidity profiles based on the active session (London, New York, Tokyo/Sydney). A standard deviation ($\sigma$) that signals a breakout in the Asian session is often mere noise in the London session.To solve this, the script partitions the trading day into four distinct phases ($S_1, S_2, S_3, S_4$) and applies a Dynamic Parameter Matrix: ・ Logic: $P(t) = \{ \text{Length}_i, \text{Mult}_i, \text{Threshold}_i \}$ where $t \in S_i$ ・ Implementation: The script contains an extensive if-else structure that automatically swaps the Lookback Period and Deviation Multiplier based on the timestamp. This allows the algorithm to "tighten" or "loosen" its sensitivity relative to expected market volume. B. Synthetic Execution Modeling (Bid/Ask Simulation) TradingView's default variables (close, high, low) represent mid-market data, which fails to account for the spread cost inherent in execution. ・Correction: This algorithm internally calculates synthetic Bid and Ask prices using a defined spread factor ($\Delta$). ・Formula: $$P_{Ask} = P_{Mid} + (\Delta / 2), \quad P_{Bid} = P_{Mid} - (\Delta / 2)$$ 3. Algorithmic Core: The "TENKYO" Logic The script identifies a "Band Walk" only when three independent layers of logic align perfectly. Layer 1: The Volatility Impulse (Expansion) The primary trigger is not merely price crossing a band, but the acceleration of the Band Width. ・Condition: The algorithm monitors the differential of the Upper and Lower bands. A signal is generated only if the expansion velocity exceeds a predefined Pips threshold (bwGrow_px) specifically tuned for the current session $S_i$. Layer 2: Morphological Rejection Filtering (Wick Analysis) To filter out "Mean Reversion Traps" (False Breakouts), the script analyzes the morphology of the signal candle using a Wick-to-Body Ratio test. ・The Trap: A candle that breaks the band but closes with a long rejection wick indicates exhausted momentum. ・The Filter: Let $R_{wb} = \text{Body} / \text{RejectionWick}$. If $R_{wb} < \text{Threshold}_{Si}$,, the signal is suppressed.This mathematical filter prevents the user from entering trades where the market sentiment has already reversed within the candle's duration.Layer 3: The "Scramble" State (Momentum Continuity) The script introduces a unique state machine called "Scramble." ・Purpose: To detect re-entry opportunities during a high-momentum trend. ・Mechanism: If the market enters an "Endure" state (a pause in expansion) but validates specific continuity conditions (price remains within the $2\sigma$ corridor without violating the trend vector), the algorithm flags a "Scramble" signal. This effectively distinguishes between a "Trend Reversal" and a "Trend Pause." 4. Operational Features & Visual Guide This tool is designed to serve as a rigorous "Filter" for manual trading. ・The "Mushy" Zone: Visualized by a gray fill between bands. This represents a low-kurtosis, mean-reverting market state where trend-following strategies are statistically disadvantageous. The algorithm disables all signals in this zone. ・Secure & Breakeven Visualization: The script projects potential exit points based on Maximum Favorable Excursion (MFE) logic calculated from the entry bar's synthetic price. This assists the user in objective trade management. ・Hard-Coded Optimization: Users will notice that many parameters are locked or preset. This is intentional. These values are derived from extensive backtesting on EURUSD and JPY pairs and serve as the "Control" variables for this research. 5. Conclusion The Band Walk Detector TENKYO is a comprehensive logical framework that integrates time, volatility, and morphology. It denies the simplistic "one-size-fits-all" approach of standard indicators in favor of a granular, session-adaptive model. It provides the trader with a computationally verified "Go/No-Go" signal, bridging the gap between human intuition and algorithmic precision.Chỉ báo Pine Script®của bonno_originalCập nhật 22BBW Advanced (Percentiles & Regime)Bollinger BandWidth Advanced (Percentiles & Regime) Description This indicator is an advanced implementation of Bollinger BandWidth (BBW) focused on volatility regimes, not trade signals. Unlike the standard BBW, which relies on fixed thresholds or recent highs/lows, this version uses statistical percentiles and normalization to adapt automatically to different assets and timeframes. Its purpose is to identify abnormal volatility compression and expansion and, more importantly, the transitions between regimes. Key Improvements Over Standard BBW 1. Percentile-based thresholds Instead of arbitrary levels, BBW is evaluated relative to its own historical distribution: Low percentile (e.g. 5th) → extreme compression High percentile (e.g. 95th) → extreme expansion This makes the indicator adaptive and statistically meaningful across markets. 2. Volatility normalization BBW is normalized by its own historical mean, allowing comparison across: Different instruments Different timeframes A normalized value around 1 represents “normal” volatility for that market. 3. Regime classification instead of signals The indicator does not generate buy/sell signals. It classifies the market into volatility regimes and highlights regime transitions, which must be interpreted together with price structure. How to Interpret the Indicator Blue Line – BBW Raw Bollinger BandWidth value. Represents relative volatility only. Not a trading trigger. Green Line – Low Percentile (Extreme Compression) Marks statistically rare low-volatility conditions. Price is compressed; energy is building, but direction is unknown. Red Line – High Percentile (Extreme Expansion) Marks unusually high volatility. Often associated with breakouts, trends, or late-stage moves. Orange Line – Normalized BBW Shows current volatility relative to its historical average: Below ~0.7 → very low volatility Around 1.0 → normal volatility Above ~1.5 → unusually high volatility Background Colors Green background → BBW is below the low percentile (extreme compression) Red background → BBW is above the high percentile (extreme expansion) Background colors indicate market state, not entries. Practical Use Extreme compression highlights environments where breakouts may develop, but does not predict direction The most useful moment is the exit from compression, when volatility starts expanding again Always combine with price action, structure, and context BBW should be treated as a condition filter, never as a standalone strategy Important Notes This indicator measures volatility only, not trend or bias Compression does not guarantee a breakout Expansion does not guarantee continuation Misuse as a signal generator will lead to poor resultsChỉ báo Pine Script®của danavillanuevaCập nhật 7Bollinger BandWidth With AlertsBollinger BandWidth (BBW) + Compression/Exhaustion Alerts This indicator plots Bollinger BandWidth (BBW) to help you identify volatility regimes: when the market is compressing (coiling) vs expanding (in price discovery). What it shows BBW (Blue): Current Bollinger BandWidth as a % of the basis (SMA). Highest Expansion (Red): The highest BBW value over the last N bars (lookback). Lowest Contraction (Green): The lowest BBW value over the last N bars (lookback). Key Features ✅ Compression Detection Triggers when BBW is near the Lowest Contraction line (volatility squeeze / balance phase). ✅ Exhaustion / Peak Expansion Detection Triggers when BBW is near the Highest Expansion line (strong expansion / potential late-stage move). ✅ Configurable “Near Zone” Thresholds Use: Near Lowest Contraction (%) → how close BBW must be above the contraction extreme Near Highest Expansion (%) → how close BBW must be below the expansion extreme Alerts Included BBW Compression (Near Lowest Contraction) BBW Exhaustion (Near Highest Expansion) Alerts are designed to be used with “Once per bar close” to avoid noise during bar formation. How to use (simple) Compression alert (C): Start watching for breakout / value setups (market is coiling). Exhaustion alert (E): Be cautious chasing moves; watch for transitions or rebalancing. Inputs BB Length, Source, StdDev Expansion/Contraction lookback length (hidden by default) Near-zone thresholds for compression/exhaustion alertsChỉ báo Pine Script®của VolumeDeltaTrader7Bollinger Bands on the RSIThe indicator uses Bollinger Bands on the RSI. Users can customize the RSI length and the Bollinger Bands length. The Bollinger Bands standard deviation can also be adjusted separately for more flexibility and convenience. In the Settings menu, you can find Trend Confirmation, which can be turned on or off depending on your preference. Trend Confirmation is used to reduce noise on the chart and is calculated using the bar before the trend. How the indicator can be used 1) As an RSI + EMA-style trend tool (trend following) When the Bollinger Bands standard deviation is set low, the bands behave similarly to an EMA, so the indicator can be used in trending markets. 2) For mean reversion When the RSI length is set high and the standard deviation is set high, the indicator can be used in mean-reverting markets. 3) As a regime indicator (to some extent) With the right calibration, it can likely be used as a regime indicator as well. There are many more use cases you can discover. Have fun exploring. Chỉ báo Pine Script®của Zaimop14Konigs | Bollinger Band Mean Reversion (Session Filter)Core Idea: In sideways markets, price tends to revert to the mean (the middle band). Strategy: Buy when price touches or moves below the lower band. Sell when price reaches or exceeds the upper band. Exit at the middle band (20-period moving average). Confirm with: RSI/Stochastic or candle patterns for reversal at the bands. Only works with low-volatility instruments: EURCHF Filter certain time to avoid unexpected volatilityChiến lược Pine Script®của konigsblue30Cloud Donchian + Keltner + Bollinger**XAUUSD M1 - Upper, Middle & Lower Combination Clouds** This indicator combines three widely used volatility channels — Donchian, Keltner, and Bollinger Bands — into a single, clear cloud overlay optimized for the XAUUSD 1-minute chart. **What it does:** - Calculates upper, middle, and lower volatility zones by combining the three channels. - The **Upper Cloud** shows the potential upper price boundary based on the highest highs of the combined indicators. - The **Lower Cloud** shows the potential lower price boundary from the lowest lows of the combined indicators. - The **Middle Cloud** fills the area between the upper cloud’s bottom and lower cloud’s top, colored dynamically: green for rising trends and red for falling trends. - Visible lines highlight the upper and lower cloud boundaries for precise reference. **Why it’s useful:** - Helps traders identify support and resistance zones based on multiple volatility measures. - The dynamic middle cloud coloring provides intuitive visual cues on trend direction and strength. - Designed specifically for scalpers and short-term traders focused on fast-moving gold markets (XAUUSD, 1-minute timeframe). - Fully customizable input parameters allow users to adjust channel lengths and sensitivities to fit their trading style. **Inputs:** - Donchian channel length - Keltner channel EMA length and ATR multiplier - Bollinger Bands length and multiplier - Customizable cloud colors and line colors **Usage notes:** - This is a tool to support decision-making — it should be used in conjunction with other analysis techniques. - It does not provide explicit buy or sell signals but highlights key volatility zones and trend shifts. - Performance depends on market conditions; backtest results do not guarantee future outcomes. - The indicator is open-source and configurable to fit individual preferences. **Important:** - No guaranteed profits — trade responsibly. - Always combine this tool with sound risk management. Chỉ báo Pine Script®của macfonics22Shiva Zone Indicator (True Consolidation Detection)--- # ⭐ **1. Script Title** **Shiva Zone Indicator — True Consolidation Detection** This will appear in the indicator marketplace and search. --- # ⭐ **2. Short Description (shown in search list)** **Automatically detects true consolidation zones using shrinking-range logic, avoiding oversized ranges and highlighting high-probability breakout zones.** --- # ⭐ **3. Full Description (for the Publishing Page)** Copy–paste the entire block below into the “Description” section while publishing: --- ## 🔱 **Shiva Zone Indicator — True Consolidation Detection** The **Shiva Zone Indicator** identifies true consolidation phases in any market using a powerful shrinking-range algorithm. Instead of relying on fixed ranges or ATR compression alone, this model detects **micro-consolidation** by comparing tightening volatility windows, ensuring only **high-quality, compact zones** are plotted. Most consolidation indicators produce long, extended boxes. **Shiva Zone does not.** It only marks consolidation when price tightens *locally*, making it ideal for breakout traders. --- ## 🔍 **How the Indicator Works** A *Shiva Zone* is detected when: * The recent price range is **shrinking** compared to the previous one * Volatility compresses naturally * Price stays within a narrow percentage threshold * Expansion stops the zone (no endless boxes) This ensures consolidation is identified **precisely where traders need it**, not over hundreds of candles. When consolidation ends, volatility expansion triggers a zone closure. Breakouts above or below the box can lead to explosive moves. --- ## ⚡ **Included Alerts** The indicator includes 4 powerful, actionable alerts: 1. **Shiva Zone Started** – A new consolidation zone is forming 2. **Shiva Zone Ended** – Volatility begins expanding 3. **Bullish Breakout** – Price breaks above the Shiva Zone 4. **Bearish Breakout** – Price breaks below the Shiva Zone These alerts make it easy to automate breakout entries or monitor compression zones across markets. --- ## 🎯 **Best Use Cases** * Breakout Trading * Scalping * Intraday Structure Trading * Swing Breakout Analysis * Compression / Expansion Mapping * Multi-Timeframe Structure Tracking Works perfectly on **Forex, Indices, Crypto, Commodities, and Stocks**. --- ## 📌 **Recommended Settings** * Lookback: **8–20** * Max % Range: **0.4–0.8** * Minimum Bars Inside Zone: **4–6** Shorter settings → more sensitive Longer settings → stronger zones --- ## 🧠 **Why It's Called “Shiva Zone”** In market mythology: * **Brahma** = Creation of momentum * **Vishnu** = Sustaining the trend * **Shiva** = Compression before transformation The **Shiva Zone** is the phase where the market contracts its energy before a structural shift or breakout. --- ## ⚠️ **Disclaimer** This indicator is for educational purposes only and not financial advice. Always conduct your own analysis. --- # ⭐ **4. Suggested Tags** Use these exact tags on TradingView for best reach: ``` consolidation price-action volatility range breakout compression supply-and-demand forex scalping trend-analysis ``` --- # ⭐ **5. Script Category** Choose one: ### Recommended: ➡ **Technical Indicators → Volatility** or ➡ **Technical Indicators → Price Action** --- # ⭐ **6. Icon / Cover Image Suggestions** (Create or upload manually — TradingView requires an image) Theme suggestions: * Clean minimalistic yellow/orange box with text **“Shiva Zone Indicator”** * A sample chart screenshot showing a tight consolidation zone * A symbolic icon of contraction/expansion inspired by Shiva (simple geometry, not religious imagery) --- # ⭐ **7. Developer Credits (Optional)** Created by **Dr. Sudhir Khollam** Astrologer & Market Analyst Creator of the SALSA© Method --- Chỉ báo Pine Script®của SudhirKhollam48Brahma Creation Field (SALSA Edition) # ⭐ **1. INDICATOR TITLE** Use a clear, branded, professional name: ### **Brahma Creation Field (BCF) — SALSA© Market Imbalance Indicator** --- # ⭐ **2. SHORT DESCRIPTION (appears in search results)** **Identifies Brahma Creation Fields (BCFs) using SALSA© Market Logic. A rewritten, original imbalance tool inspired by displacement zones, with Creation Strength Line (CSL), integrity breaks, and optional actionable alerts.** --- # ⭐ **3. FULL DESCRIPTION (for the script page)** ### **TradingView-Ready** --- ## **Brahma Creation Field (BCF) — SALSA© Edition** The **Brahma Creation Field (BCF)** Indicator is an *original* SALSA©-based imbalance model designed to identify areas where price rapidly expands with strong intent and leaves behind a “Creation Field.” This indicator is an entirely proprietary rewrite based on **Vedic + SALSA© Interpretation of Market Birth**, and does **not reuse or copy** any external code. It is not affiliated with or derived from any other indicator. --- ## 🔱 **What Is a Brahma Creation Field (BCF)?** In SALSA© Market Dynamics: * **Brahma** = Creation * **Vishnu** = Continuation * **Shiva** = Transformation (destruction/reset) A **BCF** is the *birth moment* of a new price narrative — a zone created when price displaces strongly enough to leave a gap between the candle and the candle two bars earlier. This is interpreted as: * **Bullish BCF** → A strong upward creation event * **Bearish BCF** → A strong downward creation event These “Creation Fields” often act as **reaction points, continuation areas, or reversal zones**. --- ## 🔰 **Key Features** ### **✔ Automatic Detection of Brahma Creation Fields** Identifies both bullish and bearish creation zones using clean imbalance structure. ### **✔ Creation Strength Line (CSL)** A midline through the BCF used to confirm strength, bias, and equilibrium. ### **✔ Integrity Break Logic** When price invalidates the BCF, the zone fades and becomes inactive. ### **✔ Real-Time Updates** BCFs extend automatically as long as they are active. ### **✔ Alerts Included** * Bullish BCF Formed * Bearish BCF Formed * BCF Integrity Broken * Price Inside Active BCF * CSL Cross (Midline Cross) ### **✔ 100% Original Codebase** Fresh, clean Pine Script v6 logic reflecting SALSA© philosophy. --- ## 🔬 **Use Cases** * Forecasting continuation after displacement * Identifying strong zones of liquidity imbalance * Spotting trend birth points * Assessing whether narrative pressure is bullish or bearish * Establishing intraday bias * Creating entry/exit signals * Building automated strategies --- ## ⚠ **License Notice** This indicator is an **original work** created for TradingView, based on **SALSA© Market Theory**. You may NOT resell or rehost the code without explicit permission. If you adapt this script, please give proper credit. --- ## 🙏 **Credits / Attribution** The concepts here are influenced by general imbalance and displacement theory in trading. The code itself is **100% original**, written entirely from scratch. --- # ⭐ **4. TAGS TO USE (Very Important for Visibility)** Add exactly these tags in TradingView: * **imbalance** * **fvg** * **liquidity** * **supplydemand** * **trend** * **intraday** * **bias** * **zones** * **supportresistance** * **marketstructure** * **smartmoney** These tags rank extremely well. --- # ⭐ **5. CATEGORIES** Choose: ✔ **“Technical”** ✔ **“Indicators”** ✔ **“Price Action”** (optional but recommended) --- # ⭐ **6. LICENSE** Choose: ### **© Copyright — Open for Personal Use** or ### **Custom License** Recommended text: > This script is © protected. > > You may use it freely on TradingView for personal analysis, > but you may NOT redistribute, publish variations, or sell this code. --- # ⭐ **7. OPTIONAL – AUTHOR BIO** Include: > Dr. Sudhir Khollam > SALSA© Market Dynamics • Vedic + Financial Astrology > Creator of the SALSA© Method, Astro SALSA© Pro, and SALSA© Prediction Cards --- # ⭐ **8. WHAT TO PUT IN “EXTERNAL SOURCE” SECTION** This is optional, but if you want to be completely transparent: ``` This indicator is a fresh, original rewrite created from scratch. It does not contain or reuse code from any third-party indicator. Conceptually inspired by classical imbalance/displacement logic, translated into a SALSA© creation-phase model. ``` --- # ⭐ **9. SCREENSHOT GUIDELINES (Important for Approval)** Use a chart showing: ✔ At least one Bullish BCF ✔ At least one Bearish BCF ✔ CSL line clearly visible ✔ Integrity break (if possible) ✔ Clean chart (no clutter) ✔ Label arrows added manually (optional) Upload **3 screenshots**, TradingView always prefers multi-angle examples. --- # ⭐ **10. SEO-OPTIMIZED SUMMARY (for search engines)** **SALSA© BCF Indicator is an imbalance-based price action tool that highlights Brahma Creation Fields — the birth of market intent. Featuring CSL midlines, integrity break detection, real-time zone extension, and a full alert suite. Ideal for traders using smart money concepts, FVGs, SMC, or Vedic-based price analysis.** --- # ⭐ **11. PUBLISHING CHECKLIST** ### ✔ Code compiles ### ✔ Description added ### ✔ Screenshot added ### ✔ Tags added ### ✔ License selected ### ✔ Public or Protected selected ### ✔ Test alerts ### ✔ Save + Publish --- Chỉ báo Pine Script®của SudhirKhollam27BB Re-entry HUD1) What this script does This indicator is an BB Re-entry HUD Core idea: Price sweeps outside BB (often liquidity wick sweep) Re-enters back inside BB within 1–2 bars Multiple ELITE++ filters reduce fake signals HUD scores follow-through strength (trend & momentum confirmation) 2) ELITE++ Re-entry Signal Logic A BUY/SELL signal is triggered when: One of the previous 1–2 bars moved outside BB (wick or close, selectable) Current bar re-enters BB (optionally requires close inside) Optional filters confirm signal quality: Outside depth minimum (% of BB width) Candle direction confirmation (Buy=green, Sell=red) Re-entry close crosses previous candle 50% Zone filter near BB edges Touch filter: wick touches the band Squeeze → Expand regime requirement Cooldown to avoid rapid repeat signals 3) Trade Power HUD (0–5 Scoring) After a signal, HUD evaluates either on the next bar (recommended) or the same bar. Score components (1 point each): Structure: short-term structure aligns with direction Impulse Body: body > average body Volume: volume > volume MA BB Trend + Expand: price on trend side + BB width expanding RSI + ATR: RSI threshold + ATR expanding Interpretation: 4–5/5 = STRONG → Hold / Trail 2–3/5 = MID → Take partial / be cautious 0–1/5 = WEAK → Higher chance of fakeout 4) How to use (practical) Enable BB plots and arrows Wait for BUY/SELL signal Check HUD score: 4–5: higher follow-through probability 2–3: quick TP / reduced size 0–1: skip or wait for better confirmation Works well on 5m–15m (intraday) and 1H (smoother swings). 5) Notes This is not a standalone holy grail—best used with support/resistance and market structure context. Volatile news periods may produce multiple band breaks—use squeeze/cooldown filters accordingly.Chỉ báo Pine Script®của Roongee30Xem thêm bài đăng12345678910111213141516171819202122232425262728293031323334353637383940999

Từ khóa » Dải Bb Trong Chứng Khoán