High Volume Color ChangeHigh Volume Color Change Strategy
This indicator combines volume analysis with MACD to identify potential trading opportunities. It tracks trading performance and provides real-time P&L calculations.
Key Features:
1. Volume Analysis:
- Detects high volume candles (1.5x above average volume)
- Uses a 10-bar lookback period for volume comparison
- Marks high volume candles on the chart (optional)
2. Trading Signals:
- Generates buy signals when price changes direction after a high volume candle
- Generates sell signals when price changes direction after a high volume candle
- Uses MACD convergence as an additional filter
- Shows signal markers on the chart
3. Performance Tracking:
- Tracks total trades and profitable trades
- Calculates cumulative P&L
- Shows current position and unrealized P&L
- Displays win rate percentage
4. Money Management:
- Uses initial balance to determine position size
- Compounds profits/losses for subsequent trades
- Calculates P&L based on percentage changes
- Tracks current balance and total P&L
5. Customization:
- Adjustable volume threshold
- Configurable lookback period
- Optional display of volume and signal labels
- Date range selection for analysis
6. Alerts:
- Separate alerts for buy and sell signals
- Clear messages indicating signal type
The strategy is designed for traders who want to:
- Identify high-volume price reversals
- Track their trading performance
- Manage position sizing based on account balance
- Compound their profits/losses
- Get clear buy/sell signals with alerts
Penunjuk Volum
Dollar VolumeThe Dollar Volume indicator enhances traditional volume analysis by showing not only the number of shares traded, but also the actual capital exchanged per bar. Using the formula
(High+Low)/2×Volume , it calculates dollar volume to give a clearer picture of real market participation. This approach helps traders identify where significant money is flowing—an important distinction when evaluating the strength of price moves or spotting potential institutional activity.
Volume bars are color-coded based on price direction, and a 50-period Volume Moving Average (VMA)—set to 50 by default—is plotted as a baseline to define “normal” volume levels. When a bar's volume exceeds this average by a user-defined multiple (default is 2×), it is highlighted: blue by default when volume is bullish and elevated, and maroon when bearish and elevated. This makes it easy to spot unusual or high-impact volume spikes at a glance, especially during potential breakout or reversal setups.
In the top-right corner of the chart, a compact display—highlighted in purple by default—shows the current dollar volume, with the option to toggle and view the average dollar volume instead. Meanwhile, the Y-axis continues to show raw share volume, giving you access to both perspectives side by side. With its combination of real capital flow, visual volume signals, and customizable thresholds, the Dollar Volume indicator is a practical and powerful tool for confirming price action, identifying accumulation, and monitoring momentum shifts.
Chaikin Oscillator Multi-Timeframe BiasOverview
Chaikin Oscillator Multi-Timeframe Bias is an indicator designed to help traders align with institutional buying and selling activity by analyzing Chaikin Oscillator signals across two timeframes—a higher timeframe (HTF) for trend bias and a lower timeframe (LTF) for timing. This dual-confirmation model helps traders avoid false breakouts and trade in sync with market momentum and accumulation or distribution dynamics.
Core Concepts
The Chaikin Oscillator measures the momentum of accumulation and distribution based on price and volume. Institutional traders typically accumulate slowly and steadily, and the Chaikin Oscillator helps reveal this pattern. Multi-timeframe analysis confirms whether short-term price action supports the longer-term trend. This indicator applies a smoothing EMA to each Chaikin Oscillator to help confirm direction and reduce noise.
How to Use the Indicator
Start by selecting your timeframes. The higher timeframe, set by default to Daily, establishes the broader directional bias. The lower timeframe, defaulted to 30 minutes, identifies short-term momentum confirmation. The indicator displays one of five labels: CALL Bias, CALL Wait, PUT Bias, PUT Wait, or NEUTRAL. CALL Bias means both HTF and LTF are bullish, signaling a potential opportunity for long or call trades. CALL Wait indicates that the HTF is bullish, but the LTF hasn’t confirmed yet. PUT Bias signals bearish alignment in both HTF and LTF, while PUT Wait indicates HTF is bearish and LTF has not yet confirmed. NEUTRAL means there is no alignment between timeframes and directional trades are not advised.
Interpretation
When the Chaikin Oscillator is above zero and also above its EMA, this indicates bullish momentum and accumulation. When the oscillator is below zero and below its EMA, it suggests bearish momentum and distribution. Bias labels identify when both timeframes are aligned for a higher-probability directional setup. When a “Wait” label appears, it means one timeframe has confirmed bias but the other has not, suggesting the trader should monitor closely but delay entry.
Notes
This indicator includes alerts for both CALL and PUT bias confirmation when both timeframes are aligned. It works on all asset classes, including stocks, ETFs, cryptocurrencies, and futures. Timeframes are fully customizable, and users may explore combinations such as 1D and 1H, or 4H and 15M depending on their strategy. For best results, consider pairing this tool with volume, volatility, or price action analysis.
Volume Spike Alert & Overlay"Volume Spike Alert & Overlay" highlights unusually high trading volume on a chart. It calculates whether the current volume exceeds a user-defined percentage above the historical average and triggers an alert if it does. The information is also displayed in a customizable on-screen table.
What It Does
Monitors volume for each bar and compares it to an average over a user-defined lookback period.
Supports multiple smoothing methods (SMA, EMA, WMA, RMA) for calculating the average volume.
Triggers an alert when current volume exceeds the threshold percentage above the average.
Displays a table on the chart with:
Current Volume
Average Volume
Threshold Percentage
Optional empty row for spacing/formatting
How It Works
User Inputs:
lookbackPeriods: Number of bars used to calculate the average volume.
thresholdPercent: % above the average that triggers a volume spike alert.
smoothingType: Type of moving average used for volume calculation.
textColor, bgColor: Formatting for the display table.
tablePositionInput: Where the table appears on the chart (e.g., Bottom Right).
Toggles for showing/hiding parts of the table.
Volume Calculations:
Calculates current bar's volume.
Calculates average volume using the selected smoothing method.
Computes the threshold: avgVol * (1 + thresholdPercent / 100).
Compares current volume to threshold.
Table Display:
Dynamically creates a table with volume stats.
Adds rows based on user preferences.
Alerts:
alertcondition fires when currentVol crosses above the calculated threshold.
Message: "Volume Threshold Exceeded"
Usage Examples
Example 1: Spotting High Activity
Apply the script to a stock like AAPL on a 5-minute chart.
Set lookbackPeriods to 20 and thresholdPercent to 30.
Use EMA for more reactive volume tracking.
When volume spikes more than 30% above the 20-period EMA, an alert triggers.
Example 2: Day Trading Filter
For scalpers, apply it to a 1-minute crypto chart (e.g., BTC/USDT).
Set thresholdPercent to 50 to catch only strong surges.
Position the table at the top left and reduce visible info for a clean layout.
Example 3: Long-Term Context
On a daily chart, use SMA and set lookbackPeriods to 50.
Helps identify breakout moves supported by strong volume.
How this is different from Trading View's Volume indicator:
The standard volume plot from trading view allows users to set a alert when the average line is crossed, but it does not allow you to set a custom percentage at which to trigger an alert. This indicator will allow you to set any percentage you wish to monitor and above that percentage threshold will trigger your alert.
===== ORIGINAL DESCRIPTION =====
Volume Spike Alert & Overlay
This indicator will display the following as an overlay on your chart:
Current volume
Average Volume
Threshold for Alert
Description:
This indicator will display the current bar volume based on the chart time frame,
display the average volume based on selected conditions,
allow user selectable threshold over the average volume to trigger an alert.
Options:
Average lookback period
Smoothing type
Alert Threshold %
Enable / Disable Each Value
Change Text Color
Change Background Color
Change Table location
Add/Remove extra row for placement in top corner
Usage Example:
I use this indicator to alert when the current volume exceeds the average volume by a specified percentage to alert to volume spikes.
Set the threshold to 25% in the settings
Create an alert by clicking on the 3 dots on the right of the indicator title on the chart
When the threshold is exceeded the alert will trigger
Volume Oscillator Pro – Spike Visualizer{NJ}📊 **Volume Oscillator Pro – Spike Visualizer (NJ)**
An enhanced volume oscillator for scalpers, day traders, and momentum traders.
This indicator visually highlights significant volume surges to help identify real market strength.
---
🔍 **Features:**
– Dynamic color changes based on volume pressure
– Warning zone starts at 70% (orange), confirmed spike at 100% (red)
– Horizontal spike line at 100% for clear reference
– Optional background color for extreme volume breakouts
---
⚙️ **Recommended Use:**
– Use on **1–5 minute charts** for scalping and fast momentum entries
– Combine with **price structure or candle pattern setups**
– Spikes above 100% often indicate large player entries or exits
– Helps you distinguish real movement from market noise
---
🧪 **Suggested Settings:**
– Short Length: `5`
– Long Length: `10`
– Spike Threshold: fixed at 100% (can be adjusted)
---
Created by **Nasir Jebri**
Candle/Keltner Channels BUY SELLWhy Use Candlesticks?
They help traders visualize price action
Used in technical analysis and price pattern recognition (e.g., Doji, Engulfing, Hammer)
Assist in determining entry and exit points
Why Traders Use Keltner Channels?
Keltner Channels are widely used by traders for identifying trends, detecting volatility, and spotting trade opportunities.
1. Trend Identification
The middle line (EMA) shows the general trend.
If price consistently stays above the middle line, it indicates a strong uptrend.
If price stays below, it signals a downtrend.
Use: Traders follow the trend direction to enter trades in line with momentum.
2. Volatility Measurement
The width of the channel expands and contracts based on Average True Range (ATR).
Wider channels = high volatility, tighter channels = low volatility.
Use: Helps traders decide when to expect breakouts or calm periods.
3. Breakout Signals
A break above the upper band can signal a bullish breakout.
A break below the lower band can signal a bearish breakout.
Use: Traders use this for momentum trading and breakout entries.
4. Overbought/Oversold Conditions
Price touching or crossing the upper band may suggest it's overbought.
Price touching or crossing the lower band may suggest it's oversold.
Use: Traders combine this with RSI or MACD to confirm reversal setups.
5. Trade Entry and Exit
When price pulls back to the middle EMA during a trend, it may present a buy/sell opportunity.
Exits can also be planned if price returns inside the bands after a breakout.
Use: Helps with precise entry and exit timing.
6. Combines Well With Other Indicators
Commonly used with:
RSI (for confirmation)
MACD (for momentum)
Candlestick patterns (for price action signals)
Combining Candlestick Patterns with Keltner Channels gives traders a powerful method to confirm entries, spot reversals, and improve accuracy. Here’s why this combination works so well:
1. Context for Candlestick Signals
Candlestick patterns (like doji, engulfing, or pin bars) show potential price reversals, but they need context to be reliable. Keltner Channels provide that context:
A bullish candlestick near the lower band suggests a stronger buy signal.
A bearish candlestick near the upper band strengthens a sell signal.
2. Filtering False Signals
Candlestick patterns occur frequently, and not all are meaningful.
The location within the Keltner Channel helps filter out weak or false patterns.
Example: A bullish engulfing candle outside the lower band = high-probability reversal.
3. Improved Entry Timing
Traders wait for a candlestick pattern confirmation when price touches or crosses a Keltner band.
This avoids premature entries and allows tighter stop-losses.
4. Better Risk-Reward Setup
Candlestick entry near channel extremes (upper/lower band) lets traders place stop-losses just beyond recent highs/lows.
The target can be the opposite side of the channel or the middle EMA.
5. Visual Simplicity
Keltner Channels + Candles are visually intuitive.
Even beginner traders can easily recognize:
Overextended candles near channel edges.
Confirmed breakouts or reversals.
This Timeframe 5 min : XAUUSD
Volume & Price Analysis Across SessionsVolume & Price Analysis Across Sessions:
This advanced volume profile-based indicator provides a detailed visualization of market activity by analyzing volume distribution and price behavior across user-defined trading sessions. It dynamically calculates and displays the price level with the highest traded volume —for each user defined session, along with historical POCs, offering valuable insights into price acceptance zones and market sentiment over time.
Benefits:
Volume-Weighted Price Insights: Go beyond simple price action by integrating volume data to identify key levels where market participants are most active.
Multi-Session Context: Analyze volume concentration across multiple sessions to better anticipate support/resistance and potential reversal zones.
Visual Clarity: Intuitive color gradients and line widths make interpreting complex volume data straightforward.
Customizable to Fit Any Trading Style: Adjustable session length and sensitivity make it suitable for day trading, swing trading, or longer-term analysis.
This indicator is ideal for traders looking to integrate volume profile concepts directly on price charts with session-specific granularity, enabling deeper understanding of market structure and more informed trading decisions.
How It Works:
The indicator segments price and volume data into discrete sessions based on the selected timeframe.
Within each session, it bins volumes by price levels and identifies the POC — the price with the highest aggregated volume.
It draws the current session’s POC line on the chart, adjusting its thickness dynamically relative to volume strength using a z-score-based calculation.
Upon session completion, the POC line for that session is preserved on the chart in a gradient color reflecting relative volume magnitude compared to previous sessions.
Users can optionally enable deviation lines to observe volatility or price spread within each session.
The script efficiently manages historical POC lines, deleting the oldest when exceeding the maximum configured number to keep the chart clean.
Key Features:
Session-Based Volume Profile: Defines custom sessions based on a selectable timeframe (default 4 hours) and calculates volume bins within each session to identify where the most trading activity occurred.
Dynamic POC Line: Highlights the current session’s POC with a line whose width adapts based on volume intensity, controlled by a user-adjustable volume sensitivity parameter.
Historical POCs with Volume Gradient: Displays up to 30 previous session POC lines colored with a gradient ranging from low-volume (semi-transparent red) to high-volume (solid green), enabling quick visual identification of significant volume levels over time.
Standard Deviation Lines (Optional): Optionally plots ±1 standard deviation lines around the POC to visualize price dispersion within sessions.
Configurable Parameters: Allows full customization of appearance and sensitivity including POC line colors, maximum line widths, session timeframe, and the maximum number of price bins for volume aggregation.
Default Parameters Used:
Session Timeframe: 240 minutes (4-hour sessions)
POC Line Color: Yellow
Max Historical POCs Displayed : 30
Max POC Line Width: 10 pixels
Volume Sensitivity for POC Width: 2.0 (controls how volume deviations affect line thickness)
Show ±1 Std Dev Lines: Disabled by default
Deviation Line Color: Gray
Max Price Bins: 1000 (limits the number of unique price levels considered per session)
Historical POC Gradient Colors:
Low Volume Start: Red, 60% transparency
High Volume End: Solid Green
Volume Candle Color (Continuous)Volume-Based Candle Color Indicator (Continuous Gradient)
Overview
Transform your charts with this advanced volume visualization tool that colors candles based on relative volume intensity using a smooth, continuous gradient . Unlike traditional step-based volume indicators, this script provides nuanced color transitions that make volume anomalies instantly visible.
Key Features
Continuous Color Gradient
Smooth transitions - No more discrete color steps
High volume = Bright, opaque colors that demand attention
Low volume = Faded, transparent colors that blend into background
Real-time adaptation to market conditions
Full Customization Control
Volume Range Settings: Define min/max volume ratios for optimal sensitivity
Transparency Control: Adjust brightness levels from 0-95%
Custom Colors: Choose your preferred bullish/bearish base colors
Moving Average Period: Customize the volume comparison timeframe (default: 30)
Enhanced Visualization
Optional Info Panel: Real-time display of volume metrics
Volume Ratio Plot: Additional pane showing volume ratio trends
Clean Interface: Non-intrusive overlay that enhances price action
How It Works
The indicator calculates relative volume by comparing current volume to a Simple Moving Average (SMA) of volume over your chosen period. This ratio is then mapped to a continuous color scale:
Volume Ratio > 2.0: Maximum intensity (brightest colors)
Volume Ratio 1.0: Average volume (medium intensity)
Volume Ratio < 0.5: Below average (most transparent)
Bullish Candles (Close > Open): Green gradient
Bearish Candles (Close < Open): Red gradient
Trading Applications
Volume Spread Analysis (VSA)
Perfect companion for VSA traders who need to quickly identify:
Climactic volume at key support/resistance levels
No demand situations with low volume
Professional money accumulation/distribution patterns
Breakout Confirmation
High volume breakouts: Immediately visible with bright colors
False breakouts: Revealed by low volume (faded colors)
Volume divergences: Spotted instantly through color intensity changes
Market Structure Analysis
Support/Resistance tests: Volume validation through color brightness
Trend strength: Continuous color feedback on volume participation
Market phases: Easy identification of accumulation vs distribution
Why Choose This Indicator?
Advantages Over Traditional Volume Indicators:
Instant Visual Feedback: No need to look at separate volume bars
Continuous Scale: More precise than discrete level systems
Customizable Sensitivity: Adapt to any market or timeframe
Clean Charts: Maintains focus on price action while adding volume context
Universal Application: Works on all instruments and timeframes
Settings Guide
Essential Settings:
Volume MA Period (30): Longer periods = smoother baseline, shorter = more sensitive
Min Volume Ratio (0.2): Lower values = more sensitivity to low volume
Max Volume Ratio (3.0): Higher values = accommodate extreme volume spikes
Transparency Range (10-85%): Adjust visual contrast to your preference
Pro Tips:
Day Trading: Use 10-20 period MA for quick volume changes
Swing Trading: Use 30-50 period MA for broader volume context
Lower transparency range (0-70%) for subtle effects
Higher transparency range (20-90%) for dramatic contrasts
Best Practices
Combine with Price Action: Use volume colors to confirm price patterns
Multiple Timeframes: Apply on different timeframes for comprehensive analysis
Market Context: Adjust sensitivity based on market volatility periods
Backtesting: Test settings on historical data before live trading
Perfect For:
Volume Spread Analysis practitioners
Breakout traders seeking confirmation
Market structure analysts
Anyone wanting cleaner, more intuitive volume visualization
Technical Specifications
Pine Script v6 - Latest version compatibility
Overlay Indicator - Works directly on price charts
Minimal Performance Impact - Optimized calculations
All Market Types - Stocks, Forex, Crypto, Futures
Transform your volume analysis today! Experience the difference continuous color gradients make in identifying high-probability trading opportunities.
Like and follow for more innovative trading tools!
RVOL - Relative Volume IntradayIn the context of intraday trading, RVOL stands for Relative Volume. It is a technical indicator that compares the current volume of a stock to its average volume over a specified period. A RVOL above 1 suggests higher than average trading volume, potentially indicating increased interest and volatility.
The precise definition of real time relative volume is current cumulative volume up to the time of day divided by average cumulative volume up to this time of day. It means for example taking the volume from 09:45 to 10:00 and comparing it to what it does from 09:45 to 10:00 every day.
This indicator supports all timeframes from1 minute to 4 hours.
Trailing Cumulative Volume DeltaShort Description:
A dynamic volume delta indicator that calculates a trailing sum of net buying/selling pressure over a user-defined number of recent bars, offering a more adaptive view of order flow momentum compared to fixed-anchor CVD.
Overview:
The Trailing Cumulative Volume Delta (TCVD) indicator provides a powerful way to analyze market sentiment by tracking the net difference between buying and selling volume. Unlike traditional Cumulative Volume Delta (CVD) indicators that typically reset at fixed intervals (e.g., daily, weekly), the TCVD calculates a rolling sum of volume delta over a specified number of recent bars. This "trailing" approach offers a more fluid and responsive measure of recent order flow dynamics.
How it Works:
Per-Bar Delta Calculation: For each bar on your chart, the indicator first calculates the net Volume Delta. This is done by looking at a finer, user-configurable Lower Timeframe (e.g., 1-minute data for a 15-minute chart bar) to determine the aggressive buying vs. selling volume within that bar.
Trailing Sum: The indicator then sums these individual per-bar net deltas over a user-defined Trailing Bars lookback period. For example, if "Trailing Bars" is set to 20, the TCVD value will represent the cumulative net delta of the last 20 bars.
Visualization:
The TCVD is plotted in a "MACD-Columns-Style" in a separate pane.
Teal: When the TCVD value is increasing (suggesting growing net buying pressure or diminishing net selling pressure over the trailing period).
Red: When the TCVD value is decreasing (suggesting growing net selling pressure or diminishing net buying pressure over the trailing period).
White: When it is returning to the mean.
How to Interpret and Use TCVD:
Trend Strength & Momentum:
A rising TCVD suggests that, on average over the trailing period, buying pressure is dominant or strengthening. This can confirm bullish price action or indicate underlying strength.
A falling TCVD suggests that selling pressure is dominant or strengthening, potentially confirming bearish price action or indicating weakness.
Divergences:
Unlike other Divergences, the CVD has two different types of Divergences: a) Absorption and b) Exhaustion. You only want to trade the Absorption pattern.
Zero Line Crossovers:
TCVD crossing above the zero line can indicate a shift towards net positive buying pressure over the lookback period.
TCVD crossing below the zero line can indicate a shift towards net positive selling pressure.
Confirmation: Use TCVD to confirm breakouts or breakdowns. A price breakout accompanied by a strongly rising TCVD is generally more reliable.
Key Settings:
Trailing Bars: (Default: 10)
Determines the number of recent bars to include in the cumulative delta sum.
Shorter periods make the TCVD more responsive to immediate changes.
Longer periods provide a smoother, longer-term view of order flow.
Use custom timeframe: (Checkbox, Default: false)
Allows you to override the automatic selection of the lower timeframe for delta calculation.
Timeframe for Delta Calculation: (Default: "1" - 1 minute)
Specifies the lower timeframe data used to calculate the volume delta for each individual chart bar.
Choosing a very fine timeframe (e.g., seconds) can provide high precision but may be limited by data availability or processing load.
If "Use custom timeframe" is unchecked, the script attempts to choose a sensible default based on your chart's timeframe (e.g., "1S" for second charts, "1" for intraday, "5" for daily, "60" for weekly+).
Examples:
Confirming Breakout Strength:
Price breaks out above a significant resistance level.
If the TCVD is also sharply rising and has perhaps crossed above its zero line, it provides confirmation that strong buying interest is fueling the breakout, increasing confidence in its validity.
Important Notes:
This indicator requires reliable volume data from your broker/data feed to function correctly. If your chart does not have volume, or if the volume data is unreliable, the TCVD will not be accurate.
Like all indicators, TCVD is best used as part of a comprehensive trading strategy, in conjunction with price action analysis and other indicators or tools.
Experiment with the Trailing Bars and Timeframe for Delta Calculation settings to find what best suits your trading style, the asset you are analyzing, and the chart timeframe you are using.
Feel free to modify this, add your personal touch, or include specific screenshots when you publish!
Volume CandlesVolume Candles — Context-Aware Candle Color
Description:
This visual indicator colors your price candles based on relative volume intensity, helping traders instantly detect low, medium, and high volume activity at a glance. It supports two modes — Percentile Ranking and Volume Average — offering flexible interpretation of volume pressure across all timeframes.
It uses a 3-tiered color system (bright, medium, dark) with customizable tones for both bullish and bearish candles.
How It Works:
You can choose between two modes for volume classification:
Ranking Mode (Default):
Measures current volume’s percentile rank over a lookback period. Higher percentiles = stronger color intensity.
Percentile thresholds:
< 50% → light color (low volume)
50–80% → medium intensity
> 80% → high volume
Volume Average Mode:
Compares current volume against its simple moving average (SMA).
Volume thresholds:
< 0.5× SMA → light color
Between 0.5× and 1.5× → medium
> 1.5× → high intensity
Candle Paint:
Candles are colored directly on the chart, not in a separate pane. Bullish candles use green shades, bearish use red. All colors are fully customizable.
How to Interpret:
Bright Colors = High volume (potential strength or climax)
Muted/Transparent Colors = Low or average volume (consolidation, traps)
Example Use Cases:
Spot fakeouts with large price movement on weak volume (dark color)
Confirm breakout strength with bright candles
Identify stealth accumulation/distribution
Inputs & Settings:
Mode: Ranking Percentile or Volume Average
Lookback Period for ranking and SMA
Custom Colors for bullish and bearish candles at 3 intensity levels
Best For:
Price action traders wanting context behind each candle
Scalpers and intraday traders needing real-time volume feedback
Anyone using volume as a filter for entries or breakouts
Pro Tips:
Combine with Price Action, Bollinger Bands or VWAP/EMA levels to confirm breakout validity and intent behind a move.
Use alongside RSI/MACD divergences for high-volume reversal signals.
For swing trading, expand the lookback period to better normalize volume over longer trends.
CVD Divergenz System – modular with Exchange + LabelsA smart volume-based strategy tool using CVD divergence, ATR-based risk management, and Open Interest filters — now with visual chart labels and exchange switching.
Designed for crypto traders who want precise entry signals, volume insight, and a clean UI.
🔍 Key Features:
✅ CVD Divergence Detection
Automatically detects bullish or bearish divergences between price and cumulative delta (CVD)
✅ Open Interest Logic (Simulated)
Signals are only valid when OI is rising – otherwise a warning is issued
✅ ATR-Based Entry, Stop & Target Zones
Auto-calculated based on your chosen R multiple (e.g., 1.5R), plotted in the chart
✅ Visual Dashboard Panel (table)
Compact panel with CVD, OI change, ATR, signal status, and selected exchange — always visible in top-right
✅ Exchange Selector + Fallback to Binance
Choose between Binance, Bybit, Bitget, or Coinbase — if data is unavailable, Binance is used automatically
✅ Modular Chart Labels
Optionally display 📈 LONG, 📉 SHORT or ⚠️ WARNING labels directly on the chart with a toggle
✅ Alerts Built-In
Get notified instantly when a setup triggers (long, short, or warning) — works with app, popup, or webhook
✅ Fully Modular Controls
Enable or disable the dashboard, trade zones, and labels via simple checkboxes
⚠️ Technical Notes:
CVD is calculated from delta volume (volume * sign(close - open)) — not true order flow
Open Interest is simulated using volume as a placeholder (due to Pine Script limitations)
Best suited for 5–30min timeframes on crypto futures pairs like BTCUSDT, ETHUSDT, etc.
💡 Pro Tips:
Use near key support/resistance zones or liquidity levels
Combine with price action and higher timeframe confluence
Alerts work best with "Once Per Bar Close" trigger setting
📈 Built to support faster decisions, cleaner setups, and institutional-level insights — all in one tool.
Liqudation HeatMap [BigBeluga]🔵 OVERVIEW
An advanced liquidity visualization tool that plots horizontal heat zones to highlight where potential liquidations and volume clusters are most likely hiding beneath price action.
Liqudation HeatMap scans historical price movements for local highs and lows with elevated volume or candle range. It then draws dynamic heatmap boxes—shaded from lime (low interest) to yellow (high interest)—revealing potential zones of trapped positions or stop clusters. A vertical scale on the right shows you the relative strength of volume behind each level, from 0 to the highest detected.
🔵 CONCEPTS
Maps areas of potential liquidity using volume or candle range (if volume is unavailable).
Identifies swing highs/lows (pivots) and extends heatmap boxes outward from these levels. Colors each zone based on the relative strength of volume concentration.
Fades or removes zones once price crosses their midpoints, simulating the idea of liquidity being “consumed.”
Displays a live vertical scale that shows the volume range for quick reference.
🔵 FEATURES
Dynamic Heatmap Zones:
Draws few boxes above and after pivot highs and below pivot lows, each shaded based on volume concentration.
Smart Coloring System:
Uses a gradient from lime (low) to yellow (high) to visually distinguish between weak and strong liquidity zones.
Adaptive ATR Widths:
Automatically adjusts zone thickness based on volatility (ATR), scaling intelligently across timeframes.
Liquidity Consumption Logic:
Zones are stope extending once price interacts with them—mimicking the behavior of real liquidation sweeps.
Volume Scale Legend:
A real-time scale is plotted on the right side, showing the min-max range of volume used for heat calculations.
🔵 HOW TO USE
Look for thick yellow zones to identify areas of concentrated stop losses or liquidation triggers.
Use these levels to anticipate mean reversion points or high-volatility zones.
Combine with your trend or structure tools to trade into or fade these liquidity pools.
On lower timeframes, use this tool to confirm entries around sweeps or deviations.
Use the right-side scale to compare relative zone strength instantly.
🔵 CONCLUSION
Liqudation HeatMap is a powerful visualization tool that uncovers where liquidity likely resides on the chart. By highlighting hidden traps and reactive levels in real-time, it gives traders a significant edge when it comes to spotting stop hunts, mean reversions, and areas of institutional interest. Whether you’re scalping or swing trading, this heatmap provides unmatched context on the market’s hidden intent.
VOL & AVG OverlayCustom Session Volume Versus Average Volume
Description:
This indicator will create an overlay on your chart that will show you the following information:
Custom Session Volume
Average For Selected Session
Percentage Comparison
Options:
Set Custom Time Frame For Calculations
Set Custom Time Frame For Average Comparison
Set Custom Time Zone
Enable / Disable Each Value
Change Text Color
Change Background Color
Change Table location
Example:
Set indicator to 30 period average. Set custom time frame to 9:30am to 10:30am Eastern/New York.
When the time frame for the calculation is closed , the indicator will provide a comparison of the current days volume compared to the average of 30 previous days for that same time frame and display it as a percentage in the table.
In this example you could compare how the first hour of the trading day compares to the previous 30 day's average, aiding in evaluating the potential volume for the remainder of the day.
Notes:
Times must be entered in 24 hour format. (1pm = 13:00 etc.)
This indicator is for Intra-day time frames, not > Day.
If you prefer data in this format as opposed to a plotted line, check out my other indicator: ADR & ATR Overlay
Approx. Footprint: Volume DeltaThis indicator brings you a simplified “footprint” view by charting the volume delta—the imbalance between bullish and bearish volume—alongside total bar volume.
Delta Bars: Green/red columns show where buyers (close > open) or sellers (close < open) dominated each bar.
Total Volume: Semi-transparent gray columns in the background give you overall context.
No Hidden Data: Works on any symbol/timeframe without tick-by-tick or bid/ask feeds.
Use it to quickly spot bars with strong buying or selling pressure, identify momentum shifts, and confirm breakouts or reversals—all within TradingView’s standard volume streams.
Hidden Gap`s VSA Volume Auto-TimeframeHidden Gap's VSA Volume with Auto-Timeframe Adaptation
Enhanced Version of Classic Volume Spread Analysis Indicator
Description:
This evolved version of the original "Hidden Gap's VSA Volume" indicator introduces intelligent timeframe adaptation while preserving its core Volume Spread Analysis (VSA) logic. The key enhancement automatically synchronizes volume calculations with your chart's current timeframe, eliminating manual resolution adjustments.
New Features:
✅ Auto-Timeframe Detection
Dynamically adjusts to any chart timeframe (1M/5M/1H/4H/D/W/M)
✅ Smart Resolution Switching
Seamlessly works across multiple timeframes without parameter changes
✅ Manual Override Option
Retains custom resolution input for multi-timeframe analysis (e.g., view weekly volume on daily charts)
✅ Modernized Engine
Upgraded to Pine Script v6 for optimal TradingView performance
Core Functionality Preserved:
• Multi-layer volume analysis using 40/20/2-period comparisons
• Color-coded histogram detecting:
Black: 40-period high volume
Gray: 20-period low volume
Purple: 2-period volume contraction
Blue/Red: Immediate volume changes
• Integrated 20-period SMA reference line
Usage Scenarios:
Intraday Trading: Auto-adjusts from 1-minute to 4-hour charts
Multi-Timeframe Analysis: Compare current volume against higher timeframe patterns
Swing Trading: Maintain consistent analysis across D/W/M timeframes
Smart Money Volume by P4 ProviderSmart Money Volume by P4 Provider is a proprietary volume-based tool designed to identify institutional activity across major trading sessions (Asian, London, and New York) with precision. It combines classical Volume Spread Analysis (VSA) with dynamically calculated session-wise volume averages , tracked in real-time on 1-minute and 5-minute charts.
Built for serious traders, this indicator highlights:
High-Volume Nodes: Automatically marks the highest volume bar of the day with a horizontal level.
Session-Based Volume Intelligence: Tracks and averages volume spikes during key sessions using both M1 and M5 granularities.
Smart Institutional Footprint: Reveals session-specific average volume levels via colored horizontal lines (Green for Asian, Purple for London, Red for NY).
Volume Strength Color Coding: Visualizes bullish/bearish volume intensity via dynamic bar coloring.
Ideal for scalpers, intraday traders, and smart money trackers seeking to align with institutional footprints.
Important Notes:
Time Zone Setup Required: Please adjust the UTC offset in the script according to your local time for accurate session alignment.
Optimized for 1-minute and 5-minute charts only.
For educational and analytical use. Not a buy/sell signal generator.
Developed by P4 Provider , this tool is part of a broader ecosystem focused on elite trading tools powered by real market behavior.
Volume AlertVolume increase alert: triggers an icon and alert when the current volume is X times greater than the previous one. The multiplier value can be adjusted as needed.
Português:
Alerta de aumento de volume: dispara um ícone e alerta quando o volume atual é X vezes maior que o anterior. O valor do multiplicador pode ser ajustado conforme sua necessidade.
Liquidity and S&R Zones╔══════════════════════════════════════════════════════════════════════╗
║ Description ║
╚══════════════════════════════════════════════════════════════════════╝
This indicator identifies liquidity zones and support/resistance (S&R) levels
using pivot points and volume analysis. Liquidity zones highlight areas of high
trading activity, while S&R levels mark key price levels where price may reverse
or break. Breakouts are confirmed with a volume oscillator and visualized with
shapes. Alerts are provided for significant S&R breakouts.
╔══════════════════════════════════════════════════════════════════════╗
║ User Guide ║
╚══════════════════════════════════════════════════════════════════════╝
#### Overview
This indicator detects liquidity zones and support/resistance (S&R) levels
using pivot points and volume analysis. Liquidity zones highlight areas of
high trading activity, often targeted by institutional traders. S&R levels
indicate key price levels where price may reverse or break, with breakouts
confirmed by a volume oscillator. The indicator is designed for traders
seeking to trade breakouts or reversals at critical levels.
#### Features
- **Liquidity Zones**: Identifies pivot highs/lows with high-volume confirmation.
- **Support/Resistance Levels**: Plots dynamic S&R lines based on pivot points.
- **Breakout Signals**: Displays shapes for price crossing S&R levels with volume confirmation.
- **Volume Oscillator**: Uses short/long EMA difference to confirm breakouts.
- **Alerts**: Notifies users of support/resistance breakouts.
#### Input Parameters
- **Liquidity Settings**:
- *Liquidity Lookback Period*: Bars for average volume (default: 50).
- *Liquidity Volume Threshold Multiplier*: Volume multiplier for liquidity zones (default: 1.5).
- *Liquidity Pivot Lookback*: Bars for pivot detection (default: 5).
- **S&R Settings**:
- *Show Breaks*: Toggle breakout shapes (default: true).
- *Left/Right Bars*: Bars for S&R pivot detection (default: 15).
- *S&R Volume Threshold*: Minimum oscillator value for breakouts (default: 20).
- **Style Settings**: Predefined colors for liquidity and S&R visualization.
#### Usage
1. Apply the indicator to a chart (e.g., 1H, 4H, or D timeframes recommended).
2. Adjust input parameters to suit the instrument and timeframe:
- Increase `liqLookback` for smoother volume averages on lower timeframes.
- Adjust `leftBars` and `rightBars` for more/less sensitive S&R levels.
- Set `srVolumeThresh` based on typical oscillator values (plot `osc` to calibrate).
3. Monitor liquidity zones (red/green/yellow crosses) and S&R lines (red/green).
4. Watch for breakout signals (shapes) when price crosses S&R levels with volume confirmation.
5. Set up alerts for "Support Broken" or "Resistance Broken" to receive notifications.
#### Recommended Settings
- **Timeframes**: 1H, 4H, or D for reliable signals.
- **Instruments**: Assets with good volume (e.g., crypto, forex, indices).
- **Liquidity**: Increase `liqVolumeThreshold` (e.g., 2.0) for stricter zones.
- **S&R**: Use `leftBars = rightBars = 10` for faster markets.
#### Cautions
- Ensure sufficient chart history for pivot and volume calculations.
- High `liqLookback` or `leftBars` may delay signals on lower timeframes.
- Volume oscillator requires accurate volume data; test on reliable instruments.
- Backtest breakout signals, as false breakouts can occur in choppy markets.
#### Customization Ideas
- Add Fibonacci levels to complement S&R zones.
- Integrate with trend indicators (e.g., EMA) to filter breakouts.
- Visualize volume oscillator as a histogram for calibration.
- Extend liquidity zones with boxes to highlight price ranges.
#### Notes
- Combine with other analysis for a complete trading system.
- Test thoroughly in a demo account before live trading.
- Contact the author for support or feature requests.
Happy trading, and may your trades align with the market’s key levels! 🚀
TeddyOverview
"Teddy" is an indicator that overlays up to five customizable Volume Profiles on the chart, each displaying Point of Control (POC), Value Area High (VAH), and Value Area Low (VAL). Designed for traders, it anchors profiles to user-defined time ranges, helping align traders with the ever changing auction so they are on the right side of trends, avoid choppy price action, and stay clear of overbought/oversold conditions.
Originality and Usefulness
Unlike standard Volume Profile tools, "Teddy" offers five independent profiles with flexible anchored or fixed time ranges, customizable labels, and distinct colors. This multi-profile approach reveals key price levels across different periods, enabling traders to navigate trends and avoid low-opportunity zones effectively, ideal for equities, futures, or indices.
What It Does
Plots up to five Volume Profiles, each with POC, VAH, and VAL lines.
Labels levels with customizable prefixes and price displays.
Supports anchored (start-to-present) or fixed (start-to-stop) time ranges, adjustable via inputs or chart dragging.
How It Works
Data Sources: Uses lower timeframe data (e.g., 1-minute on a 5-minute chart) to build volume distributions.
Calculations:
POC: Identifies the price with the highest traded volume in the selected range.
VAH/VAL: Defines the value area (default: 70% of volume(recommended)) around POC.
Time Ranges: Each profile starts at a user-set time, extending to the present or a stop time if fixed.
Visualization: Draws lines and labels for POC, VAH, and VAL, with customizable colors, offsets, and leftward extensions.
How It Helps Traders
"Teddy" aligns traders with the auction to help avoids pitfalls:
Staying with the Trend: Price above POC Indicates buyers are in control of the profile being studied which allows the auction to move towards VAH next. Price below POC Indicates sellers are in control of the profile being studied which allows the auction to move towards VAL next. guiding trend-following entries. Breakouts above VAH can signal an expansion opportunity for price and breakdowns below VAL can signal an expansion opportunity for price.
Avoiding Choppy Conditions: POC acts as a price anchor(magnet almost) that draws price towards it due to the high volume around this pivot— Price oscillating around POC often indicates consolidation(almost a battle between buyers and sellers); Its wise to let the battle finish to understand the true direction. Teddy also helps traders identify consolidation between ranges as buyers and sellers fight for acceptance above below in inside of one or multiple ranges. This type of structure between ranges often brings chop with it as well.
Steering Clear of Overbought/Oversold: Extreme price moves far from POC or VAH/VAL, especially in recent profiles, suggest price at premium or price at discount. This can help traders avoid chasing an extended move to the upside or the downside.
Multiple profiles provide temporal context, ensuring trades align with multiple auctions to define price at a value, at a discount or at a premium and not just fleeting noise.
How to Use It
Apply to any chart (e.g., ES 1H for futures).
Customize via inputs:
"Profile Settings": Enable/disable, set start/stop times, toggle fixed range.
"Profile Appearance": Adjust horizontal offset for labels.
"Profile Colors": Set POC, VAH, VAL colors (e.g., yellow, blue).
"Profile POC & Value Area": Adjust value area percentage (default: 70%), toggle POC/VAH/VAL display, extend lines left.
"Profile Label Customization": Set label prefixes, show prices, and text colors.
Underlying Concepts
Volume Profile: POC and VAH/VAL highlight high-volume acceptance zones, anchoring trend analysis.
Temporal Analysis: Multiple profiles reveal evolving market structure over user-defined periods.
Limitations
May require a Premium Trading view plan due to data being pulled on lower time frames such as the 1 minute. Check to ensure your plan meets these requirements.
Profiles looking back multiple months (e.g., 9 or 12 months) on lower timeframes (e.g., 1-minute) may cause memory errors or fail to load due to data limits.
Hourly or higher timeframes are best for accurate data on extended lookbacks, especially in futures markets.
Accuracy depends on lower timeframe data availability.
Levels are contextual, not guaranteed signals.
Amihud Liquidity RatioCalculates liquidity as a sort of moving average over time
The Amihud Illiquidity Ratio (ILLIQ) measures the price impact of trading volume. It's calculated as the absolute daily return divided by the daily dollar volume:
𝐼𝐿𝐿𝐼𝑄ₜ = |𝑅ₜ| / 𝑉𝑂𝐿𝐷ₜ
Where:
|𝑅ₜ| is the absolute value on return day t
𝑉𝑂𝐿𝐷ₜ is the dollar trading volume on day t
Here's how you can incorporate this indicator into your analysis:
1. Identifying Liquidity Regimes:
High Liquidity (Low Indicator Values): When the indicator is consistently low, it suggests a market or asset where it's generally easier to enter and exit positions without significant slippage. This might be a more favorable environment for strategies that rely on tight spreads and efficient order execution.
Low Liquidity (High Indicator Values): When the indicator is consistently high or spiking, it signals periods of lower liquidity. This can lead to:
Increased Volatility: Fewer participants and larger bid-ask spreads can amplify price movements.
Higher Slippage: Executing large orders might result in getting a worse price than expected.
Gap Risk: Significant price gaps can occur between trading sessions due to a lack of continuous trading interest.
---------------------------------------------------------------------------------------------------------------------
2. Confirming Trends and Breakouts:
Trend Confirmation:
Uptrend with Increasing Liquidity (Falling Amihud): A healthy uptrend often sees increasing participation and ease of trading. A falling Amihud during an uptrend can provide confidence in the trend's sustainability.
Uptrend with Decreasing Liquidity (Rising Amihud): An uptrend accompanied by rising Amihud might be less stable. It could suggest that the price increase is driven by fewer participants and might be more prone to reversals.
The same logic applies to downtrends, but in reverse.
---------------------------------------------------------------------------------------------------------------------
Breakout Confirmation:
Breakout with Increasing Liquidity (Falling Amihud): A breakout accompanied by increasing liquidity (falling Amihud) can suggest strong conviction and a higher probability of the breakout being sustained.
Breakout with Decreasing Liquidity (Rising Amihud): A breakout on low liquidity might be more suspect and could be a "fakeout" if there isn't enough sustained buying or selling pressure.
---------------------------------------------------------------------------------------------------------------------
3. Identifying Potential Reversal Points:
Liquidity Exhaustion: Sometimes, a prolonged period of low liquidity (high Amihud) might precede a reversal. The lack of active trading interest at those levels could make the price more susceptible to a shift in sentiment.
Liquidity Surges: A sudden spike in liquidity (a sharp drop in Amihud) after a period of low liquidity could indicate renewed interest and potentially the start of a new trend or a reversal of the previous one.
-----------------------------------------------THANK YOU----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------<3-----------------------------------------------
BTC Spot Aggregated Volume + 20EMAThe purpose of this indicator is to provide a more comprehensive view of Bitcoin's spot market activity by combining volume data from several sources.
1. Fetches and aggregates spot volume data for BTC from the following exchanges:
Binance (BTCUSDT)
Coinbase (BTCUSD)
Kraken (BTCUSD)
Bitfinex (BTCUSD)
Bitstamp (BTCUSD)
KuCoin (BTCUSDT)
Gate.io (BTCUSDT)
OKX (BTCUSDT)
Huobi (BTCUSDT)
2. Calculates a 20-period EMA on the aggregated volume to smooth out the data and identify volume trends.
This indicator is particularly useful for traders who want a broader view of real BTC spot market activity, rather than relying on a single exchange's data, which might be misleading or incomplete. By averaging across major exchanges, the indicator helps reduce noise and gives a more accurate picture of volume trends.
30-Day Rolling VWAP30-Day Rolling VWAP (30-RVWAP)
Overview:
The 30-Day Rolling VWAP is an advanced technical analysis tool designed for crypto traders that combines Volume Weighted Average Price over a 30-day rolling window with sophisticated volume analysis to generate high-probability trading signals.
Key Features:
1. Dynamic Color-Coded VWAP Line
Green glow = Strong bullish pressure
Red glow = Strong bearish pressure
Gray = Neutral/balanced market
The line changes color based on volume-weighted directional pressure
2. Volume Pressure Zones
Multi-layered glowing fill effect around VWAP
Expands/contracts based on volatility and volume
Shows potential support/resistance zones
3. Smart Alert System
Buy/Sell alerts based on VWAP color change
Cross above/below VWAP alerts
Confidence levels based on pressure strength
How to Use:
1. Color Signals
When VWAP turns green: Consider buying (bullish pressure)
When VWAP turns red: Consider selling (bearish pressure)
Gray color indicates consolidation/neutral market
2. Alert Structure
Buy/Sell alerts include confidence percentage (0-100%)
Higher confidence = stronger directional pressure
Cross alerts notify when price crosses VWAP with distance
3. Volume Pressure Zones
Wider zones = higher volatility/volume
Use zones as dynamic support/resistance levels
Watch for price reactions at zone boundaries
4. Trading Strategy
Enter long when VWAP turns green with high confidence (60%+)
Enter short when VWAP turns red with high confidence
Use VWAP as trailing stop (exit when cross alerts trigger)
Use pressure zones for profit targets
5. Alert Messages
Buy Signal: "BTCUSDT | 15m | BUY Signal | Price: 42380.00 | VWAP: 42350.00 | Distance: 0.07% | Confidence: 78% due to strong bullish pressure"
Cross Alert: "BTCUSDT | 15m | CROSS ABOVE VWAP | Price: 42360.00 | VWAP: 42350.00 | Distance: 0.02%"
Best Practices:
Use higher timeframes (4H+) for trend direction; preferably **daily timeframe**
Combine with other indicators for confirmation
Monitor volume for signal validation
Consider market context when entering trades
The indicator combines multiple volume metrics to filter out false signals and provides clear visual and alert-based trading signals.