Structural Liquidity Signals [BullByte]Structural Liquidity Signals (SFP, FVG, BOS, AVWAP)
Short description
Detects liquidity sweeps (SFPs) at pivots and PD/W levels, highlights the latest FVG, tracks AVWAP stretch, arms percentile extremes, and triggers after confirmed micro BOS.
Full description
What this tool does
Structural Liquidity Signals shows where price likely tapped liquidity (stop clusters), then waits for structure to actually change before it prints a trigger. It spots:
Liquidity sweeps (SFPs) at recent pivots and at prior day/week highs/lows.
The latest Fair Value Gap (FVG) that often “pulls” price or serves as a reaction zone.
How far price is stretched from two VWAP anchors (one from the latest impulse, one from today’s session), scaled by ATR so it adapts to volatility.
A “percentile” extreme of an internal score. At extremes the script “arms” a setup; it only triggers after a small break of structure (BOS) on a closed bar.
Originality and design rationale, why it’s not “just a mashup”
This is not a mashup for its own sake. It’s a purpose-built flow that links where liquidity is likely to rest with how structure actually changes:
- Liquidity location: We focus on areas where stops commonly cluster—recent pivots and prior day/week highs/lows—then detect sweeps (SFPs) when price wicks beyond and closes back inside.
- Displacement context: We track the last Fair Value Gap (FVG) to account for recent inefficiency that often acts as a magnet or reaction zone.
- Stretch measurement: We anchor VWAP to the latest N-bar impulse and to the Daily session, then normalize stretch by ATR to assess dislocation consistently across assets/timeframes.
- Composite exhaustion: We combine stretch, wick skew, and volume surprise, then bend the result with a tanh transform so extremes are bounded and comparable.
- Dynamic extremes and discipline: Rather than triggering on every sweep, we “arm” at statistical extremes via percent-rank and only fire after a confirmed micro Break of Structure (BOS). This separates “interesting” from “actionable.”
Key concepts
SFP (liquidity sweep): A candle briefly trades beyond a level (where stops sit) and closes back inside. We detect these at:
Pivots (recent swing highs/lows confirmed by “left/right” bars).
Prior Day/Week High/Low (PDH/PDL/PWH/PWL).
FVG (Fair Value Gap): A small 3‑bar gap (bar2 high vs bar1 low, or vice versa). The latest gap often acts like a magnet or reaction zone. We track the most recent Up/Down gap and whether price is inside it.
AVWAP stretch: Distance from an Anchored VWAP divided by ATR (volatility). We use:
Impulse AVWAP: resets on each new N‑bar high/low.
Daily AVWAP: resets each new session.
PR (Percentile Rank): Where the current internal score sits versus its own recent history (0..100). We arm shorts at high PR, longs at low PR.
Micro BOS: A small break of the recent high (for longs) or low (for shorts). This is the “go/no‑go” confirmation.
How the parts work together
Find likely liquidity grabs (SFPs) at pivots and PD/W levels.
Add context from the latest FVG and AVWAP stretch (how far price is from “fair”).
Build a bounded score (so different markets/timeframes are comparable) and compute its percentile (PR).
Arm at extremes (high PR → short candidate; low PR → long candidate).
Only print a trigger after a micro BOS, on a closed bar, with spacing/cooldown rules.
What you see on the chart (legend)
Lines:
Teal line = Impulse AVWAP (resets on new N‑bar extreme).
Aqua line = Daily AVWAP (resets each session).
PDH/PDL/PWH/PWL = prior day/week levels (toggle on/off).
Zones:
Greenish box = latest Up FVG; Reddish box = latest Down FVG.
The shading/border changes after price trades back through it.
SFP labels:
SFP‑P = SFP at Pivot (dotted line marks that pivot’s price).
SFP‑L = SFP at Level (at PDH/PDL/PWH/PWL).
Throttle: To reduce clutter, SFPs are rate‑limited per direction.
Triggers:
Triangle up = long trigger after BOS; triangle down = short trigger after BOS.
Optional badge shows direction and PR at the moment of trigger.
Optional Trigger Zone is an ATR‑sized box around the trigger bar’s close (for visualization only).
Background:
Light green/red shading = a long/short setup is “armed” (not a trigger).
Dashboard (Mini/Pro) — what each item means
PR: Percentile of the internal score (0..100). Near 0 = bullish extreme, near 100 = bearish extreme.
Gauge: Text bar that mirrors PR.
State: Idle, Armed Long (with a countdown), or Armed Short.
Cooldown: Bars remaining before a new setup can arm after a trigger.
Bars Since / Last Px: How long since last trigger and its price.
FVG: Whether price is in the latest Up/Down FVG.
Imp/Day VWAP Dist, PD Dist(ATR): Distance from those references in ATR units.
ATR% (Gate), Trend(HTF): Status of optional regime filters (volatility/trend).
How to use it (step‑by‑step)
Keep the Safety toggles ON (default): triggers/visuals on bar‑close, optional confirmed HTF for trend slope.
Choose timeframe:
Intraday (5m–1h) or Swing (1h–4h). On very fast/thin charts, enable Performance mode and raise spacing/cooldown.
Watch the dashboard:
When PR reaches an extreme and an SFP context is present, the background shades (armed).
Wait for the trigger triangle:
It prints only after a micro BOS on a closed bar and after spacing/cooldown checks.
Use the Trigger Zone box as a visual reference only:
This script never tells you to buy/sell. Apply your own plan for entry, stop, and sizing.
Example:
Bullish: Sweep under PDL (SFP‑L) and reclaim; PR in lower tail arms long; BOS up confirms → long trigger on bar close (ATR-sized trigger zone shown).
Bearish: Sweep above PDH/pivot (SFP‑L/P) and reject; PR in upper tail arms short; BOS down confirms → short trigger on bar close (ATR-sized trigger zone shown).
Settings guide (with “when to adjust”)
Safety & Stability (defaults ON)
Confirm triggers at bar close, Draw visuals at bar close: Keep ON for clean, stable prints.
Use confirmed HTF values: Applies to HTF trend slope only; keeps it from changing until the HTF bar closes.
Performance mode: Turn ON if your chart is busy or laggy.
Core & Context
ATR Length: Bigger = smoother distances; smaller = more reactive.
Impulse AVWAP Anchor: Larger = fewer resets; smaller = resets more often.
Show Daily AVWAP: ON if you want session context.
Use last FVG in logic: ON to include FVG context in arming/score.
Show PDH/PDL/PWH/PWL: ON to see prior day/week levels that often attract sweeps.
Liquidity & Microstructure
Pivot Left/Right: Higher values = stronger/rarer pivots.
Min Wick Ratio (0..1): Higher = only more pronounced SFP wicks qualify.
BOS length: Larger = stricter BOS; smaller = quicker confirmations.
Signal persistence: Keeps SFP context alive for a few bars to avoid flicker.
Signal Gating
Percent‑Rank Lookback: Larger = more stable extremes; smaller = more reactive extremes.
Arm thresholds (qHi/qLo): Move closer to 0.5 to see more arms; move toward 0/1 to see fewer arms.
TTL, Cooldown, Min bars and Min ATR distance: Space out triggers so you’re not reacting to minor noise.
Regime Filters (optional)
ATR percentile gate: Only allow triggers when volatility is at/above a set percentile.
HTF trend gate: Only allow longs when the HTF slope is up (and shorts when it’s down), above a minimum slope.
Visuals & UX
Only show “important” SFPs: Filters pivot SFPs by Volume Z and |Impulse stretch|.
Trigger badges/history and Max badge count: Control label clutter.
Compact labels: Toggle SFP‑P/L vs full names.
Dashboard mode and position; Dark theme.
Reading PR (the built‑in “oscillator”)
PR ~ 0–10: Potential bullish extreme (long side can arm).
PR ~ 90–100: Potential bearish extreme (short side can arm).
Important: “Armed” ≠ “Enter.” A trigger still needs a micro BOS on a closed bar and spacing/cooldown to pass.
Repainting, confirmations, and HTF notes
By default, prints wait for the bar to close; this reduces repaint‑like effects.
Pivot SFPs only appear after the pivot confirms (after the chosen “right” bars).
PD/W levels come from the prior completed candles and do not change intraday.
If you enable confirmed HTF values, the HTF slope will not change until its higher‑timeframe bar completes (safer but slightly delayed).
Performance tips
If labels/zones clutter or the chart lags:
Turn ON Performance mode.
Hide FVG or the Trigger Zone.
Reduce badge history or turn badge history off.
If price scaling looks compressed:
Keep optional “score”/“PR” plots OFF (they overlay price and can affect scaling).
Alerts (neutral)
Structural Liquidity: LONG TRIGGER
Structural Liquidity: SHORT TRIGGER
These fire when a trigger condition is met on a confirmed bar (with defaults).
Limitations and risk
Not every sweep/extreme reverses; false triggers occur, especially on thin markets and low timeframes.
This indicator does not provide entries, exits, or position sizing—use your own plan and risk control.
Educational/informational only; no financial advice.
License and credits
© BullByte - MPL 2.0. Open‑source for learning and research.
Built from repeated observations of how liquidity runs, imbalance (FVG), and distance from “fair” (AVWAPs) combine, and how a small BOS often marks the moment structure actually shifts.
Volatilidade
Delta -> PROFABIGHI_CAPITAL🌟 Overview
This Delta → PROFABIGHI_CAPITAL implements a comprehensive market delta analysis framework combining price delta calculations with volume-weighted delta analysis and cumulative volume delta tracking for advanced order flow assessment.
It provides Price Delta calculation measuring price movement over configurable periods for momentum analysis , Volume Delta approximation using volume weighted by price direction for buying/selling pressure identification , Cumulative Volume Delta (CVD) tracking with dynamic histogram visualization for long-term order flow trends , and Comprehensive display controls with debug options for flexible market microstructure analysis for professional order flow trading applications.
🔧 Advanced Delta Analysis Architecture
- Professional market microstructure analysis system integrating price movement with volume-weighted directional analysis
- Price Source Configuration enabling close, open, high, low, or composite price inputs for flexible delta calculation adaptation
- Delta Period Management with adjustable lookback periods for price delta calculation affecting both price and volume delta analysis
- Overlay Integration designed as separate pane indicator for dedicated delta analysis without interfering with price action
- Volume Format Display using volume-specific formatting for accurate large number representation
- Professional Timeframe Support enabling multi-timeframe delta analysis for different market perspectives
📊 Price Delta Implementation Framework
- Period-Based Price Calculation measuring price difference between current bar and specified periods ago for momentum assessment
- Configurable Source Selection supporting different price inputs for various delta calculation approaches
- Null Value Protection ensuring continuous calculation through proper handling of undefined historical values
- Visual Color Coding using teal for positive price delta and maroon for negative price delta with transparency
- Line Style Visualization displaying price delta as continuous line for trend identification
- Optional Display Control allowing users to show or hide price delta for focused analysis
📈 Volume Delta Calculation Engine
- Price Direction Analysis using mathematical sign function to determine positive or negative price movement
- Volume Weighting System multiplying volume by price direction sign for approximated buying/selling pressure
- Sign Variable Management maintaining price direction state for consistent volume delta calculation
- Null Value Handling ensuring continuous volume delta calculation through proper mathematical validation
- Histogram Visualization displaying volume delta as bars with green for buying pressure and red for selling pressure
- Dynamic Transparency using optimized transparency levels for clear visual distinction between positive and negative values
📉 Cumulative Volume Delta (CVD) Framework
- Running Sum Calculation maintaining cumulative total of all volume delta values for long-term trend analysis
- Dynamic Color System comparing current CVD with previous bar to determine rising or falling cumulative pressure
- Histogram Style Display presenting CVD as histogram bars for immediate visual impact assessment
- Trend Direction Visualization using green for rising CVD and red for falling CVD with transparency optimization
- Historical Comparison Logic implementing proper previous bar comparison with null value protection for first bar handling
- Cumulative State Tracking maintaining accurate running totals across all historical bars for reliable trend identification
🎨 Comprehensive Display Control System
- Modular Visibility Controls enabling independent show/hide options for price delta, volume delta, and CVD components
- Grouped Settings Organization separating calculation settings, display options, and debug features for streamlined configuration
- Tooltip Integration providing detailed explanations for each setting to guide proper indicator usage
- Professional Color Scheme using market-standard colors with appropriate transparency levels for clear visual hierarchy
- Null Line Reference displaying zero line with dashed gray styling for immediate positive/negative reference
- Optional Debug Visualization offering raw data plots for troubleshooting and analysis validation
⚙️ Advanced Debug System
- Raw Price Change Display showing unprocessed price movement for calculation verification
- Sign Function Visualization displaying mathematical sign output as histogram for direction confirmation
- Volume Data Verification presenting raw volume values as columns for data integrity checking
- Independent Debug Controls enabling selective activation of different debug components without affecting main plots
- Color-Coded Debug Plots using distinct colors (orange, purple, black) for easy identification of debug elements
- Performance Optimization displaying debug plots only when specifically enabled to maintain indicator performance
📋 Professional Configuration Framework
- Calculation Settings Group organizing core delta parameters including source selection and period configuration
- Display Options Group centralizing visibility controls for main indicator components with detailed tooltips
- Simple Plots Group providing debug options for advanced users and troubleshooting scenarios
- Input Validation ensuring minimum period values and proper source selection for reliable calculations
- Tooltip Documentation offering comprehensive explanations for each setting to guide proper indicator utilization
- Professional Naming Convention using clear, descriptive names for all settings and components
🔍 Mathematical Implementation Excellence
- Accurate Delta Calculations using proper arithmetic operations for price difference measurement over specified periods
- Sign Function Implementation correctly applying mathematical sign determination for price direction analysis
- Volume Multiplication Accuracy precisely weighting volume values by price direction for delta approximation
- Cumulative Sum Precision maintaining accurate running totals using Pine Script's cumulative function
- Null Value Management implementing comprehensive null value handling for reliable calculations across all scenarios
- Historical Data Access properly accessing previous bar data with appropriate indexing for comparison logic
🎯 Market Microstructure Applications
- Order Flow Analysis identifying buying versus selling pressure through volume-weighted price direction assessment
- Momentum Confirmation using price delta to validate price movement strength over configurable periods
- Trend Identification leveraging CVD trends to identify long-term accumulation or distribution patterns
- Volume Profile Integration combining volume data with price direction for comprehensive market structure analysis
- Support/Resistance Validation using delta analysis to confirm or challenge traditional technical analysis levels
- Divergence Detection comparing price movement with volume delta patterns for potential reversal identification
⚡ Performance Optimization Features
- Conditional Plotting Logic displaying only enabled components to optimize chart rendering performance
- Efficient Variable Management using appropriate variable scoping and initialization for minimal memory usage
- Optimized Color Assignment pre-calculating colors and applying transparency for smooth visual performance
- Streamlined Calculations organizing mathematical operations for minimal redundant computation
- Dynamic Display Updates providing real-time delta values with immediate visual feedback
- Resource-Conscious Debug Mode activating debug plots only when specifically requested to maintain indicator efficiency
🎨 Professional Visualization Framework
- Color-Coded Delta Analysis using green/red scheme for immediate positive/negative identification
- Transparency Optimization applying appropriate transparency levels for clear visual hierarchy without overwhelming chart
- Multiple Plot Styles implementing line plots for price delta, histogram for volume delta, and histogram for CVD
- Zero Line Reference providing dashed gray zero line for immediate positive/negative context
- Dynamic CVD Coloring comparing current versus previous CVD values for trend direction visualization
- Professional Chart Integration maintaining separate pane layout for dedicated delta analysis focus
🔧 Technical Implementation Framework
- Variable Declaration Organization properly declaring color variables and state management variables for clean code structure
- Calculation Sequence Optimization organizing price delta, volume delta, and CVD calculations in logical order
- Plot Management System coordinating multiple plot statements with appropriate conditional logic
- State Variable Management maintaining sign_price_change variable for consistent volume delta calculation
- Error Prevention Architecture incorporating null value checks and mathematical validation for reliable operation
- Modular Code Structure separating calculation, plotting, and debug sections for maintainable code organization
✅ Key Takeaways
- Advanced delta analysis framework combining price delta momentum with volume-weighted directional pressure for comprehensive order flow assessment
- Professional CVD implementation with dynamic histogram visualization showing cumulative buying/selling pressure trends over time
- Comprehensive display control system enabling selective visualization of price delta, volume delta, and CVD components with debug options
- Mathematical precision implementation using proper sign function analysis and cumulative sum calculations with null value protection
- Professional configuration framework with grouped settings, detailed tooltips, and modular visibility controls for customized analysis
- Performance-optimized visualization using conditional plotting and efficient color management for smooth real-time delta tracking
- Market microstructure applications supporting order flow analysis, momentum confirmation, and trend identification for institutional trading approaches
PolyFilter [BackQuant]PolyFilter
A flexible, low-lag trend filter with three smoothing engines—optimized for clean bias, fewer whipsaws, and clear alerting.
What it does
PolyFilter draws a single “intelligent” baseline that adapts to price while suppressing noise. You choose the engine— Fractional MA , Ehlers 2-Pole Super Smoother , or a Multi-Kernel blend . The line can color itself by slope (trend) or by position vs price (above/below), and you get four ready-made alerts for flips and crosses.
What it plots
PolyFilter line — your smoothed trend baseline (width set by “Line Width”).
Optional candle & background coloring — choose: color by trend slope or by whether price is above/below the filter.
Signal markers — Arrows with L/S when the slope flips or when price crosses the line (if you enable shapes/alerts).
How the three engines differ
Fractional MA (experimental) — A power-law weighting of past bars (heavier focus on the most recent samples without throwing away history). The Adaptation Speed acts like the “fraction” exponent (default 0.618). Lower values lean more on recent bars; higher values spread weight further back.
Ehlers 2-Pole Super Smoother — Classic low-lag IIR smoother that aggressively reduces high-frequency noise while preserving turns. Great default when you want a steady, responsive baseline with minimal parameter fuss.
Multi-Kernel — A 70/30 blend of a Gaussian window and an exponential kernel. The Gaussian contributes smooth structure; the exponential adds a hint of responsiveness. Useful for assets that oscillate but still trend.
Reading the colors
Trend mode (default) — Line & candles turn green while the filter is rising (signal > signal ) and red while it’s falling.
Above/Below mode — Line & candles reflect price’s position relative to the filter: green when price > filter, red when price < filter. This is handy if you treat the filter like a dynamic “fair value” or bias line.
Inputs you’ll actually use
Calculation Settings
Price Source — Default HLC/3. Switch to Close for stricter trend, or HLC3/HL2 to soften single-print spikes.
Filter Length — Window/period for all engines. Shorter = snappier turns; longer = smoother line.
Adaptation Speed — Only affects Fractional MA . Lower it for faster, more local weighting; raise it for smoother, more global weighting.
Filter Type — Pick one of: Fractional MA, Ehlers 2-Pole, Multi-Kernel.
UI & Plotting
Color based off… — Choose Trend (slope) or > or < Close (position vs price).
Long/Short Colors — Customize bull/bear hues to your theme.
Show Filter Line / Paint candles / Color background — Visual toggles for the line, bars, and backdrop.
Line Width — Make the filter stand out (2–3 works well on most charts).
Signals & Alerts
PolyFilter Trend Up — Slope flips upward (the filter crosses above its prior value). Good for early continuation entries or stop-tightening on shorts.
PolyFilter Trend Down — Slope flips downward. Often used to scale out longs or rotate bias.
PolyFilter Above Price — The filter line crosses up through price (filter > price). This can confirm that mean has “caught up” after a pullback.
PolyFilter Below Price — The filter line crosses down through price (filter < price). Useful to confirm momentum loss on bounces.
Quick starts (suggested presets)
Intraday (5–15m, crypto or indices) — Ehlers 2-Pole, Length 55–80. Trend coloring ON, candle paint ON. Look for pullbacks to a rising filter; avoid fading a falling one.
Swing (1H–4H) — Multi-Kernel, Length 80–120. Background color OFF (cleaner), candle paint ON. Add a higher-TF confirmation (e.g., 4H filter rising when you trade 1H).
Range-prone FX — Fractional MA, Length 70–100, Adaptation ~0.55–0.70. Consider Above/Below mode to trade mean reversion to the line with a strict risk cap.
How to use it in practice
Bias line — Trade in the direction of the filter slope; stand aside when it flattens and color chops back and forth.
Dynamic support/resistance — Treat the line as a moving value area. In trends, entries often appear on shallow tags of the line with structure confluence.
Regime switch — When the filter flips and holds color for several bars, tighten stops on the opposing side and look for first pullback in the new color.
Stacking filters — Many users run PolyFilter on the active chart and a slower instance (longer length) on a higher timeframe as a “macro bias” guardrail.
Tuning tips
If you see too many flips, lengthen the filter or switch to Multi-Kernel.
If turns feel late, shorten the filter or try Ehlers 2-Pole for lower lag.
On thin or very noisy symbols, prefer HLC3 as the source and longer lengths.
Performance note: very large lengths increase computation time for the Multi-Kernel and Fractional engines. Start moderate and scale up only if needed.
Summary
PolyFilter gives you a single, trustworthy baseline that you can read at a glance—either as a pure trend line (slope coloring) or as a dynamic “above/below fair value” reference. Pick the engine that matches your market’s personality, set a sensible length, and let the color and alerts guide bias, entries on pullbacks, and risk on reversals.
Volume Profile Auto POC📌 Overview
Volume Profile Auto POC is a trend-following strategy that uses the automatically calculated Point of Control (POC) from the volume profile, combined with ATR zones, to capture reversals and breakouts.
By basing decisions on volume concentration, it dynamically visualizes the price levels most watched by market participants.
⚠️ This strategy is provided for educational and research purposes only.
Past performance does not guarantee future results.
🎯 Strategy Objectives
Automatically detect the volume concentration area (POC) to improve entry accuracy
Optimize risk management through ATR-based volatility adjustment
Provide early and consistent signals when trends emerge
✨ Key Features
Automatic POC Detection : Updates the volume profile over a defined lookback window in real time
ATR Zone Integration : Defines a POC ± 0.5 ATR zone to clarify potential reversals/breakouts
Visual Support : Plots the POC line and zones on the chart for intuitive decision-making
📊 Trading Rules
Long Entry:
Price breaks above the POC + 0.5 ATR zone
Volume is above average to support the breakout
Short Entry:
Price breaks below the POC - 0.5 ATR zone
Volume is above average to support the downside move
Exit (or Reverse Position):
Price returns to the POC area
Or touches the ATR band
⚙️ Trading Parameters & Considerations
Indicator Name: Volume Profile Auto POC
Parameters:
Lookback Bars: 50
Bins for Volume Profile: 24
ATR Length: 14
ATR Multiplier: 2.0
🖼 Visual Support
POC line plotted in red
POC ± 0.5 ATR zone displayed as a semi-transparent box
ATR bands plotted in blue for confirmation
🔧 Strategy Improvements & Uniqueness
This strategy is inspired by traditional Volume Profile + ATR analysis,
while adding the improvement of a sliding-window mechanism for automatic POC updates.
Compared with conventional trend-following approaches,
its strength lies in combining both price and volume perspectives for decision-making.
✅ Summary
Volume Profile Auto POC automatically extracts key market levels (POC) and combines them with ATR-based zones,
providing a responsive trend-following method.
It balances clarity with practicality, aiming for both usability and reproducibility.
⚠️ This strategy is based on historical data and does not guarantee future profits.
Always use proper risk management when applying it.
CISD SDICT CISD SD – Manipulation Swing Standard Deviations for Change in State of Delivery
Overview:
The ICT CISD SD indicator is a professional ICT tool designed to define the Manipulation Swing and automatically plot its Standard Deviation levels. Focused on intraday ICT analysis, this script dynamically updates toward the current bar, giving traders precise visual guidance on key swing levels and projected targets.
Key Features:
Define ICT Manipulation Swing:
Set the start and end time to define the Manipulation Swing.
Choose your timezone for accurate ICT intraday tracking.
Automatically calculates the High, Low, and optional Equilibrium (EQ) level of the Manipulation Swing.
Dynamic ICT Manipulation Lines:
Plots High, Low, and optional EQ lines of the Manipulation Swing.
Lines update dynamically with each new bar.
Fully customizable line color, style (solid, dashed, dotted), and width.
Labels feature configurable text color, background color, transparency, size, and placement.
Optional left-side trimming keeps charts clean and readable.
Manipulation Swing Standard Deviation Levels:
Automatically plots Standard Deviation levels as multipliers of the Manipulation Swing range (0.5x to 4.5x by default).
Levels can be plotted up from the swing low or down from the swing high, giving probabilistic target areas or key support/resistance zones.
Customizable line and label styling for all Standard Deviation levels, including color, transparency, width, style, and size.
Optional Shading for Visual Clarity:
Shade areas between the Manipulation Swing and a chosen Standard Deviation level for easy visualization.
Customizable shading color and opacity.
Professional ICT Usability:
Designed for clarity and minimal chart clutter.
Stick labels to the right of the current bar for maximum readability.
Dynamically adjusts with new bars, keeping all Manipulation Swing lines and Standard Deviation levels up-to-date.
Ideal For:
ICT intraday traders analyzing Manipulation Swings for Change in State of Delivery.
Traders seeking visual Standard Deviation levels for breakout, reversal, or continuation strategies.
Analysts who want clean, professional charts with full control over Manipulation Swing and Standard Deviation visualization.
How It Works:
User defines the ICT Manipulation Swing time to identify the swing.
The script calculates the High, Low, and optional EQ of the swing.
Swing lines are drawn and dynamically updated.
Standard Deviation levels are plotted based on user-defined multipliers.
Optional shading can highlight areas from the Manipulation Swing to selected Standard Deviation levels.
Customization Options Include:
ICT Manipulation Swing time and timezone.
Line and label styling for Manipulation Swing and Standard Deviation levels.
Left-side trimming to reduce chart clutter.
Enable/disable EQ line, Standard Deviation levels, and shading.
Direction of Standard Deviation levels (up from low or down from high).
Multipliers and shading transparency for professional ICT charting.
Conclusion:
The ICT CISD StdDev indicator offers a complete, professional solution for ICT intraday analysis, allowing traders to define the Manipulation Swing and visualize its Standard Deviation levels dynamically, enhancing precision and clarity in real-time trading.
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
Stop Loss Advisor📊 Stop Loss Advisor - Advanced Risk Management Tool
A sophisticated Pine Script v5 indicator designed to suggest optimal stop loss distances based on market volatility, combining ATR and Standard Deviation analysis for precise risk management.
🎯 What Makes This Different from Bollinger Bands?
While Bollinger Bands focus on mean reversion and overbought/oversold conditions using a moving average center line, this indicator is specifically designed for risk management . It creates dynamic bands around the current price to suggest where NOT to place your stop loss, preventing you from being stopped out by normal market noise.
⚡ Key Features
Dynamic ATR Calculation - Fully customizable ATR periods with adaptive volatility filtering
Standard Deviation Integration - Optional StdDev component for enhanced statistical accuracy
Multiple Combination Modes - Average, Maximum, ATR Weighted, or StdDev Weighted
Flexible Price Sources - Choose from Close, HL2, HLC3, or OHLC4
Automatic Pip Calculation - Works across all instruments with automatic pip value detection
Smart Alerts System - Get notified when suggested stop loss exceeds your base risk tolerance
Real-time Information Table - Displays current values and risk status
Visual Labels - Shows exact pip distances directly on chart
Band Smoothing - Prevents erratic movements with customizable averaging
📈 How It Works
ATR Analysis : Calculates Average True Range to measure current market volatility
Statistical Enhancement : Optionally combines with Standard Deviation for more robust calculations
Dynamic Bands : Creates upper and lower bands that expand/contract with volatility
Pip Conversion : Automatically converts distances to pips for easy interpretation
Risk Assessment : Compares suggested distances with your base stop loss tolerance
🔧 Customization Options
ATR Settings:
Customizable ATR period (default: 14)
Adjustable multiplier with 0.1 step precision
Optional volatility filtering for enhanced sensitivity
Standard Deviation (Optional):
Independent period and multiplier settings
Multiple price source options
Four combination modes with ATR
Visual Customization:
Fully customizable colors for all elements
Multiple line styles (solid, dashed, dotted)
Optional band filling with transparency control
Show/hide ATR line overlay
Configurable band smoothing
💡 Perfect For
Forex Traders - Especially effective on major pairs and XAUUSD
Risk Managers - Calculate optimal stop distances before entering trades
Scalpers - Avoid being stopped out by normal market fluctuations
Swing Traders - Adapt stop losses to current volatility conditions
📊 Indicator Values
The information table displays:
Current ATR Value (in pips)
Suggested Long Stop Loss (distance in pips)
Suggested Short Stop Loss (distance in pips)
Risk Status - "SAFE" or "HIGH RISK" based on your base tolerance
Standard Deviation Value (when enabled)
Combination Method (when using both ATR and StdDev)
⚠️ Important Notes
This indicator suggests minimum stop loss distances, not entry/exit signals
Always combine with your trading strategy and risk management rules
Do not use as a standalone trading system
Backtesting recommended before live implementation
Default settings work well for most scenarios, but optimization is encouraged
🎨 Default Configuration
ATR Period: 14
ATR Multiplier: 2.0
Price Source: Close
Base Stop Loss: 20 pips
Band Smoothing: 3 periods
Standard Deviation: Optional (20 period, 2.0 multiplier)
🚀 Getting Started
Add the indicator to your chart
Set your base stop loss tolerance in the settings
Choose your preferred price source and ATR parameters
Enable Standard Deviation for enhanced accuracy (optional)
Monitor the information table for real-time risk assessment
Use the suggested distances as minimum stop loss levels
Pro Tip: In low volatility markets, the bands will contract suggesting tighter stops. In high volatility periods, they expand warning you to use wider stops to avoid being stopped out by normal price action.
📝 Version History & Updates
This indicator is actively maintained and updated based on user feedback. Future enhancements may include multi-timeframe analysis, trend-based asymmetric bands, and additional statistical measures.
Transform your risk management approach with data-driven stop loss suggestions that adapt to real market conditions!
Sentinel Nexus Dashboard [AGP] Ver.1.5Sentinel Nexus Dashboard is a versatile Pine Script designed as a comprehensive technical analysis tool. It condenses a variety of key indicators and metrics into a single, intuitive visual dashboard, providing an integrated view of market trends, momentum, volatility, and liquidity, all neatly organized on your TradingView chart.
Key Features and Benefits
All-in-One Dashboard: This script centralizes relevant information, offering a clean, efficient control panel that helps you make quick decisions without cluttering your chart with multiple overlays.
Trend Analysis with ADX: It incorporates the Average Directional Index (ADX) to measure trend strength. The dashboard displays ADX, DI+, and DI- values with dynamic color-coding to highlight trend intensity (e.g., blue for a very strong trend).
Momentum Analysis with MACD: The dashboard shows MACD line and signal line values in a table. The background color of the MACD values reflects the histogram's direction, allowing you to quickly identify crosses and shifts in market momentum.
Multi-Timeframe RSI Analysis: The RSI (Relative Strength Index) dashboard displays values across multiple timeframes (from 1 minute to 1 month). Overbought (77) and oversold (23) levels are color-coded for immediate identification of market conditions, making it an ideal tool for multi-timeframe analysis.
Smart and Dynamic Volume: The script uses a bar coloring algorithm based on average volume. Chart bars change color according to volume magnitude (extreme, high, average, or low) relative to the average, distinguishing between bullish and bearish bars. This helps you identify significant, liquidity-driven price movements.
Fair Value Analysis: The script calculates an asset's "fair value" using a noise filter (similar to a Kalman filter) on recent highs and lows to determine a midpoint. The price dashboard's background color changes to indicate if the current price is above or below this fair value.
Fibonacci EMA Analysis: A table displays several Exponential Moving Averages (EMAs) based on the Fibonacci sequence. The values are color-coded to show whether the current price is above (white) or below (orange) each EMA, helping you quickly identify dynamic support and resistance levels.
CME Futures Data Integration: For Bitcoin, the script can show a chart label with the Bitcoin futures price (CME:BTC1!), allowing you to compare the spot price with the CME futures market.
Potential Uses and Applications
The Sentinel Nexus Dashboard is an excellent support tool for trading. It is not a signal system but rather a suite of confirmation tools that can be used to:
Confirm Trend Strength: Before entering a trade, use the ADX data to ensure the trend has enough strength for your expected move.
Detect Reversal Points: Multi-timeframe RSI data can alert you to potential overbought or oversold conditions, indicating possible exhaustion of a price move.
Validate Price Movements: Bar coloring based on volume helps you determine if a price move is genuine and supported by strong market participation. High volume can confirm a breakout or reversal.
Identify Support and Resistance: The Fibonacci EMAs allow you to quickly visualize key levels where price might find support or resistance, aiding in planning entries and exits.
In short, this script is perfect for traders who want a comprehensive market overview without chart clutter. It efficiently integrates trend, momentum, and volume analysis in one place.
Legal Disclaimer
RISK WARNING:
This Pine Script is a technical analysis tool and should not be considered financial advice. Past performance of any indicator is no guarantee of future results. Trading in financial markets involves a high risk of loss and is not suitable for all investors. By using this indicator, you accept full responsibility for your trading decisions and acknowledge that any financial loss is your sole responsibility.
IMPORTANT:
Some script functions, such as the CME price label, may not work correctly if your TradingView subscription plan is not a paid one. Please check your plan's limitations to ensure the indicator's optimal functionality.
Trend-Strong Candle - Pro Multi Assetighlights:
Major Assets Mode (optional): EURUSD, GBPUSD, USDJPY, AUDUSD, USDCAD, NZDUSD, EURGBP, EURJPY
One‑per‑bar alerts, 24/7 toggle, no session limits
Default EMAs 20/40/60, improved stability and EMA-close filters
Lightweight performance, warning-free calculations, and clearer arrows/plots
Nifty Trend vs Range (Final)This indicator is designed to help you quickly identify whether the Nifty market is trending, ranging, or preparing for a breakout by combining three volatility and trend-strength measures:
India VIX (Volatility Index)
ADX (Average Directional Index)
ATR (Average True Range)
It creates a Trend vs Range Decision Matrix that categorizes the market into actionable states such as Range – Quiet, Breakout Watch, Trend – Smooth, Trend – Confirmed, Trend – Volatile, or Choppy / Noisy.
🔑 How it Works
India VIX (Market Volatility)
Pulled directly from NSE:INDIAVIX (or your chosen symbol).
VIX thresholds are defined:
Below VIX Low → Calm market (often ranges).
Between VIX Low & High → Neutral/moderate volatility.
Above VIX High → High volatility (potential big moves or choppiness).
VIX can be scaled and plotted in the same pane with ADX/ATR, or shown separately with a companion script.
ADX (Trend Strength)
Custom calculation (Wilder’s smoothing, not built-in ta.adx), to ensure more consistent results.
Thresholds (auto-tuned by timeframe if enabled):
Low ADX → Weak/no trend, sideways.
High ADX → Strong directional trend.
ATR (Volatility Expansion)
ATR compared to a moving average of ATR detects whether volatility is rising or flat.
Used as confirmation for breakouts or fading moves.
🧠 Market State Logic
The script combines the three signals into an interpretable market state:
Range – Quiet → VIX low, ADX low, ATR flat
Trend – Smooth → VIX low, ADX high
Breakout Watch → VIX neutral, ADX low, ATR rising
Trend – Confirmed → VIX neutral, ADX high, ATR rising
Choppy / Noisy → VIX high, ADX low, ATR rising
Trend – Volatile → VIX high, ADX high, ATR rising
Neutral → fallback if conditions don’t match
Each state is color-coded with background shading and displayed as a persistent label with key metrics (VIX, ADX, ATR).
⚙️ Features
✅ Intraday Auto-Tuning
ADX/ATR thresholds automatically adjust depending on chart timeframe (5m, 15m, etc.).
✅ Scalable VIX Plotting
Option to overlay a scaled VIX line in the same pane or hide it if you use a separate VIX pane.
✅ Persistent State Label
Shows the current regime, timeframe, and key values. Updates every bar without stacking multiple labels.
✅ Alerts Ready
Alerts for each market regime can be set directly in TradingView.
✅ Background Coloring
Quick at-a-glance identification of current state.
🎯 How to Use
Ranging markets (low VIX, low ADX, flat ATR): Favor mean-reversion strategies like option selling, iron condors, or scalping.
Smooth trends (low VIX, high ADX): Favor directional trades with futures/options spreads.
Breakout Watch: Stay alert for possible trend initiation.
Confirmed trends (neutral VIX, high ADX, rising ATR): Ideal for momentum trading.
Volatile trends (high VIX, high ADX): Use caution, hedge positions, or trade with wider stops.
Choppy/Noisy (high VIX, low ADX): Avoid overtrading, expect false signals.
AWSA "Level Indicator with ATR" isn't a single, defined indicator but typically refers to a trading strategy or indicator that uses the Average True Range (ATR) to create dynamic levels on a price chart, such as support, resistance, or stop-loss levels. The ATR is a volatility indicator that measures market volatility; when high, it suggests the market has large price swings, and when low, small price swings. By using the ATR value with a multiplier, traders can set price levels that adapt to changing market volatility, providing more objective and dynamic trading signals than fixed-price levels.
Money Maverick Jeffrey LineMoney Maverick Jeffrey Line - Release Notes
Version 1.0 (Initial Release) - September 14, 2025
Overview
Welcome to the Money Maverick Jeffrey Line (MMJL), a custom TradingView indicator designed for trend-following in volatile markets like cryptocurrencies (e.g., Bitcoin), tech stocks, and commodities. It's built in Pine Script v5 and focuses on providing clear signals: GOLD (strong uptrend - buy/hold longs), BLUE (strong downtrend - sell/exit), and GRAY (neutral - stay out).
The goal? Help you trade like a "money maverick" – disciplined, low-effort, and risk-aware – without the emotional rollercoaster. Backtested on TSLA, it shows solid win rates (~80%) with lower drawdowns than buy-and-hold.
Key Features
• Trend Signals: Uses multiple Exponential Moving Averages (EMAs) for consistency checks, outputting one of three states to guide entries/exits.
• Filters for Accuracy:
o ADX (Average Directional Index) to confirm strong trends (threshold: 25 by default).
o Optional volume confirmation to ensure signals align with above-average market activity (default: off).
• Visual Enhancements:
o Colored lines and fills for EMAs.
o Full-chart background shading based on state (Gold, Blue, Gray) – default fully transparent for a clean look.
o On-chart table showing current state (e.g., "GOLD (Buy)").
o ATR-based trailing stop lines for risk management hints (default: shown, with "Line with Breaks" style to avoid clutter in neutral zones).
• Alerts: Built-in alerts for state changes – set them up in TradingView for notifications.
• Customization: User inputs for MA lengths, colors, ADX threshold, volume filter, ATR multiplier, fill/BG transparency, and trailing stops toggle. Tweak for your assets!
• Low Lag Design: EMAs for quicker trend detection while keeping smoothness.
How to Install and Use
1. Add to TradingView:
o Open TradingView > Pine Editor > Paste the script code > Save as "Money Maverick Jeffrey Line" > Add to Chart.
2. Customize Settings:
o In the indicator settings (gear icon), adjust lengths (e.g., Fast MA: 15), enable/disable volume filter or trailing stops, or change colors/transparency (default fill: 50, BG: 100).
3. Trading Rules (Suggested):
o GOLD: Enter/scale into longs if not in position; use red trailing stop as exit hint.
o BLUE: Exit longs (or enter shorts if aggressive); use green trailing stop as exit hint.
o GRAY: Hold if positioned; avoid new entries.
o Use on higher timeframes (4H, Daily, Weekly) for best results.
o Combine with your own fundamental analysis – this is a tool, not financial advice!
4. Backtesting: Test in TradingView's Strategy Tester or external tools. On TSLA (2010-2025 daily), it achieved +15,000% return with 80% win rate and -25% max drawdown (vs. HODL's +24,900% but -85% drawdown). Why Use It? Even though total returns are lower than HODL, MMJL prioritizes risk management with significantly reduced drawdowns, better risk-adjusted performance (e.g., higher Sharpe Ratio), and smoother equity curves. It excels in diverse market conditions by exiting during downtrends, providing psychological discipline through rule-based signals, and serving as a portfolio diversifier with low correlation to traditional holdings. Ideal for traders seeking sustainability over maximum upside in volatile assets.
5. Alerts Setup: In TradingView, go to the indicator > Alerts > Create Alert based on conditions like "Money Maverick Jeffrey Line: GOLD".
Known Issues/Limitations
• Lagging in Nature: Still a trend-follower, so it may enter late in new trends or exit early in pullbacks.
• No Dashed Lines: TradingView v5 uses "Line with Breaks" for trailing stops to show segments only in trends.
• Volume Data: Relies on TradingView's volume; may vary by exchange/feed.
• Not for All Markets: Best for trending assets; underperforms in prolonged ranges.
• No Guarantees: Past performance isn't indicative of future results. Trading involves risk of capital loss – use at your own discretion.
Credits and Disclaimers
• Inspired By: CTO Larsson's original Larsson Line (free version on TradingView: VaY7PmRo).
• Developed With: Enhancements by Grok (xAI) based on user feedback.
• Testing Invitation: Share this with your friends! Feedback on performance, bugs, or ideas? Comment on TradingView or discuss in communities.
• Disclaimer: This is not financial advice. Always do your own research (DYOR). No warranties – use responsibly.
If you encounter issues or want updates (e.g., adding more features like auto-trailing stops), let me know. Happy trading, Mavericks! 🚀
Multi Straddle-Strangle ChartThis powerful indicator is designed for options traders who want to visualize and track the combined premium of multiple straddle and strangle strategies in a single, dedicated pane.
Quickly analyze and compare up to five different options strategies at a glance, directly on your chart. This tool is perfect for monitoring volatility, tracking potential profits/losses on a position, and spotting key support and resistance levels based on option premiums.
Key Features:
Plot Up to 5 Strategies: Simultaneously plot any combination of up to 5 straddles or strangles.
Real-Time Data: Fetches live data for both Call and Put options to give you an up-to-the-second view of the combined price.
Dynamic Symbol Generation: Automatically detects the underlying symbol (e.g., NIFTY, BANKNIFTY, stocks) and builds the correct option symbols based on your input.
Customizable Inputs: Easily configure the expiry date, strike prices and line colors for each of the 5 lines.
In-Chart Summary Table: A clean and clear table in the corner of your chart provides a quick summary of each enabled strategy and its current price.
Important Note on Usage:
This tool requires you to input a strike price in all fields, even if you do not plan to use all five lines. This is necessary because of a fundamental rule in the Pine Script language: every input must have a constant, non-empty default value. The indicator is optimized to only fetch data for the lines you have explicitly enabled with the "Enable Line X" checkbox.
Volatility Momentum Score | Lyro RSVolatility Momentum Score | Lyro RS
Overview
The Volatility Momentum Score (VMS) combines price movement and volatility into a single, easy-to-read signal. Using z-scores, standard deviation bands, and flexible display modes, it helps traders identify trends, overbought/oversold conditions, and potential reversals quickly and effectively.
Key Features
Price + Volatility Blend
Tracks price action and volatility with separate z-scores and merges them into a unified momentum score.
Standard Deviation Bands
Upper and lower bands highlight extreme readings.
Adjustable multipliers allow for fine-tuning sensitivity.
Two Signal Modes
Trend Mode: Plots “Long” and “Short” signals when momentum crosses bands.
Reversion Mode: Colors the chart background when the score indicates stretched conditions.
Overbought & Oversold Alerts
▲ markers indicate oversold conditions.
▼ markers indicate overbought conditions.
Custom Colors
Four preset color themes or fully customizable bullish/bearish colors.
Clear Visuals
Dynamic line coloring based on momentum.
Candles recolored at signal points.
Background shading for quick visual assessment.
How It Works
Calculates z-scores for both price and volatility.
Blends the z-scores into a single average score.
Compares the score against dynamic upper and lower bands.
Triggers signals, markers, or background shading depending on the chosen display mode.
Practical Use
Ride trends: Follow Trend Mode signals to align with momentum.
Spot reversals: Watch ▲ and ▼ markers when markets are overextended.
Stay aware: Background shading highlights potentially overheated conditions.
Customization
Set lookback lengths for price, volatility, and bands.
Adjust band multipliers for more or less sensitive signals.
Choose between Trend or Reversion mode based on trading style.
Select color themes or create custom palettes.
⚠️ Disclaimer
This indicator is a technical analysis tool and does not guarantee results. It should be used alongside other methods and proper risk management. The creators are not responsible for any financial decisions based on its signals.
VCP-Minervini v2This indicator is based on the famous Volatility Contraction Pattern (VCP) developed by Mark Minervini. It is designed to detect breakout setups in stocks and indices and provides a complete framework for identifying and managing them.
VCP Detection: Uses ATR to measure contracting volatility and highlights potential setups with yellow markers.
Pivot Level: Once a VCP is detected, the script automatically fixes a pivot resistance level and plots it as a red line.
Breakout Signal: When price closes above the pivot and remains above the EMA, a green marker confirms that a breakout is active.
Exit Logic: If momentum fades (volume drops below average and True Range contracts), the green marker disappears, signaling it may be time to secure profits or adjust stops.
EMA Filter: Ensures that setups are only valid in the direction of the prevailing trend by requiring price to trade above the selected EMA.
How to use it
This tool is best suited for swing traders and position traders looking for clean breakout opportunities. It is not a simple mashup of indicators but an original combination specifically built for VCP setups.
Use primarily on daily or weekly charts of liquid stocks.
Build a watchlist from yellow markers (potential setups).
Watch for price closing above the pivot line to confirm the breakout.
Manage trades while the green marker is active, and take caution when it disappears.
Adjust the parameters to fine-tune detection sensitivity for your market or trading style.
Volitility Nasdaq Buy/Sell Indicator�� THE BUY & SELL STRATEGY
�� BUY SIGNALS: "BUY THE FEAR"
When VIX/VXN Spike = Market Bottom Opportunity
🔴 SELL SIGNALS: "SELL THE COMPLACENCY"
When VIX/VXN Collapse = Market Top Warning
�� BUY SIGNALS: "BUY THE FEAR"
When VIX/VXN Spike = Market Bottom Opportunity
✅ VIX > 80th percentile (extreme fear)
✅ Above 2σ mean reversion bands (oversold)
✅ Volatility trending higher (panic accelerating)
✅ Options flow bullish (smart money buying)
✅ Market breadth oversold (selling exhaustion)
✅ Currency flows risk-off (flight to safety)
✅ Yield curve steepening (growth expectations)
✅ No economic events (clean setup)
✅ Price above VWAP (institutional support)
✅ Quality score 8+/10 (premium setup)
Result: Buy market dips when fear is extreme but fundamentals support recovery
🔴 SELL SIGNALS: "SELL THE COMPLACENCY"
When VIX/VXN Collapse = Market Top Warning
✅ VIX < 20th percentile (extreme complacency)
✅ Below 2σ mean reversion bands (overbought)
✅ Volatility trending lower (complacency growing)
✅ Options flow bearish (smart money selling)
✅ Market breadth overbought (euphoric buying)
✅ Currency flows risk-on (excessive optimism)
✅ Yield curve flattening (growth concerns)
✅ No economic events (clean setup)
✅ Price below VWAP (institutional selling)
✅ Quality score 8+/10 (premium setup)
Result: Sell market rallies when complacency is extreme and reversal risk is high
�� THE PERFORMANCE EDGE
�� STATISTICAL ADVANTAGE
Traditional VIX Indicators: 35-40% accuracy
Our World-Class System: 85-90% accuracy
False Signal Reduction: 70-80% fewer bad trades
Adaptive Intelligence: Works in any market condition
Professional Grade: Institutional-quality analysis
🎯 RECOMMENDED TIMEFRAMES
🥇 15-Minute Charts: Best balance (85-90% accuracy)
�� 5-Minute Charts: For scalping (80-85% accuracy)
🥉 1-Hour Charts: For swing trading (90-95% accuracy)
🏅 WHO THIS IS FOR
✅ Day Traders: Precise intraday volatility entries
✅ Swing Traders: Multi-day volatility cycles
✅ Options Traders: VIX timing for options strategies
✅ Portfolio Managers: Risk-on/risk-off positioning
✅ Hedge Funds: Professional volatility trading
✅ Retail Traders: Access to institutional tools
�� THE COMPETITIVE ADVANTAGE
What You Get:
🎯 9-Layer Confirmation System - Only highest-probability setups
📊 Dynamic External Data - Real-time market context
⚡ Auto-Timeframe Adaptation - Works on any timeframe
🛡️ Economic Event Filtering - Avoids Fed meeting traps
📈 Professional Quality Scoring - 1-10 scale with bonuses
�� Detailed Alerts - Complete context in every notification
📋 Live Dashboard - Real-time status monitoring
🎨 Professional UI - Clean, institutional appearance
�� THE VALUE PROPOSITION
Instead of:
❌ Guessing at VIX levels
❌ Getting whipsawed by false signals
❌ Missing crucial market context
❌ Using amateur tools
❌ Losing money on bad setups
You Get:
✅ 90%+ Accuracy with proper settings
✅ Institutional-Grade Analysis
✅ Multi-Asset Confirmation
✅ Dynamic Adaptation
✅ Professional Results
🎯 THE BOTTOM LINE
This isn't just another VIX indicator.
This is a complete volatility trading system that gives you the same edge institutional traders use.
With 85-90% accuracy, dynamic adaptation, and professional-grade analysis, you'll finally have the tools to trade volatility like a pro.
🔥 GET STARTED TODAY
Ready to transform your volatility trading?
Ready to buy fear and sell complacency with precision?
Ready to join the ranks of professional volatility traders?
The World-Class VIX/VXN Indicator is your gateway to institutional-level trading performance.
Don't trade volatility with amateur tools. Trade it like a professional.
"The market rewards those who can read volatility correctly. This system gives you that edge."
FVG + Zones + ATR + Vol + RangesThis indicator combines Fair Value Gaps (FVGs) with daily, weekly, and monthly ranges, Killzones, ATR & volume filters, and powerful alert conditions.
🔹 Key Features:
• Daily, Weekly & Monthly Ranges
• Automatic plotting of previous highs/lows
• Fully customizable (color, width, line style)
• Optional labels (T-High/T-Low, W-High/W-Low, M-High/M-Low)
• Fair Value Gaps (FVGs)
• Detection of up- and down-FVGs at the start of the 4th candle
• Two modes:
• Raw FVGs → Alerts only (no chart marking)
• Filtered FVGs → Alerts + visual highlights (barcolor)
• Filter conditions: ATR, Volume, and optionally Killzones
• Killzones (active only on < 1H timeframes)
• London (08:00 – 11:00)
• New York AM (14:30 – 17:00)
• New York PM (optional)
• Fully adjustable start/end times + UTC offset (summer/winter time)
• Filters
• ATR filter → qualify FVGs only if volatility is high enough
• Volume filter → qualify FVGs only if volume exceeds SMA
• Alerts
• Filtered FVG alerts (ATR/Vol/Killzones)
• Raw FVG alerts (pure FVG condition, no filtering)
• All alerts trigger exactly at the beginning of the 4th candle
🔹 Use Cases:
• Visualize key market ranges (daily, weekly, monthly)
• Identify and confirm high-probability FVGs within Killzones
• Focus only on quality setups using ATR & Volume filters
• Automate trading workflows with precise FVG alerts
⸻
👉 This tool gives you a complete market overview, combining market structure (ranges) with liquidity concepts (Killzones & FVGs) while enabling efficient trade execution through alerts.
ASPO - Adaptive Statistical Position OscillatorASPO - Advanced Statistical Price Position Oscillator - Time-Weighted
Based on a time-weighted statistical model, this indicator quantifies price deviation from its recent mean. It uses a Z-Score to normalize price position and calculates the statistical probability of its occurrence, helping traders identify over-extended market conditions and mean-reversion opportunities with greater sensitivity.
- Time-Weighted Model: Reacts more quickly to recent price changes by using a Weighted Moving Average (WMA) and a weighted standard deviation.
- Statistical Foundation: Utilizes Z-Score standardization and a probability calculation to provide an objective measure of risk and price extremity.
- Dynamic Adaptation: Automatically adjusts its calculation period and sensitivity based on market volatility, making it versatile across different market conditions.
- Intelligent Visuals: Dynamic line thickness and gradient color-coding intuitively display the intensity of price deviations.
- Multi-Dimensional Analysis: Combines the main line's position (Z-Score), a momentum histogram, and real-time probability for a comprehensive view.
1. Time-Weighted Statistical Model (Z-Score Calculation)
- Weighted Mean (μ_w): Instead of a simple average, the indicator uses a Weighted Moving Average (ta.wma) to calculate the price mean, giving more weight to recent data points.
- Weighted Standard Deviation (σ_w): A custom weighted_std function calculates the standard deviation, also prioritizing recent prices. This ensures that the measure of dispersion is more responsive to the latest market behavior.
- Z-Score: The core of the indicator is the Z-Score, calculated as Z = (Price - μ_w) / σ_w. This value represents how many weighted standard deviations the current price is from its weighted mean. A higher absolute Z-Score indicates a more statistically significant price deviation.
2. Probability Calculation
- The indicator uses an approximation of the Normal Cumulative Distribution Function (normal_cdf_approx) to calculate the probability of a Z-Score occurring.
- The final price_probability is a two-tailed probability, calculated as 2 * (1 - CDF(|Z-Score|)). This value quantifies the statistical rarity of the current price deviation. For example, a probability of 0.05 (or 5%) means that a deviation of this magnitude or greater is expected to occur only 5% of the time, signaling a potential market extreme.
3. Dynamic Parameter Adjustment
- Volatility Measurement: The system measures market volatility using the standard deviation of price changes (ta.stdev(ta.change(src))) over a specific lookback period.
- Volatility Percentile: It then calculates the percentile rank (ta.percentrank) of the current volatility relative to its history. This contextualizes whether the market is in a high-volatility or low-volatility state.
- Adaptive Adjustment:
- If volatility is high (e.g., >75th percentile), the indicator can shorten its distribution_period and increase its position_sensitivity. This makes it more responsive to fast-moving markets.
- If volatility is low (e.g., <25th percentile), it can lengthen the period and decrease sensitivity, making it more stable in calmer markets. This adaptive mechanism helps maintain the indicator's relevance across different market regimes.
4. Momentum and Cycle Analysis (Histogram)
- The indicator does not use a Hilbert Transform. Instead, it analyzes momentum cycles by calculating a histogram: Histogram = (Z-Score - EMA(Z-Score)) * Sensitivity.
- This histogram represents the rate of change of the Z-Score. A positive and rising histogram indicates accelerating upward deviation, while a negative and falling histogram indicates accelerating downward deviation. Divergences between the price and the histogram can signal a potential exhaustion of the current deviation trend, often preceding a reversal.
- Reversal Signals: Look for the main line in extreme zones (e.g., Z-Score > 2 or < -2), probability below a threshold (e.g., 5%), and divergence or contraction in the momentum histogram.
- Trend Filtering: The main line's direction indicates the trend of price deviation, while the histogram confirms its momentum.
- Risk Management: Enter a high-alert state when probability drops below 5%; consider risk control when |Z-Score| > 2.
- Gray, thin line: Price is within a normal statistical range (~1 sigma, ~68% probability).
- Orange/Yellow, thick line: Price is moderately deviated (1 to 2 sigma).
- Cyan/Purple, thick line: Price is extremely deviated (>2 sigma, typically <5% probability).
- Distribution Period: 50 (for weighted calculation)
- Position Sensitivity: 2.5
- Volatility Lookback: 10
- Probability Threshold: 0.03
Suitable for all financial markets and timeframes, especially in markets that exhibit mean-reverting tendencies.
This indicator is a technical analysis tool and does not constitute investment advice. Always use in conjunction with other analysis methods and a strict risk management strategy.
Copyright (c) 2025 | Pine Script v6 Compatible
---
高级统计价格位置振荡器 (ASPO) - 时间加权版
基于时间加权统计学模型,该指标量化了当前价格与其近期均值的偏离程度。它使用Z分数对价格位置进行标准化,并计算其出现的统计概率,帮助交易者更灵敏地识别市场过度延伸和均值回归的机会。
- 时间加权模型:通过使用加权移动平均(WMA)和加权标准差,对近期价格变化反应更迅速。
- 统计学基础:利用Z分数标准化和概率计算,为风险和价格极端性提供了客观的衡量标准。
- 动态自适应:根据市场波动率自动调整其计算周期和敏感度,使其在不同市场条件下都具有通用性。
- 智能视觉:动态线条粗细和渐变颜色编码,直观地展示价格偏离的强度。
- 多维分析:结合了主线位置(Z分数)、动能柱和实时概率,提供了全面的市场视角。
1. 时间加权统计模型 (Z分数计算)
- 加权均值 (μ_w):指标使用加权移动平均 (ta.wma) 而非简单平均来计算价格均值,赋予近期数据点更高的权重。
- 加权标准差 (σ_w):通过一个自定义的 weighted_std 函数计算标准差,同样优先考虑近期价格。这确保了离散度的衡量对最新的市场行为更敏感。
- Z分数:指标的核心是Z分数,计算公式为 Z = (价格 - μ_w) / σ_w。该值表示当前价格偏离其加权均值的加权标准差倍数。Z分数的绝对值越高,表示价格偏离在统计上越显著。
2. 概率计算
- 指标使用正态累积分布函数 (normal_cdf_approx) 的近似值来计算特定Z分数出现的概率。
- 最终的 price_probability 是一个双尾概率,计算公式为 2 * (1 - CDF(|Z分数|))。该值量化了当前价格偏离的统计稀有性。例如,0.05(或5%)的概率意味着这种幅度或更大的偏离预计只在5%的时间内发生,这预示着一个潜在的市场极端。
3. 动态参数调整
- 波动率测量:系统通过计算特定回溯期内价格变化的标准差 (ta.stdev(ta.change(src))) 来测量市场波动率。
- 波动率百分位:然后,它计算当前波动率相对于其历史的百分位排名 (ta.percentrank)。这将当前市场背景定义为高波动率或低波动率状态。
- 自适应调整:
- 如果波动率高(例如,>75百分位),指标可以缩短其 distribution_period(分布周期)并增加其 position_sensitivity(位置敏感度),使其对快速变化的市场反应更灵敏。
- 如果波动率低(例如,<25百分位),它可以延长周期并降低敏感度,使其在较平静的市场中更稳定。这种自适应机制有助于保持指标在不同市场制度下的有效性。
4. 动能与周期分析 (动能柱)
- 该指标不使用希尔伯特变换。相反,它通过计算一个动能柱来分析动量周期:动能柱 = (Z分数 - Z分数的EMA) * 敏感度。
- 该动能柱代表Z分数的变化率。一个正向且不断增长的动能柱表示向上的偏离正在加速,而一个负向且不断下降的动能柱表示向下的偏离正在加速。价格与动能柱之间的背离可以预示当前偏离趋势的衰竭,通常发生在反转之前。
- 反转信号:寻找主线进入极端区域(如Z分数 > 2 或 < -2)、概率低于阈值(如5%)以及动能柱出现背离或收缩。
- 趋势过滤:主线的方向指示价格偏离的趋势,而动能柱确认其动量。
- 风险管理:当概率降至5%以下时进入高度警惕状态;当|Z分数| > 2时考虑风险控制。
- 灰色细线:价格处于正常统计范围内(约1个标准差,约68%概率)。
- 橙色/黄色粗线:价格中度偏离(1到2个标准差)。
- 青色/紫色粗线:价格极端偏离(>2个标准差,通常概率<5%)。
- 分布周期:50(用于加权计算)
- 位置敏感度:2.5
- 波动率回溯期:10
- 概率阈值:0.03
适用于所有金融市场和时间框架,尤其是在表现出均值回归特性的市场中。
本指标为技术分析辅助工具,不构成任何投资建议。请务必结合其他分析方法和严格的风险管理策略使用。
版权所有 (c) 2025 | Pine Script v6 兼容
VIX CCI Oscillator [Compression + EMA Trigger + Bounce Glow]VIX CCI OSCILLATOR
ADJ CHART FOR YOUR LIKING
NOT AS SMOOTH AS PREVIOUS VERSION (STOCH)
SHOWS TIGER SIGNAL ON EMA
SAMEOUTPUT
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
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 ✨
CandelaCharts - Projections 📝 Overview
Projections turns a hand-picked swing window into clean, forward price levels. You pick a time range and an anchor (wick or body); the tool finds that window’s reference extremes (Level 0 & Level 1) and then projects directional extensions (e.g., −1, −2, −2.5, −4) in the chosen bias (Auto / Bullish / Bearish). It draws flat lines across the chart with optional labels so you can plan targets, fade zones, or continuation levels at a glance.
📦 Features
This section highlights the core capabilities you’ll rely on most.
Window-based engine — Define a start/end time; the script records open/high/low/close inside that window and builds levels from those extremes.
Two anchor styles — Project from Wick extremes (Hi/Lo) or Body extremes (max/min of OHLC at the high/low bars).
Directional bias — Auto (up if net up; doji resolves by wick dominance), or force Bullish/Bearish for one-sided extensions.
Default & Custom levels — Toggle pre-sets (−1/−2/−2.5/−4) or enter your own comma-separated list (decimals supported).
Readable drawings — Per-level colors (defaults) or unified bull/bear color (custom), with label size, line style, and width controls.
⚙️ Settings
Use these controls to define the window, pick the projection style, and customize the visuals.
Settings (Core)
From / To — Start and end timestamps of the capture window (everything is computed from this segment).
Bias — Auto / Bullish / Bearish. Guides which way negative levels extend (up for bull, down for bear).
Anchor — Wick uses Hi/Lo; Body uses the body extremes at the high/low bars.
Levels
Levels = Default — Enable any of −1, −2, −2.5, −4 and set each color.
Levels = Custom — Provide your own list (e.g., “−0.5, −1, −1.5, −3”) and pick Bullish/Bearish colors. (Custom uses one color per side.)
Style
Labels — Show/Hide the numeric level tag at the line’s right edge; choose label size.
Lines — Pick solid/dashed/dotted and line width.
⚡️ Showcase
Bearish Projection
Bullish Projection
📒 Usage
Follow these steps to set the window, generate levels, and turn them into a trade plan.
1) Mark the window — Set From/To around the swing you want to project (e.g., prior day, news impulse, weekly move).
2) Choose bias — Auto adapts; or lock Bullish/Bearish if you only want upside or downside projections.
3) Pick anchor — Wick = raw extremes; Body = more conservative reference. Body helps when single-print wicks distort levels.
4) Select levels — Toggle defaults or add a custom list. Negative values (−1, −2, …) extend beyond the reference extreme in the bias direction. (Level 0 and 1 are always drawn as the reference pair.)
5) Style it — Turn labels on, adjust size, and set line style/width for visibility on your timeframe.
6) Trade plan — Treat projections as reaction/continuation zones: scale out into −1/−2/−2.5, watch for fades back into the band, or ride continuation when price accepts beyond a level.
🚨 Alerts
There are no built-in alerts in this version.
⚠️ Disclaimer
Trading involves significant risk, and many participants may incur losses. The content on this site is not intended as financial advice and should not be interpreted as such. Decisions to buy, sell, hold, or trade securities, commodities, or other financial instruments carry inherent risks and are best made with guidance from qualified financial professionals. Past performance is not indicative of future results.
Volume Pulse [BreakoutOrFakeout]Volume Pulse
What It Is
A beautifully designed volume indicator that transforms standard volume bars into an intelligent, visually stunning analysis tool. It instantly highlights when "smart money" is moving and helps identify real breakouts from fakeouts.
What Makes It Special
Visual Intelligence: Uses gradient color technology that intensifies based on volume strength - weak volume appears transparent while strong volume pops with vibrant colors. You'll literally SEE the difference between retail and institutional activity.
Spike Detection: Automatically identifies and marks unusual volume surges with golden diamond markers - these often precede major price moves.
Dynamic Adaptation: The moving average line intelligently changes opacity based on current volume conditions, creating a living, breathing indicator that responds to market activity.
Real-Time Stats: Floating information panel shows current volume compared to average with percentage changes - no mental math required.
How to Use It
Color Intensity = Volume Strength
Faded bars = Weak volume (potential fakeout)
Solid bars = Strong volume (potential breakout)
Golden Diamonds = Pay Attention
Mark 2x average volume spikes
Often appear at reversal points or breakout confirmations
Blue Line Relationship
Volume above line = Increasing interest
Volume below line = Declining participation
Background Highlights
Subtle yellow glow on extreme volume days
Makes significant days impossible to miss
Perfect For
Confirming breakout validity
Spotting accumulation/distribution
Identifying climax tops/bottoms
Day trading volume patterns
Swing trading entry confirmation
Why Traders Love It
✓ Makes volume analysis actually enjoyable
✓ Clean design reduces chart clutter
✓ Works on all timeframes
✓ No complex settings to figure out
✓ Professional appearance impresses clients
The Bottom Line: It's "just" a volume indicator - but it makes every other volume indicator look outdated. The gradient effect alone will change how you view volume forever.
⚠️ For educational purposes only. Trading involves risk.