RSI extremes + Nasdaq 100 +Crossover of moving averages
In this indicator, we integrate four main features.
1. Oversold and overbought price signals, based on the 1-minute RSI extremes, marked on the chart with a yellow triangle.
2. Combination of oversold and overbought signals in the stock price and its index (only applicable to Nasdaq 100 symbols). Marked on the chart with a green triangle for oversold and a red triangle for overbought.
3. Use of four moving averages for early trend detection: EMA 10, 20, and 45 - SMA 200.
4. Crossover of moving averages in order 10, 20, and 45. On the upside, a green cross appears; on the downside, an orange cross appears.
Combine this indicator with "RSI (1 and 5m) + divergences and rsiNDX 1m " to check the signals and you will have a scalping strategy for reversals and trend following in NASDAQ 100 stocks.
Pivot noktaları ve seviyeleri
CA Trading BUY/SELL with TPThis indicator combines trend confirmation, pivot structure, and Take-Profit targets to give traders structured BUY and SELL signals with dynamic profit-taking options.
Key Features
- BUY & SELL Signals
- Generated from EMA crossover, RSI filter, and pivot-based trend detection.
- Green “BUY” and red “SELL” signals are displayed directly on the chart.
- Take-Profit Targets
- TP lines automatically end when price hits them (liquidity sweep) or after a set number of candles.
Customizable Settings
- EMA lengths, RSI settings, pivot sensitivity, and TP line length.
- Adjust Take-Profit targets
Use Cases
- Helps identify clear entry signals with structured TP levels.
- Supports profit-taking strategies.
- Highlights liquidity grabs for Smart Money Concept (SMC) traders.
Pulse FlowPulse Flow is a market structure indicator that extracts the hidden rhythm of price. It combines micro-structure detection with a rule-based trend engine, making waves and turning points visible in real time. Instead of drawing swings by hand or guessing breakouts, Pulse Flow enforces strict, objective rules for what counts as structure.
What it shows
Micro-Structure (Fractals): Internal swings are extracted from baseline crosses (EMA or ALMA). These fractals show how price oscillates inside the wave, providing context for micro pullbacks and internal breaks.
Trend (HH, HL, LH, LL): Pulse Flow uses a finite state machine (FSM) to track the current trend. Every trend represents a wave.
- Confirmed higher highs and higher lows define bullish waves.
- Confirmed lower highs and lower lows define bearish waves.
- When a wave breaks, a new wave begins. Turning points are explicitly marked as WH (wave high) and WL (wave low).
Active Range (RL & RH): The indicator continuously maintains the current range, based on closing prices rather than wicks. This ensures consistent behavior during liquidity events, where extremes are often tested intrabar.
Retracement Levels (0.50 & 0.71): Inside each active range, Pulse Flow plots the midrange and the 0.71 “optimal entry zone,” highlighting areas where pullbacks most often react.
Breakout Confirmation: A breakout is only valid if:
- The close extends beyond RL or RH by at least an ATR-based threshold.
- A second candle confirms the move.
This filters false signals and ensures structural integrity.
How it helps
Pulse Flow helps traders by taking the guesswork out of structure. Instead of debating whether a high or low should count, the indicator applies objective rules and marks every confirmed swing directly on the chart. Each wave is highlighted the moment the trend flips, so you always see where the market has turned and which direction the active wave is heading. The internal fractal structure reveals how price moves within the range, while the explicit HH, HL, LH, and LL points define the external trend. This distinction allows you to make tactical decisions on internal breaks and strategic decisions on external breaks, giving you clarity across timeframes. Because ranges are calculated using closing prices, the levels remain stable even when liquidity sweeps occur, making the indicator reliable in volatile markets. Combined with automatically plotted retracement levels, you gain a consistent framework for spotting likely reaction zones without redrawing lines or relying on subjective judgment.
How it works
Under the hood, Pulse Flow combines two engines. The pivot engine extracts micro swings by tracking how price crosses a baseline, which can be either EMA or ALMA, depending on your settings. Each cross defines a candidate high or low, and together these pivots form the fractal zigzag that represents the market’s micro-structure. On top of this, a finite state machine manages the active range. It tracks the range high and range low, validates breakouts only when price closes beyond these levels with ATR-based confirmation, and waits for a pullback before locking in the new structure. When the FSM confirms a new trend, Pulse Flow explicitly marks the turning point as a wave high or wave low. In this way, every confirmed HH, HL, LH, and LL is not a guess but the logical outcome of strict structural rules. The interaction between pivots and the FSM creates a complete and consistent map of the market’s waves, from micro oscillations to macro trend shifts.
Summary
Pulse Flow extracts micro-structure, defines waves, and highlights turning points. It shows the active range with key retracement levels and confirms breakouts with ATR + candle logic. By using closing prices to define RL/RH, it stays consistent even through liquidity sweeps.
For traders who trade based on structure, Pulse Flow is not just another tool. It is a framework: a rule-based map of how markets actually move in waves.
CB Charts - GEX MESZ2025/ESZ2025Last Updated: 09/22/2025 6:41 a.m. PST
*DISCLAIMER: Only intended for ESZ2025/MESZ2025 charts.
This indicator plots horizontal levels based on batched GEX levels for ESZ2025/MESZ2025. The batched data is derived from contracts expiring: 0DTE, 1DTE, EoW, EoM, Next Week, Next Month and 3-months out. Labels are available for a high-level view of which levels are which. Hovering (or long-pressing on mobile TV) over the labels will display the nominal values and Rank. This script is manually updated and may not be always updated.
When and what to use:
- Most respected levels come from 1DTE, EoW and EoM.
- 0DTE is included for when this script becomes intraday updated. (CURRENTLY NOT UPDATED INTRADAY)
- Next Week setting is best used only for Friday and Sunday trading
- Next Month setting is best for weeks close to the end of the current month
Powered by the Camels of Wallstreet
Adaptive Pivot Zones█ OVERVIEW
The "Adaptive Pivot Zones" indicator is a versatile tool designed to identify and visualize key pivot levels directly on the price chart. By detecting pivot highs and lows, the indicator calculates dynamic support and resistance zones based on user-defined levels (default: 0.382, 0.5, 0.618). These zones adapt to market volatility, providing traders with clear visual cues for potential reversal or continuation points. The indicator offers extensive customization options, such as adjusting colors, smoothing lines, and setting fill transparency, making it highly adaptable to various trading styles.
█ CONCEPTS
The "Adaptive Pivot Zones" indicator simplifies the identification of significant price levels by plotting three dynamic pivot lines, which can be smoothed to reduce market noise. The indicator dynamically changes the colors of the lines and fill zones based on price action, using bullish, bearish, or neutral colors to reflect market sentiment.
█ CALCULATIONS
The indicator relies on the following calculations:
- Pivot Detection: Pivot highs (ta.pivothigh) and pivot lows (ta.pivotlow) are identified using a user-defined pivot length (default: 10). Pivots represent significant price peaks and troughs. Higher pivot length values produce more stable levels but introduce a delay equal to the set value. For more aggressive strategies, the pivot length can be reduced.
- Pivot Levels: When both a pivot high and low are detected, the range between them is calculated (rng = drHigh - drLow). Three pivot levels are computed as:
Line 1: drLow + rng * pivotLevel1
Line 2: drLow + rng * pivotLevel2
Line 3: drLow + rng * pivotLevel3
- Smoothing: Pivot lines can be smoothed using a simple moving average (SMA) with a user-defined smoothing length (default: 1) to reduce noise and improve readability.
- Color Logic: Lines and fill zones are colored based on the price position relative to the pivot zones:
If the price is below the lowest pivot line, a bearish color is used (default: red).
If the price is above the highest pivot line, a bullish color is used (default: green).
If the price is within the pivot zones and the neutral color option is enabled, a neutral color is used (default: gray); otherwise, the previous color is retained.
- Fill Zones: The areas between pivot lines are filled with a user-defined transparency level (default: 80) to visually highlight support and resistance zones.
█ INDICATOR FEATURES
- Dynamic Pivot Lines: Three adaptive pivot lines (default levels: 0.382, 0.5, 0.618) are plotted on the price chart, adjusting to market volatility.
- Smoothing: User-defined smoothing length (default: 1) for pivot lines to reduce noise and enhance signal clarity.
- Dynamic Coloring: Lines and fill zones change color based on price action (bullish, bearish, or neutral when the price moves within the zone), reflecting market sentiment.
- Fill Zones: Transparent fills between pivot lines to visually highlight support and resistance zones.
- Customization: Options to adjust pivot length, pivot levels, smoothing, colors, transparency, and enable/disable neutral color logic.
█ HOW TO SET UP THE INDICATOR
- Add the "Adaptive Pivot Zones" indicator to your TradingView chart.
- Configure parameters in the settings, such as pivot length, pivot levels, smoothing length, and colors, to align with your trading strategy. Without smoothing, lines behave like levels; with smoothing, they act like bands. All three levels can be set to the same value to obtain a single level or a line behaving like a moving average derived from pivots.
- Enable or disable the neutral color option (for prices moving within the zone) and adjust fill transparency for optimal visualization.
- Adjust line thickness and style in the "Style" section to improve chart readability.
Example of bands – lines behave like support/resistance zones.
Example of a moving average derived from pivots – line behaves like a pivot-based MA.
█ HOW TO USE
Add the indicator to your chart, adjust the settings, and observe price interactions with the pivot lines and zones to identify potential trading opportunities. Key signals include:
- Price Interaction with Pivot Lines: When the price approaches or crosses a pivot line, it may indicate a potential support or resistance level. A bounce from a pivot line could signal a reversal, while a breakout might suggest trend continuation.
- Zone-Based Signals and Trend Line Usage: Price movement within or outside the filled zones can indicate market sentiment. Price below the lowest pivot line suggests bearish momentum, price above the highest pivot line suggests bullish momentum, and price within the zones may indicate consolidation. With higher pivot length values, the indicator can be used as a trend line, particularly during clear market movements.
- Color Changes: Shifts in line and fill colors (bullish, bearish, or neutral) provide visual cues about changing market conditions.
- Confirmation with Other Tools: Combine the indicator with tools like RSI or Bollinger Bands to validate signals and improve trade accuracy. For example, a buy signal from RSI in the oversold zone combined with a bounce from the lowest pivot line may indicate a strong entry point.
Smart Money LITE — Daily Sweep → HQ Signals (VWAP • FVG • CHoCH) 🔗 PRO VERSION (VWAP + FVG + CHoCH — full confirmations, all timeframes):
chartedgepro.gumroad.com/l/rmnbhw
Daily liquidity sweep → confluence signals with VWAP, FVG & CHoCH. Works on all timeframes & markets (Indices, Forex, Crypto).
WHAT IT DOES
Smart Money LITE+ highlights high-quality LONG/SHORT signals only after daily liquidity is swept (previous day high/low) with confluence from VWAP, FVG and structure (BOS/CHoCH).
Works on all timeframes and across markets: indices, forex, crypto.
KEY FEATURES (Lite)
• Daily sweep logic (PDH/PDL) + previous day zones
• VWAP + deviation bands (optional) and proximity filter
• 3-bar FVG boxes (visual) with adjustable extension
• ATR/volatility filter, optional HTF trend filter
• Anti-spam cooldown, clean LONG/SHORT labels
• Alerts: HQ LONG / HQ SHORT
HOW TO USE
1. Wait for price to sweep PDH/PDL → indicator opens “signal window”.
2. Look for confluence: VWAP touch/proximity + CHoCH or BOS in direction.
3. Enter with proper risk management (stop beyond swing/zone, partials).
SETTINGS TIPS
• Enable “Require VWAP Confluence?” for strictest setups.
• Use “HTF Trend Filter?” to align with higher-timeframe EMA trend.
• Adjust “After sweep (bars)” to define signal validity window.
• FVGs are visual in Lite — advanced filtering and confirmation are in Pro.
WHO IT'S FOR
Scalpers, intraday, and swing traders looking for objective, visual signals based on liquidity sweeps and VWAP/FVG confluence.
PRO VERSION (full confirmations)
Adds advanced FVG/iFVG logic, more confluence filters, dynamic risk tools and extended alert packages — optimized for all timeframes.
👉 chartedgepro.gumroad.com/l/rmnbhw
NOTES
• For educational purposes only. No financial advice.
• “Lite” is open-source; redistribution of code follows TradingView rules.
Sessions RangeThis script clearly displays the price ranges (High–Low) of the main sessions—Sydney, Tokyo, London, and New York—with boxes on the chart and marked levels. Level labels can display price and date (or day of the week) in the time zone of your choice (GMT).
Main Features
Boxes by session: Visually highlight the range for each session.
High/Low levels: Lines at the session extremes, with configurable length.
Smart labels: If you choose to show "on the right," only active (unmitigated) levels track the price; when mitigated, they return to their starting point, keeping the chart clean.
Flexible date: Choose between day of the month (with time) or day of the week.
Alerts (optional): Notification when a level is broken.
Notes
The time zone displayed on the labels follows the chosen GMT, regardless of the chart time zone.
You can choose to extend levels until they are mitigated or beyond, depending on your reading.
$ - HTF Sweeps & PO3HTF Sweeps & PO3 Indicator
The HTF Sweeps & PO3 indicator is a powerful tool designed for traders to visualise higher timeframe (HTF) candles, identify liquidity sweeps, and track key price levels on a lower timeframe (LTF) chart. Built for TradingView using Pine Script v6, it overlays HTF candle data and highlights significant price movements, such as sweeps of previous highs or lows, to help traders identify potential liquidity sweep and reversal points. The indicator is highly customisable, offering a range of visual and alert options to suit various trading strategies.
Features
Higher Timeframe (HTF) Candle Visualisation:
- Displays up to three user-defined HTF candles (e.g., 15m, 1H, 4H) overlaid on the LTF chart.
- Customisable candle appearance with adjustable size (Tiny to Huge), offset, spacing, and colours for bullish/bearish candles and wicks.
- Option to show timeframe labels above or below HTF candles with configurable size and position.
Liquidity Sweep Detection:
- Identifies bullish and bearish sweeps when price moves beyond the high or low of a previous HTF candle and meets specific conditions.
- Displays sweeps on both LTF and HTF with customisable line styles (Solid, Dashed, Dotted), widths, and colours.
- Option to show only the most recent sweep per candle to reduce chart clutter.
Invalidated Sweep Tracking:
- Detects and visualises invalidated sweeps (when price moves past a sweep level in the opposite direction).
- Configurable display for invalidated sweeps on LTF and HTF with distinct line styles and colours.
Previous High/Low Lines:
- Plots horizontal lines at the high and low of the previous HTF candle, extending on both LTF and HTF.
- Customisable line style, width, and color for easy identification of key levels.
- Real-Time Sweep Detection:
-Optional real-time sweep visualisation for active candles, enabling traders to monitor developing price action.
Alert System:
- Triggers alerts for sweep formation (when a new sweep is detected).
- Triggers alerts for sweep invalidation (when a sweep is no longer valid).
- Alerts include details such as timeframe, ticker, and price level for precise notifications.
Performance Optimisation:
- Efficiently manages resources with configurable limits for lines, labels, boxes, and bars (up to 500 each).
- Cleans up outdated visual elements to maintain chart clarity.
Flexible Configuration:
- Supports multiple timeframes for HTF candles with user-defined settings for visibility and number of candles displayed (1–60).
- Toggle visibility for HTF candles, sweeps, invalidated sweeps, and high/low lines independently for LTF and HTF.
This indicator is ideal for traders focusing on liquidity hunting, order block analysis, or price action strategies, providing clear visual cues and alerts to enhance decision-making.
Pro AI Trading - Month Week OpenThis is a indicator that primarily marks monthly 1 hour initial balances, while highlighting every yearly half/quarter. Additionally has 9 different types of MA bands + D/W/M vertical separators. Marks custom % pivot points for easier zone marking. Possibility of generating signals based on mid line candle crosses.
StockAlgo | Alpha v1.1Stock Algo Alpha provides Buy Sell indicators along with automated trading ability.
SMC BOS - Structure Breaks & Median Continuation ProjectionsThis tool shows what usually happens after a Break of Structure (BOS).
It scans past BOS events on your chart, finds the ones most similar to the latest break (using ATR to filter by volatility), and then plots the median continuation path.
Optional percentile bands (P10–P90) display the possible range of outcomes around the median.
Key features:
• Automatic detection of bullish and bearish BOS events
• Library of past BOS with adjustable size and spacing
• ATR-based similarity and recency weighting
• Median continuation projections with optional percentile bands
• Customizable colors, signals, and stats table
• Works on any market and timeframe
Use cases:
• See how price typically behaves after a BOS
• Support SMC analysis with data-driven projections
• Improve trade planning by visualizing likely continuations
• Apply across crypto, forex, stocks, and futures
Originality:
Instead of only marking BOS, this script learns from history and projects forward the median path of the most similar past cases, adjusted for volatility. It turns BOS signals into practical continuation scenarios.
Instructions:
Add the indicator to your chart. When a BOS is detected, the projection is drawn automatically.
Use the settings to adjust the library, ATR weighting, projection style, percentile bands, and the display of signals or stats.
For questions or customization, contact Julien Eche (Julien_Eche) on TradingView.
Tomorrow's Pivot Points [SMH]這個TradingView指標不同於內置的Pivot Point指標,因為它能夠提前顯示明天的Pivot Point。透過預測下一交易日的支撐與阻力位置,交易員可以更早部署策略,為隔日的市場波動做好準備。
This TradingView indicator is different from the built-in Pivot Point tool because it can display tomorrow’s Pivot Points in advance. By forecasting support and resistance levels for the next trading day, traders can position their strategies earlier and be well-prepared for upcoming market movements.
Dashboard Máximos/Mínimos Mensuales - 12 Divisas El ArconteMáximos y mínimos mensuales de doce divisas principales de FOREX.
November One StopNovember One Stop
This script is designed to confirm entry confidence in trend trading using Heiken Ashi candles, with an optional enhancement through a multi-strength RSI indicator.
Confidence Levels:
Level 3 (Strong Confidence):
Entry is confirmed when three consecutive Heiken Ashi candles of the same color appear (green for long positions, red for short positions).
Additional confirmation is provided when the arrow indicator, the moving average line, and the closing candle are all aligned in color, indicating a strong trend with minimal likelihood of immediate reversal.
Level 4 (Maximum Confidence):
Incorporating a multi-strength RSI as an additional filter provides a fourth level of confirmation. While this may result in missing some initial gains, it significantly reduces risk by ensuring all indicators are in agreement. This script does not yet incorporate the RSI.
Entry Criteria:
Wait for three consecutive Heiken Ashi candles of the same color.
Confirm that the arrow indicator, moving average line, and the closing candle are all aligned in color.
For maximum confidence, ensure the multi-strength RSI also confirms the trend direction.
Risk Consideration:
Entering before all indicators are aligned increases risk due to potential reversals. Alignment of all indicators provides higher probability of trend continuation for the selected timeframe.
Recommendation:
Before implementation, review historical performance of this strategy to gain a comprehensive understanding of its effectiveness.
Roadmap for improvements:
Include RSI
Improve Alarm trigger options
Xauusd DaudenIndicator for XAUUSD that values OB and FVG giving entry points for both purchases and sales in the NY and London sessions
Indicador para XAUUSD que valora los OB y FVG dando puntos de entrada tanto en compras como en ventas en las sesiones de NY y Londres
Nifty CPR by Foresight Trading📌 Indicator Name:
Nifty CPR by Foresight Trading
📖 Description:
This indicator plots the Central Pivot Range (CPR) along with the first resistance (R1) and first support (S1) levels, calculated from the previous day’s OHLC values.
Pivot (P) = (High + Low + Close) ÷ 3
BC (Bottom Central Pivot) = (High + Low) ÷ 2
TC (Top Central Pivot) = P + (P – BC)
R1 = (2 × Pivot) – Low
S1 = (2 × Pivot) – High
✅ The CPR and pivot levels are locked for the entire trading day, so they do not repaint intraday.
✅ Plotted as colored circles (dots) across the day for clear visibility.
✅ New levels are generated only at the start of a new session.
🎯 Usage:
Traders use CPR as a trend bias tool:
Narrow CPR → higher probability of trending day.
Wide CPR → higher probability of sideways/consolidation day.
R1 and S1 act as key intraday support & resistance zones.
⚡ Best For:
Intraday traders & scalpers
Index traders (Nifty, BankNifty, Stocks etc.)
Anyone who uses Pivot Point + CPR trading strategies
Nifty CPR by Foresight Trading📌 Indicator Name:
Nifty CPR by Foresight Trading
📖 Description:
This indicator plots the Central Pivot Range (CPR) along with the first resistance (R1) and first support (S1) levels, calculated from the previous day’s OHLC values.
Pivot (P) = (High + Low + Close) ÷ 3
BC (Bottom Central Pivot) = (High + Low) ÷ 2
TC (Top Central Pivot) = P + (P – BC)
R1 = (2 × Pivot) – Low
S1 = (2 × Pivot) – High
✅ The CPR and pivot levels are locked for the entire trading day, so they do not repaint intraday.
✅ Plotted as colored circles (dots) across the day for clear visibility.
✅ New levels are generated only at the start of a new session.
🎯 Usage:
Traders use CPR as a trend bias tool:
Narrow CPR → higher probability of trending day.
Wide CPR → higher probability of sideways/consolidation day.
R1 and S1 act as key intraday support & resistance zones.
⚡ Best For:
Intraday traders & scalpers
Index traders (Nifty, BankNifty, Stocks etc.)
Anyone who uses Pivot Point + CPR trading strategies
Analitica Trading — Previous Day SR (2 lines + labels) 2.0📊 Analitica Trading — Previous Day SR (Support & Resistance)
This indicator displays the previous day’s key levels on any timeframe:
Prev High → Green horizontal line with label.
Prev Low → Red horizontal line with label.
🔹 Stable across timeframes: The levels are calculated from the daily candles and remain fixed, no matter if you switch to 1D, 1H, or 5m.
🔹 Simple & clean: Exactly two lines only (no duplicates).
🔹 Price labels included: Each line has a clear tag showing the exact level.
🔹 Dynamic update: Lines refresh automatically at the start of each new daily session.
🔹 Alerts: Optional alerts trigger when the price breaks above the Prev High or below the Prev Low.
💡 Ideal for support/resistance trading, breakouts, and Smart Money Concepts (SMC) strategies.
4H IB + BO Midpoint – [SANIXLAB]This indicator plots the Initial Balance (IB) high and low for each 4-hour period and automatically calculates potential breakout levels and midpoints.
At the start of every new 4-hour block the script:
Captures that block’s high and low (Initial Balance),
Draws horizontal lines at the IB high, low and midpoint,
Calculates breakout targets above and below the IB using (optional) extension factor,
Creates horizontal lines at those breakout levels and their midpoint,
Breakout areas extend as new bars arrive.
MR.L
Liquidity [NINE Θ]Liquidity Levels
(Advanced Swing Structure Analysis with Dynamic Proximity Filtering
COMPREHENSIVE INDICATOR OVERVIEW)
This indicator identifies and tracks liquidity levels using advanced pivot point analysis with dynamic proximity-based filtering. Unlike traditional support/resistance indicators, this tool specifically maps areas where liquidity pools are likely to accumulate based on market structure, providing traders with a systematic approach to identifying key price levels where significant market activity is anticipated.
CORE METHODOLOGY
Liquidity Level Detection
The indicator employs a dual-parameter swing detection system:
Left-side confirmation: 15 bars of price action validation
Right-side confirmation: 10 bars of subsequent price behavior verification
Pivot High Identification: Locates swing highs representing buyside liquidity (areas above previous highs where stop-losses and breakout orders accumulate)
Pivot Low Identification: Locates swing lows representing sellside liquidity (areas below previous lows where stop-losses and breakdown orders cluster)
Dynamic Proximity Filtering System
The indicator implements a sophisticated real-time sorting mechanism that:
Calculates the distance from current price to all active liquidity levels
Sorts levels independently for buyside and sellside
Displays only the N-closest levels per side (user-configurable 1-45)
Continuously updates visibility as price moves, ensuring only the most relevant levels are shown
Maintains separate tracking for levels above and below current price
DETAILED FEATURE DOCUMENTATION
1. LIQUIDITY TYPE SELECTION
Both: Displays both buyside and sellside liquidity levels simultaneously
Buyside: Shows only liquidity above swing highs
Sellside: Shows only liquidity below swing lows
2. VISUAL CUSTOMIZATION PARAMETERS
Line Styling Options:
Three style choices: Solid, Dashed, Dotted
Adjustable line width (1-10)
Separate styling for filled vs unfilled levels
Independent color selection for buyside and sellside
Label Configuration:
Four text size options: Normal, Large, Small, Tiny, Auto
Three alignment positions: Left, Middle, Right
Dynamic content display modes
3. ADVANCED LABEL DISPLAY MODES
Price Only: Shows the exact price level in optimized decimal format
Cryptocurrency precision for values < 0.00001
Forex precision for values < 1
Index/Stock precision for larger values
Timeframe Only: Displays timeframe tag indicating origin
Format examples: , , , ,
Allows multi-timeframe liquidity analysis on single chart
Both: Combines price and timeframe information
None: Hides labels while maintaining line visibility
4. LEVEL MANAGEMENT SETTINGS
Max Lines Per Side (1-45)
Controls the number of visible levels:
Independent counting for buyside and sellside
Proximity-based selection (closest levels shown)
Automatic hiding of distant levels to reduce chart clutter
Real-time updates as price moves
Extend Until Filled
Behavioral control for unfilled levels:
When enabled: Lines extend indefinitely until price interaction
When disabled: Lines remain static at detection point
Hide Filled
Post-interaction behavior:
When enabled: Removes levels after price touches them
When disabled: Maintains levels with modified visual style (dotted)
5. FILL DETECTION MECHANISM
The indicator considers a level "filled" when:
The current bar's high is greater than or equal to the level AND
The current bar's low is less than or equal to the level
This ensures only genuine price interaction triggers the fill state
TECHNICAL IMPLEMENTATION DETAILS
Array-Based Level Management
Maintains parallel arrays for prices, types, and fill status
Implements efficient sorting algorithm for performance
Handles up to 500 simultaneous levels (TradingView maximum)
Automatic cleanup of oldest levels when limit reached
Performance Optimizations
Single-pass array traversal for updates
Conditional rendering based on visibility rules
Efficient memory management with proper cleanup
Optimized for real-time calculation without repainting
USE CASE SCENARIOS
1. SUPPORT/RESISTANCE ANALYSIS
Provides objective structural levels based on swing points
Filters noise by showing only proximate levels
Adapts dynamically as price action develops
2. MULTI-TIMEFRAME CONFLUENCE
Timeframe labels allow identification of higher timeframe levels
Enables confluence analysis when multiple timeframe levels align
Supports top-down analysis approach
3. RISK MANAGEMENT
Clear visual representation of potential reversal zones
Helps identify logical stop-loss placement areas
Assists in position sizing based on level proximity
WHAT MAKES THIS INDICATOR UNIQUE
1. DYNAMIC PROXIMITY FILTERING
Unlike static support/resistance indicators, this tool continuously recalculates and displays only the most relevant levels based on current price position, eliminating chart clutter while maintaining focus on actionable levels.
2. DUAL-STATE LEVEL TRACKING
Sophisticated handling of both filled and unfilled levels with different visual treatments, allowing traders to see both historical interaction points and pending liquidity zones simultaneously.
3. TIMEFRAME ATTRIBUTION SYSTEM
Each level is tagged with its originating timeframe, providing instant context about the significance and origin of each liquidity zone without requiring multiple chart analysis.
4. INTELLIGENT SORTING ALGORITHM
Custom implementation that separately sorts buyside and sellside levels by proximity, ensuring equal representation of liquidity both above and below current price.
INTERPRETATION GUIDELINES
BUYSIDE LIQUIDITY LEVELS (Above Price)
Represent areas where breakout traders' stops accumulate
Often targeted during liquidity grabs before reversals
Stronger levels show confluence across multiple timeframes
SELLSIDE LIQUIDITY LEVELS (Below Price)
Indicate zones where breakdown traders' stops cluster
Frequently swept before upward continuations
Multiple touches without breaks suggest strong support
FILLED VS UNFILLED LEVELS
Unfilled: Pending liquidity zones awaiting interaction
Filled: Historical levels showing previous liquidity events
Dotted filled levels may act as future reference points
COMPATIBILITY AND REQUIREMENTS
Works on all timeframes from 1-second to monthly charts
Compatible with all asset classes (Crypto, Forex, Stocks, Indices, Commodities)
Optimized for both trending and ranging market conditions
No repainting - all calculations based on confirmed closed bars
Maximum 500 levels tracked simultaneously for performance optimization
RECOMMENDED SETTINGS BY TRADING STYLE
DAY TRADING
Max Lines: 3-5 per side
Display: Both price and timeframe
Hide Filled: Enabled
Focus on nearest levels for quick reactions
SWING TRADING
Max Lines: 5-10 per side
Display: Price only
Hide Filled: Disabled
Monitor both filled and unfilled for context
POSITION TRADING
Max Lines: 10-20 per side
Display: Both price and timeframe
Extend Until Filled: Enabled
Track longer-term structural levels
This indicator provides a sophisticated approach to liquidity analysis, combining traditional technical analysis concepts with modern order flow understanding to identify interaction zones in any market.