Key Session Levels | Highs, Lows, OpensOverview
Designed for scalping and intraday trading on ES, NQ, and other futures markets that trade around the clock, this indicator automatically plots key support/resistance levels:
Session opens
Session highs
Session lows
Overnight highs
Overnight lows
Session Definitions (America/New_York Time)
Session (18:00 - 16:59 ET)
Tracks complete trading cycle
Plots: High, Low
Represents true daily extremes of each session
Overnight Session (18:00 - 9:30 ET)
Captures Asian and European session price action
Plots: Open, High, Low
These levels can act as support/resistance during the NY session
NY Session (9:30 - 16:59 ET)
Optional background highlight for regular trading hours
Helps visually distinguish active NY session from overnight action
Key Features
Flexible Extension Modes
Same Day: Lines end at session close
Next Day: Lines extend through the following session
Full Chart: Lines extend indefinitely to the right
Smart Line Management
Optional extension of overnight levels through NY session
Control how many historical sessions to display (1-250)
Automatic cleanup of old lines
Full Customization
Individual color control for each level
Line style options (solid, dotted, dashed)
Line width adjustment (1px-4px)
Show/hide any level independently
Common Use Cases
Support/Resistance
Breakout/Break & Retest
Strategy
Wait for price to reach a key level
Use Level 2 data to determine who's in control at the level (e.g. aggressive buyers vs. passive sellers) *this requires third-party software and a live data feed
Enter long/short WITH institutional players, identified via Level 2 data
Target areas/levels where the market may reverse
Best Timeframes
Works on any intraday timeframe, optimized for: 1m, 5m, 15m, 30m, 1H
Notes
All times are in America/New_York (Eastern Time)
Requires intraday timeframe to detect specific session times
Lines are semi-transparent by default for better chart visibility
Sokongan dan Rintangan
ICT Levels Breach Scanner (12M Timeframe)Detects and scans for breaches of key Inner Circle Trader (ICT) concepts on the yearly (12M) chart: Swing Lows (3-bar wick pivots), Rejection Blocks (3-bar body pivots), Fair Value Gaps (3-bar inefficiencies), and Volume Imbalances (bullish body gaps ≥0.15%, unmitigated).
Features:
Tracks active levels with arrays for real-time breach detection (price low below any level triggers alert).
Visuals: Blue solid lines (Swing Lows), orange dashed (Rejection Blocks), purple dotted (FVGs), green boxes (VIs)—all extending right.
Red triangle + bgcolor alert on breach bar; built-in alertcondition for notifications.
Optimized for Pine Screener: Filter stocks (e.g., US exchanges) showing symbols where price has traded below these levels on the latest 12M bar.
Usage: Apply to a 12M chart for viz, or add to Screener > Pine tab for multi-symbol scans. Customize gap % or add bearish variants via inputs. Ideal for spotting potential support in long-term trends.
ICT-inspired; test on liquid stocks like AAPL/TSLA. Not financial advice.
Regular Trading Hours Opening Range Gap (RTH ORG)### Regular Trading Hours (RTH) Gap Indicator with Quartile Levels
**Overview**
Discover overnight gaps in index futures like ES, YM, and NQ, or stocks like SPY, with this enhanced Pine Script v6 indicator. It visualizes the critical gap between the previous RTH close (4:15 PM ET for futures, 4:00 PM for SPY) and the next RTH open (9:30 AM ET), helping traders spot potential price sensitivity formed during after-hours trading.
**Key Features**
- **Standard Gap Boxes**: Semi-transparent boxes highlight the gap range, with optional text labels showing day-of-week and "RTH" identifier.
- **Midpoint Line**: A customizable dashed line at the 50% level, with price labels for quick reference.
- **New: Quartile Lines (25% & 75%)**: Dotted lines (default width 1) mark the quarter and three-quarter points within the gap, ideal for finer intraday analysis. Toggle on/off, adjust style/color/width, and add labels.
- **High-Low Gap Variant**: Optional boxes and midlines for gaps between the prior close's high/low and the open's high/low—perfect for wick-based overlaps on lower timeframes (5-min or below recommended).
- **RTH Close Lines**: Extend previous close levels with dotted lines and price tags.
- **Customization Galore**: Extend elements right, limit historical displays (default: 3 gaps), no-plot sessions (e.g., avoid weekends), and time offsets for non-US indices.
**How to Use**
Apply to 15-min or lower charts for best results. Toggle "extend right" for ongoing levels. SPY auto-adjusts for its 4 PM close.
Tested on major indices—enhance your gap trading strategy today! Questions? Drop a comment.
Thanks to twingall for supplying the original code.
Thanks to The Inner Circle Trader (ICT) for the logical and systematic application.
6 minutes ago
Release Notes
### Regular Trading Hours (RTH) Gap Indicator with Quartile Levels
**Overview**
Discover overnight gaps in index futures like ES, YM, and NQ, or stocks like SPY, with this enhanced Pine Script v6 indicator. It visualizes the critical gap between the previous RTH close (4:15 PM ET for futures, 4:00 PM for SPY) and the next RTH open (9:30 AM ET), helping traders spot potential price sensitivity formed during after-hours trading.
**Key Features**
- **Standard Gap Boxes**: Semi-transparent boxes highlight the gap range, with optional text labels showing day-of-week and "RTH" identifier.
- **Midpoint Line**: A customizable dashed line at the 50% level, with price labels for quick reference.
- **New: Quartile Lines (25% & 75%)**: Dotted lines (default width 1) mark the quarter and three-quarter points within the gap, ideal for finer intraday analysis. Toggle on/off, adjust style/color/width, and add labels.
- **High-Low Gap Variant**: Optional boxes and midlines for gaps between the prior close's high/low and the open's high/low—perfect for wick-based overlaps on lower timeframes (5-min or below recommended).
- **RTH Close Lines**: Extend previous close levels with dotted lines and price tags.
- **Customization Galore**: Extend elements right, limit historical displays (default: 3 gaps), no-plot sessions (e.g., avoid weekends), and time offsets for non-US indices.
**How to Use**
Apply to 15-min or lower charts for best results. Toggle "extend right" for ongoing levels. SPY auto-adjusts for its 4 PM close.
Tested on major indices—enhance your gap trading strategy today! Questions? Drop a comment.
Thanks to twingall for supplying the original code.
Thanks to The Inner Circle Trader (ICT) for the logical and systematic application.
+++ 2025.10.13 added new labels / fixed bugs
Micro fast trendline [sma] Overview
Micro Fast Trendline is an automated trendline drawing tool that connects pivot points in real-time. It dynamically creates trendlines between consecutive pivot highs and pivot lows, extending them forward to visualize potential support and resistance trajectories.
How It Works
Pivot Detection System
The indicator uses a symmetric pivot detection algorithm:
1. Scans for pivot highs: local peaks with lower highs on both left and right sides
2. Scans for pivot lows: local troughs with higher lows on both left and right sides
3. Confirms pivots only after the specified number of right bars have formed
4. Default settings: 5 bars left + 5 bars right (customizable)
Trendline Construction
When a new pivot is detected:
- **For Pivot Highs**: Draws a descending trendline from the previous pivot high to the current one (bearish)
- **For Pivot Lows**: Draws an ascending trendline from the previous pivot low to the current one (bullish)
- Calculates the slope between the two pivots
- Extends the line forward based on that slope for the specified number of bars (default 30)
Line Management System
The indicator includes intelligent line management:
- **Maximum Lines Control**: Limits the number of displayed trendlines (default 4, max 10)
- **Automatic Cleanup**: Removes oldest lines when the maximum is exceeded
- **Extension Expiry**: Deletes lines after they've extended beyond their lifespan
- Uses arrays to track pivot history and associated trendline objects
Key Features
- **Automatic Drawing**: No manual trendline drawing required
- **Real-time Updates**: Creates new trendlines as pivots form
- **Slope-based Extension**: Projects trendlines forward using calculated slope
- **Memory Management**: Automatically cleans up old lines to prevent clutter
- **Dual Tracking**: Separate systems for bullish and bearish trendlines
- **Optional Pivot Markers**: Can display pivot points for validation
Parameters
Pivot Configuration
- **Left Bars** (default 5): Number of bars to the left of the pivot for confirmation
- **Right Bars** (default 5): Number of bars to the right of the pivot for confirmation
- Higher values = fewer but more significant pivots
Visual Configuration
- Show Pivot Points (default off): Display triangles at confirmed pivots
- Bullish Line Color (default dark green): Color for upward trendlines
- Bearish Line Color (default dark red): Color for downward trendlines
- Line Width (default 1): Thickness of trendlines
- Maximum Lines (default 4, range 1-10): Maximum concurrent trendlines
- Line Extension (default 30 bars, range 10-200): Forward projection length
Interpretation
Bullish Trendlines (Green)
- Connect consecutive pivot lows
- Act as dynamic support levels
- Upward slope indicates strengthening uptrend
- Price breaking below suggests weakening support
Bearish Trendlines (Red)
- Connect consecutive pivot highs
- Act as dynamic resistance levels
- Downward slope indicates strengthening downtrend
- Price breaking above suggests weakening resistance
Trading Applications
- **Breakout Trading**: Watch for price breaking extended trendlines
- **Support/Resistance**: Use as dynamic S/R levels
- **Trend Confirmation**: Slope direction confirms trend strength
- **Reversal Signals**: Multiple trendline breaks may indicate reversals
Technical Implementation
This indicator uses:
- Custom type definition (PivotData) to store pivot price, time, and line object
- Array-based data structure for efficient pivot history management
- Dynamic line objects with calculated slope extension
- Automatic memory cleanup to prevent performance degradation
- Separate processing loops for highs and lows to avoid conflicts
Originality Statement
This indicator features a unique approach to automated trendline creation:
- Implements a custom data structure combining pivot data with line objects
- Uses slope-based mathematical projection for realistic line extensions
- Employs an intelligent cleanup system that removes expired lines automatically
- Maintains separate arrays for bullish/bearish trendlines with independent management
- Projects trendlines forward using calculated slope rather than simple horizontal extension
The combination of pivot detection, slope calculation, and automated line lifecycle management creates a hands-free trendline system.
Best Practices
- Lower pivot bar settings (3-5) for faster, more responsive trendlines
- Higher pivot bar settings (7-15) for major swings and longer-term trends
- Adjust line extension based on your trading timeframe
- Reduce maximum lines on lower timeframes to avoid clutter
- Increase maximum lines on higher timeframes for historical context
Works on all timeframes and asset classes. For educational purposes only. Not financial advice.
MN - Auto TrendlineMN - Auto Trendline
📊 Definition
MN - Auto Trendline is a powerful multi-system technical tool designed to automatically detect and draw trendlines, support & resistance levels, and Fibonacci retracements on any chart and timeframe.
This script intelligently combines both traditional and advanced algorithms to visualize key market structures — helping traders identify breakout zones, reversal points, and trend continuations without manual line drawing.
✨ Key Features
Dual Trendline Systems – Combines both Original (swing-based) and Advanced (multi-pivot optimized) methods.
Automatic Support & Resistance Zones – Detects and marks major swing-based levels dynamically.
Fibonacci Retracement Tool – Auto-plots Fib retracements based on detected swing highs/lows.
Smart Violation Detection – Identifies when a trendline or zone is broken.
Customizable Visuals – Colors, widths, extensions, labels, and alerts are fully adjustable.
Alerts System – Optional notifications when new pivots, supports, or resistances are formed or broken.
🧭 Quick Preset Modes
Preset Description
Both Systems Enables both Original and Advanced trendline systems + S/R detection. (Default)
Original Only Uses the simple pivot-based trendline system.
Advanced Only Uses optimized multi-pivot detection for refined trendlines.
Support/Resistance Only Displays only Support and Resistance zones.
All Off Turns off all systems for a clean chart reset.
⚙️ User Toggles Explained
🎛️ Main Toggles
Original Trendlines – Enables the base trendline system using pivot highs/lows.
Advanced Trendlines – Enables smart multi-pivot trend detection.
Support & Resistance – Enables automatic S/R zone plotting.
📏 Fibonacci Retracements
Enable Fib Retracements – Turns on automatic Fibonacci plotting based on major swing points.
Labels show key retracement percentages (23.6%, 38.2%, 50%, 61.8%, etc.).
🔹 Pivot Points
Pivot Length – Controls how far the script looks for pivot confirmation.
Mark Pivots – Displays small triangles at detected high/low pivots.
Alerts Enabled – Sends alerts for new pivot formation.
📈 Original Trend Lines
Points to Check – Number of pivots to analyze for trendline creation.
Maximum Violation – Number of candle violations allowed before a trendline is marked as invalid.
Excepted Last Bars – Excludes recent bars from validation (useful for live markets).
Show Violated Lines – Optionally display broken trendlines in a faded style.
Line Extension – Extends trendlines (Right, Left, Both, or None).
Show Labels – Adds trendline price labels.
🎯 Advanced Trendlines
Pivot Length – Defines the pivot calculation depth for advanced detection.
Max Pivots to Keep – Limits the number of historical pivots considered.
Show Pivot Points – Optionally visualize each pivot used for advanced line generation.
Line Width / Extension Bars – Adjust trendline style and how far it extends into the future.
🛡️ Support & Resistance
Enabled – Activates support/resistance zones.
Points to Check – Determines how many pivot levels to use.
Maximum Violation Allowed – Number of candles that can break a level before it’s removed.
Excepted Last Bars – Skips very recent data to avoid premature zone formation.
Show Labels – Displays support/resistance labels with price levels.
Alerts Enabled – Sends alerts when price breaks above resistance or below support.
🎨 Visual Style
High Color / Low Color – Custom color scheme for resistances, supports, and trendlines.
Line Width – Controls the overall visual thickness of lines.
📢 Alerts
The script supports multiple alert types:
New Pivot Detected
Trendline Violated
Support Broken
Resistance Broken
💡 Tips
Works best on 15m–1D timeframes for swing and positional trading.
Combine with RSI, volume, or price action for confirmation.
For intraday traders, reduce Pivot Length and Points to Check for faster updates.
📚 Credits
Developed by Muralitharan_n
License: Mozilla Public License 2.0
Cosmik Z-TP [ZuperView]Cosmik Z-TP is a trend-following trading system for TradingView designed to keep things simple while delivering all the core elements for effective trading, including straightforward trend analysis, a dynamic trading zone, clear entry and exit points, and built-in take-profit and stop-loss levels.
It adapts to a wide range of styles – scalping, day trading, or swing trading – and works smoothly across different bar types, making it a practical choice for traders of any experience level.
📌 Key features
🔸 Trend
Cosmik Z-TP highlights market direction and strength through its Trend Vector and Trailing Stop line, providing clear visual cues for quick trend analysis and trend confirmation.
Uptrend: When price closes above the pink Trailing Stop, the chart background turns green.
Downtrend: When price closes below the blue Trailing Stop, the background turns pink.
The shape of the Trend Vector reveals momentum:
Strong trend: The vector stays flat briefly (fewer than 10 bars) before rising or falling sharply.
Weak trend: The vector remains flat for an extended period (more than 10 bars).
These visual cues make it easy to read both the direction and the intensity of the current trend at a glance.
The trading system identifies market trends across both time-based and non-time-based charts with 2 dedicated modes:
Tick mode: Tailored for non-time-based charts such as Renko or Range. In this setting, the Trend Vector and Trailing Stop react directly to pure price movement, delivering precise trend detection without time constraints.
ninZaATR mode: Designed for time-based charts such as Minute, Second, and Hour, as well as non-time-based charts like Tick and Volume. In this mode, the Trend Vector and Trailing Stop scale with a multiple of ninZaATR, providing a clear read of market volatility within the selected timeframe.
Note: ninZaATR is an enhanced version of the Average True Range (ATR) indicator, designed to deliver smoother trend behavior on lower timeframes.
🔸 Zone
The Trading Zone is a dynamic support/resistance zone formed by the space between the Trend Vector and the Trailing Stop. It pinpoints areas where price is likely to retrace before continuing its move.
You can fine-tune how closely the zone follows price: when it tracks price more tightly, it helps capture early pullbacks; when set farther away, it detects deeper, stronger retracements.
🔸 Pullback signal
Pullback signals come from a 3-oscillator blend of MFI, RSI, and Stochastics, all filtered by the principle of following the trend.
This layered design reduces noise and delivers faster, more dependable trade setups, complete with real-time buy or sell alerts to help you stay on top of every valid entry.
Rather than reacting to the usual overbought or oversold thresholds (70/80 or 30/20), Cosmik Z-TP focuses on the oscillators’ natural tendency to move around the 50 line.
This creates a distinctive pullback-signal method:
Uptrend: When all three oscillators dip below 50, the system flags a potential pullback entry without waiting for an oversold reading.
Downtrend: When all three rise above 50, the system highlights a pullback opportunity without requiring an overbought level.
🔸 Stop and Target Levels
Cosmik Z-TP provides 2 primary ways to place stop-loss (SL) levels, both derived from the behavior of the Trailing Stop, which acts as a dynamic support or resistance and a key guide to trend direction.
These levels are designed to support effective trade and risk management:
Flat Trailing Stop Levels
When the Trailing Stop remains flat, it signals potential market weakness and forms a strong support or resistance level. The system automatically extends these flat levels across the chart, creating natural areas for stop-loss placement that help limit risk as momentum fades.
Trailing Stop Plot
Stops can also be placed directly on the active Trailing Stop line. This approach allows trades to follow the trend until it concludes, reducing premature exits while maximizing profit potential.
For take-profit levels, the same flat Trailing Stop levels already plotted on the chart serve as natural profit objectives, marking key support or resistance levels where price often pauses or reverses.
📌 Customization
The system is built for easy adjustments, allowing each part to align with your unique approach and the market’s pace.
🔸 Trend
Adjust the Trailing Stop plot to focus on short-term or long-term trends.
Use Tick mode for Range and Renko charts.
Apply ninZaATR mode for all other chart types (Minute, Range, Second, Volume, Heiken Ashi, etc.).
🔸 Zone
Control the distance between the Trailing Stop and Trend Vector relative to price to capture either early pullbacks or stronger retracements.
🔸 Signal
Set the signal frequency by adjusting the periods of the MFI, RSI, and Stochastic oscillators.
Define the maximum number of trading signals within a trend phase.
Specify the maximum number of signals allowed during a flat phase of the Trend Vector.
DEFECT WARRIORPrecise DEFECT candle detection with visual arrows and labels
Zone context: Demand/Supply (DM/SP) + FVG proximity filter
Optional Fib clustering at 0.617 / 0.500 / 0.242 for refined entries
HTF bias (H4/D1/H12) to reduce counter-trend noise
Clear alerts for BUY/SELL, zone touch, and Fib confirmations
Lightweight, readable visuals for fast decision-making
How to use
Choose your signal timeframe (e.g., M30/H1).
Enable HTF bias (e.g., D1 or H4) to keep setups in trend.
Look for DEFECT signals inside/near zones and at Fib levels.
Plan SL beyond the nearest wick/zone; manage TP with your risk model.
Good for swing and intraday traders who want rule-based entries with zone + Fib confluence and minimal chart clutter
Support and Resistance [Jamshid]📌 Support & Resistance
This indicator automatically identifies high-quality Support and Resistance zones using volume-weighted pivot levels. It visualizes price structure with adaptive volume boxes, breakout & retest signals, higher timeframe confirmation, and optional volume profile.
✅ Core Features
🔹 1. Smart Support & Resistance Zones (Volume-Based)
Detects pivot highs/lows with strong volume.
Boxes expand dynamically using ATR.
Zones display actual volume value.
Color intensity reflects volume strength.
🔹 2. Breakouts & Retests
“Break Sup / Break Res” labels on structure breaks.
Detects when old resistance becomes support (R→S).
Detects when old support becomes resistance (S→R).
Retest labels and diamond markers for holds.
🔹 3. Volume Profile (Optional)
Shows mini horizontal volume bars at each zone.
Separate bullish/bearish volume distribution.
Adjustable rows and lookback.
🔹 4. Higher Timeframe Confluence (Optional)
Check if current S/R aligns with HTF levels:
5m, 15m, 30m, 1H, 4H, Daily
Modes:
✅ Show All + HTF Labels
✅ Filter Only HTF Confirmed Levels
HTF confirmations shown directly on zone labels.
Tolerance setting for price matching.
🔹 5. Breaker Blocks (Failed S/R Reversal Zones)
Identifies bullish/bearish breaker zones.
Highlights breaker blocks on chart.
Optional labels and zone coloring.
🎯 Visual Alerts & Signals
✅ Breakouts (Support & Resistance)
✅ Retests (Hold without breakout)
✅ Role Reversal (R→S and S→R)
✅ Potential Bullish / Bearish Breakers
✅ Diamonds for hold/retest structure
✅ Labels with volume + timeframe confirmations
Every signal also has a built-in alertcondition so you can automate notifications.
⚙️ Customizable Settings
🟢 Main
Lookback period
Volume filter length
Box width multiplier
🎨 Visual
Show or hide labels, diamonds, retest labels
Label size
🟦 Breaker Blocks
Enable/disable breaker blocks
Show zones & labels
Custom colors
📊 Volume Profile
Enable/disable
Rows, lookback length
Bull/Bear color
⏳ Higher Timeframe Filtering
Turn HTF logic on/off
Select which timeframes to compare
Filter mode or label mode
Price matching tolerance (%)
✅ Why this indicator is unique
✔ Combines price structure + volume + HTF confluence
✔ Automatically adapts S/R strength using volume data
✔ Shows role reversal and breaker logic
✔ Smart visual alerts & automation support
✔ Highly customizable for any strategy or timeframe
💡 How to Use
Add the indicator to any chart or timeframe.
Look for high-volume S/R zones (darker colors = stronger).
Watch for:
Breakouts (trend continuation or reversal)
Retests (strong confirmations)
HTF confluence (higher probability)
Breaker blocks (failed level reversal)
Optionally enable alerts for automation or notifications.
******************************************************************
⚠️ Dangers of Trading
1️⃣ You can lose money very fast
Markets move quickly, and leverage makes losses even faster. Even experienced traders go through drawdowns.
2️⃣ Emotional decisions ruin accounts
Fear (selling too early) and greed (holding too long or overtrading) cause most losses. Trading is more psychological than technical.
3️⃣ Overconfidence after small wins
Many traders win at the beginning and believe they “mastered” the market, then take big risks and blow the account.
4️⃣ No system = gambling
If you trade without clear rules and risk management, you’re not trading—you’re gambling.
5️⃣ Market is not fair
Smart money, institutions, HFT algorithms, and stop-hunts exist. Retail traders are often the liquidity for bigger players.
6️⃣ News/Unexpected events
Unpredictable events (CPI, FOMC, war, tweets, etc.) can instantly move the market against your position.
✅ Advice for Safer & Smarter Trading
✅ 1. Protect your capital first
Your number one job is to survive.
Never risk more than 1–2% per trade.
✅ 2. Have a written trading plan
Define:
When to enter
When to exit
How much to risk
What conditions must be present
If your plan is not written, you don’t have a plan.
✅ 3. Use Stop Loss always
No stop loss = account suicide.
Even professional traders are wrong sometimes.
✅ 4. Focus on one strategy (mastery > trying everything)
Jumping from one strategy to another causes confusion. One good strategy with discipline beats five strategies with no consistency.
✅ 5. Trade with the trend and higher timeframe direction
Trading against HTF structure is fighting the market.
✅ 6. Control emotions like a machine
Biggest trader enemies:
Overtrading
Revenge trading
Fear of missing out (FOMO)
When emotions are strong → stop trading.
✅ 7. Be patient (best skill of a trader)
Sometimes the best trade is no trade.
Professional traders wait for high-probability setups.
✅ 8. Backtest and demo before using real money
If it doesn’t make money in backtesting or demo, it won’t magically work live.
✅ 9. Accept losses (they are part of the game)
Even the best traders lose. The key is small losses, big wins.
✅ 10. Keep learning forever
Market changes. What works today may not work tomorrow. Study price action, volume, psychology, risk management.
🧠 Final Truths:
✅ Trading is a business, not easy money
✅ Winning rate doesn’t matter—risk/reward matters
✅ Consistency > luck
✅ Discipline > knowledge
✅ Survival > profit
Ichimoku x SMA by BTC LegendIt shows a signal when the price passes through the Ichimoku Cloud and crosses the 120-day moving average.
It was designed with the expectation that it would be effective on the daily chart.
DM S/RWhat the indicator does
DM S/R dynamically finds and plots horizontal lines that represent key support (green) and resistance (red) areas, based on pivot highs and lows.
Support (lime/green line) → Area where price tends to bounce upward.
Resistance (red line) → Area where price tends to reject or pull back.
These lines update automatically when new pivots form.
Essentially, it helps you visually map the price structure — where buying or selling pressure historically appeared.
Timeframe LiquidityTimeframe Liquidity – Multi-Timeframe Highs & Lows by @archie_trades
Timeframe Liquidity automatically plots previous day, week, month, and year highs and lows — key liquidity zones used by smart money and price-action traders. These levels extend into the future and can automatically stop once price wicks through, showing clear liquidity sweeps and tested zones.
Perfect for traders using ICT concepts, liquidity theory, or market structure analysis. Instantly see where liquidity rests, where it’s been taken, and how price reacts at major support and resistance.
Features:
Auto-plots PDH/PDL, PWH/PWL, PMH/PML, PYH/PYL
Custom line styles, colors, and label sizes
Option to stop line on wick (liquidity sweep)
Smart timeframe visibility (hides same-TF levels)
Accurate UTC offset handling
Identify liquidity pools fast, trade cleaner charts, and track where smart money hunts liquidity.
Built for precision, clarity, and confluence.
ADR [KasTrades]This ADR indicator has 2 options: a Range of ADR, such as 7 and 14 which is typically used for indexes, index futures and equities, or a single ADR such as a 5 day which is typically used for forex.
The session start time is 17:00 ET (NY Time) by default, this is adjustable.
You can adjust the ADR days to different ranges such as 5 and 10, or a single ADR day such as 7.
Colors of the ADR high and low are also adjustable.
Uptrick: Volatility Adjusted TrailIntroduction
The "Uptrick: Volatility Adjusted Trail" is a dynamic trailing band indicator. It adapts in real time to changing market conditions by adjusting both to volatility and trend consistency. Inspired by Supertrend-style logic, it enhances traditional approaches by introducing adaptive mechanisms for more context-sensitive behavior in both trending and consolidating environments.
Overview
This indicator combines an exponential moving average (EMA) as its basis with an Average True Range (ATR)-derived multiplier that adjusts dynamically. Unlike fixed-multiplier tools, this indicator modifies its band distances in real time according to volatility expansion and trend persistence. The result is a trailing system that adapts to the prevailing market regime, providing traders with clearer signals for trend bias, stop placement, and potential momentum shifts.
Originality
The script’s originality lies in its multi-layered approach to trail calculation. It introduces a real-time ATR multiplier adjustment driven by two factors: a volatility expansion ratio and a trend persistence model. The expansion ratio compares the current ATR to its moving average, making the indicator more sensitive during volatile conditions and less sensitive during quieter periods. The trend persistence model assesses directional consistency to widen the bands during sustained trends. This dual adjustment method creates a system that evolves with market behavior, making it more responsive and adaptive than static-band or fixed-multiplier alternatives.
Components & Inspiration
This indicator was designed with specific components that work together:
Exponential Moving Average (EMA): Chosen as the central baseline because it responds faster to recent price changes than a simple moving average, providing a more current reference for trailing bands.
Average True Range (ATR): Used as the volatility measure because it accounts for both intraday and gap movement, making it a robust and widely accepted standard for market volatility.
Dynamic Multiplier: The multiplier is adjusted by both volatility expansion and trend persistence to produce bands that tighten during low volatility and widen during consistent trends. This combination was chosen to give the indicator the ability to self-regulate across different market regimes.
Trend Persistence Model: Integrated to assess directional consistency, ensuring the bands expand during strong trends, which can prevent premature stop-outs.
Flip Confirmation Logic: Added to filter out noise by requiring multiple bar closes beyond a band before confirming a state change, reducing false reversals.
For inspiration, the indicator draws on the core idea behind Supertrend—using a baseline and volatility-derived bands to define trailing stop levels. However, while Supertrend uses a fixed ATR multiplier, this indicator introduces a dynamic multiplier system and persistence weighting, making it more adaptive and suited for varying conditions.
Inputs and Parameters
Basis EMA Length
Defines the period for the EMA that serves as the core price reference.
ATR Length
Sets the lookback period for the Average True Range calculation used in band spacing.
Base ATR Mult
The base multiplier applied to ATR before adjustments. Forms the starting scale of the band offset.
Volatility Expansion Sensitivity
Controls how strongly the band spacing reacts to short-term volatility bursts. Higher values create more pronounced band expansions or contractions.
Trend Persistence Window
Determines how many bars are used to calculate directional trend consistency using a smoothed step function.
Persistence Impact
Scales how much influence the trend persistence has on band widening. Values range from 0 (no effect) to 1 (maximum effect).
Min Effective Mult
Sets the minimum value that the adjusted multiplier can reach. Prevents the bands from becoming too narrow.
Max Effective Mult
Sets the maximum value the adjusted multiplier can reach. Prevents the bands from over-expanding during high volatility.
Bars Above/Below to Confirm Flip
Number of consecutive bars required to close above or below the opposing trail before confirming a bullish or bearish flip. Helps reduce noise and false signals.
Show Flip Labels
Enables or disables the display of flip markers on the chart.
Label Size
Allows users to adjust the size of flip labels from Tiny to Huge.
Label ATR Offset
Adjusts the vertical placement of flip labels in relation to the trail using an ATR-based offset.
Features and Logic
EMA Basis: All calculations stem from an EMA that tracks the centerline of price action.
Dynamic ATR Multiplier: The ATR multiplier adjusts in real time based on volatility expansion and trend persistence.
Clamped Multiplier: The adjusted multiplier is limited between user-defined minimum and maximum values to keep the band scale practical.
Upper and Lower Bands: Bands are plotted above and below the EMA using the dynamic multiplier and ATR values.
Trailing Logic: The script uses Supertrend-style trailing logic, updating the active band in the current trend direction and resetting the opposite band.
Trend State Detection: A state variable tracks the current market regime (bullish, bearish, or neutral). Transitions are confirmed only after a user-specified number of bars close beyond the respective bands.
Visual Elements: Trail lines and fill zones are color-coded (bullish cyan, bearish magenta). Candlestick and bar colors match the trend state. Optional flip labels mark confirmed transitions.
Alerts: Built-in alert conditions allow users to receive real-time notifications for bullish or bearish flips.
Usage Guidelines
This indicator can be used for:
Defining context-aware dynamic stop levels that adjust with market behavior.
Identifying trend direction and reversal points based on adaptive logic.
Filtering entry or exit signals during trending vs. consolidating conditions.
Supplementing trade management strategies with responsive visual markers.
Entering long or short positions based on the appearance of flip labels and managing stop losses by following the adaptive trail.
Traders may tune the parameters to suit different trading styles or timeframes. For example, lower ATR and EMA values may suit intraday setups, while longer settings may benefit swing or positional trading.
Summary
The "Uptrick: Volatility Adjusted Trail" provides a flexible, adaptive trailing band system that accounts for both volatility and directional consistency. By combining an EMA baseline with a dynamic ATR multiplier influenced by volatility expansion and trend persistence, it creates a context-sensitive trailing system that aligns with changing market conditions. Customizable confirmation, flip labels, alerts, and dynamic visual cues make it a versatile tool for trend-following, breakout filtering, and trailing stop logic.
Disclaimer
This indicator is provided for educational and research purposes only. It does not constitute financial advice. Trading involves risk, and past performance does not guarantee future results. Always conduct your own analysis and risk management before making trading decisions.
ZZ RangeHappy Trading!
This is a real-time range detection indicator. Based on previous supply and demand levels, it classifies each new bar as Up, Down, or Range.
New supply and demand levels are typically detected within two bars. The indicator can be used as a filter and supports indicator-on-indicator functionality.
Intro
Concept
Usage and Settings Menu
Declaration for TradingView House Rules on Script Publishing
Disclaimer
1. Concept
Based on a variation of the Bilson-Gann Algorithm, this indicator calculates local supply and demand levels and determines whether the current price is:
Between those levels → Ranging
Above → Uptrending
Below → Downtrending
Less significant supply and demand levels are filtered out using a user-adjustable intensity setting.
2. Usage and Settings Menu
There are four settings available:
Indicator Timeframe – Display results from higher timeframes on the lower timeframe chart.
Range Detection Rule – Choose whether a bar must be fully inside supply and demand zones to be considered ranging, or if touching the zone is sufficient.
Bar Structure Basis – Select whether wicks or bodies of bars are used to calculate supply and demand levels.
Rule to set S&D – Choose among three rules defining how often new supply and demand levels are calculated. Each rule adjusts the sensitivity and responsiveness of detection.
Alert Signals Available:
Trend Signal 1 = Uptrend, 0 = Ranging, -1 = Downtrend
last supply Level
last demand Level
3. Declaration for TradingView House Rules on Script Publishing
The unique feature of ZZ Range is its real-time range detection capability.
This script is closed-source and invite-only, to support and compensate for months of development work.
4. Disclaimer
Trading involves risk, and losses can and do occur. This script is intended for informational and educational purposes only. All examples are hypothetical and not financial advice.
Decisions to buy, sell, hold, or trade securities, commodities, or other assets should be based on the advice of qualified financial professionals. Past performance does not guarantee future results.
Use this script at your own risk. It may contain bugs, and I cannot be held responsible for any financial losses resulting from its use.
Cheers!
Options levelsOverview
Options Levels 🎯 plots 13 key institutional and options-based levels directly on your chart — including Call Wall, Put Wall, Gamma Flip, Whales Pivot, five Whale levels, and Sigma deviation bands (σ¹ / σ²).
It’s designed for both intraday and swing traders, offering a clean visual structure with elegant emoji labels, flexible visibility controls, and precise right-edge extensions for each line.
✨ Key Features
Single structured input with 13 ordered levels:
CallWall, PutWall, GammaFlip, Whales Pivot, Whale1..Whale5, Upperσ1, Upperσ2, Lowerσ1, Lowerσ2
Expressive emoji labels (🟢, 🔴, ⚖️, 🌑, 🐋, σ¹/σ²) optimized for dark themes.
Right-edge alignment: each line extends exactly to its label — no infinite lines.
Group visibility toggles:
• Critical Levels → Call Wall, Put Wall, Gamma Flip, Whales Pivot
• Whale Levels → Whale 1–5
• Sigma Bands → Upper/Lower σ¹ and σ²
Dynamic line-length multipliers that emphasize key levels.
Built-in alert conditions:
• Price crossing above the Call Wall
• Price crossing below the Put Wall
⚙️ Inputs & Settings
📋 Level List (string) : comma-separated list of 13 numeric values.
Example:
🎨 Appearance
• Base line length (bars)
• Label visibility toggle
• Line thickness
• Extend line and label to the right
• Distance (bars) between last candle and label
👁️ Visibility Controls
• Toggle Critical, Whale, or Sigma levels independently
🚀 How to Use
Paste your list of 13 ordered levels into the input field.
Adjust base length and thickness according to your timeframe.
Enable “Extend to the right” to position labels neatly beyond the last candle.
Use visibility toggles to focus on specific level groups (e.g., hide Whale Levels for short-term setups).
Optionally enable alerts to track price breakouts above/below Call and Put Walls.
The plotted levels are derived from aggregated options flow data, institutional positioning, and volatility-based deviations (σ). They serve as reference zones rather than predictive signals, helping visualize where liquidity and dealer hedging pressure may cluster.
📖 Level Definitions
Call Wall 🟢 — The strike with the highest call open interest; potential resistance area.
Put Wall 🔴 — The strike with the highest put open interest; potential support area.
Gamma Flip ⚖️ — Level where total gamma exposure changes sign; may reflect a shift in dealer hedging behavior.
Whales Pivot 🌑 — Represents the average institutional positioning from the previous trading day, reflecting where large option flows were most concentrated.
Whale Levels 🐋 — High-premium or large-volume strikes typically linked to institutional activity.
Upper σ¹ / σ² 📈 — One and two standard deviations above spot; potential overextension zones.
Lower σ¹ / σ² 📉 — One and two standard deviations below spot; potential mean-reversion zones.
Levels are manually input by the user. This script is a visual reference, not a predictive model.
⚠️ Notes
Levels are user-provided (not calculated by this script).
The indicator does not issue buy/sell signals or provide performance guarantees.
Designed purely as a visual aid for contextual market reference.
Optimized with barstate.islast for performance (draws only at the latest bar).
Disclaimer:
This indicator is for educational and visual purposes only. It does not generate buy/sell signals or guarantee future results. User-provided levels are meant for contextual reference only.
Developed for traders who rely on market structure and options flow context. Feedback and suggestions are welcome.
Alts Strategy 3.1Alts Strategy 3.1 is a long-term adaptive DCA system designed for spot investment management and portfolio scaling.
It automatically accumulates and averages spot positions during market corrections, using layered Fibonacci supports and adaptive take-profit logic to optimize long-term entry efficiency.
This strategy is built for investors and swing traders who prefer gradual accumulation over frequent trading.
Instead of short-term entries and exits, it focuses on adding to positions at statistically favorable levels and reducing exposure near major resistance zones.
Its adaptive nature allows users to simulate real investment behavior — buying lower, holding through volatility, and exiting strategically once recovery targets are reached.
The core of the strategy is based on dynamic Fibonacci-derived support zones that react to historical price structures.
When price approaches these zones, Alts Strategy 3.1 initiates or averages entries following cooldown rules and bear-cycle filters.
The built-in bear-market filter recognizes historical cycle patterns (based on Bitcoin halving timelines) and temporarily blocks new entries during high-risk macro phases.
Once the market exits a bear regime, the system reactivates, continuing long-term accumulation.
The adaptive take-profit module adjusts target multipliers depending on recovery depth — distinguishing between “normal recovery” and “deep recovery” cycles.
This approach helps maximize profit during sustainable uptrends while keeping long-term exposure moderate.
All logic is handled internally without repainting, allowing accurate and consistent backtesting.
Alts Strategy 3.1 is intended mainly for long-term investors, portfolio rebalancers, and spot market participants who use DCA (Dollar-Cost Averaging) logic to accumulate assets over time.
It can be used to test different investment horizons, cooldown periods, and adaptive TP configurations directly in the Strategy Tester.
Because it operates on real price action without leverage logic, it is ideal for simulating spot accumulation strategies and macro investment cycles.
This tool is provided for educational and analytical purposes only.
It is not financial advice or a trading signal system.
AscTrend 2AscTrend Dots — clean, no-nonsense trend signals
AscTrend Dots overlays simple color-coded dots directly on price to highlight the current trend and potential shifts. Dots below candles suggest bullish control; dots above suggest bearish pressure. When a dot flips side, it flags a possible trend change or momentum break—ideal for quick visual reads without clutter.
How it works
Measures directional momentum and volatility, then places a dot above/below price to reflect the dominant side.
Flips are evaluated on bar close for clearer, more reliable signals (avoid acting mid-bar).
What it’s good for
Spotting trend direction at a glance
Timing entries on pullbacks back into the dot’s side
Managing exits when dots flip against your position
Works on any symbol or timeframe; scalpers to swing traders can adapt it
Key options
Sensitivity / Length: tune responsiveness (higher = smoother, fewer flips).
Smoothing: optional extra filter to reduce noise.
Alerts: get notified on dot flips or trend continuation.
Styling: customize dot size and colors to match your chart.
Tips
Pair with structure (S/R), volume, or a higher-timeframe trend filter for confirmation.
Consider using bar-close alerts to reduce noise and potential whipsaws.
Disclaimer: This tool is for educational purposes. No indicator is a guarantee—always manage risk and test before using live.
50% Fib Trend Cloud + ATR BandsThis indicator plots two structural 50% fibonacci midpoints from recent confirmed 'left/right' swings that form a *cloud* of equilibrium, then adds a rolling 50% fibonacci range midpoint based on a lookback window that's wrapped in ATR bands. Importantly, it solves a specific trading problem:
Structural midpoints (macro context) are powerful but can lag when price escapes prior ranges. Enter rolling 50% fib + ATR ➡️ which restores real-time balance & tolerance (micro context). Together they show where price is balanced structurally, where it’s balanced right now, and how much volatility to tolerate before acting.
➖➖➖
🔑 Why this is different
Most tools either draw a single midpoint (ex., daily 50%) or ATR bands around a moving average. This script fuses dual swing-based 50% midpoints (structure) + a rolling 50% with ATR (flow), so you don’t lose context when price escapes prior ranges. The cloud tells you who’s in control (fast vs. slow structure). The rolling 50% + ATR tells you how far is “too far” now.
➖➖➖
🧠 What it does (at a glance)
🔸Structural Equilibrium × 2 (Fib1/Fib2)
Two independent 50% midpoints formed from swing pivots (configurable Left/Right bars + optional smoothing). Their gap is the Midpoint Cloud = structural “fair value” zone.
🔸Rolling 50% + ATR Bands
A rolling highest/lowest window computes an always-current 50% rolling midpoint plot; ±ATR × length envelopes define a soft value area and over-stretch boundaries.
🔸Actionable Visuals
Optional fill between Fib1/Fib2, labels, and candle-overlay modes to instantly read regime (above both / below both / between).
🔸Smart Defaults
Timeframe-aware presets for L/R pivots & smoothing; full manual overrides available.
➖➖➖
⚙️ Calculations (plain-English)
🔸Pivot midpoints (Fib1 & Fib2):
1) Detect a swing using `Left/Right` bars
2) Take the swing’s high/low → compute 50%
3) (Optional) Smooth the line (SMA) to stabilize on noisy TFs
4) Repeat with a different sensitivity to get two distinct midpoints
🔸Rolling midpoint:
Highest High / Lowest Low over the last *N* bars → (HH + LL) / 2
🔸ATR levels:
`Upper = Rolling50 + ATR × Mult`, `Lower = Rolling50 − ATR × Mult`
(Typical: ATR length 14–21; Multipliers 2.236 for L1, 5.382 for L2)
➖➖➖
🤖 Auto-Configured Presets (with Manual Override)
💡Goal: make the midpoints “just work” on common timeframes while still letting you dial them in.
💡How Auto Presets work
When Auto Presets = ON, the script picks sensible L/R/S (Left bars / Right bars / Smoothing) for Fib Trend 1 and Fib Trend 2 based on chart timeframe.
🔸Fib 1 (fast) emphasizes *micro-structure* for quicker bias shifts.
🔸Fib 2 (slow) emphasizes *macro-structure* for anchor/bias context.
These defaults keep Fib 1 responsive without jitter and Fib 2 stable without lag.
➡️ Turn Auto Presets = OFF to take full control with the manual inputs described below.
➖➖➖
🛠 Manual Fib Midpoint Settings (when Auto = OFF)
💡Each midpoint uses three knobs:
🔸Pivot Left (L): bars to the left that must be lower/higher to qualify a swing
🔸Pivot Right (R): bars to the right that must be lower/higher to confirm the swing
🔸Smoothing (S): SMA period applied to the raw 50% midpoint (stabilizes noise)
5-Minute optimized defaults
🔸Fib Trend 1: `L21 / R5 / S55` → responsive local structure (entries/exits, re-balancing zones)
🔸Fib Trend 2: `L55 / R13 / S89` → broader structure (trend context, anchors/stops)
Timeframe guidance
🔸1m–3m: may feel a touch laggy → consider ~`L13 / R3 / S34`
🔸15m–1h: defaults remain strong → optionally ~`L34 / R8 / S89`
🔸4h+ : increase span for stability → `L89–144 / R13–21 / S144–233`
➡️ Rule of thumb: shorter L/R = faster detection, longer S = smoother line. Tune until Fib 1 captures the “active swing” and Fib 2 captures the “dominant swing” without whipsaw.
➖➖➖
🎛 Inputs (quick reference)
🔸Fib Trend 1/2: Source (High/Low/Close), Left/Right bars, Smoothing length, Show/Hide, Cloud fill toggle
🔸Rolling 50%: Lookback length, Price basis (Wicks/Close/HLC3/OHLC4), Plot scope (Full / Last N / None)
🔸ATR Bands: ATR length, Multipliers (L1/L2), Plot scope, Line width/colors
🔸Overlay & Labels: Candle overlay mode, Label padding/size, 50% centerline toggle, Plot widths
➖➖➖
🖍️ Candle Coloring & Overlay Modes
💡Purpose: make trend instantly visible on the candles and ATR levels.
1) Color Logic (dropdown)
🔸 Fib Midpoints — Colors by position of price vs. Fib 1 & Fib 2
🔸ATR Zones — Colors by which ATR zone price is in relative to the Rolling 50%
➡️ Price Reference: Choose the input used for the decision (Close, HL2, OHLC3, OHLC4).
➡️Tip: Close is crisp; HL2/OHLC variants are smoother.
2) Overlay Style (dropdown)
🔸 None — No visual change to candles
🔸 Bar Color — Uses `barcolor()` to tint built-in candles (this takes into account your Trading View settings, for instance if you have wicks set to white, they will show up as white with this setting)
🔸 PlotCandles — Draws unified custom candles (body, wick, border) with the same color for maximum clarity
💡Practical use
🔸 Pick Fib Midpoints to read structural bias at a glance (above/below/between the cloud).
🔸 Pick ATR Zones to read value vs. stretch around the Rolling 50% (mean-reversion vs. trend extension).
➖➖➖
📘 How to use
A) Trend confirmation
- Strong bullish bias when price holds above both structural mids; strong bearish when below both.
- Use the Rolling 50% + ATR as a dynamic re-entry zone: pullbacks that respect ATR(L1) often continue the prevailing trend.
B) Transition / mean reversion
- Inside the Cloud (between Fib1 & Fib2) treat behavior as neutralization/re-balancing; range tactics tend to outperform momentum plays.
- In ranges, fades near ±ATR around the rolling 50% can mark short-term edges.
C) Breakout context
- When price leaves the Cloud, the Rolling 50% keeps you anchored so price never feels “floating.” A clean hold outside ATR(L1/L2) suggests regime strength; quick re-entries hint at traps.
➖➖➖
🖼 Chart examples
➡️ Each snapshot shows how the Cloud (structure) and the Rolling 50% + ATR (flow) work together.
1) 1-Minute Downtrend – Cloud as Dynamic Ceiling
- The Cloud slopes down; pullbacks repeatedly fail under the Cloud’s underside.
- Rolling 50% (dashed mid) + ATR(L1) act as a reversion band: rallies stall near upper ATR and rotate lower.
2) 15-Minute Persistent Drift – Structure Guides, Flow Times Entries
- Long drift lower with Cloud overhead.
- Consolidations near the rolling mid resolve in the trend direction; ATR bands frame risk on each attempt.
3) 15-Minute Uptrend (BTC) – From Cloud Escape to Value Stair-Step
- After escaping the prior Cloud, rolling 50% + ATR establish a new higher value area.
- Pullbacks into ATR(L1) produce orderly stair-steps; Cloud remains supportive on deeper dips
4) 5-Minute BTC – Pullback to Value then Rotate
- Strong leg up; retrace tags lower ATR band and rotates back toward the rolling mid.
- Labels (Fib1/Fib2) make the structural context explicit for decision-making.
➖➖➖
🧪 Starter presets
- Intraday (5–15m): Fib1 ~ L21/R5 (smooth 5), Fib2 ~ L55/R13 (smooth 9) • Rolling = 55 • ATR = 14 • L1 = 2.5x, L2 = 5.0x
- Scalping: Shorten lookbacks & smoothing; keep ATR multipliers similar, or tighten L1.
- Swing: Lengthen all lookbacks; consider ATR length 21–28.
➖➖➖
🏁Final Word
This script is not just a visual tool, it’s a complete trend and structure framework. Whether you're looking for clean trend alignment, dynamic support/resistance, or early warning signs of a reversal, this system is tuned to help you react with confidence — not hindsight.
Rembember, no single indicator should be used in isolation. For best results, combine it with price action analysis, higher-timeframe context, and complementary tools like trendlines, moving averages etc Use it as part of a well-rounded trading approach to confirm setups — not to define them alone.
---
💡Turn logic into clarity. Structure into trades. And uncertainty into confidence.
FVG Scanner ProFVG Scanner Pro — Smart Fair Value Gap Detector (with HTF context & proximity alerts)
What it does
FVG Scanner Pro automatically finds Fair Value Gaps (FVGs) on your current chart and (optionally) on a higher timeframe (HTF), draws them as color-coded zones, and notifies you when price comes close to a gap boundary using an ADR-based proximity trigger and (optional) volume confirmation. It’s designed for ICT-style gap trading, confluence building, and clean visual execution.
How it works:
FVG definition
* Bullish FVG (gap up): low > high (the current candle’s low is above the high 2 bars ago).
* Bearish FVG (gap down): high < low (the current candle’s high is below the low 2 bars ago).
* Gaps smaller than your Min FVG Size (%) are ignored. (Gap size = (top-bottom)/bottom * 100.)
Higher-timeframe logic (auto-selected)
The script auto picks a sensible HTF:
1–5m → 15m, 15m → 1H, 1H → 4H, 4H → 1D, 1D → 1W, 1W → 1M, small 1M → 3M, big ≥3M → 12M.
You can display HTF FVGs and even filter so current-TF FVGs only show when they overlap an HTF gap.
Proximity alerts (ADR-based)
The script computes ADR on the current chart timeframe over a user-set lookback (default 20 bars).
An alert fires when price moves toward the closest actionable boundary and comes within ADR × Multiplier:
Bullish: price moving down, within distance of the bottom of a bullish FVG.
Bearish: price moving up, within distance of the top of a bearish FVG.
Yellow ▲/▼ markers show where a proximity alert triggered.
Volume filter (optional)
Require volume to be greater than SMA(20) × multiplier to accept a newly formed FVG.
Lifecycle
Each gap remains active for Extend FVG Box (Bars) bars.
You can delete the box after fill, or keep filled gaps visible as gray zones, or hide them.
Color legend
Current-TF Bullish: Pink/Magenta box
Current-TF Bearish: Cyan/Turquoise box
HTF Bullish: Gold box
HTF Bearish: Orange box
Filled (if shown): Gray box
Alert markers: Yellow ▲ (bullish), Yellow ▼ (bearish)
Inputs (what to tweak)
Show FVGs: Bullish / Bearish / Both
Max Bars Back to Find FVG: collection window & cleanup guard
Extend FVG Box (Bars): how long a zone stays tradable/active
Min FVG Size (%): ignore micro gaps
Delete Box After Fill & Show Filled FVGs: choose how you want completed gaps handled
Show Alert Markers: show/hide the yellow proximity arrows
Show Higher Timeframe FVG: overlay HTF gaps (auto TF)
HTF Filter: only display current-TF gaps that overlap an HTF gap
ADR Lookback & Proximity Multiplier: tune alert sensitivity to your market & timeframe
Volume Filter & Volume > MA Multiple: require above-average volume for new gaps
Built-in alerts (ready to use)
Create alerts in TradingView (⚠️ “Once per bar” or “Once per bar close”, your choice) and select from:
🟢 Bullish FVG Proximity — price approaching a bullish gap bottom
🔴 Bearish FVG Proximity — price approaching a bearish gap top
✅ New Bullish FVG Formed
⚠️ New Bearish FVG Formed
The alert messages include the symbol and price; proximity markers are also plotted on chart.
Tips & best practices
Use FVGs with market structure (break of structure, swing points), order blocks, or liquidity pools for confluence.
On very low timeframes, raise Min FVG Size and/or lower Max Bars Back to reduce noise and keep things fast.
Extend FVG Box controls how long a zone is considered valid; align it with your holding horizon (scalp vs swing).
Information panel (top-right)
Shows your mode, current HTF, number of gaps in memory, active bull/bear counts, and current-TF ADR.
MILLION MEN — Smart ZonesMILLION MEN — Smart Zones
What it is
A smart, structure-based Support/Resistance indicator that automatically anchors dynamic Smart Zones from the latest confirmed swing high and low. It identifies two adaptive regions — the Premium Zone near swing highs and the Discount Zone near swing lows — with an optional 50% equilibrium line for balanced price analysis.
How it works (high-level)
Confirmed swings: Uses ta.pivothigh and ta.pivotlow with adaptive or manual lookback.
Smart pairing: When both recent pivots are confirmed, the script anchors a new pair and builds zones based on that range.
Dynamic zones:
Discount Zone: Bottom portion of the range (e.g., 25%).
Premium Zone: Top portion of the range.
Midline: Optional 50% equilibrium; can extend right.
Lifecycle control:
Zones auto-update as new highs/lows appear.
Option to re-anchor when a new swing pair forms.
Option to auto-expire after a set number of bars for clean charts.
Color scheme:
Green = Discount Zone
Fuchsia = Premium Zone
Gray = Midline
How to use
Works well on 5m–1H for intraday, or 4H–1D for swing.
Use the Discount Zone for long bias setups and the Premium Zone for short bias confirmations.
Combine with your preferred momentum, VWAP, or volume tools for confluence.
Adjust Zone Depth % and Auto-expire depending on your timeframe.
Originality & value
Unlike static S/R indicators, Smart Zones evolve with price structure — re-anchoring on new swing formations while maintaining clarity and balance. Its confirmed-pivot logic avoids repainting and produces professional, non-cluttered charts for precision trading.
Limitations & transparency
Pivots confirm with delay equal to pivot length; this prevents repaint.
Results differ by asset and volatility regime.
Non-standard chart types (Heikin-Ashi, Renko, Range) are not supported.
This script provides analytical guidance, not financial advice.
MW Futures Previous Daily & Weekly & Monthly Highs/LowsMW Futures Previous Daily, Weekly & Monthly Highs/Lows Indicator
Tired of guessing where the market's key support and resistance levels truly lie? In the fast-paced world of futures trading, pinpointing yesterday's highs/lows, last week's pivots, or the prior month's extremes can mean the difference between a winning scalp and a frustrating loss. Introducing the MW Futures Previous Highs/Lows Indicator – the simple, reliable tool you've been waiting for to unlock precision in continuation and reversal setups .
Why This Indicator Stands Out
Unlike cluttered or inaccurate scripts cluttering TradingView, this one delivers clean, timezone-aware tracking (America/New_York) for:
Current Day High/Low : Live updates to capture intraday extremes.
Previous Day High/Low : Forwarded seamlessly to the next session for overnight gap plays.
Previous Week High/Low : Weekly resets on Sundays at 6 PM ET – perfect for swing traders eyeing weekly biases.
Previous Month High/Low : Monthly pivots reset on the 1st, ideal for positional strategies.
Visualized with distinct line styles and colors:
Thin blue/red lines for daily levels (subtle yet sharp).
Medium thickness for weekly (builds context).
Bold, thicker lines for monthly (unmissable anchors).
Trade Smarter, Not Harder
This isn't just lines on a chart – it's your ideal zone for high-probability trades :
Continuations: Fade breaks above/below previous lows/highs for momentum chases.
Reversals: Stack daily/weekly/monthly confluences for rejection setups with tight risk.
Works flawlessly on ES, NQ, YM, or any session-based instrument.
"Finally, a script that bridges sessions without the hassle – game-changer for my daily routine." – Early Tester
Get Started Today
Add this free indicator to your charts now and transform vague levels into actionable edges. Questions? Drop a comment below. Like & follow for more MW Futures tools!