No SurpriseNever be surprised about a sudden price move. Just a twist on B.bands, really.
Basically, how big of a price change you should expect based on recent volatility.
Check out the " Surprise " indicator to verify how surprised we were in the past.
Pesquisar nos scripts por "Volatility"
IV Rank (tasty-style) — VIXFix / HV ProxyIV Rank (tasty-style) — VIXFix / HV Proxy
Overview
This indicator replicates tastytrade’s IV Rank calculation—but built entirely inside TradingView.
Because TradingView does not expose live option-chain implied volatility, the script lets you choose between two widely used price-based IV proxies:
VIXFix (Williams VIX Fix): a fast-reacting volatility estimate derived from price extremes.
HV(30): 30-day annualized historical volatility of daily log returns.
The goal is to approximate the “rich vs. cheap” option volatility environment that traders use to decide whether to sell or buy premium.
Formula
IV Rank answers the question: Where is current implied volatility relative to its own 1-year range?
𝐼
𝑉
𝑅
=
𝐼
𝑉
𝑐
𝑢
𝑟
𝑟
𝑒
𝑛
𝑡
−
𝐼
𝑉
1
𝑦
𝐿
𝑜
𝑤
𝐼
𝑉
1
𝑦
𝐻
𝑖
𝑔
ℎ
−
𝐼
𝑉
1
𝑦
𝐿
𝑜
𝑤
×
100
IVR=
IV
1yHigh
−IV
1yLow
IV
current
−IV
1yLow
×100
IVcurrent: Current value of the chosen IV proxy.
IV1yHigh/Low: Highest and lowest proxy values over the user-defined lookback (default 252 trading days ≈ 1 year).
IVR = 0 → Current IV equals its 1-year low
IVR = 100 → Current IV equals its 1-year high
IVR ≈ 50 → Current IV sits mid-range
How to Use
High IV Rank (≥50–60%)
Options are relatively expensive → short-premium strategies (credit spreads, iron condors, straddles) may be more attractive.
Low IV Rank (≤20%)
Options are relatively cheap → long-premium strategies (debit spreads, calendars, diagonals) may offer better risk/reward.
Combine with your own analysis, liquidity checks, and risk management.
Inputs & Customization
IV Source: Choose “VIXFix” or “HV(30)” as the volatility proxy.
IVR Lookback: Rolling window for 1-year high/low (default 252 trading days).
VIXFix Parameters: Length and stdev multiplier to fine-tune sensitivity.
Info Label: Optional on-chart label displays current IV proxy, 1-year high/low, and IV Rank.
Alerts: Optional alerts when IVR crosses 50, falls below 20, or rises above 80.
Notes & Limitations
This indicator does not pull real option-chain IV.
It provides a close structural analogue to tastytrade’s IV Rank using price-derived proxies for markets where options data is not directly available.
For live option IV, use broker platforms or third-party data feeds alongside this script.
Tags: IV Rank, Implied Volatility, Tastytrade, VIXFix, Historical Volatility, Options, Premium Selling, Debit Spreads, Market Volatility
c_b vix based indicatorStandard Deviation based on VIX
Volatility Index is a measure of market's expectation of volatility over the near term. Volatility is often described as the 'rate and magnitude of changes in prices' and in finance often referred to as risk. Volatility Index is a measure, of the amount by which an underlying Index is expected to fluctuate, in the near term, (calculated as annualised volatility, denoted in percentage e.g. 20%) based on the order book of the underlying index options.
India VIX is a volatility index based on the NIFTY Index Option prices. From the best bid-ask prices of NIFTY Options contracts, a volatility figure (%) is calculated which indicates the expected market volatility over the next 30 calendar days.
('VIX' is a trademark of Chicago Board Options Exchange, Incorporated ('CBOE') and Standard & Poor's has granted a license to NSE, with permission from CBOE, to use such mark in the name of the India VIX and for purposes relating to the India VIX.)
Bar's Body Extreme with AlertBar's Body Extreme with Alert measure volatility of bar's body and caculate extreme level in specified periods or custom level with alert. Detail options below:
1. Default Extreme Level
* Default level is the +/- highest volatility of bar's body in 100 periods
* Periods of bar to calculate default extreme adjustable
2. Custom Extreme
* Default Extreme Top auto disable if Custom Extreme Top >0
* Default Extreme Bottom auto disable if Custom Extreme Bottom <0
3. Alert
* Extreme alert: body's volatility > Extreme top level or body's volatility < Extreme bottom level
* Extreme Top Alert: body's volatility > Extreme top level
* Extreme Bottom Alert: body's volatility < Extreme bottom level
BB Expansion Oscillator (BEXO)BB Expansion Oscillator (BEXO) is a custom indicator designed to measure and visualize the expansion and contraction phases of Bollinger Bands in a normalized way.
🔹 Core Features:
Normalized BB Width: Transforms Bollinger Band Width into a 0–100 scale for easier comparison across different timeframes and assets.
Signal Line: EMA-based smoothing line to detect trend direction shifts.
Histogram: Highlights expansion vs contraction momentum.
OB/OS Zones: Detects Over-Expansion and Over-Contraction states to spot potential volatility breakouts or squeezes.
Dynamic Coloring & Ribbon: Visual cues for trend bias and crossovers.
Info Table: Displays real-time values and status (Expansion, Contraction, Over-Expansion, Over-Contraction).
Background Highlighting: Optional visual aid for trend phases.
🔹 How to Use:
When BEXO rises above the Signal Line, the market is in an Expansion phase → potential trend continuation.
When BEXO falls below the Signal Line, the market is in a Contraction phase → potential consolidation or trend weakness.
Overbought/Over-Expansion zone (above OB level): Signals high volatility; watch for possible reversal or breakout exhaustion.
Oversold/Over-Contraction zone (below OS level): Indicates a squeeze or low volatility; often precedes strong breakout moves.
🔹 Best Application:
Identify volatility cycles (squeeze & expansion).
Filter trades by volatility conditions.
Combine with price action, volume, or momentum indicators for confirmation.
⚠️ Disclaimer:
This indicator is for educational and research purposes only. It should not be considered financial advice. Always combine with proper risk management and your own trading strategy.
VIX Index Plot with LevelsPine Script Indicator: VIX Index Plot with Levels
This Pine Script indicator is designed for TradingView and is specifically created to plot the VIX (Volatility Index) on a separate panel below your main price chart. Its primary goal is to visually highlight periods of heightened market fear (and potential buying opportunities) by changing the VIX line color and filling the background based on specific VIX levels.
How It Works:
VIX Data Fetching:
The script fetches the VIX index data using the request.security() function. By default, it uses the "VIX" symbol, but you can change this in the indicator's settings (e.g., to "USI:VIX" if your data provider requires it). It retrieves the closing price of VIX for each bar.
Dynamic VIX Line Coloring:
The VIX line's color dynamically changes based on its current value, providing an immediate visual cue for different levels of market volatility/fear:
Red: When VIX is at or above 50. (Indicates extreme fear)
Orange: When VIX is at or above 40 (but below 50). (Indicates high fear)
Yellow: When VIX is at or above 30 (but below 40). (Indicates elevated fear)
Navy Blue: When VIX is below 30. (Indicates normal to low volatility)
Horizontal Level Lines:
Dotted horizontal lines are plotted at the 30, 40, and 50 VIX levels. These serve as clear visual markers, helping you quickly identify when VIX crosses these important thresholds. The color of these lines matches the corresponding emphasis color (yellow, orange, red).
Background Fill for Emphasis:
To further enhance visual clarity, the area below the VIX line (down to the 0-level of the VIX panel) is filled with a color corresponding to the current VIX level. This creates a prominent colored band that highlights periods of elevated fear:
Red Fill: When VIX is 50 or above.
Orange Fill: When VIX is 40 or above (but below 50).
Yellow Fill: When VIX is 30 or above (but below 40).
The fill has a slight transparency (90%) to remain subtle yet effective.
Customization:
You can easily adjust the parameters of this indicator by accessing its settings on your TradingView chart. Look for the gear icon next to the indicator name on your chart to modify:
VIX Symbol: Change the VIX symbol if needed (e.g., "VIX", "USI:VIX").
VIX Level 1 (Yellow): Adjust the threshold for the yellow emphasis (default: 30.0).
VIX Level 2 (Orange): Adjust the threshold for the orange emphasis (default: 40.0).
VIX Level 3 (Red): Adjust the threshold for the red emphasis (default: 50.0).
How to Use This Script in TradingView:
Open your TradingView chart.
Go to the "Pine Editor" tab at the bottom.
Delete any existing code in the editor (if you are replacing a previous VIX script).
Copy and paste the entire provided Pine Script code into the Pine Editor.
Click "Add to Chart" (or "Save" and then "Add to Chart").
This indicator will appear as a separate panel below your main price chart, providing you with a dynamic and intuitive visual representation of market volatility based on VIX levels. This can be a valuable tool for identifying potential market bottoms during periods of high fear.
Cash VIX Term StructureThis script looks the dynamics of Cash VIX Term Structure, i.e. tickers VIX9D, VIX and VIX3M which look at how the markets are pricing volatility (implied) in the short and medium term, at any given point in time. In this script we look at 2 ratios - VIX9D/ VIX , and VIX / VIX3M , when these ratios are rising it indicates market is pricing more volatility in the short term relative to the future aka term structure flattening and subsequently a ratio > 1.0 indicates inversion. We plot EMA of VIX9D/ VIX and a fast + slow EMA for VIX / VIX3M to reduce the noise associated with daily trading ranges.
Interesting observations:
VIX / VIX3M near 1.0 indicates volatility overbought and 0.8 indicates volatility oversold.
VIX9D/ VIX tends to overshoot these ranges (0.8-1.0) due to extreme complacency or panic.
EMA crossovers in the daily chart of VIX / VIX3M might be used as an additional confirmation of volatility moving in a direction.
Feel free to use this indicator and comment, if any observations.
VIX SPX & XJOVix is a volatility indicator that lets traders know when to be cautious.
This indicator shows the volatility for the US market as well as the Australian market on seperate lines.
Blue lines are Vix for SPX (S&P 500)
If blue indicator goes above 30, high volatility is present and caution should be taken.
Green lines are Vix for XJO (ASX 200)
If green indicator goes above 20, high volatility is present and caution should be taken.
Sortino RatioThe Sortino ratio is a variation of the Sharpe ratio that differentiates harmful volatility from total overall volatility using the asset's standard deviation of negative portfolio returns—downside deviation—instead of the total standard deviation of portfolio returns. The Sortino ratio takes an asset or portfolio's return and subtracts the risk-free rate and then divides that amount by the asset's downside deviation. The ratio was named after Frank A. Sortino.
What Can the Sortino Ratio Tell You?
The Sortino ratio is useful for investors, analysts, and portfolio managers to evaluate an investment's return for a given level of bad risk. Since this ratio uses only the downside deviation as its risk measure, it addresses the problem of using total risk, or standard deviation, which is important because upside volatility is beneficial to investors and isn't a factor most investors worry about.
The Difference Between the Sortino Ratio and the Sharpe Ratio
The Sortino ratio improves upon the Sharpe ratio by isolating downside or negative volatility from total volatility by dividing excess return by the downside deviation instead of the total standard deviation of a portfolio or asset.
The Sharpe ratio punishes the investment for good risk, which provides positive returns for investors. However, determining which ratio to use depends on whether the investor wants to focus on total or standard deviation or just downside deviation.
CONCLUSION: THE HIGHER THE RATIO, THE BETTER IT IS.
Note: The default risk-free rate is based on the Malaysian rate. Please change based on your country rate.
Note: The default length is based on 1 year Malaysia trading day (11/6/2020 - 11/6/2021).
Note: Sortino ratio is good for assessing a long-term investment, and thus, please use a longer time frame to get a better risk assessment.
Please let me know if this script contains any mistake. Cheers!
Clima EXPERIMENTAL
Shows you the 'climate' enviroment of the chart in terms of volatility, extremes in low volatility and high volatility can pin point price inefficiencies.
White background= BB squeeze
Orange background= high volatility
Red background= low volatility
VCP + TTM Squeeze Breakout Detection ToolThis open-source script combines two powerful concepts into a single breakout detection tool:
1. **VCP (Volatility Contraction Pattern)**
Based on Mark Minervini’s principle of structured volatility contraction.
The script identifies low ATR environments combined with a strong trend filter using EMA 50, EMA 100, and EMA 200.
A pivot high is fixed using a rolling high from the last X candles.
2. **TTM Squeeze (inspired by Beardy_Fred's Pro version)**
This module compares Bollinger Bands to Keltner Channels.
When the Bollinger Bands fit inside the Keltner Channels, it signals volatility compression.
The script classifies the squeeze intensity into four stages using colored dots:
- **Green:** No squeeze
- **Black:** Light compression
- **Red:** Medium compression
- **Orange:** Strong compression
A linear momentum oscillator adds directional confirmation by plotting aqua bars above price if momentum is positive.
---
### **Signal Logic**
- **Yellow Dots (Setup Potential)**
Appear when VCP criteria are met **and** either momentum is bearish or the squeeze is still active (non-green).
- **Green Dots (Breakout Active)**
Appear only when:
- Price breaks above pivot high
- EMA filter is valid
- Squeeze has resolved (green)
- Volume is higher than the previous bar
- Momentum is positive
Breakout status is removed once volume AND true range drop below their respective short-term averages.
---
### **Visual Elements**
- 3 EMA Lines: EMA 50 (blue), EMA 100 (orange), EMA 200 (red)
- Pivot line (red), based on recent high
- Colored squeeze state (dots at zero line)
- Yellow dots (pre-breakout tension)
- Green dots (confirmed breakout)
- Aqua bars above price (momentum strength)
---
**Note:**
This script is for educational purposes only and does not constitute financial advice.
No alerts included yet. No external dependencies. No embedded advertising.
---
**License**
Portions of the TTM Squeeze code are derived from “Beardy Squeeze Pro” and are used under the terms of the Mozilla Public License 2.0.
www.mozilla.org
ADR Multi-TF (4 lignes) en $ADR Multi-TF (4 lines) — in $
A simple and effective indicator for visualizing an asset's average volatility over up to 4 different time frames — on a single chart. It calculates the average (High − Low) over the selected period (day, week, month, 3M, etc.) and displays it in dollars 💵. Perfect for comparing market momentum between D/W/M and calibrating your targets.
What's in it for you?
Multi-scale view: Compare Daily / Weekly / Monthly / 3M at a glance.
Trade targeting: Sets realistic TP/SL based on the asset's average movement.
Regime reading: Detects when volatility expands or contracts 📈📉.
Key parameters ⚙️
4 independent lines: each with its own timeframe, length, color, and thickness.
Choice of timeframe: empty = chart TU, or D, W, M, 3M…
Length = number of bars in the chosen TU (e.g., 14 weeks if W).
Display in dollars (not %), faithful to the original ADR spirit.
Usage tips 💡
Combine a Daily line (short setting) with a Weekly line (longer setting) to see if the day's movement is "normal" or abnormal.
In intraday TU, keep a W or M line as a macro volatility benchmark.
The higher TU bars (e.g., W, M) are dynamic until closed: the value can change over the week/month—this is normal, not historical repainting.
In short: a simple, readable, and customizable tool to frame your plans with realistic limits. Add it, adjust your 4 lines, and trade more serenely ✨
Defense Mode Dashboard ProWhat it is
A one‑look market regime dashboard for ES, NQ, YM, RTY, and SPY that tells you when to play defense, when you might have an offense cue, and when to chill. It blends VIX, VIX term structure, ATR 5 over 60, and session gap signals with clean alerts and a compact table you can park anywhere.
Why traders like it
Because it filters out the noise. Regime first, tactics second. You avoid trading size into landmines and lean in when volatility cooperates.
What it measures
Volatility stress with VIX level and VIX vs 20‑SMA
Term structure using VX1 vs VX2 with two modes
Diff mode: VX1 minus VX2
Ratio mode: VX1 divided by VX2
Realized volatility using ATR5 over ATR60 with optional smoothing
Session risk from RTH opening gaps and overnight range, normalized by ATR
How to use in 30 seconds
Pick a preset in the inputs. ES, NQ, YM, RTY, SPY are ready.
Leave thresholds at defaults to start.
Add one TradingView alert using “Any alert() function call”.
Trade smaller or stand aside when the header reads DEFENSE ON. Consider leaning in only when you see OFFENSE CUE and your playbook agrees.
Defaults we recommend
VIX triggers: 22 and 1.25× the 20‑SMA
Term mode: Diff with tolerance 0.00. Use Ratio at 1.00+ for choppier markets
ATR 5/60 defense: 1.25. Offense cue: 0.85 or lower
ATR smoothing: 1. Try 2 to 3 if you want fewer flips
Gap mode: RTH. Turn Both on if you want ON range to count too
RTH wild gap: 0.60× ATR5. ON wild range: 0.80× ATR5
Alert cadence: Once per RTH session
Snooze: Quick snooze first 30 minutes on. Fire on snooze exit off, unless you really want the catch‑up ping
New since the last description
Multi‑asset presets set symbols and RTH windows for ES, NQ, YM, RTY, SPY
Term ratio mode with near‑flat warning when ratio is between 1.00 and your trigger
ATR smoothing for the 5 over 60 ratio
RTH keying for cadence, so “Once per RTH session” behaves like a trader expects
Snooze upgrades with quick snooze tied to the first N minutes of RTH and an optional fire‑on‑snooze‑exit
Compact title merge and user color controls for labels, values, borders, and background
Exposed series for integrations: DefenseOn(1=yes) and OffenseCue(1=yes)
Debug toggle to visualize gap points, ON range, and term readings
Stronger NA handling with a clear “No core data” row when feeds are missing
Notes
Dynamic alerts require “Any alert() function call”.
Works on any chart timeframe. Daily reads and 1‑minute anchors handle the regime logic.
[blackcat] L1 Extreme Shadows█ OVERVIEW
The Pine Script provided is an indicator designed to detect market volatility and extreme shadow conditions. It calculates various conditions based on simple moving averages (SMAs) and plots the results to help traders identify potential market extremes. The primary function of the script is to provide visual cues for extreme market conditions without generating explicit trading signals.
█ LOGICAL FRAMEWORK
Structure:
1 — Input Parameters:
• No user-defined input parameters are present in this script.
2 — Calculations:
• Calculate Extreme Shadow: Checks if the differences between certain SMAs and prices exceed predefined thresholds.
• Calculate Buy Extreme Shadow: Extends the logic by incorporating additional SMAs to identify stronger buy signals.
• Calculate Massive Bullish Sell: Detects massive bullish sell conditions using longer-term SMAs.
3 — Plotting:
• The script plots the calculated conditions using distinct colors to differentiate between various types of extreme shadows.
Data Flow:
• The close price is passed through each custom function.
• Each function computes its respective conditions based on specified SMAs and thresholds.
• The computed values are then summed and returned.
• Finally, the aggregated values are plotted on the chart using the plot function.
█ CUSTOM FUNCTIONS
1 — calculate_extreme_shadow(close)
• Purpose: Identify extreme shadow conditions based on 8-period and 14-period SMAs.
• Functionality: Computes the difference between the 8-period SMA and the close price, and the difference between the 14-period SMA and the 4-period SMA, relative to the 6-period SMA. Returns 2 if both conditions exceed 0.04; otherwise, returns 0.
• Parameters: close (price series)
• Return Value: Integer (0 or 2)
2 — calculate_buy_extreme_shadow(close)
• Purpose: Identify more robust buy signals by evaluating multiple SMAs.
• Functionality: Considers the 8-period SMA along with additional SMAs (21, 42, 63, 84, 105) and combines multiple conditions to provide a comprehensive buy signal.
• Parameters: close (price series)
• Return Value: Integer (sum of conditions, ranging from 0 to 14)
3 — calculate_massive_bullish_sell(close)
• Purpose: Detect massive bullish sell conditions using longer-term SMAs.
• Functionality: Evaluates conditions based on the 8-period SMA and longer-term SMAs (88, 44, 22, 11, 5), returning a sum of conditions meeting specified thresholds.
• Parameters: close (price series)
• Return Value: Integer (sum of conditions, ranging from 0 to 10)
█ KEY POINTS AND TECHNIQUES
• Advanced Pine Script Features:
• Multiple Nested Conditions: Uses nested conditions to assess complex market scenarios.
• Combination of Conditions: Combines multiple conditions to provide a more reliable signal.
• Optimization Techniques:
• Thresholds: Employs specific thresholds (0.04 and 0.03) to filter out noise and highlight significant market movements.
• SMA Comparisons: Compares multiple SMAs to identify trends and extreme conditions.
• Unique Approaches:
• Combining Multiple Time Frames: Incorporates multiple time frames to offer a holistic view of the market.
• Visual Distinction: Utilizes different colors and line widths to clearly differentiate between various extreme shadow conditions.
█ EXTENDED KNOWLEDGE AND APPLICATIONS
• Potential Modifications:
• User-Defined Thresholds: Allow users to customize thresholds to align with personal trading strategies.
• Additional Indicators: Integrate other technical indicators like RSI or MACD to improve the detection of extreme market conditions.
• Entry and Exit Signals: Enhance the script to generate clear buy and sell signals based on identified extreme shadow conditions.
• Application Scenarios:
• Volatility Analysis: Analyze market volatility and pinpoint times of extreme price action.
• Trend Following: Pair with trend-following strategies to capitalize on significant market moves.
• Risk Management: Adjust position sizes or stop-loss levels based on detected extreme conditions.
• Related Pine Script Concepts:
• Custom Functions: Demonstrates how to create reusable functions for simplified and organized code.
• Plotting Techniques: Shows effective ways to visualize data using color and styling options.
• Multiple Time Frame Analysis: Highlights the benefits of analyzing multiple time frames for a broader market understanding.
[BMAX] Grid SystemSince 2017, Eduardo Garufi, from SST that is the biggest traders group in Brazil, adopts a diffent view for technical analisys. Using a fractal view of charts separated by volatility price levels, Eduardo and his followers are able to identify key turn points in chart, despite being stocks, futures, commodities, cryptos or forex.
We are now releasing for TradingView the Automatic Grid System.
With improvements, the new Grid System allow you to:
Select the resolution of the grid on the chart, i.e. if you want Swing or Position trade you must select the "Resolution" so the system will determine when the calculations will begin.
You can select the date where the Grid will analyse the volatility and do the calculations
When using for Swing Trade, the system will automatically apply the compound calculation and separate the grid by percent change, perfect for log charts
For day traders, when you select the appropriate option you can:
Select a manual separation for the grid, i.e. every 100 points or cents
Select a manual price for the grid to start creating the separation
The system uses as basis the famous Averan, also created by Eduardo Garufi as a volatility indicator that does not consider GAPS in the calculation. The standalone Averan is available in TradingView.
MA FilterMA Filter is a volatility indicator inspired by the Braid Filter and WAE indicators.
Calculation:
Is absolute value of > m*ATR(n2) ?
where...
n - sma length
m - atr multiplier
n2 - atr length
If yes, high volatility, histogram is orange, trading is allowed.
If no, low volatility, histogram is grey, trading is not allowed.
Enjoy ;)
ATR% The average true range / close price of previous barThe ATR% is an indicator to measure the increased volatility comparing with the past period.
1. Default is 14 bars, but we can switch to 21 or 7.
2. For the smoothing method, by default using simple moving average, but EMA, WMA and RMA is an option.
3. if over 1.5%, we consider the volatility increased significantly.
4. Combine ATR%, Stock screening (notional and volatility ) with 1-3 min chart, it's very easy to catch the sudden price movement for Japan Equities. hope you find it useful.
Variation OscillatorThe Variation Oscillator is a volatility-type indicator.
This indicator is based on a statistical measure known as coefficient of variation (COV).
COV is a standardized measure of dispersion for a set of values.
COV = 100 * standard deviation / mean
This oscillator measures the difference between COV and its sma and plots this difference.
Formula: Oscillator value = COV - sma of COV
The oscillator is positive when COV is greater than its sma.
The oscillator is negative when COV is lesser than its sma.
How to interpret the indicator's values:
Positive : the current volatility is higher than normal and trading is permitted.
Negative : the current volatility is lower than normal and trading is NOT permitted.
Recommended settings:
Cov = 10
Sma = between 20 and 100
*** If you're reading this and you find this indicator interesting, hit the like button and follow me!
*** Also comments are welcomed!
Happy trading!
Wave PMWave PM (Whistler Active Volatility Energy Price Mass) indicator is an oscillator described in the Mark Whistler’s book “Volatility Illuminated”.
The indicator attempts to show the relative volatility of the market. This is not a directional indicator, it does give an idea of how much room the trend has to move.
SteamBoilerSteamBoiler is a indicator that signals the degree of volatility present in the market .
Lower volatility periods are dynamically calculated and highlighted in bright green.
This indicator is an excellent addition to any Trend, Momentum and Volume indicators. It enriches the read to forecast future price movements in time when volatility leaves the safe zone.
VIX Stoch RSI Oscillator [HUD Box + Compression]vix stoch rsi Oscillator
watch volatility without switching charts,
gives signal based off fib levels 0-100 / volatility,
emoji box to show signal,
HUD Box: emoji-coded tactical feedback
bounce 100 "💥 Expansion" :
bounce 0.8 "🔴 Overbought" :
bounce 0.618 "📉 Distribution" :
bounce 0.5 "🧠 Midline" :
bounce 0.382 "📈 Accumulation" :
bounce 0.2 "🟢 Oversold" :
bounce0.0 "💣 Expansion" : "⚪ Neutral"
Tiger EMA/STOCH
This logic checks if the oscillator is trending above or below its 48-period EMA,
If above, it paints the line GREEN🟢 (bullish),
If below, it paints it RED🔴 (bearish),
If compression is active, it overrides both with purple🟣 to highlight tactical squeeze conditions,
⚠️WARNING⚠️
ALWAYS REMEMBER THIS CHART IS VIX/USD
IN MOST CASES SPY MOVES VICE VERSA
I AM NOT RESPOSIBLE FOR YOUR OWN ACTIONS/TRADE IDEAS
AMEX:USD
TVC:VIX
SP:SPX
ATR % + Pump Detector📘 **ATR % + Pump Detector (Fixed 0.10%)**
This indicator combines two powerful volatility tools in one:
- **ATR % Display (Blue):**
Calculates the Average True Range as a percentage of price. Triggers an alert when ATR % exceeds **0.10%**, signaling rising volatility and potential breakout conditions.
- **Pump % Detector (Red):**
Measures the percentage change from **open to close** of the current candle. Triggers alerts when the move exceeds **+0.10%** (pump) or **–0.10%** (dump), helping you catch sudden price spikes in real time.
🔹 **Top-right display** shows both metrics in a clean table
🔹 Works on **any timeframe**
🔹 Ideal for **momentum trading, breakout entries**, or filtering low-vol setups
Nearest Bollinger Bands (Multi-Timeframe)This indicator identifies the closest upper and lower Bollinger Bands across multiple timeframes, helping traders spot volatility zones, trend direction, and key support/resistance levels.
📌 Key Features:
✔ Multi-Timeframe Support: Works across 1min to 1M (monthly) timeframes.
✔ Customizable Bollinger Settings: Adjustable period length and deviation multiplier.
✔ Auto Detection: Highlights the nearest Bollinger Band levels above and below price.
✔ Customizable Display: Adjustable line style, thickness, and colors.
✔ Clear Labels: Displays Bollinger Band level and timeframe for quick interpretation.
🛠 How to Use:
Customize Bollinger settings (period, deviation).
Enable preferred timeframes and adjust visual settings.
Nearest upper and lower Bollinger Bands are plotted automatically.
Labels indicate timeframe and Bollinger Band level.
⚠ Note:
For technical analysis only, not financial advice.
Too many active timeframes may clutter the chart—enable only the ones needed.
🚀 Perfect for:
✔ Trend & Volatility Analysis
✔ Identifying Support & Resistance
✔ Tracking Market Conditions Across Timeframes