OHLC Tool CustomizedIMPORTANT
This script is 99% based on the excellent OHLC Tool script by ©SamRecio. My changes are purely cosmetic to fit my needs. The original script is here:
Summary
The entire idea of this customization is to save some screen real estate. I have a ton of crap on my graphs and the default labels with prices are way too wide for my taste.
I *DO* want to have labels, but I want 'O1/H1/L1/C1' as opposed to ScriptName+FieldName+Price.
I really don't care about the price that much, I just want to see the levels and if the current PA will bump against them.
My interest is in yesterday's Open/High/Low/Close so the defaults are set to that.
One cool way this script can be used is it can be added more than once. I personally don't care about OHLC 2 days ago, but I added the second script to the distro graph here to illustrate the point. I kept Timeframe at 1D, set Lookback to 2, changed labels to O2/H2/L2/C2 and voila! (Changed line types to Dashed, too).
Another hack - you can add weekly's and monthly's, if you care...
Limitations
Sadly, there is no way it TV to attach a label to the right edge of the graph, only to the right-most candle and some offset. So when you start dragging you graph left (or right), the labels go with it. BLEH. Well, I'm not doing that so I don't really care.
TV Settings
In order to display the default, standard labels: right-click > Settings > Scales and lines > Indicators and financials: Name, Value
If the above setting is set to Hidden, AND you deselect Override Default Line Labels in this script's config - you will end up with bare lines and no labels whatsoever.
Differences with the original script
You can replace default labels with customized, saving a whopping 2.5cm/1" of screen estate! (default)
You can hide any of the four OHLC lines
You can customize label text
You can choose not to show price (default)
Levels
Kepiro RangeReEntry SignalsKepiro Range Re-Entry Signals
This indicator is tested on NASDAQ and is based on overnight trading range breakouts with re-entry confirmations.
Main features:
Identifies overnight session high and overnight session low for a specified time range.
Detects price breakouts of at least X points (default: 20 points) outside the range, followed by a return inside.
Long signal: Price breaks at least X points below the overnight low, then closes back above it.
Short signal: Price breaks at least X points above the overnight high, then closes back below it.
Automatic TP and SL level plotting for each signal.
Tip: At the midpoint of the range, consider moving your stop to breakeven to lock in a risk-free trade.
Usage:
Ideal for time-based breakout–pullback strategies on NASDAQ.
Works for both manual and algorithmic trading.
The “Minimum breakout distance” parameter lets you control how strict the signals are.
RSI Momentum Divergence Zones [ChartPrime]⯁ OVERVIEW
RSI Momentum Divergence Zones is a hybrid oscillator and chart overlay tool that detects RSI-based momentum divergences and projects them as key zones on the chart. By combining RSI divergence logic with horizontal level plotting, this indicator reveals high-probability support and resistance areas where price has historically reacted to hidden or classic divergences.
⯁ KEY FEATURES
Momentum-Based RSI Source:
Instead of the classic RSI input, this tool uses the momentum of price as the RSI source:
rsiSrc = ta.mom(close, 10)
This emphasizes acceleration and deceleration of price moves, sharpening divergence signals and making them more responsive to early shifts in momentum.
Automatic Divergence Detection (Optional):
When enabled, the indicator continuously scans for:
— Bullish Divergence : Price makes a Lower Low while RSI forms a Higher Low
— Bearish Divergence : Price makes a Higher High while RSI forms a Lower High
It ensures divergence is valid by checking the spacing between pivots (min 5, max 50 bars).
Divergence Labels & Markers (RSI Pane + Chart):
When a valid divergence is detected:
— On RSI pane:
Labels appear at HL/LH points (“Bull” / “Bear”)
Colored lines show pivot structures
— On price chart:
Labels (“▲ Bull” / “Bear ▼”) mark price pivot that triggered the divergence
Lines highlight the exact price level at the divergence origin
Divergence Zones / Levels (Toggleable):
The indicator projects horizontal zones across the chart based on confirmed divergence points.
These levels dynamically extend as long as price respects them, and auto-expire once broken.
They act as S/R levels created by market imbalance caused by divergence reactions.
Dynamic Zone Extension Logic:
Once plotted, divergence levels will extend to the right:
— If price respects the level, the zone keeps growing
— If broken in the opposite direction, the level stops extending and turns dashed (visually showing break)
Zone Layering and Limit Control:
You can limit the number of simultaneous zones shown on the chart (e.g., 10 most recent).
Old zones automatically expire and are removed to keep the chart clean and focused.
Color Customization and Intensity:
Different colors for bullish and bearish zones let you easily distinguish trend direction.
Background fill, line width, and transparency are all adjustable.
Clean Zone Management with Arrays:
Behind the scenes, the script uses custom divLevel type arrays to manage plotted levels, ensuring they stay up-to-date, extend correctly, and delete once invalidated.
⯁ USAGE
Use bullish divergence zones as potential demand areas and bearish ones as supply zones.
Combine RSI pane labels with price-level zones to confirm strength of reversal.
Watch for price approaching a divergence level to anticipate reactions or breakouts.
Use divergence levels as trade triggers, stop-loss guides, or take-profit markers.
Limit signal count using the “Qty Divergence Zones” setting to reduce chart clutter.
Enable divergence detection only when you want to focus on key structural zones — ideal for swing or positional setups.
⯁ CONCLUSION
RSI Momentum Divergence Zones blends oscillator divergence logic with price action structure to uncover hidden strength or weakness in the market. With flexible zone plotting and clean visual signals, this tool empowers traders to identify where momentum turns into structure — turning hidden signals into tradable edges.
Recent Range DetectorOverview
The Recent Range Detector is a specialized indicator designed to identify when an asset is currently range-bound, providing traders with clear support and resistance levels for range trading strategies. Unlike traditional indicators that focus on trend detection, this tool specifically answers the question: "Is the price range-bound right now, and what are the exact trading levels?"
Key Features
✅ Smart Range Detection - Uses a multi-factor scoring system to identify legitimate ranges
✅ Dynamic Support/Resistance Levels - Automatically calculates and displays key trading levels
✅ Range Quality Scoring - Provides confidence levels (Strong/Moderate/Weak Range)
✅ Touch Validation - Counts actual price touches to confirm range reliability
✅ Breakout Detection - Alerts when price exits the established range
✅ Visual Clarity - Clean boxes, lines, and labels for easy interpretation
How It Works
The indicator analyses recent price action using three core metrics:
Touch Quality (40%) - How many times price has respected support/resistance levels
Containment Quality (40%) - What percentage of recent bars stayed within the range
Recent Respect (20%) - Whether the latest price action confirms the range
These combine into a Range Score (0-1) that determines range strength and reliability.
Settings & Parameters
Range Lookback Period (Default: 15)
Number of bars to analyse for range detection
Shorter periods = more responsive to recent ranges
Longer periods = more stable, fewer false signals
Range Tolerance (Default: 2.0%)
Tolerance for price touches around exact highs/lows
Lower values = stricter range requirements
Higher values = more flexible range detection
Minimum Touches (Default: 3)
Required number of support/resistance touches for valid range
Higher values = more confirmed ranges, fewer signals
Lower values = more sensitive, earlier detection
Visual Options
Show Range Box: Displays the range boundaries
Show Support/Resistance Lines: Extends levels into the future
Understanding the Output
Range Score (0.000 - 1.000)
0.7+ = Strong Range (Green) - High confidence range trading setup
0.5-0.7 = Moderate Range (Yellow) - Decent range with some caution
0.3-0.5 = Weak Range (Orange) - Low confidence, be careful
<0.3 = Not Ranging - Avoid range trading strategies
Range Status Classifications
Strong Range - Perfect for range trading strategies
Moderate Range - Good range with normal risk
Weak Range - Marginal range, use smaller positions
Not Ranging - Price is trending or too choppy for range trading
Key Metrics in Info Table
Range Size (%) - Size of the range relative to price level
5-15% = Ideal range size for most strategies
<5% = Tight range, lower profit potential
>15% = Wide range, higher profit potential but more risk
Support/Resistance Levels - Exact price levels for entries/exits
Use these as your key trading levels
Support = potential buy zone
Resistance = potential sell zone
Total Touches - Number of times price respected the levels
3-5 touches = Newly formed range
6-10 touches = Well-established range
10+ touches = Very strong, reliable range
Price Position (%) - Current location within the range
0-20% = Near support (potential long opportunity)
80-100% = Near resistance (potential short opportunity)
40-60% = Middle of range (wait for better entry)
Visual Elements
Range Box
Green Box = Strong Range (Score ≥ 0.7)
Yellow Box = Moderate Range (Score 0.5-0.7)
Orange Box = Weak Range (Score 0.3-0.5)
Support/Resistance Lines
- Horizontal lines showing exact trading levels
- Extend into the future for forward guidance
- Colour matches the range strength
Background Colouring
- Subtle background tint during range periods
- Helps quickly identify ranging vs trending markets
Breakout Signals
- 📈 RANGE BREAK UP - Price breaks above resistance
- 📉 RANGE BREAK DOWN - Price breaks below support
- Only appears for confirmed ranges (Score ≥ 0.5)
Trading Applications
Range Trading Strategy
1. Look for Range Score ≥ 0.5
2. Buy near support (Price Position 0-20%)
3. Sell near resistance (Price Position 80-100%)
4. Set stops just outside the range
5. Exit on breakout signals
Breakout Strategy
1. Identify strong ranges (Score ≥ 0.7)
2. Wait for volume-confirmed breakout
3. Enter in breakout direction
4. Use previous resistance as support (or vice versa)
Market Context
- Strong ranges often occur after trending moves
- Use higher timeframes to confirm overall market structure
- Combine with volume analysis for better entries/exits
Best Practices
What to Look For
✅ Range Score ≥ 0.5 for trading consideration
✅ Multiple touches (5+) for confirmation
✅ Clear price rejection at levels
✅ Reasonable range size (5-15% for most assets)
✅ Recent price respect of boundaries
What to Avoid
❌ Trading ranges with Score < 0.3
❌ Very tight ranges (<3% size) - low profit potential
❌ Ranges with only 1-2 touches - not confirmed
❌ Ignoring breakout signals
❌ Trading against the higher timeframe trend
Alerts Available
- Range Detected - New range formation
- Range Break Up - Upward breakout
- Range Break Down - Downward breakout
- Range Ended - Range condition ended
Timeframe Recommendations
- Daily Charts - Best for swing trading ranges
- 4H Charts - Good for intermediate-term ranges
- 1H Charts - Suitable for day trading ranges
- Lower Timeframes - May produce more noise
Conclusion
The Recent Range Detector eliminates guesswork in range identification by providing objective, quantified range analysis. It's particularly valuable for traders who prefer range-bound strategies or need to identify when trending strategies should be avoided.
Remember: No indicator is perfect. Always combine with proper risk management, volume analysis, and broader market context for best results.
Disclaimer
This indicator is for educational purposes only and should not be considered as financial advice. Trading involves risk, and past performance does not guarantee future results. Always conduct your own research and consider your risk tolerance before making any trading decisions.
Pocs Volume Profile MultitimeframeThis tool automatically plots Point of Control (POC) levels from multiple timeframes (Monthly, Weekly, Daily) directly on your chart.
It helps traders quickly identify key price levels where the highest trading activity occurred, acting as potential support/resistance zones.
Features:
Multi-Timeframe POCs: Displays Monthly, Weekly, and Daily POCs.
Customizable Appearance: Adjust colors, widths, and line styles for each timeframe.
Label Options: Show or hide POC labels with different sizes.
Automatic Updates: New POC levels are added as timeframes change.
Use these levels to spot high-probability reaction zones, align entries/exits with market structure, and enhance confluence with other indicators.
Auto Support & Resistance [AlgoXcalibur]Instantly visualize support and resistance levels with adaptive breakout prediction and zero chart clutter.
Combining reliable pivot level detection, relative volume, and price action confirmation, this tool delivers intelligent S/R zones that adapt to current market conditions. Whether you’re trading breakouts, navigating ranges, or using key levels to manage profits and risk — this indicator automatically identifies important levels for you, reducing your workload so you can better focus on your trades and decision-making.
🧠 Algorithm Logic
This ultra-refined Auto Support & Resistance indicator does more than just display reliable support and resistance levels — it applies a minimalist approach to display only the most relevant and actionable zones, while dynamically tracking their structural integrity in real time. The algorithm features unique Breakout Probability Detection — automatically switching lines from solid to dashed when volume and price action suggest a high probability that a breakout will occur. If a level is broken, the next relevant support or resistance level is immediately displayed on the chart, keeping the levels current and actionable so you do not miss critical insight. Optional Price Labels display the price of each level — practical if using these areas for setting take-profits or stop-losses. This algorithm keeps Support & Resistance what they are supposed to be — simple and useful — effortlessly providing a clean, adaptive view of evolving market structure.
⚙️ User-Selectable Features
• Breakout Probability Detection: When enabled, lines automatically switch from solid to dashed when volume and price action suggest a high breakout probability.
• Price Labels: When enabled, price labels display the price of the S/R for practical reference.
📊 Minimalistic Sophistication
Most automated support and resistance tools clutter the chart with dozens of static levels that do not react to price action. This tool displays only the single most relevant support and resistance level at a time, continuously monitoring for breaks and automatically updating when a level is invalidated. With breakout detection built in, it offers a modern, intuitive way to track structural integrity. This tool is designed to prioritize accuracy, adaptability, and visual simplicity — delivering a smart and refined tool for automatically identifying key levels with confidence.
🔐 To get access or learn more, visit the Author’s Instructions section.
Multi-Timeframe Session Levels with PVSRA Imbalance & EMAsOverview and Inspiration: This indicator is inspired by forex trading strategies that emphasize session-based high/low levels, imbalances (fair value gaps), and volume analysis for identifying key support/resistance and entry points. Adapted for Bitcoin (BTC) trading, it leverages the 24/7 nature of crypto markets while using traditional forex session times in New York (NY) timezone to define ranges, allowing traders to apply structured concepts like session highs/lows and midpoints to BTC for potential high-probability setups.
Weekly Levels (5pm Sunday to 5pm Friday NY Time): Calculates the high, low, and midpoint (50%) of the previous week, starting from Sunday at 5pm NY to Friday at 5pm NY. These levels act as major support/resistance zones for the current week. Plotted as extendable lines with customizable colors (default: cyan for high/low, cyan for mid dotted) and thickness. Labels like 'pwHigh' (previous week high) appear on the right, grouping overlapping levels for clarity.
Daily Levels (5pm to 5pm NY Time): Tracks the high, low, and midpoint of the previous day, using the 5pm NY close as the daily reset. Ideal for intraday trading, these levels highlight potential reversal or continuation points. Lines are customizable (default: lime green for high/low, lime green for mid dotted), with labels like 'pdHigh' (previous day high).
Asia Range (20:00 to 3:00 NY Time): Focuses on the Asian session, from 8pm to 3am NY time, which is typically low-volatility but can set key ranges. Plots current session's high, low, and midpoint as lines (default: gray for high/low, gray for mid dotted), with labels like 'asia high'. Useful for identifying ranges that may be tested during higher-volume periods.
US Settle Box (4:45pm NY on Fridays): On 15-minute charts, highlights the US settle period at 4:45pm NY on Fridays with a box (default dark gray background) and mid dotted line (default white). Marks potential volatility or liquidity events at week-end.
Exponential Moving Averages (EMAs): Overlays EMAs of lengths 10 (white), 20 (cyan), 50 (lime green), 200 (purple), and 800 (red), with customizable colors and thicknesses. Toggleable on/off via 'Show EMAs'. EMAs serve as dynamic support/resistance or trend filters.
PVSRA (Price Volume Social Reaction Analysis) Candle Coloring: Colors candles based on volume relative to a 10-period SMA and weighted high-low range: High volume (200%+): Lime (bull) or red (bear).
Medium volume (150%+): Blue (bull) or fuchsia (bear).
Normal volume: White (bull) or gray (bear).
Customizable colors; overrides default candles when enabled. Highlights unusual volume activity.
Imbalance logic adapted from 'Unrecovered Imbalanced Zone with PVSRA' by theodrak."
Imbalanced Zones: Detects candle imbalances (gaps between highs/lows of adjacent candles), drawing extendable boxes with mid dotted lines. These highlight areas where price may return. Options include showing only on higher timeframes, marking full bodies/wicks, extending zones, displaying unrecovered portions, and invalidation percentage (default 75%). Colors match volume categories; zones delete when penetrated or recovered.
Alerts: Configurable alerts for new imbalanced candles, filtered by direction and volume level (any, 150%+, 200%, or average). Enables notifications for potential setups.
Customization and Usage Tips: All colors, thicknesses, and extensions are input-adjustable. For BTC, use on perpetual futures charts (e.g., BINANCE:BTCUSDT.P) with volume override for accurate analysis. Combine levels with EMAs for confluence (e.g., buy at Asia low near 200 EMA). Focus on breakouts or reversals from these ranges during active periods like 3am-7am NY or 8am NY.
Invite only script if you are interested in using this indicator reach out to me via message on tradingview for more details
Session High/Low indicator Session High/Low – London & Asia” is a TradingView indicator that automatically identifies and marks the single highest high and lowest low of each London and Asia trading session. At the close of each session, it draws clean horizontal rays extending to the right—one at the exact bar where the session’s peak price occurred and one where the trough occurred—so you can instantly spot key support and resistance levels without cluttering your chart.
🏆 Advanced Liquidity 💧Pro-X Trading Suite-J-Algo# 🏆 Advanced Liquidity 💧Pro-X Trading Suite-J-Algo
## 📊 **INSTITUTIONAL-GRADE MULTI-TIMEFRAME TRADING SUITE**
Transform your trading with this comprehensive institutional-style indicator that combines **Smart Money Concepts**, **Market Structure Analysis**, and **Multi-Timeframe Liquidity Detection** in one powerful tool.
---
## 🎯 **KEY FEATURES**
### 💧 **Multi-Timeframe Key Liquidity Levels**
- **HTF (Higher Timeframe)**: Major institutional levels (4H, Daily, Weekly)
- **LTF (Lower Timeframe)**: Precision entry levels (1H, 4H)
- **CTF (Current Timeframe)**: Chart-specific liquidity zones
- **Smart Mitigation Detection**: Automatically removes hit levels or shows mitigated zones
- **Customizable Extensions**: Short, Current, or Maximum extension options
### ⚡ **Dynamic Trendlines with Breakout Detection**
- **Automatic Trend Recognition**: Self-adjusting bullish and bearish trendlines
- **Channel Formation**: Upper and lower channel boundaries
- **Breakout Alerts**: Real-time notification when trendlines break
- **Gradient Fill Options**: Beautiful visual presentation with transparency
- **Historical Tracking**: Option to keep broken trendlines visible
### 📦 **Institutional Order Blocks**
- **Volume-Weighted Strength**: Calculates bullish/bearish institutional pressure
- **Smart Overlap Detection**: Prevents cluttered display
- **Violation Monitoring**: Tracks when order blocks are breached
- **Visual Separation**: Clear distinction between buy and sell zones
- **Customizable Display**: Show last X order blocks for clean charts
### 🎯 **Premium/Discount Zones (PD Zones)**
- **Swing-Based Calculation**: Identifies key value areas
- **Three-Zone System**: Premium, Equilibrium, and Discount levels
- **Dynamic Updates**: Zones adjust with market structure changes
- **Color-Coded**: Easy identification of value zones
### 🔄 **Trading Sessions Analysis**
- **Major Sessions**: Asian, London, New York with custom times
- **Session Overlaps**: Highlights high-volatility periods
- **High/Low Tracking**: Session range identification
- **Timezone Support**: Full IANA timezone compatibility
- **Historical Sessions**: Multi-day session display
### 📊 **Market Structure Breaks (MSB)**
- **Real-Time Detection**: Identifies structure shifts instantly
- **Trend Confirmation**: Validates market direction changes
- **Visual Clarity**: Clean MSB line and label display
---
## ⚙️ **CONFIGURATION OPTIONS**
### 🎛️ **Master Controls**
- Toggle any feature ON/OFF for customized analysis
- Performance optimization with selective loading
- Clean interface with organized input groups
### 🎨 **Visual Customization**
- **Color Schemes**: Fully customizable colors for all elements
- **Line Weights**: Adjustable thickness for all lines
- **Text Sizes**: Multiple size options for labels
- **Transparency**: Gradient and opacity controls
### 🚨 **Alert System**
- **HTF Liquidity Hits**: Get notified when major levels are touched
- **Customizable Alerts**: Choose which events to monitor
- **Real-Time Notifications**: Instant alerts for trading opportunities
---
## 📈 **TRADING APPLICATIONS**
### 🎯 **Entry Strategies**
- **Liquidity Raids**: Trade reversals at key liquidity levels
- **Order Block Reactions**: Enter on institutional zone interactions
- **Trendline Breaks**: Capitalize on momentum shifts
- **Session Overlap Scalping**: High-probability setups during active periods
### 🛡️ **Risk Management**
- **Structure-Based Stops**: Use order blocks and liquidity levels
- **Multi-Timeframe Confirmation**: Align entries across timeframes
- **Premium/Discount Bias**: Trade with institutional flow direction
### 📊 **Analysis Framework**
- **Top-Down Analysis**: HTF bias, LTF precision entries
- **Market Structure**: Understand institutional sentiment
- **Session Awareness**: Trade during optimal market hours
---
## 🔧 **TECHNICAL SPECIFICATIONS**
### ⚡ **Performance Optimized**
- **Pine Script v6**: Latest version with enhanced performance
- **Smart Memory Management**: Efficient array and object handling
- **Selective Calculations**: Only processes enabled features
- **Display Limits**: Prevents chart overload
### 📱 **Compatibility**
- **All Timeframes**: Optimized for 5m and higher
- **All Markets**: Forex, Crypto, Stocks, Indices
- **All Devices**: Desktop, mobile, tablet responsive
### 🎯 **Best Performance**
- **Recommended**: 15m+ timeframes for optimal speed
- **Mobile Friendly**: Lightweight when features are selectively enabled
- **Multi-Chart**: Can run multiple instances efficiently
---
## 📚 **HOW TO USE**
### 🚀 **Quick Start**
1. **Add to Chart**: Apply indicator to your favorite pair
2. **Choose Timeframes**: Enable HTF (4H/Daily) and LTF (1H) liquidity
3. **Select Features**: Toggle on desired analysis tools
4. **Customize Colors**: Match your chart theme
5. **Set Alerts**: Enable notifications for key events
### 📊 **Professional Setup**
- **Multi-Timeframe Analysis**: Daily bias, 4H structure, 1H entries
- **Session Focus**: Trade during London/NY overlap for best results
- **Confluence Trading**: Combine liquidity + order blocks + trendlines
- **Risk Management**: Use structure levels for stops and targets
### 🎯 **Advanced Strategies**
- **Liquidity Sweeps**: Look for false breaks followed by reversals
- **Order Block Mitigation**: Enter on first touch of fresh blocks
- **Premium/Discount Entries**: Buy discount, sell premium
- **Session Breakouts**: Trade range breaks during session opens
---
## ⭐ **WHAT MAKES THIS SPECIAL**
### 🏆 **Professional Grade**
- **Institutional Concepts**: Based on how big money actually trades
- **Multi-Timeframe Integration**: Seamless analysis across timeframes
- **Smart Automation**: Reduces manual chart analysis time
- **Visual Excellence**: Clean, professional appearance
### 💎 **Unique Features**
- **Combined Analysis**: Multiple methodologies in one indicator
- **Smart Detection**: Automatic identification of key levels
- **Customizable Depth**: From beginner-friendly to expert analysis
- **Performance Focused**: Optimized for real-time trading
### 🎯 **Trader Benefits**
- **Faster Analysis**: Instantly see key levels and zones
- **Better Entries**: High-probability setups with confluence
- **Clearer Direction**: Understand market structure quickly
- **Professional Edge**: Trade like institutional traders
---
## 🛠️ **SETTINGS GUIDE**
### 💧 **Liquidity Settings**
- **Left/Right Bars**: Adjust sensitivity of level detection
- **Timeframes**: Choose HTF (4H, Daily) and LTF (1H, 4H) periods
- **Display Limit**: Control number of active levels
- **Extension**: How far to project levels
### ⚡ **Trendline Settings**
- **Period**: Lookback for pivot detection
- **Channel Padding**: Distance between trendline channels
- **Gradient**: Enable/disable fill effects
- **History**: Keep broken trendlines visible
### 📦 **Order Block Settings**
- **Swing Length**: Sensitivity of structure detection
- **Display Count**: Number of active blocks
- **Violation Type**: Wick or close-based breaks
- **Overlap**: Hide/show overlapping blocks
---
## 🎯 **PERFECT FOR**
### 📈 **Trading Styles**
- **Scalpers**: Session overlap and liquidity level trades
- **Day Traders**: Intraday structure and order block analysis
- **Swing Traders**: Multi-timeframe confluence setups
- **Position Traders**: Major timeframe liquidity and structure
### 💱 **Markets**
- **Forex**: All major and minor pairs
- **Crypto**: Bitcoin, altcoins, DeFi tokens
- **Stocks**: Individual stocks and ETFs
- **Indices**: S&P 500, NASDAQ, Dow Jones
- **Commodities**: Gold, Silver, Oil
### 🎯 **Experience Levels**
- **Beginners**: Start with basic liquidity levels
- **Intermediate**: Add order blocks and sessions
- **Advanced**: Full suite with custom alerts
- **Professionals**: Multi-timeframe institutional analysis
---
## 🚀 **GET STARTED TODAY**
Ready to trade like the institutions? This indicator provides everything you need for professional market analysis in one comprehensive package.
**Add to your charts now and experience the difference institutional-grade analysis makes!**
---
## 📞 **SUPPORT & UPDATES**
- **Regular Updates**: Continuous improvement and new features
- **Community Support**: Active user community
- **Documentation**: Comprehensive setup guides
- **Compatibility**: Always updated for latest TradingView features
---
*Transform your trading with institutional-grade analysis. Join thousands of traders using professional Smart Money Concepts for consistent market success.*
**🏆 ADVANCED LIQUIDITY 💧PRO-X TRADING SUITE-J-ALGO** - Your Gateway to Institutional Trading
Session High/Low/PD Selector with Realtime AlertsThis indicator displays key intraday and multi-day price levels directly on the chart for short-term traders. It includes:
Session Highs and Lows for Asia, London, and New York sessions
→ Automatically plots each completed session’s high and low, with lines extended to the right and labeled.
Previous Day High, Low, and Close
→ Draws levels from the prior daily candle with adjustable colors and labels.
Previous Week High and Low
→ Weekly key levels are plotted just like daily ones.
Real-time Alerts
→ Optional alerts trigger immediately when price touches or breaks any session, PDH/PDL, or PWH/PWL levels.
Fully Customizable
→ Toggle sessions, previous day/week levels, label positions, and colors per user preference.
Hann Window FIR Filter Ribbon [BigBeluga]🔵 OVERVIEW
The Hann Window FIR Filter Ribbon is a trend-following visualization tool based on a family of FIR filters using the Hann window function. It plots a smooth and dynamic ribbon formed by six Hann filters of progressively increasing length. Gradient coloring and filled bands reveal trend direction and compression/expansion behavior. When short-term trend shifts occur (via filter crossover), it automatically anchors visual support/resistance zones at the nearest swing highs or lows.
🔵 CONCEPTS
Hann FIR Filter: A finite impulse response filter that uses a Hann (cosine-based) window for weighting past price values, resulting in a non-lag, ultra-smooth output.
hannFilter(length)=>
var float hann = na // Final filter output
float filt = 0
float coef = 0
for i = 1 to length
weight = 1 - math.cos(2 * math.pi * i / (length + 1))
filt += price * weight
coef += weight
hann := coef != 0 ? filt / coef : na
Ribbon Stack: The indicator plots 6 Hann FIR filters with increasing lengths, creating a smooth "ribbon" that adapts to price shifts and visually encodes volatility.
Gradient Coloring: Line colors and fill opacity between layers are dynamically adjusted based on the distance between the filters, showing momentum expansion or contraction.
Dynamic Swing Zones: When the shortest filter crosses its nearest neighbor, a swing high/low is located, and a triangle-style level is anchored and projected to the right.
Self-Extending Levels: These dynamic levels persist and extend until invalidated or replaced by a new opposite trend break.
🔵 FEATURES
Plots 6 Hann FIR filters with increasing lengths (controlled by Ribbon Size input).
Automatically colors each filter and the fill between them with smooth gradient transitions.
Detects trend shifts via filter crossover and anchors visual resistance (red) or support (green) zones.
Support/resistance zones are triangle-style bands built around recent swing highs/lows.
Levels auto-extend right and adapt in real time until invalidated by price action.
Ribbon responds smoothly to price and shows contraction or expansion behavior clearly.
No lag in crossover detection thanks to FIR architecture.
Adjustable sensitivity via Length and Ribbon Size inputs.
🔵 HOW TO USE
Use the ribbon gradient as a visual trend strength and smooth direction cue.
Watch for crossover of shortest filters as early trend change signals.
Monitor support/resistance zones as potential high-probability reaction points.
Combine with other tools like momentum or volume to confirm trend breaks.
Adjust ribbon thickness and length to suit your trading timeframe and volatility preference.
🔵 CONCLUSION
Hann Window FIR Filter Ribbon blends digital signal processing with trading logic to deliver a visually refined, non-lagging trend tool. The adaptive ribbon offers insight into momentum compression and release, while swing-based levels give structure to potential reversals. Ideal for traders who seek smooth trend detection with intelligent, auto-adaptive zone plotting.
Level Master Pro+ [MMT]Level Master Pro+ Indicator
The Level Master Pro+ is a highly customizable Pine Script indicator designed for TradingView, built to plot key pivot point levels, support and resistance zones, and additional price levels such as previous close, bottom central (BC), and top central (TC) on a chart. This indicator is tailored for traders who rely on pivot-based strategies, offering flexibility in timeframe selection, visual styling, and level visibility to suit various trading styles.
Key Features:
- Pivot Point Levels:
Plots traditional pivot points (P), up to six levels of support (S1–S6) and resistance (R1–R6), previous close (PC), base control (BC), and top control (TC).
Automatically calculates R6 and S6 using the pivot range (high - low) for extended analysis.
Supports customizable timeframes for pivot calculations (default: 1D).
- Customization Options:
Pivot History : Adjust the number of historical pivots displayed (1–200).
Line Styling : Choose line width (1–10), style (solid, dashed, dotted), and transparency (0–100%).
Label Styling : Toggle labels and price values, set label position (left or right), size (tiny to huge), and background transparency.
Color Customization : Assign unique colors to each level (P, S1–S6, R1–R6, PC, BC, TC) with default settings like green for support, red for resistance, and purple for BC/TC.
Extend to Current Bar : Optionally extend pivot lines to the current bar for real-time tracking.
- Visual and Performance Optimization :
Uses an overlay to plot levels directly on the price chart.
Supports up to 500 lines and labels to prevent performance issues.
Efficiently manages historical pivot data by removing outdated graphics when the maximum pivot count is exceeded.
- Dynamic Updates :
Automatically updates pivot lines and labels when a new timeframe period begins (e.g., new day for daily pivots).
Ensures smooth rendering with real-time adjustments for extended lines and label positions.
Use Case:
The Level Master Pro+ is ideal for traders employing pivot point strategies to identify potential support and resistance zones, reversal points, or breakout levels. Its extensive customization options make it suitable for day trading, swing trading, or long-term analysis across various markets (stocks, forex, crypto, etc.).
How It Works:
Data Source : Uses request.security to fetch pivot data based on the selected timeframe.
Level Calculations: Computes traditional pivot points and derives additional levels (R6, S6, BC, TC) using high, low, and close prices from the previous period.
Rendering : Draws lines and labels for each enabled level, with options to extend lines to the current bar or anchor them to the timeframe’s end.
Memory Management : Stores pivot graphics in a matrix and removes older pivots to stay within the user-defined historical limit.
Settings Overview :
Pivot Timeframe : Set the timeframe for pivot calculations (e.g., daily, weekly).
Show Labels/Prices : Enable or disable level labels and price values.
Line Style : Customize line appearance and transparency.
Label Style : Adjust label size and background transparency.
Level Visibility : Toggle visibility for each level (P, S1–S6, R1–R6, PC, BC, TC) and customize their colors.
This indicator empowers traders with a robust tool to visualize critical price levels with precision and flexibility, enhancing technical analysis and decision-making.
Price Exhaustion Envelope [BackQuant]Price Exhaustion Envelope
Visual preview of the bands:
What it is
The Price Exhaustion Envelope (PEE) is a multi‑factor overextension detector wrapped inside a dynamic envelope framework. It measures how “tired” a move is by blending price stretch, volume surges, momentum and acceleration, plus optional RSI divergence. The result is a composite exhaustion score that drives both on‑chart signals and the adaptive width of three optional envelope bands around a smoothed baseline. When the score spikes above or below your chosen threshold, the script can flag exhaustion, paint candles, tint the background and fire alerts.
How it works under the hood
Exhaustion score
Price component: distance of close from its mean in standard deviation units.
Volume component: normalized volume pressure that highlights unusual participation.
Momentum component: rate of change and acceleration of price, scaled by their own volatility.
RSI divergence (optional): bullish and bearish divergences gently push the score lower or higher.
Mode control: choose Price, Volume, Momentum or Composite. Composite averages the main pieces for a balanced view.
Energy scale (0 to 100)
The composite score is pushed through a logistic transform to create an “energy” value. High energy (above 70 to 80) signals a move that may be running hot, while very low energy (below 20 to 30) points to exhaustion on the downside.
Envelope engine
Baseline: EMA of price over the main lookback length.
Width: base width is standard deviation times a multiplier.
Type selector:
• Static keeps the width fixed.
• Dynamic expands width in proportion to the absolute exhaustion score.
• Adaptive links width to the energy reading so bands breathe with market “heat.”
Smoothing: a short EMA on the width reduces jitter and keeps bands pleasant to trade around.
Band architecture
You can toggle up to three symmetric bands on each side of the baseline. They default to 1.0, 1.6 and 2.2 multiples of the smoothed width. Soft transparent fills create a layered thermograph of extension. The outermost band often maps to true blow‑off extremes.
On‑chart elements
Baseline line that flips color in real time depending on where price sits.
Up to three upper and lower bands with progressive opacity.
Triangle markers at fresh exhaustion triggers.
Tiny warning glyphs at extreme upper or lower breaches.
Optional bar coloring to visually tag exhausted candles.
Background halo when energy > 80 or < 20 for instant context.
A compact info table showing State, Score, Energy, Momentum score and where price sits inside the envelope (percent).
How to use it in trading
Mean reversion plays
When price pierces the outer band and an exhaustion marker prints, look for reversal candles or lower‑timeframe confirmation to fade the move back toward the baseline.
For conservative entries, wait for the composite score to roll back under the threshold or for energy to drop from extreme to neutral.
Set stops just beyond the extreme levels (use extreme_upper and extreme_lower as natural invalidation points). Targets can be the baseline or the opposite inner band.
Trend continuation with smart pullbacks
In strong trends, the first tag of Band 1 or Band 2 against the dominant direction often offers low‑risk continuation entries. Use energy readings: if energy is low on a pullback during an uptrend, a bounce is more likely.
Combine with RSI divergence: hidden bullish divergence near a lower band in an uptrend can be a powerful confirmation.
Breakout filtering
A breakout that occurs while the composite score is still moderate (not exhausted) has a higher chance of follow‑through. Skip signals when energy is already above 80 and price is punching the outer band, as the move may be late.
Watch env_position (Envelope %) in the table. Breakouts near 40 to 60 percent of the envelope are “healthy,” while those at 95 percent are stretched.
Scaling out and risk control
Use exhaustion alerts to trim positions into strength or weakness.
Trail stops just outside Band 2 or Band 3 to stay in trends while letting the envelope expand in volatile phases.
Multi‑timeframe confluence
Run the script on a higher timeframe to locate exhaustion context, then drill down to a lower timeframe for entries.
Opposite signals across timeframes (daily exhaustion vs. 5‑minute breakout) warn you to reduce size or tighten management.
Key inputs to experiment with
Lookback Period: larger values smooth the score and envelope, ideal for swing trading. Shorter values make it reactive for scalps.
Exhaustion Threshold: raise above 2.0 in choppy assets to cut noise, drop to 1.5 for smooth FX pairs.
Envelope Type: Dynamic is great for crypto spikes, Adaptive shines in stocks where volume and volatility wave together.
RSI Divergence: turn off if you prefer a pure price/volume model or if divergence floods the score in your asset.
Alert set included
Fresh upper exhaustion
Fresh lower exhaustion
Extreme upper breach
Extreme lower breach
RSI bearish divergence
RSI bullish divergence
Hook these to TradingView notifications so you get pinged the moment a move hits exhaustion.
Best practices
Always pair exhaustion signals with structure. Support and resistance, liquidity pools and session opens matter.
Avoid blindly shorting every upper signal in a roaring bull market. Let the envelope type help you filter.
Use the table to sanity‑check: a very high score but mid‑range env_position means the band may still be wide enough to absorb more movement.
Backtest threshold combinations on your instrument. Different tickers carry different volatility fingerprints.
Final note
Price Exhaustion Envelope is a flexible framework, not a turnkey system. It excels as a context layer that tells you when the crowd is pressing too hard or when a move still has fuel. Combine it with sound execution tactics, risk limits and market awareness. Trade safe and let the envelope breathe with the market.
First Round Break TrackerA simple indicator that tracks the first-time breakouts of round number levels (psychological levels) on any chart. Clean interface with minimal configuration needed
First Breakout Only : Marks each round level only once when broken for the first time
Customizable Step Size : Adjustable round number intervals (e.g., 100, 1000, 10000 etc.)
Clean Visual Alerts : Green labels with "FIRST:" prefix appear exactly at breakout moments
Real-time Info Panel : Shows current price, next target level, and total breakouts count
Choch Pattern Levels [BigBeluga]🔵 OVERVIEW
The Choch Pattern Levels indicator automatically detects Change of Character (CHoCH) shifts in market structure — crucial moments that often signal early trend reversals or major directional transitions. It plots the structural break level, visualizes the pattern zone with triangle overlays, and tracks delta volume to help traders assess the strength behind each move.
🔵 CONCEPTS
CHoCH Pattern: A bullish CHoCH forms when price breaks a previous swing high after a swing low, while a bearish CHoCH appears when price breaks a swing low after a prior swing high.
Break Level Mapping: The indicator identifies the highest or lowest point between the pivot and the breakout, marking it with a clean horizontal level where price often reacts.
Delta Volume Tracking: Net bullish or bearish volume is accumulated between the pivot and the breakout, revealing the momentum and conviction behind each CHoCH.
Chart Clean-Up: If price later closes through the CHoCH level, the zone is automatically removed to maintain clarity and focus on active setups only.
🔵 FEATURES
Automatic CHoCH pattern detection using pivot-based logic.
Triangle shapes show structure break: pivot → breakout → internal high/low.
Horizontal level marks the structural zone with a ◯ symbol.
Optional delta volume label with directional sign (+/−).
Green visuals for bullish CHoCHs, red for bearish.
Fully auto-cleaning invalidated levels to reduce clutter.
Clean organization of all lines, labels, and overlays.
User-defined Length input to adjust pivot sensitivity.
🔵 HOW TO USE
Use CHoCH levels as early trend reversal zones or confirmation signals.
Treat bullish CHoCHs as support zones, bearish CHoCHs as resistance.
Look for high delta volume to validate the strength behind each CHoCH.
Combine with other BigBeluga tools like supply/demand, FVGs, or liquidity maps for confluence.
Adjust pivot Length based on your strategy — shorter for intraday, longer for swing trading.
🔵 CONCLUSION
Choch Pattern Levels highlights key structural breaks that can mark the start of new trends. By combining precise break detection with volume analytics and automatic cleanup, it provides actionable insights into the true intent behind price moves — giving traders a clean edge in spotting early reversals and key reaction zones.
Multi Pivot Point & Central Pivot Range - Nadeem Al-QahwiThis indicator combines four advanced trading modules into one flexible and easy-to-use script:
Traditional Pivot Points:
Calculates classic support and resistance levels (PP, R1–R5, S1–S5) based on previous session data. Ideal for identifying key turning points and mapping out the daily, weekly, or monthly structure.
Camarilla Levels:
Provides six upper and lower pivot levels (H1–H6, L1–L6) derived from volatility and closing price formulas. Especially effective for intraday reversal, mean reversion, and finding overbought/oversold extremes.
Central Pivot Range (CPR):
Plots the median, top, and bottom of the value area each session. CPR width instantly highlights whether the market is likely to trend (narrow CPR) or remain range-bound (wide CPR).
Developing CPR projects the evolving range for the current period—essential for real-time analysis and pre-market planning.
Dynamic Zone Levels (DZL):
Automatically detects and highlights clusters of pivots to reveal high-probability support/resistance zones, filtering out market “noise.”
DZL alerts notify you whenever price breaks or retests these key areas, making it easier to spot momentum trades and avoid false signals.
Key Features:
Multi-timeframe flexibility: Use with daily, weekly, monthly, yearly, or custom timeframes—even rare ones like biyearly and decennial.
Modular design: Activate or hide any system (Traditional, Camarilla, CPR, DZL) as you need.
Bilingual interface: Every setting and label is shown in both English and Arabic.
Full customization: Control visibility, color, style, and placement for every level and label.
Historical depth: Plot up to 5,000 pivot/zones back for deep analysis and backtesting.
Smart alerts: Get instant notifications on true S/R breakouts or retests (from DZL).
How to Use:
Trend Trading:
Watch for a very narrow CPR to identify potential trending days—trade in the breakout direction above/below the CPR.
Range Trading:
When CPR is wide, expect sideways movement. Fade reversals at R1/S1 or within the CPR boundaries.
Breakouts:
Use DZL alerts to capture momentum as price breaks or retests dynamic support/resistance zones.
Multi-Timeframe Confluence:
Combine CPR and pivot levels from multiple timeframes for higher-probability entries and exits.
All calculations and logic are fully open.
Candle close on high time frameOVERVIEW
This indicator plots persistent closing levels of higher time frame candles (H1, H4, and Daily) on the active intraday chart in real time. Unlike similar tools, it offers granular control over line projection length, fully independent toggles per timeframe, and a built-in mechanism that automatically limits the total number of historical levels to avoid chart clutter and performance issues.
CONCEPTS
Key levels from higher time frames often act as areas where price reacts or consolidates. By projecting each candle's exact closing price forward as a horizontal reference, traders can quickly identify dynamic support and resistance zones relevant to the current price action. This indicator enables seamless multi-timeframe analysis without the need to manually switch chart intervals or re-draw lines.
FEATURES
Independent Time Frame Selection: Enable or disable H1, H4, and Daily levels individually to tailor the analysis.
Custom Extension Length: Each timeframe's closing level can be projected forward for a user-defined number of bars.
Performance Optimization: The script maintains an internal limit (default: 100) on the number of active lines. When this threshold is exceeded, the oldest lines are removed automatically.
Visual Differentiation: Colors for each timeframe are fully customizable, enabling immediate recognition of level origin.
Immediate Update: New levels appear as soon as a higher timeframe candle closes, ensuring real-time reference.
USAGE
From the indicator inputs, select which timeframes you want to track.
Adjust the extension lengths to fit your trading style and time horizon.
Customize the line colors for clarity and personal preference.
Use these projected levels as part of your confluence criteria for entries, exits, or stop placement.
Combine with trend indicators or price action tools to enhance your multi-timeframe strategy.
ORIGINALITY AND ADDED VALUE
While similar scripts exist that plot higher timeframe levels, this implementation differs in:
Its efficient automatic cleanup of old lines to preserve chart performance.
The independent extension and color settings per timeframe.
Immediate reaction to new candle closes without repainting.
Simplicity of use combined with precise customization.
This combination makes it a practical and flexible tool for traders who rely on clear HTF level visualization without manual drawing or the limitations of built-in TradingView tools.
LICENSE
This script is published open-source under the Mozilla Public License 2.0.
Liquidity Spectrum Visualizer [BigBeluga]🔵 OVERVIEW
The Liquidity Spectrum Visualizer is a smart tool for exposing hidden liquidity zones by combining a dynamic volume profile, clear liquidity levels, and intuitive volume bubbles directly on your price chart. It shows you exactly where significant volume is clustering inside your chosen lookback period — highlighting where big market participants may be defending price or planning breakouts.
🔵 CONCEPTS
Volume Profile Bins: Breaks your custom lookback range into 100 fine price bins, calculating total volume per bin to create a precise vertical liquidity histogram.
Liquidity Levels: Bins with high relative volume automatically plot as horizontal lines — thicker and brighter lines signal stronger liquidity concentrations.
Dynamic Coloring: Profile bins and liquidity levels adjust their colors live based on whether current price is trading above (support) or below (resistance).
Volume Bubbles: Each candle displays a bubble at its HLC3 price —
- The bubble’s size shows relative candle volume.
- Its color gradient indicates bullish or bearish volume: greenish for bullish candles, orange for bearish.
Bubble Labels: The largest bubbles automatically label the actual volume amount, revealing big hidden flows.
Range Box High/Low: Marks the absolute swing high and low inside the lookback window, clearly framing the active liquidity zone.
🔵 FEATURES
Smart, auto-scaled volume profile up to 200 candles (or custom).
Liquidity levels with dynamic thickness and color based on real-time volume.
Bubbles sized and colored to show both volume magnitude and bullish/bearish bias.
Largest bubbles labeled for fast detection of high-impact bars.
High and low price labels clearly show the analyzed range.
Toggle Volume Profile, Liquidity Levels, and Bubbles independently.
🔵 HOW TO USE
Watch for thick, bright liquidity levels — these zones mark where large orders or stop clusters are likely hidden.
Use dynamic coloring: if price is above a level, it’s support; if below, it’s resistance.
Pay special attention to big bubbles: these mark sudden spikes in traded volume and can signal absorption, traps, breakouts or significant price levels.
Combine with your existing confluence tools to confirm breakouts or fakeouts around visible liquidity clusters.
🔵 CONCLUSION
The Liquidity Spectrum Visualizer transforms hidden order flow into an intuitive, color-coded map. You see at a glance where price is absorbing, consolidating, or ready to break — all powered by real-time volume behavior and smart visuals. It’s a must-have tool for traders who want to read liquidity and react ahead of the crowd.
DriftLine - Pivot Open Zones [SiDec]What is DriftLine?
DriftLine is your visual roadmap for navigating the markets — designed for both day traders and swing traders who want to understand where price truly matters.
It automatically plots the most meaningful price levels on your chart:
dOpen → today’s open
pdOpen → yesterday’s open
bpdOpen → two days ago
wOpen → this week’s open
mOpen → this month’s open
yOpen → this year’s open
These are not just lines — they are the milestones big traders, funds, and algos watch to measure bias, performance, and momentum across timeframes.
DriftLine also layers on:
Fib zones (50%, 61.8%, 78.6%) between today’s and yesterday’s opens — highlighting natural pullback or continuation areas.
Fade bands around monthly and yearly opens — showing where the market may be overextended, exhausted, or ripe for reversal.
Optional % distance labels — letting you instantly see how stretched or compressed price is relative to key opens.
How to Use DriftLine
1️⃣ Daily setups:
Trade with the daily bias (dOpen vs. pdOpen). Use the fib pocket as a pullback zone or continuation platform.
2️⃣ Weekly trends:
Watch wOpen breaks + retests — often the start of powerful multi-day moves.
3️⃣ Monthly & yearly pivots:
Treat mOpen and yOpen as heavyweight macro levels — they shape sentiment and direction.
4️⃣ Fade bands:
Spot reactions at the outer bands around mOpen and yOpen — these zones often mark where trends pause or reverse.
Why Are Daily Opens So Important?
Many traders overlook dOpen (today’s open), pdOpen (yesterday’s open) and bpdOpen (before previous daily open) — but they’re the heartbeat of intraday trading.
Here’s why they matter:
🔷 Above dOpen → bullish bias.
The market is paying more than it opened — intraday momentum leans long.
🔷 Below dOpen → bearish bias.
We’re under today’s open — cautious, risk-off, or short setups.
🔷 pdOpen/bpdOpen as magnet & target.
Even in strong trends, price often revisits yesterday’s open. It can act as support, resistance, or a key flip level.
🔷 The Fib pocket between dOpen and pdOpen.
The 50–78.6% zone is a dynamic battleground. Watch for price to bounce, reverse, or break through here.
In short:
dOpen and pdOpen are your intraday compass, showing you whether you’re trading with or against the day’s flow.
Why Are Monthly Opens So Powerful?
The monthly open (mOpen) is a macro anchor for institutional traders.
It answers:
✅ Are we green or red for the month?
✅ Are big funds defending long exposure, or trimming risk?
🔷 Above mOpen = bullish tone, momentum follows.
🔷 Below mOpen = caution, risk-off, defensive market.
You’ll often see sharp reactions at mOpen — even when lower timeframes look messy.
Aligning your intraday or swing trades with the monthly bias improves your edge dramatically.
Why Is the Yearly Open (yOpen) Critical?
The yearly open (yOpen) is the king of all opens — the most powerful macro line on the chart.
Big funds, asset managers, and long-term traders benchmark everything against yOpen:
🔷 Above yOpen → bullish year tone.
Funds are green on the year; dips are often bought aggressively.
🔷 Below yOpen → bearish year tone.
Caution dominates; rallies tend to be sold or fade.
🔷 Sharp reactions at yOpen.
Expect explosive moves or violent rejections when price approaches this level — it’s where macro players act.
And when price hits the fade bands around yOpen?
It's a prime territory for reversals or profit-taking.
How to Add DriftLine to Your Chart
✅ Easiest way → Go to my TradingView profile, open the Scripts tab, and ⭐ Add to Favourites.
Then, on your chart:
1️⃣ Click Indicators → Favourites → select DriftLine
2️⃣ Done — you’re live!
Can I Customise It?
Absolutely!
You can:
🎨 Change line colours and thickness.
🎨 Pick fade band colours to match your theme.
🎨 Adjust fade zone width (e.g., 0.5% or 1%).
🎨 Toggle % distance labels on/off for a clean or detailed view.
⚡ Pro Tip: Use DriftLine With Confluence! ⚡
DriftLine is not a buy/sell signal tool.
It’s your map — but you need your own compass.
Combine it with:
Fibonacci retracements & extensions
Elliott Wave patterns
Order flow or volume profile
Momentum or trend indicators
Other tools
When multiple tools align at a DriftLine level, that’s where the magic happens — and where the highest-probability trades live.
Key Takeaway
DriftLine doesn’t predict the future — it frames the battlefield.
It highlights where the real action is happening:
Where price flips, where traders fight, and where momentum builds.
Use it as your market map, combine it with your favourite strategies, and let it sharpen your decisions.
🌊 Read the currents. Trade the flow.
Stay sharp, stay patient and trade with clarity.
Happy trading!
AMV HTF LevelsThe AMV HTF Levels indicator is a custom-built structure tool designed to help traders align with institutional-level zones across multiple timeframes. It auto-plots Fibonacci-based levels from the previous day and dynamically tracks the current session’s opens, highs, and lows across daily, weekly, and monthly timeframes.
What it does:
Uses previous day’s high and low to calculate Fibonacci retracement levels, drawing precise zone boxes that act as support/resistance or trend filters.
Tracks and updates the current high and low of the day/week/month in real time using floating boxes that extend through each respective session.
Plots static open levels at the beginning of each day, week, or month, with optional visual fills that indicate whether price is trading above (bullish) or below (bearish).
Lets you toggle on/off individual level groups or presets (e.g., 50%, key levels, power levels) to tailor what’s shown based on your trading style.
📈 Use case:
This tool is designed for traders who want to anchor their intraday or swing decisions around high-probability reference levels.
It can be used to:
Identify trend conditions
Trending above the upper green line (e.g. 78.6% or 100%) indicates strength.
Ranging between green lines often signals consolidation or balance.
Trending below the lower green line (e.g. 0% or 23.6%) shows bearish pressure.
Use opens as bias filters
Daily/Weekly/Monthly Opens act as key session pivot points.
Price holding above the open = bullish structure.
Price rejecting the open = potential reversal or shift.
React to dynamic highs/lows
Monitor where liquidity is building or being swept.
Use real-time high/low tracking for breakout/reversal triggers.
This is not a signal generator — it's a market context enhancer. Use it alongside your entry system to sharpen your timing, filter bad trades, and align with the bigger picture.
Bitcoin Institutional Volume AnchorsBitcoin Institutional Volume Anchors
Indicator Overview:
The Bitcoin Institutional Volume Anchors indicator is a professional-grade VWAP analysis tool designed for sophisticated Bitcoin trading strategies. It tracks two critical volume-weighted average price levels anchored to fundamental market structure events that drive Bitcoin's multi-year cycles.
-Orange Line (Halving Anchor): Volume-weighted average price from April 19, 2024 halving event
-Blue Line (Cycle Low Anchor): Volume-weighted average price from November 21, 2022 cycle bottom
These anchors represent the average price institutional and professional traders have paid since Bitcoin's most significant supply-side catalyst (halving) and demand-side reset (cycle low).
Market Interpretation Framework:
Price Above Both Anchors - Institutional Bullish
-Strong institutional accumulation confirmed
-Majority of professional money profitable since key events
-Optimal environment for long-term position building
-Risk-on institutional sentiment
Price Between Anchors - Transition Phase
-Mixed institutional signals requiring careful analysis
-Appropriate for reduced position sizing
-Monitor for directional confirmation
-Tactical rebalancing opportunity
Price Below Both Anchors - Institutional Bearish
-Professional money underperforming key levels
-Heightened risk management protocols required
-Defensive positioning appropriate
-Await institutional re-accumulation signals
Standard Deviation Band Analysis:
Gray Bands (2σ): Statistical volatility boundaries
-Represent normal price excursions from institutional fair value
-Used for tactical profit-taking and position scaling
-Indicate elevated but manageable risk levels
Colored Bands (3σ): Extreme volatility boundaries
-Orange/Blue bands corresponding to respective VWAP anchors
-Represent statistically extreme price extensions
-High-probability reversal or exhaustion zones
-Critical risk management triggers
Professional Trading Applications:
Portfolio Allocation Framework
Maximum Allocation (70-100%)
-Price above both anchors with upward trending VWAPs
-Recent bounce from either anchor level
-Recovery to fair value after extreme extension
Standard Allocation (40-70%)
-Price above anchors but approaching 2σ bands
-Consolidation near anchor levels
-Confirmed institutional trend changes
Reduced Allocation (20-40%)
-Price at 2σ extension levels
-Below one anchor but above the other
-Conflicting VWAP trend signals
Defensive Allocation (10-25%)
-Price at 3σ extreme levels
-Below both institutional anchors
-Overextended risk conditions (>30-35% above anchors)
Entry Signal Hierarchy:
Tier 1 Signals (Highest Probability)
-Bounce from Cycle Low Anchor during uptrend
-Cross above both anchors with volume confirmation
-Recovery to fair value after 20%+ extension
Tier 2 Signals (Standard Probability)
-Bounce from Halving Anchor during uptrend
-Trend change confirmation in VWAP slope
-2σ band rejection with momentum
Tier 3 Signals (Lower Probability)
-Entries near 2σ extension levels
-Counter-trend plays against institutional flow
-High-risk momentum trades at extremes
Risk Management Protocol:
Stop Loss Guidelines
-Halving Anchor entries: 3% below anchor level
-Cycle Low Anchor entries: 4% below anchor level
-Extension trades: 2% below current level
-Trend change trades: Below invalidation anchor
Profit Taking Strategy
-25-40% profits at 2σ bands
-50-70% profits at 3σ bands
-Trailing stops below higher timeframe anchor levels
-Complete exits on institutional trend reversals
Alert System Integration:
The indicator provides institutional-grade alert notifications with:
-Precise entry and exit levels
-Position sizing recommendations
-Historical win rate data
-Risk/reward calculations
-Stop loss and target guidelines
-Timeframe expectations
-Volume confirmation requirements
Implementation Notes
-Timeframe Suitability: Daily charts recommended for primary analysis
-Asset Specificity: Optimized exclusively for Bitcoin spot markets
-Volume Consideration: Higher volume enhances signal reliability
-Market Context: Most effective during trending market conditions
-Institutional Alignment: Designed for professional risk management standards
-Key Performance Metrics
Based on historical backtesting:
-Overall Win Rate: 74% for primary signals
-Risk Reduction: 31% drawdown improvement vs buy-and-hold
-Signal Accuracy: 85% at extreme (3σ) levels
-Optimal Timeframe: 1-12 week holding periods
-Best Performance: April 2024 - January 2025 period
This indicator is designed for professional traders and institutional investors who require sophisticated market analysis tools with quantified risk parameters and historically validated performance metrics.
Non-Lagging Longevity Zones [BigBeluga]🔵 OVERVIEW
A clean, non-lagging system for identifying price zones that persist over time—ranking them visually based on how long they survive without being invalidated.
Non-Lagging Longevity Zones uses non-lagging pivots to automatically build upper and lower zones that reflect key resistance and support. These zones are kept alive as long as price respects them and are instantly removed when invalidated. The indicator assigns a unique lifespan label to each zone in Days (D), Months (M), or Years (Y), providing instant context for historical relevance.
🔵 CONCEPTS
Non-Lag Pivot Detection: Detects upper and lower pivots using non-lagging swing identification (highest/lowest over length period).
h = ta.highest(len)
l = ta.lowest(len)
high_pivot = high == h and high < h
low_pivot = low == l and low > l
Longevity Ranking: Zones are preserved as long as price doesn't breach them. Levels that remain intact grow in visual intensity.
Time-Based Weighting: Each zone is labeled with its lifespan in days , emphasizing how long it has survived.
duration = last_bar_index - start
days_ = int(duration*(timeframe.in_seconds("")/60/60/24))
days = days_ >= 365 ? int(days_ / 365) : days_ >= 30 ? int(days_ / 30) : days_
marker = days_ >= 365 ? " Y" : days_ >= 30 ? " M" : " D"
Dynamic Coloring: Older zones are drawn with stronger fill, while newer ones appear fainter—making it easy to assess significance.
Self-Cleaning Logic: If price invalidates a zone, it’s instantly removed, keeping the chart clean and focused.
🔵 FEATURES
Upper and Lower Zones: Auto-detects valid high/low pivots and plots horizontal zones with ATR-based thickness.
Real-Time Validation: Zones are extended only if price stays outside them—giving precise control zones.
Gradient Fill Intensity: The longer a level survives, the more opaque the fill becomes.
Duration-Based Labeling: Time alive is shown at the root of each zone:
• D – short-term zones
• M – medium-term structure
• Y – long-term legacy levels
Smart Zone Clearing: Zones are deleted automatically once invalidated by price, keeping the display accurate.
Efficient Memory Handling: Keeps only the 10 most recent valid levels per side for optimal performance.
🔵 HOW TO USE
Track durable S/R zones that survived price tests without being breached.
Use longer-lived zones as high-confidence confluence areas for entries or targets.
Observe fill intensity to judge structural importance at a glance .
Layer with volume or momentum tools to confirm bounce or breakout probability.
Ideal for swing traders, structure-based traders, or macro analysis.
🔵 CONCLUSION
Non-Lagging Longevity Zones lets the market speak for itself—by spotlighting levels with proven survival over time. Whether you're trading trend continuation, mean reversion, or structure-based reversals, this tool equips you with an immediate read on what price zones truly matter—and how long they've stood the test of time.
Average Daily Range ADR by thSpecial for Amer and ATR testing and some text for description which I will add a little bit later because beatiful tv can't pass my indicator to be published
Multi-Timeframe OHLC Levels█ OVERVIEW
A fully customizable multi-timeframe indicator that independently plots levels based on the open, previous close, previous high, previous low, and previous mid-price.
This tool is ideal for traders who require a high level of tailoring and usability.
█ FEATURES
Multi-timeframe
Select the timeframe for each level separately. The indicator shows higher timeframe levels down to the 1-second chart.
Multi-source
Choose the source for each level individually from the current open, previous close, previous high, previous low, and previous mid-price.
Past levels
Manage the number of relevant levels displayed on historical bars for trading or backtesting.
Projections
Extend the levels to the current price action with clear and clean options.
Styling
Adjust the appearance according to your preferences and screen size using options for color, line style, line thickness, custom name, and text size.
█ NOTES
This is a PREMIUM indicator.
You may also find my free Daily Weekly Monthly Yearly Opens and Previous Day Week Highs & Lows indicators helpful.