Volume USDTName:
USDT Volume Bars (Directional Colors)
Description:
This indicator visualizes trading volume in USDT by multiplying the candle's volume by the average of its open and close prices. The result reflects a more realistic estimation of the traded value per candle.
🟩 Green bars: Bullish or neutral candles (close ≥ open)
🟥 Red bars: Bearish candles (close < open)
Useful for spotting high-value inflows and outflows based on actual price-weighted volume.
Search in scripts for "Volume"
Volume Crossover StrategyThis script shows us the strength and acceleration of the trend, not the direction. ! . The indicator is built on the collision of two volumes (the collision of one-hour and four-hour volumes), where as a result one upward arrow shows us (acceleration, pressing the gas on the pedal), and the downward one shows deceleration (i.e. braking).
Recommendation: Be sure to attach:
a) any trend direction indicator (SMA, EMA), through which we will have an idea where the market is going and going:
b) volatility indicator
c) AD accumulation distribution (let's have a real picture, is there a buying or selling trend)
It is suitable for a one-hour timeframe
P.S. The script does not make any guarantee of profit, it is published only for the purpose of sharing my opinion about this strategy.
an hour ago
Comment:
The green signal is the start of the marathon, and the red signal is the end. For example, if the downward trend has ended (we can see it through the blue signal), it does not mean that the next marathon will necessarily be a reflected trend. It is not excluded that the next marathon will also develop on a downward trend...and therefore in the opposite case as well..
Volume GainThis indicator shows the amount, in terms of a percentage, that the volume is currently above or below the current volume average.
((Volume - volumeMA) / volume) * 100
Ways to use:
1) We could consider movements in price to be extremely strong when the volumeGain is above the upper limit line
i.e. the current volume is more than 50% higher than the current average volume
2) We could consider movements in price to be extremely weak when the volumeGain is below the lower limit line
i.e. the current volume is less than 50% lower than the current average volume
FBMKLCI VolumeVolume for FBMKLCI Malaysia. Note that the volume starts on 27th Oct 2020 due to the change of securities in index. There are 30 securities combined into single volume.
Volume Ratio(出来高比率)This bar chart shows the ratio of volume.
It is a ratio to the number of shares issued, and floating shares.
You will need to enter number of shares issued, and floating shares.
The value to be entered is in millions.
If the volume continues to exceed the float, there is a possibility that some kind of major movement will occur.
この棒グラフは発行済株式、浮動株に対する出来高の比率を示します。
利用には発行済株式数、浮動株数を入力する必要があります。
浮動株を上回るような出来高が続く場合、何かしらの大きな動きが起こる可能性があります。
Volume Support/ResistanceAn Indicator which shows the potential resistance/support level at K bar with significant trading volume.
The logic is stated below:
(current K-bar volume - the past average trading volume of 48 Ks) > 4 *standard deviation of trading volume
When this condition is met, it is considered that the trading volume is particularly enlarged, which may be an area where support pressure is possible
If the K is an ascending K-bar, then draw support at the lowest point; if the K is a descending K-bar, draw resistance at the highest point.
You can change the length and the number the standard deviation in the input section.
Volume ProfileThis is a Volume Profile based on pine script arrays.
The main idea behind this script is from the user @IldarAkhmetgaleev .
He created an awesome piece of code for free users on tradingview.
Here are some changes to the main script:
0. Used Pine Script Arrays for doing/storing calculations.
1. The bar labels are replaced with lines.
2. Added a POC line.
3. Bar growing directions changed from right to left.
4. Added an option to change bar width.
Inputs:
0. Volume Lookback Depth : Number of bars to look back for volume calculations.
1. Bar Length Multiplier : Bar length multiplier to make bar long or short.
2. Bar Horizontal Offset : Horizontal distance from the current bar in the right direction.
3. Bar Width : Width of the bars.
4. Show POC Line : Show or hide the POC line.
Happy trading.
Volume by SessionThis indicator shows volume separated by session. The aim is clarify which session a volume bar occurred in and how it compares to the average of that session - NOT ALL SESSIONS.
The logic is that there is little value comparing for example the volume of the London session against volume of the London-NY session - the London-NY will always have higher volume. But how does today's london compare to yesterdays london or the london average.
The indicator has moving averages that only consider the average of previous episodes of the same session - so the average on the london session is the average of the past 5 london sessions (NY and asia and London-NY are not included in the calculation of the MA).
The indicator goes as high as 1H timeframe and the average line does not function below 5 mins - thats a limitation on available data to calculate it.
There's also a 'dark screen' function. Thats because I like a black background so the colours need to be inverted.
Hope its useful. Good luck.
John
Volume %This volume indicator additionally shows in percent how much volume, e.g. in the 1-minute chart, was traded compared to the average daily volume.
vRSI-volume detectorVolume RSI and standart deviation of mean volume calculation impose on one another
for easy detection of breakout volumes
VolumeS as stochThis volume indicator is my design. in this example we can use it as stoch but only this one based on pure volume .
since it a volume and not price based it allow us to see the real trend before the price go up or down. And by simple math of conversion volume number to real number . we can add this indicator to any indicator that we choose and we can enhance it affect.
this is just concept idea. as the real best setting for this need still to be found:)
if you want o make it faster or slower just change the smooth or length setting
so have fun
Volumes on BarEste indicador colore as cores do candle de acordo com o volume.
Desabilitar a visibilidade do candle original.
Volume Weekdays/WeekendsShow weekend volumes in a difference colour and calculate two separate moving averages over the lookback period.
Volume/Price Alert (idea from a dear TV trader)Simple code that finds a sell candle following a buy candle that has higher volume.
Volume Cluster AlertThis script is designed to highlight unusual trading volume activity that may be relevant for users analyzing potential shifts in market behavior. It detects significant deviations in volume compared to historical averages and identifies recurring volume patterns within a user-defined timeframe.
When such activity is detected, the indicator displays visual labels above or below the price chart. Labels appearing above the chart (red by default) correspond to specific volume patterns during upward price movement. Labels below the chart (green by default) reflect similar volume behavior during downward movement.
Clusters of labels — especially when multiple of the same color appear within a short period — can be visually useful for observing potential changes in price dynamics. These groupings are meant to support the user’s own analysis and decision-making process.
Users can customize the color of the labels and adjust the sensitivity of the detection parameters to better align with their trading style or chart settings.
Please note: This indicator does not predict market direction or generate trading signals. It is a visual tool that highlights specific volume conditions, which may be interpreted by the user in combination with other technical or analytical methods.
Volume Stack with Dollar Volume ScoreThis script is designed to analyze candles for buy/sell pressure, volume flows, and generate intuitive emoji-based signals. Its core function is to help traders visually and quantitatively interpret price and volume behavior for potential bullish, bearish, or neutral market states.
Key Features and Logic
Price Range Analysis: Calculates the candle's price range and determines the proportion of volume attributed to buyers and sellers using buy_percent and sell_percent.
Market State Classification:
Bullish/Bearish/Neutral: Based on buy/sell percentage comparisons.
Strong Signals: Flags when buy/sell pressure exceeds defined thresholds (≥0.75).
Transitions: Detects when states shift sharply (e.g., from bull to strong bear).
Visual Cue System:
Uses different emojis (📈, 📉, 🚀, 🔥, 💎, 💀, ❌) to mark normal, strong, transition, and neutral signals for easy chart interpretation.
Dollar Volume Calculation: Multiplies close price by volume to derive "dollar volume" per bar. Normalizes this with a moving average for context-sensitive spike detection.
Scoring Mechanism:
Dollar Volume Score: Evaluates the normalized change in dollar volume, assigning scores for strong (±2), mild (±1), or neutral (0) changes.
Buy/Sell Pressure Score: Calculates a simple pressure score based on buy/sell proportions for each candle.
Composite Score: Combines both scores to define the overall bullish/bearish/neutral state.
State & Emoji Plotting:
Plots respective emojis at the chart bottom depending on composite score and state (bullish, bearish, strong moves, transitions, neutral).
Alerts:
Sends alerts for key transitions (like bull-to-strong-bear), strong moves, and neutral states, aiding automated signal handling and decision-making.
What This Script Helps You Achieve
Quick Visual Insights: Instantly see important market states and transitions with chart emojis.
Volume Context Awareness: Incorporates both price action and normalized volume changes for more reliable signals.
Automated Alerts: Supports smart trading decisions via pop-up notifications on major shifts or important conditions.
This script provides a layered analysis approach for volume and price action, blending quantifiable scores with intuitive chart markers and automated alerts, making it highly suited for traders who rely on both visual and quantitative cues in their strategy.
Volume Divergence 11192It calculates a custom volume-weighted moving average using the pine_wma() function which takes into account whether each candle is bullish or bearish
It processes volume data through multiple layers of this custom moving average
It detects four types of divergences:
Regular Bullish Divergence: When price makes a lower low but volume makes a higher low (potential bullish reversal)
Hidden Bullish Divergence: When price makes a higher low but volume makes a lower low (potential bullish continuation)
Regular Bearish Divergence: When price makes a higher high but volume makes a lower high (potential bearish reversal)
Hidden Bearish Divergence: When price makes a lower high but volume makes a higher high (potential bearish continuation)
It visualizes these divergences on the chart with colored markers and labels
Volume Pulse Pro📊 Volume Pulse Pro – Advanced Volume Spike Detector
🔍 What is it?
Volume Pulse Pro is an advanced tool designed to detect and highlight significant volume spikes in real-time. This indicator helps traders:
✅ Identify strong market momentum shifts.
✅ Spot institutional activity and market maker moves.
✅ Avoid fake breakouts by filtering volume anomalies.
✅ Receive instant alerts for critical volume changes without staring at the chart.
⚙️ How does it work?
The indicator analyzes volume relative to a 50-period SMA and dynamically colors volume bars based on their significance:
🔵 Moderate Volume Spike (Lvl 1) → Volume exceeds 1.3x the average.
🟠 Strong Volume Spike (Lvl 2) → Volume exceeds 2.5x the average.
🔴 Extreme Volume Spike (Lvl 3) → Volume exceeds 3.5x the average.
Each threshold can be customized and enabled/disabled in the settings, allowing full control over alerts and visual display.
🚀 Why use Volume Pulse Pro?
✅ Flexible customization – choose which volume spikes to track.
✅ Real-time alerts – never miss a critical volume event.
✅ Clear visual representation – gradient-colored bars for easy interpretation.
✅ Perfect for scalpers & swing traders – filter out noise and focus on key moves.
🎯 How to Use It?
1️⃣ Add the indicator to your TradingView chart.
2️⃣ Adjust the volume thresholds and enable alerts for key levels.
3️⃣ Trade with confidence by spotting high-impact volume surges instantly.
🔥 Volume Pulse Pro gives traders a clear edge by revealing hidden volume signals that drive the market! 📈💰
📢 Get started now and take your trading to the next level! 🚀
Volume Spike IndicatorThe Volume Spike Indicator is designed to identify significant volume spikes in the market. This tool helps traders recognize unusual trading activity, which may indicate potential reversals, breakouts, or increased volatility. The indicator uses a simple moving average (SMA) of volume over a specified period and highlights bars where the current volume exceeds a multiple of this average.
Features:
Volume SMA Calculation:
The indicator calculates the SMA of volume over a customizable period (default: 20 bars).
Spike Multiplier:
A threshold multiplier (default: 4) determines what qualifies as a "spike."
Spikes occur when the current volume is greater than the SMA multiplied by this threshold.
Visual Alerts:
If a spike is detected, a red cross ( Cross ) and X-shape ( X-Cross ) are plotted above the corresponding bar for easy identification.
How to Use:
Spot High-Activity Areas:
Use this indicator to find points of unusually high trading activity, which can signify key levels or moments of interest in the market.
Adjust Settings for Sensitivity:
Length : Change the SMA period to match your trading timeframe.
Spike Multiplier : Lower values detect smaller spikes; higher values focus on extreme events.
Combine with Other Indicators:
This tool works best when combined with price action analysis, support/resistance levels, or trend indicators to confirm trading signals.
Customization Options:
Length: Number of bars for SMA calculation (default: 20).
Spike Multiplier: Threshold for defining volume spikes (default: 4).
This indicator is suitable for traders looking to enhance their analysis by identifying abnormal market activity.
Volume Density AnalysisVolume Density Analysis
Overview
The "Volume Density Analysis" indicator is designed to provide traders with insights into volume dynamics relative to price movements. By analyzing the density of volume against price spread, this indicator helps identify potential reversal points and extreme volume conditions, enhancing decision-making in trading strategies.
Key Features
Volume Density Calculation: The indicator computes the density of volume by dividing the total volume by the price spread (high - low) for each bar. This allows for a more nuanced understanding of volume activity in relation to price movements.
Extremum Detection: Users can specify the number of bars to consider when identifying extreme volume conditions, allowing for tailored analysis based on market behavior.
Reversal Bar Conditions: The indicator includes options to determine if low or high volume bars must coincide with reversal patterns, providing additional context for potential trade signals.
Dynamic Coloring*: The histogram displays colored bars based on specific conditions:
Blue Bars: Indicate the lowest and highest volume density within a specified range, highlighting significant volume extremes.
Gray Bars: Represent lower or higher volume density that meets reversal criteria.
Green and Red Bars: Indicate bullish or bearish reversal signals based on historical density patterns.
User Inputs
nl: Number of previous lower bars to consider for comparison (default is 8).
nh: Number of previous higher bars to consider for comparison (default is 8).
ext: Number of bars for detecting extremum volume (default is 30).
LReversalBar: Boolean option to determine if low volume bar spread must indicate a reversal.
HReversalBar: Boolean option to determine if high volume bar spread must indicate a reversal.
Suggested Timeframes
M15: Without reversal considerations, use `nl=3`, `nh=3`, and `ext=20`.
M5: Without reversal considerations, use `nl=4`, `nh=4`, and `ext=35`.
M1: Use `nl=8`, `nh=8`, and `ext=58` for more detailed analysis.
Volume OscillatorThe Volume Oscillator is a powerful tool for analyzing volume dynamics and identifying potential divergences and trend confirmations. This indicator combines multiple volume analysis techniques to provide a comprehensive view of market participation and potential turning points.
At its core, the Volume Oscillator calculates a custom volume delta, taking into account the true range of each candle. The volume delta is adjusted based on the relationship between the open and close prices, assigning a higher weight to the candle body when the close is higher than the open. This approach captures the nuances of buying and selling pressure within each candle.
The cumulative volume delta is then calculated using one of three user-selectable methods: On-Balance Volume (OBV), Cumulative Volume Delta (CVD), or Price-Volume Trend (PVT). These options allow traders to choose the volume accumulation method that best suits their analysis style.
The Volume Oscillator plots the difference between two exponential moving averages (EMAs) of the selected cumulative volume. The short-term EMA length and long-term EMA length can be customized by the user, providing flexibility to adapt to different trading timeframes and market conditions.
A key feature of this indicator is the divergence detection. It identifies bullish and bearish divergences between the Volume Oscillator and price action. Bullish divergence occurs when the oscillator forms a higher low while the price forms a lower low, suggesting potential buying pressure. Conversely, bearish divergence occurs when the oscillator forms a lower high while the price forms a higher high, indicating potential selling pressure. The divergence detection algorithm uses a configurable lookback range and pivot point detection to improve the accuracy of divergence signals.
The indicator also incorporates a signal line, which is an EMA of the Volume Oscillator. Crossovers between the Volume Oscillator and the signal line provide additional confirmation of potential trend changes. Bullish crossovers occur when the oscillator crosses above the signal line, while bearish crossovers occur when the oscillator crosses below the signal line.
To enhance the reliability of crossover signals, the indicator utilizes deviation bands based on the average volume delta. Bullish crossovers are confirmed when the signal line is below the lower deviation band, and the Volume Oscillator is negative. Bearish crossovers are confirmed when the signal line is above the upper deviation band, and the Volume Oscillator is positive.
The Volume Oscillator employs a dynamic color scheme to visually represent the strength and direction of the oscillator. The color gradually changes based on the normalized gradient between two colors, providing an intuitive view of the oscillator's momentum.
Customization options include:
- Short and long EMA lengths for the Volume Oscillator calculation
- Cumulative volume type (OBV, CVD, or PVT)
- Signal line length
- Divergence detection parameters (lookback range and pivot point settings)
This indicator is designed to be used in conjunction with other technical analysis tools and should not be relied upon as a standalone trading system. It is intended to provide insights into volume dynamics and potential trend changes, aiding in the decision-making process for professional traders.
Please note that this indicator is a complex tool that requires a solid understanding of volume analysis and technical analysis concepts. It is recommended to thoroughly test and validate the indicator's performance in different market conditions and timeframes before incorporating it into a live trading strategy.
Volume Grid [SS Premium]Hey everyone!
This is the Volume Grid indicator. It is essentially very similar to the Volume Profile Histogram indicator I released, but this premium version overlays on the chart and provides you with the tradeable ranges and the volume composition in each range. So let's get into it!
What it does:
This indicator cumulates buy and sell volume over a user defined lookback period in addition to calculating the average ranges that the stock trades in and the volume composition in each respective range.
It then paints these ranges based on the volume composition. Red means selling and green means buying. However, the brighter the red or green, the higher the buying or selling (essentially a heatmap).
The indicator will also provide you alerts when there are buying or selling volume spikes and circle the candle in which that has happened on (see example in main chart).
These alerts can of course be toggled on or off.
Trading with it:
This indicator can be used as a stand alone trading indicator, and here is how:
The ranges act as support and resistance. Within each range you can see whether the composition is buying or selling.
If we are in a green zone, it means there is buying and it is essentially a buy the dip situation (see below example):
When we are in a heavy selling zone, its essentially a short the rip situation:
You can also see when a zone transfers from a bearish or bullish zone, to the inverse:
The indicator also will plot a POC (point of control). Because we are not only pulling from daily volume data, we will already have a well established POC going into open:
This was SPY on Friday. The POC marked the current point of control from a volume perspective, which was at 482.
And here is what happened:
The POC will change colours between Red and Green, if its a bearish POC it will turn Red, bullish green. For the most part, both the bearish and bullish POCs remain within the same range but sometimes they will diverge and the indicator will alert you when this happens.
Additional options:
In addition to toggling off and on the alerts, you can also change the text colour and size.
As well, there is an option to "Condense Range". What that will do is reduce the range by a factor of 2 (in half). This will give you more aggressive support and resistance levels that you can play.
Condensed Range:
Uncondensed Range:
Personally, I prefer the condensed range, especially when trading leveraged shares, because I treat them as support and resistance levels and play breaks of them in either direction.
And last but not least, you can adjust the ranges to the daily, hourly, monthly or any timeframe you want, you simply select your desired timeframe and it will plot the ranges for that specific period:
SOXL on the week:
The yellow line represents the current period open. It is your reference line and frequently will act as support and resistance, depending on the market sentiment at the time.
That is the indicator in a nut shell, as always, please let me know your questions and suggestions below!
Safe trades and enjoy!
For access, please review the instructions below.