Volume Surge indicatorThis indicator highlight candles when Volume surge "X" times in compare of last "n" candle.
It helps you to find moments of market which Volatility and Position volumes raise significantly.
In other words, It shows footstep of "Big Banks" or "Whales" or other Giants ;)
- default value highlight candles when Volume is 2 time more than average of last 30 candle. But you can modify both values in your favor.
* You can set Alarm for notifying in advance when Volume surge happened on any chart.
I hope you guys find it helpful and handy
ابحث في النصوص البرمجية عن "Volume"
Volume peak visualizerVery simple indicator to show how relatively large a volume is, in comparison to previous volumes. IMHO it's clearer than the default version.
Volume SpikeThis script identifies volume spikes as a percentage change of the current bar's volume compared to the previous 3 bars' average volume.
Volume Equilibrium Overlay(2 of 2)This is an overlay for a prior script I've created: Volume Equilibrium.
To sum it up in a brief manner, this script plots when there is "volume-equilibrium" aka prices that the market may see as "fair-value" relative to the specified timeframe. This script provides what my last code lacked and that is a visual representation of critical prices.
The arrows beside the indications indicate the direction that the buying/selling volume was heading towards.
UP ARROW - indicates that equilibrium was had via increasing buy volume
DOWN ARROW - indicates that equilibrium was had via decreasing buy volume
Remember, this doesn't inherently mean that a stock is supposed to go up or down. Its just a representation of 'fair-value' points using volume. Also remember... both indicators provide what the other lacks. It isn't necessary to use both but for a broad overview of volume it definitely helps to at least be aware of how this information can be represented. Perhaps... consider switching between the two to see what you may be missing.
I believe finding 'fair-value' points via volume and price action provides a more objective way to measure what prices one should look at rather then arbitrary lines plotted on a chart. For more information feel welcome to look at the script that this code is based off of.
Volume Indıcator [JP & Dia]The volume indicator refers to the total amount of a financial instrument that has been traded within a specific time frame. This can include shares, contracts, or lots. Market exchanges track and provide this data. The volume indicator is one of the oldest and most widely used indicators in trading. It is typically represented by colored columns, with green indicating up volume and red indicating down volume, along with a moving average. Unlike other indicators, the volume indicator is not based on price. A high volume suggests a strong interest in a particular instrument at its current price, while a low volume suggests the opposite.
When there is a sudden increase in trading volume, it indicates a higher likelihood of the price changing. This often occurs during news events. Strong trending movements are often accompanied by increased trading volume, which can be seen as a measure of strength. Traders would typically expect to see high buying volume at a support level and high selling volume at a resistance level. There are various ways to incorporate volume into a trading strategy, and many traders combine it with other analysis techniques.
USECASE :
Timeframe Selection: Choose the timeframe for which you want to analyze the volume.
Volume Display Options: Toggle the display of today’s, yesterday’s, and the day before yesterday’s volume data.
Text Color: Select the color for the text in the volume table.
Volume Data Retrieval: The script fetches volume data for the selected timeframe and the daily volume for the current and previous two days.
Percentage Change Calculation: Calculates the percentage change in volume between days to identify significant increases or decreases.
Volume Table: A table is created to display the volume data and percentage changes, updating in real-time with each new bar.
Volume Surge Analysis [UAlgo]The "Volume Surge Analysis " indicator is designed to detect significant volume surges in the market. By analyzing volume relative to its moving average and incorporating a comparison of the true range of price movements, this script highlights potential bullish and bearish volume spikes. Traders can utilize these signals to identify moments of heightened market activity that may indicate strong buying or selling pressure.
🔶Features
Volume Multiplier: Customizable setting to define the threshold for what constitutes a volume surge.
Volume SMA Length: Adjustable length for the Simple Moving Average (SMA) of volume.
Price Movement Analysis
Enhances the volume analysis by adding an additional layer of context, helping to confirm whether a volume surge is associated with buying or selling pressure.
True Range Calculation: Measures the range of price movement to understand volatility.
Positive Movement (DM+): Calculated when the current high minus the previous high is greater than the previous low minus the current low. This helps identify strong upward movements.
Negative Movement (DM-): Calculated when the previous low minus the current low is greater than the current high minus the previous high. This helps identify strong downward movements.
Integration with Volume Analysis: By combining the volume analysis with price movement analysis, the script can more accurately determine whether a volume surge is likely driven by bullish or bearish sentiment. This integration helps filter out false signals and provides more reliable indications of market activity.
Median Volume Comparison: Compares the current volume against the median volume multiplied by the volume multiplier to identify significant volume spikes.
Bullish and Bearish Surge Signals: Plots circles above or below bars where significant volume surges occur, indicating potential bullish or bearish movements.
Color Customization: Options to set specific colors for bullish and bearish signals to enhance visual clarity.
Bar Coloring: Optional feature to change the color of bars based on detected volume surges.
Alerts: Configurable alerts for bullish and bearish volume spikes to notify traders in real-time.
🔶Interpretation:
Bullish Volume Surges ( Teal Circles ): These circles appear above the bar when the current volume exceeds the median volume by the specified Volume Multiplier, and the smoothed Positive Directional Index (PDI) is greater than the smoothed Negative Directional Index (NDI). This suggests a potential uptrend with strong buying pressure.
Bearish Volume Surges ( Red Circles ): These circles appear below the bar when the current volume exceeds the median volume by the specified Volume Multiplier, and the smoothed NDI is greater than the smoothed PDI. This suggests a potential downtrend with strong selling pressure.
Overall, the "Volume Surge Analysis " indicator serves as a valuable tool for traders seeking to identify potential trend reversals or strong continuations based on with an above-average rise in volume and directional momentum.
🔶Disclaimer
This indicator is intended for informational and educational purposes only and should not be construed as financial or investment advice. Trading involves substantial risk, and it is essential to conduct your own research and consult with a qualified financial advisor before making any trading decisions.
Volume Explosion [ProjeAdam]OVERVIEW
The purpose of the indicator is to detect significant changes in trading volume in financial markets.
USER GUIDE:
The user can change the sensitivity of the indicator by adjusting the multiplier value. The higher the multiplier, the harder it is to detect high volume bars.
The multiplier set by the user determines how much a move above the volume values is considered an "explosion". A higher multiplier results in fewer volume bursts being detected.
ALGORITHM
LANGUAGE
We have two different language options in our indicator. Users can use it in Turkish or English.
If we change the language option on our indicator, the language on our indicator that shows the upper and average level of our Band changes.
CALCULATING EXPLOSIONS
The indicator calculates the simple moving average of volume over a certain period of time. This average is used to identify abnormal movements by comparing it with the current volume.
If the current volume is higher than a certain multiple of the moving average, this is considered a volume burst. This indicates significant activity in the market.
ALARMS
We can change the parity for which we want to receive an alarm from the settings panel and ensure that we receive an alarm at the parity we want.
VİSUALİZATİON
When an alarm occurs in our parities, a separate indicator appears at the bottom right of the chart showing which parities the alarm is triggered in.
If there is no signal in the next bar, this table is automatically deleted.
Example
We understand that we have excessive volume in the two bars in our example and that interest in this financial product has increased in this region.
Benefits
This indicator is especially useful for traders who care about volume changes.
This indicator can be used as a helpful tool in trading decisions, as sudden increases in volume can be the beginning of a significant move in the market.
If you have any ideas what to add to my work to add more sources or make calculations cooler, suggest in DM .
Volume HeatMap With Profile [ChartPrime]The Volume Heatmap with Profile indicator is a tool designed to provide traders with a comprehensive view of market activity through customizable visualizations. This indicator goes beyond traditional volume analysis by offering a range of adjustable parameters and features that enhance analysis of volume and give a cleaner experience when analyzing it.
To get started click the start and end time for the profile.
Key Features:
Extended Calculation: This indicator extends its calculation to the last bar, ensuring that the user has insights into current market dynamics.
Point of Control (POC): Easily identify the price level at which the highest trading activity has occurred, helping the user pinpoint potential reversal points and significant support/resistance zones.
VWAP Point of Control: Display the Volume Weighted Average Price (VWAP) Point of Control, giving the user a clear reference for determining the average price traders are paying and potential price reversals.
Adjustable Colors for Heatmap: Change the heatmap colors to the users preference, allowing the user to match the indicator's appearance to their chart style and personal visual preferences.
Forecasted Zone: This feature allows traders to forecast areas of high activity by providing the option to adjust colors within this zone. This feature assists in identifying potential breakouts or areas where increased trading volume is anticipated.
Volume Profile: Customize the colors of the volume profile to make it distinct and easily distinguishable on the chart.
Adjustable Volume Levels: Specify the number volume levels that are most relevant to your trading strategy.
Adjustable Placement for Volume Profile: Position the volume profile on the chart. Whether the user prefers it on the left, right, or at the center of the chart, this indicator offers placement flexibility.
The ratio of bull vs bear volume is plotted on the outside of the range indicating how bullish or bearish price action is in a given range.
Volume Delta Trailing Stop [LuxAlgo]The ' Volume Delta Trailing Stop ' indicator uses Lower Time Frame (LTF) volume delta data which can provide potential entries together with a Volume-Delta based Trailing Stop-line .
🔶 USAGE
Our 'Volume Delta Trailing Stop' script can show potential entries/Stop Loss lines
A trigger line needs to be broken before a position is taken, after which a Volume Delta-controlled Trailing Stop-line is created:
🔶 DETAILS
🔹 Volume rises when bought or sold
🔹 When the opening price appears on the chart, a buy/sell order has been executed.
If that order is less than the available supply of that particular price, volume will rise, without moving the price.
🔹 When the opening price is the same as the closing price, the volume of that bar can be seen as "neutral volume" (nV); nor "up", nor "down" volume.
Example
A buy order doesn't fill the first available supply in the order book. This price will be the opening price with a certain volume.
When at closing time, price still hasn't moved (the first available supply in the order book isn't filled, or no movement downwards),
the closing price will be equal to the opening price, but with volume. This can be seen as "neutral volume (nV)".
🔹 Delta Volume (ΔV): this is "up volume" minus "down volume"
🔹 Standard volume is colored red when closing price is lower than opening price ( = "down volume").
🔹 Standard volume is colored green when closing price is higher OR equal (nV) than opening price ( = "up volume").
🔹 Neutral Volume
The "Neutral-Volume" is considered "Up-Volume" - setting will dictate whether nV is considered as green 'buy' volume or not.
🔶 EXAMPLE
29 July 10:00 -> 10:05, chart timeframe 5 minutes, open 29311.28, close 29313.89
close > open, so the volume (39.55) is colored green ("up volume").
(The Volume script used in the following examples is the open-source publication Volume Columns w. Alerts (V) from LucF )
Let's zoom to the 1-minute TF:
The same period is now divided into more bars, volume direction (color) is dependable on the difference between open and close.
Counting up and down volume gives a more detailed result, it remains in an upward direction though):
(ΔV = +15.51)
Let's further zoom in to the 1-second TF:
The same period is now divided into even more bars (more possibility for changing direction on each bar)
Here we see several bars that haven't moved in price, but they have volume ("neutral" volume).
(neutral volume is coloured light green here, while up volume is coloured darker green)
When we count all green and red volume bars, the result is quite different:
(ΔV = -0.35)
In total more volume is found when price went downwards, yet price went up in these 5 minutes.
-> This is the heart of our publication, when this divergence occurs, you can see a barcolor changement:
• orange: when price went up, but LTF Volume was mainly in a downward direction.
• blue: when price went down, but LTF Volume was mainly in an upwards direction.
When we split the green "up volume" into "up" and "neutral", the difference is even higher
(here "neutral volume" is colored grey):
(ΔV = -12.76; "up" - "down")
🔶 CONCEPTS
bullishBear = current bar is red but LTF volume is in upward direction -> blue bar
bearishBull = current bar is green but LTF volume is in downward direction -> orange bar
🔹 Potential positioning - forming of Trigger-line
When not in position, the script will wait for a divergence between price and volume direction. When found, a Trigger-line will appear:
• at high when a blue bar appears ( bullishBear ).
• at low when an orange bar appears ( bearishBull ).
Next step is when the Trigger-line is broken by close or high/low (settings: Trigger )
Here, the closing price went under the grey Trigger-line -> bearish position:
🔹 Trailing Stop-line
When the Trigger-line is broken, the Trailing Stop-line (TS-line) will start:
• low when bullish position
• high when bearish position
You can choose (settings -> Trigger -> Close or H/L ) whether close price or high/low should break the Trigger-line
When alerts are enabled ("Any alert() function call"), you'll get the following message:
• ' signal up ' when bullish position
• ' signal down' when bearish position
After that, the TS-line will be adjusted when:
• a blue bullishBear bar appears when in bullish position -> lowest of {low , previous blue bar's high or orange bar's low}
• an orange bearishBull bar appears when in bearish position -> highest of {high, previous blue bar's high or orange bar's low}
When alerts are enabled ("Any alert() function call"), and the TS-line is broken, you'll get the following message:
• ' TS-line broken down ' when out bullish position
• ' TS-line broken up ' when out bearish position
🔹 Reference Point
Default the direction of price will be evaluated by comparing closing price with opening price.
When open and close are the same, you'll get "neutral volume".
You can use "previous close" instead (as in built-in volume indicator) to include gaps.
If close equals open , but close is lower than previous close , it will be regarded as " down volume ",
similar, when close is higher than previous close , it will be regarded as " up volume "
Note, the setting applies for the current timeframe AND Lower timeframe:
Based on: " open " (close - open)
Based on: " previous close " (close - previous close)
🔹 Adjustment
When the TS-line changes, this can be adjusted with a percentage of price , or a multiple of " True Range "
Default (Δ line -> Adjustment - 0)
Δ line -> Adjustment 0.03% (of price)
Δ line -> Mult of TR (10)
🔶 SETTINGS
🔹 LTF: choose your Lower TimeFrame: 1S (seconds), 5S, 10S, 15S, 30S, 1 minute)
🔹 Trigger: Choose the trigger for breaking the Trigger-line ; close or H/L (high when bullish position, low when bearish position)
🔹 Δ line ( Trailing Stop-line ): add/subtract an adjustment when the TS-line changes ( default: Adjustment ):
• Adjustment ( default: 0 ): add/subtract an extra % of price
• Mult of TR : add/subtract a multiple of True Range
🔹 Based on: compare closing price against:
• open
• previous close
🔹 "Neutral-Volume" is considered "Up-Volume" : this setting will dictate whether nV is considered as green 'buy' volume or not.
🔶 CONSIDERATIONS
🔹 The lowest LTF (1S) will give you more detail and will get data close to tick data.
However, a maximum of 100,000 intrabars can be used in calculations .
This means on the daily chart you won't see anything since 1 day ~ 86400 seconds. (just over 1 bar)
-> choose a lower chart timeframe, or choose a higher LTF (5S, 10S, ... 1 minute)
🔹 Always choose a LTF lower than the current chart timeframe.
🔹 Pine Script™ code using this request.security_lower_tf() may calculate differently on historical and real-time bars, leading to repainting .
Volume Heatmap v7FTJR20This indicator is a heatmap of the financial volume used in the asset, I use three different means to define the heatmap separating it into 3 phases
Phase A: Low volume
Phase B: Medium volume
Phase C: High volume
don't worry about these data, the indicator is configured to auto-interpret the information.
The heatmap uses the following colors and specifications
Red = Ultra High Volume
Orange = High Volume
Yellow = Average Volume (balance)
Blue = Low volume
White = Volume below average
The heatmap compares the phases to identify if it finds a standard deviation over time, that is, you can see a smaller volume with the same red bar as a previous larger red bar, this is because the attacks are updated in real time.
Tutorial:
1 - In point 1 we have an aggression with yellow and orange bars, that is, a balance with aggressions. As we are coming from an uptrend, the probability is a reversal and the answer came in sequence with a red drop bar with ultra volume, so we have a seller in control.
2- after point 1, we see that we only have several blue and white bars, that is, possibly the red bar absorbed the seller and the seller flow was decreasing, notice that the prices held for 3x so the buyer attacks the seller with an orange bar.
3- at point 3, we have two yellow bars, a balance, notice that it is an aggression, any yellow, orange or red bar is an aggression, that is, there was a passive seller selling at higher values, taking advantage of the stops in a region where there was buying demand (people buying wrong!)
4- Before reaching point 4, notice that in general the price is moving practically sideways and the volume is decreasing (white and blue bars), exhaustion of the buyer volume (no demand) and the answer in point 4 came in aggression with yellow bars and oranges.
* the seller lets the market go up to make sure he is in control and when he tests the pivot zone he attacks with a red bar (notice that this red bar is smaller than the previous ones, this is the magic of the indicator divided into 3 phases).
5- After the market goes through the natural distribution phases, we see a red bar with a high spread, whenever you see a red bar with a 2 to 3x spreed, it is a region with potential for reversal.
6- Note that after the characteristics of point 5 the asset works in zig zag, volume decreasing and the reversal comes with little volume, it is natural to engulf without volume this is the reversal signal, notice that it touches the bottom several times and not loses the region after a red bar with very high spread.
*notice that the buyer let it form a giant (shoulder head shoulder) to make a trap and the price always respected the volume of the first red bar at point 1.
7- see that the asset entered an uptrend and the phase is repeating itself, asset rising in a wave A, made a corrective B wave in smaller ABC and is making a C wave, at this moment it is a probability to enter a red bar after test the resistance and have a significant increase in volume.
- I like your feedback and leave your settings and experiences in the comments.
Volume SpikesOVERVIEW
Easily identify volume spikes. This indicator identifies volume spike bars and highlights them to facilitate studying volume spikes alongside price action.
CONCEPTS
Bars with abnormally high volume indicate market interest and are worth a closer look. They could indicate market exhaustion or act as future areas of S/R (as shown by the horizontal rays above).
The question is the level of volume that should prompt our interest.
Here, we use the Upper Band of a long-term Bollinger Bands applied on volume to identify bars with outlier volumes. (The lower panel of the chart shown serves to illustrate this concept, and is not included in this indicator.)
HOW TO USE
Volume spike bars will be highlighted in green by default. You may study how the market price action reacts to these volume spikes without the distraction of a separate plot.
Parameters
Period - Lookback period for the Bollinger Bands applied on volume.
Multiple - Multiple for the same Bollinger Bands.
Feel free to experiment with the parameters, but the default parameters work well for me on daily charts. However, for intraday timeframes, due to the typical skewing of volume to the beginning and end of a session, they do not work as well.
Volume Trend MeterSweet little indicator which measures volume pressure over a specific period of time.
i call it Volume Trend Meter, or just VTM,
The indicator sums up all green candles volume and red candles volumes over a specific period of bars (you set in settings) and plots their values.
Use this indicator to identify increasing volume with the green candles (close higher than open) and increasing volume of the red candles (close is lower than open).
======= Calculation ==========
For Green Column: Total volume of green candles is higher than total red candles volume.
For Red Column: Total volume of red candles is higher than total green candles volume.
======= Volume Trend Meter Colors =======
Green: Increasing buying pressure.
Red: Increasing selling pressure.
Like if you like and Follow me for upcoming indicators/strategies.
Volume on bar VSA - signal V2Google translate.
This indicator marks bars on the chart with high and medium volumes. The direction of the effort depends on whether the tail is on the bar, bullish or bearish.
In the settings you can set (sensitivity) for tinting volumes of high and medium
This indicator highlights volumes just like here
Этот индикатор помечает бары на графике с повышенными и средними объемами. Направление усилия зависимости от того какой хвост на баре, бычий или медвежий.
В настройках можно задать (чувствительность) для подкрашивания объемов повышенных и средних.
Этот индикатор выделяет объемы точно также как
Volume Delta DivergenceThis script will show the bid and ask volume of each candle. TVC:USOIL
The green bar is Ask Volume and Red Bar is Bid Volume.
Δ Volume Finder Vol Delta v1.0 by 🇨🇷🇾🇵🇹🇴🇷🇹🇭🇾🇭🇲🇸Δ Volume Finder Vol Delta v1.0 by 🇨🇷🇾🇵🇹🇴🇷🇹🇭🇾🇭🇲🇸
General Description
💰This indicator is given FREE to all our premium indicator subscribers.
🔊Volume Finder is an indicator designed to provide additional insights, and actionable information from the vanilla volume indicator you are all used to.
ℹ More information is never a bad thing! This indicator gives you several tools in one package. The aim is to give volume some additional depth and utility.
🕞The indicator works on any timeframe and any market that has basic volume data (stocks, forex, crypto).
📜 Features
🎚 First off the volume bars are split into positive volume and negative volume. This allows you to more easily visualize the amount of a "green" candle that was actually SELLS, and vice versa - the amount of a "red" candle that were actually BUYS.
🌈It will auto gradient the volume levels based on historical volume range for whatever instrument you are looking at. Yellow bars are deviated outside the lower range (many times this will precede a breakout / breakdown).
🚫If you do not wish to set the auto gradient, you can manually set the levels you would like via settings, or turn it off.
🚦 Next is the Volume Delta. This is the line that is oscillating above and below zero. This shows you the net positive or negative volume. In other words, it shows you the total positive or negative volume.
➕➖ Third are options for EMA plots of the total positive volume and total negative volume. This should be pretty self explanatory.
📩 Lastly is a system that generates alerts when volume breaks out past a certain user defined level. You can plot these alerts as one or both of the following: colored bars on the price chart, or alert bubbles within the indicator pane.
💭Please leave me any ideas or feedback you have!
💬Questions? Comments? Want to get access to an entire suite of proven trading indicators? Come visit us on telegram and chat, or just soak up some knowledge. We make timely posts about the market, news, and strategy everyday. Our community isnt open only to subscribers - everyone is welcome to join.
Volumes on CandleThis script uses standard deviation of volume from the mean to color the candles.
IMPORTANT: Hide original candle, clicking in the "eye" near title.
I prefer use large Length input for more stability at mean and standard deviation values.
Uses 5 colors, by default:
Red = Volume >= 4 stdev;
Orange = 4 stdev > Volume >= 2.5 stdev;
Yellow = 2.5 stdev > Volume >= 1 stdev;
White = 1 stdev > Volume >= -0.5 stdev;
Aqua = -0.5 stdev > Volume.
I coded another script, called "Colored Volumes Histogram". It uses the same idea, but color directly the volume histogram.
Volume Delta DashboardHow It Works:
This script creates a Volume Delta Dashboard on TradingView, which helps traders visualize the balance between buying and selling volume (Volume Delta) directly on the chart. Here's a breakdown of the key components:
Volume Delta Calculation:
The script calculates the Volume Delta by comparing the volume of bars where the price closed higher (buying pressure) to those where the price closed lower (selling pressure).
Positive Volume Delta (green background) indicates more buying activity than selling, suggesting upward price movement. Negative Volume Delta (red background) indicates more selling than buying, signaling a potential downward move.
Smoothing with EMA:
To make the volume delta trend smoother and more consistent, an Exponential Moving Average (EMA) of the Volume Delta is used. This helps to reduce noise and highlight the prevailing buying or selling pressure over a 14-period.
Dynamic Position Selection:
The user can choose where the Volume Delta dashboard table will appear on the chart by selecting a position: top-left, top-right, bottom-left, or bottom-right. This makes the indicator adaptable to different chart setups.
Coloring:
The background of the table changes color based on the value of the Volume Delta. Green indicates a positive delta (more buyers), and Red indicates a negative delta (more sellers).
Use of This Strategy:
This Volume Delta Dashboard strategy is particularly useful for traders who want to:
Monitor Market Sentiment:
By observing the volume delta, traders can get a sense of whether there is more buying or selling pressure in the market. Positive volume delta can indicate a bullish sentiment, while negative delta can point to bearish sentiment.
Confirm Price Action:
The Volume Delta can be used alongside price action to confirm the strength of a price move. For example, if the price is moving up and the volume delta is positive, it suggests that the price increase is supported by buying pressure.
Identify Divergences:
Volume delta can help traders spot divergences between price and volume. For example, if the price is moving higher but the volume delta is negative, it may suggest a weakening trend and a potential reversal.
Optimize Entry/Exit Points:
By understanding the relationship between price movement and volume, traders can make more informed decisions about entering or exiting positions. For instance, a sudden increase in buying volume (positive delta) may indicate a good entry point for a long position.
Overall, the Volume Delta Dashboard can serve as a powerful tool for improving decision-making, by providing real-time insights into market dynamics and trading sentiment.
Volume PressureDraws the candle chart with colors to represent low, medium and high volumes. You get 3 colors for downward and 3 colors for upward movement. This will aid with immediately seeing the relative volume pushing the stock candle in the direction of movement.
You can control the percentage threshold for low and high volume. You also can change the colors to represent each volume level for upward and downward movement.
Volume Points of Control and No Control [NariCapitalTrading]Overview:
The "Volume Points of Control and No Control" (VPOC/VPONC) is a trading indicator/concept I designed to identify key price levels based on volume activity. It shows (on the price label on the y-axis) where there was the most (red) and the least (blue) volume over a specified lookback period. Read below for interpretation.
Key Features:
Identifies key price levels based on volume
Customizable lookback period and trade timeframe
Plots Volume Point of Control (VPOC) and Volume Point of No Control (VPONC)
Inputs and Calculations:
Custom Trade Timeframe: Allows users to set the desired timeframe for analysis (e.g., Daily, Weekly).
Lookback Period: Users can specify the period over which to analyze volume data.
VPOC Calculation: Determines the price level with the highest volume within the lookback period.
VPONC Calculation: Finds the price level with the lowest volume within the lookback period.
Indicator Usage:
The VPOC is considered a significant level where traders have shown the most interest, often acting as a strong support or resistance level. The VPONC, conversely, is a concept I made up. It represents a price level where 1) in an trending market, this price was accepted quickly, thus suggesting continuation of an trend. 2) price retracements will typically revisit thinly-traded price areas, the VPONC can sometimes signal an area of support in a downtrend.
Chart Representation:
VPOC Label: Plotted on the y-axis in red, indicating the price level with the highest volume.
VPONC Label: Displayed on the y-axis in blue, showing the price level with the least volume.
These labels are dynamically updated based on the user-specified lookback period and trade timeframe.
Volume 20% Above 100-day Avg & Below 200-day MAThis custom indicator is designed to assist cryptocurrency traders in identifying potential trading opportunities based on volume and moving average analysis. It highlights tokens that meet specific criteria, helping users to gauge potential market strength and reversals.
Features:
Volume Above 100-day Average: The indicator plots the 100-day volume average on the chart (blue line) and displays the percentage change in volume from the average (gray line). Green columns indicate volumes that are 20% or more above the 100-day average.
Below 200-day Moving Average: The indicator calculates and plots the 200-day moving average (orange line) of the token's closing price. This moving average acts as a long-term trend reference.
Market Conditions Highlighting: When the token's volume is above the 100-day average and the closing price is below the 200-day moving average, the indicator highlights the bars in the chart with a transparent red color. This condition can be indicative of potential reversal opportunities.
How to Use:
Volume Strength: Observe the green columns on the chart, which indicate periods of higher-than-average volume. These spikes can suggest increased market interest and potential price movements.
Long-Term Trend: Monitor the position of the closing price concerning the 200-day moving average. Prices below the moving average suggest a potential downtrend, while prices above the moving average imply a potential uptrend.
Reversal Opportunities: Focus on bars highlighted with a transparent red color. These are instances when the token's volume is above the 100-day average, while the closing price is below the 200-day moving average. Such situations may indicate potential reversal points.
Please note that this indicator should not be used in isolation for trading decisions. It is essential to combine it with other technical and fundamental analysis tools to form a comprehensive trading strategy.
Remember to backtest this indicator on historical data and adjust the input parameters to suit your trading preferences and risk tolerance.
Disclaimer: Trading cryptocurrencies involves significant risk, and past performance does not guarantee future results. Always exercise caution and perform your research before making any trading decisions.
Volume Directional OscillatorVolume Directional Oscillator is an indicator that combines several types of metrics for a convenient understanding of price movements.
The indicator displays a histogram of red, dark red, green, dark green and yellow columns, as well as a red-green line.
Red columns indicate an increase in selling volumes as the price moves.
Dark red indicates a decline compared to the previous candle.
Green indicates an increase in buy volumes.
Dark green indicates a decline from the previous candle.
Yellow columns appear when the market moves without volume, in other words, by inertia.
The red-green line passing through the tops of the columns indicates that buyers or sellers currently prevail. Green are buyers and red are sellers.
It is also possible to display overbought and oversold levels. By default, they correspond to the values 50 and -50. When the indicator goes beyond one of the levels, the background turns orange. Line and background colors can be changed in the settings.
Also, the indicator can be used to determine divergences and convergences and use them in a trading strategy.
-------------------------------------------
Volume Directional Oscillator - индикатор осциляторного типа, который объединяет в себе несколько видов показателей для удобного понимания движения цен.
Индикатор отображает гистограмму из красных, темно-красных, зеленых, темно-зеленых и желтых полос, а также красно-зеленую линию.
Красные полосы обозначают увеличение объемов на продажу по мере движения цены.
Темно-красные обозначают снижение, по сравнению с предыдущей свечой.
Зеленые обозначают увеличение объемов на покупку.
Темно-зеленые обозначают снижение, по сравнению с предыдущей свечой.
Желтые полосы появляются, когда движение рынка происходит без объёма, другими словами — по инерции.
Красно-зеленая линия проходящая через вершины полос указывает на то, покупатели или продавцы в данный момент преобладают. Зеленая — покупатели, а красная — продавцы.
Еще есть возможность отобразить уровни перекупленности и перепроданности. По умолчанию, они соответствуют значениям 50 и -50. Вы выходе индикатора за один из уровней, фон окрашивается в оранжевый. Цвета линий и фона можно изменить в настройках.
Также, по индикатору можно определять дивергенции и конвергенции и использовать их в торговой стратегии.