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
X-volume
LTF -> HTF volume delta Up/DownThis script derives from my previous Educational LTF -> HTF volume delta script.
Total volume is displayed as columns in the background.
With request.security_lower_tf() we get data from a lower timeframe.
In this case, volume, which is placed in an 'up-array' when the 'lower timeframe close' > 'lower timeframe open',
or in an 'down-array' when the 'lower timeframe close' < 'lower timeframe open'.
This is displayed here as 2 (red/green) lines
When you're at a chart timeframe (Higher timeframe), lower than Daily, the lower timeframe is automatically 50x smaller than the higher timeframe.
Example D = 1440 minutes -> divided by 50 = 28.8 or rounded a lower timeframe of 29 minutes
When this number is below 1, it will take the '1 minute timeframe' as lower timeframe
If the higher timeframe chart is Daily or higher, a 'x minute-lower timeframe' chart is calculated from the timeframe.multiplier multiplied by 25,
for example a 2D higher timeframe will do the 'lower timeframe calculations' with a 50 minute TF (25 * 2 'D')
Looking at for example BTC on the Daily higher timeframe, some interesting observations can be done when looking at the 'spikes'
This script doesn't have build in arrows, it is merely made to give some stimulation,
and hopefully some of you can work further on this technique, because I think it is very promising!
I want to thank Tradingview very deeply, why?
Just so many reasons, development, moderation, organisation, helpdesk, ...
The amount of work they are doing is incredible!
Delta Volume by SiddWolfDelta Volume is Difference between Buying Volume and Selling Volume. This indicator gives the Delta Volume based on Lower TimeFrame Candles. It utilizes security_lower_tf() function, a function that provides Lower TF candle data in Higher TF Chart.
security_lower_tf() is a new function provided by TradingView yesterday. If you are a PineScript Programmer, I suggest you to read about it, as it is a very powerful function that can extremely improve your trading strategy.
How this indicator works:
This indicator checks volume data on lower TimeFrame Candles and Shows it's delta in the current Chart Timeframe. For example: If you open 4 hours chart, this indicator checks volume of 1 minute chart and separates Buying-Selling volume. Then it subtracts Candle's Selling volume from Candle's Buying volume, finally calculating the Delta Volume.
This indicator also provides a Smooth Delta Volume, which is moving average of Delta Volume. As Delta Volume changes a lot, Smooth Delta Volume can be very helpful for identifying Trends . Goto settings and in "Show" section select "Smooth Delta Volume" to lay it on the chart.
Settings is the Key:
Settings are key to all of my indicators. Play around with it a bit. You can change what to show on the chart from settings. Smooth Delta Volume moving average length can be changed from the settings. You can also select "Show as Percentage", which shows Delta Volume as Percentage of Overall Candle's Volume. If you use Weekly or Monthly Timeframe, change increase lower timeframe from settings. Read the tooltips to understand what each settings mean. Tooltips are the (i) button in-front of each settings.
FAQs:
Q. Does the indicator Repaint ?
--- No. None of my indicators repaints. What you see now is what's drawn in real time.
Q. What TimeFrame is Best for this Indicator ?
--- It can be used on timeframes from 5 minutes to higher. But I would prefer to use it from timeframes higher than 30 minutes, as it gathers data from 1 minute TF.
Q. Indicator doesn't show anything ?
--- This indicator only works on security with Volume data. Also use it from higher timeframe than specified in Settings, because Volume Delta is calculated using Data from Lower TimeFrame.
Q. Delta volume is not provided by TradingView, So how exactly does this indicator work?
--- This indicator takes advantage of new pinescript function security_lower_tf(), and calculates volume for smaller timeframe data and calculates delta on higher timeframe.
Q. Does this indicator give financial advice?
--- No. Nope. Nein. Não. नहीं.
Conclusion:
This indicator is very basic but if used correctly it can be very powerful. If you have any questions or suggestions feel free to comment below. I'd love to connect with you. Thank you.
~ @SiddWolf
Volume DeltaVolume Delta
This indicator aims to provide users an idea for momentum and exhaustion, via differentiating between the buy delta and sell delta.
The purpose of this indicator is to give a deeper dive into the data provided by tradingviews volume indicator with greater granularity intrabar from a HTF perspective! (suitable for 30min and up but will work as low as 5m)
Below we can see an additional 2 modes,
Split:
Delta:
The difference between the 3 modes include:
Split is a separation of the initial mode "Singular" it divides the 2 into separate axis positioning to allow for a different perspective of the same data.
Delta: Takes the difference of the 2 and makes it easier for users to see which side was in control, personally delta makes it easier to see DIVS in momentum and where exhaustion is occuring.
On Balance Volume MomentumA combination of "On Balance Volume (OBV)" and "Volume Oscillator".
"OBV Momentum" is a trend momentum indicator, that can be used to identify strong trends and also trend changes based on volume.
High positive values indicate strong volume on the buy side, high negative values indicate strong volume on the sell side.
An increasing OBV momentum indicates a strengthening buy trend or a weakening sell trend,
decreasing OBV Momentum indicates a strengthening sell trend or weakening buy trend.
OBV Momentum is calculated by comparing a short vs. a long moving average and plotting the difference in volume.
OBV Momentum metric is absolute volume.
Volume Impulse & Candlestick Patterns - FontiramisuIndicator showing volume impulse & engulfing candlestick pattern.
You can set up multiple parameter for both events.
Volume Impulse :
Volume Period : Lenght of the average volume calculated.
Volume Multiplier : Factor to compare actual volume with average volume.
Engulfing Pattern :
VS avg body : Let you chose to compare body candle to average body of the last few candles (define with parameter : lenghtSizeAvgBody ), otherwise it will be compared to the last body candle.
Engulfing Multiplier : Factor to compare and validate the pattern.
vol_def_v.1.1 This script works with incoming volumes. Incoming volumes reflect with certain signals (light, middle and strong). Sensitiveness of signals available in settings.
Red signals - better point to close position, green signals - to open positions. For better way of using the script - taking positions on green signals (part by part) and the same way for closing positions on red signals.
The script has an additional option for to analyze global view on bitcoin cycles on 1w. This global function works for altcoins too (1w).
How to use the script?
* First - you have to choose comfortable timeframe.
* Second - you have to adjust sensitivity of algorithm from 1.3 to 4 (in settings) until you don’t get right quality of signals.
For additional global option just switch 1W timeframe on, green zones mean oversold zones, smiles mean high opportunity to see bullrun.
[TTI] Volume Rulesibb.co
👆 Look at how the script looks when you hover with the mouse
––––History & Credit
Volume and Price action have been the sole foundation to technical traders since technical analysis has been around. This indicator includes some of the important volume rules that I have collected over the years and the ones I have seen that work. In general credit for the methods used in this indicators has to go to William O'Neil, Stockbee and Mark Minervini.
–––––What it does
There are 3 functions of the Volume rules indicator. The top line, the bottom line and the label.
1️⃣. The top line looks at a few basic volume patterns that are important to pay attention too.
🔵 Higher volume than yesterday and day closes up
🟣 Higher volume than yesterday and day closes down
🟡 Volume X times higher (defined in settings) over the last Y (defined in settings) days. Default is 2x higher compared to yesterday.
2️⃣ The bottom line looks at StockBee Labels
L4 custom criteria + 100k minimum trading day (bearish)
H4 custom criteria + 100k minimum trading day (bullish)
L9 custom criteria + 9M minimum trading day (bearish)
H9 custom criteria + 9M minimum trading day (bullish)
L49 custom criteria + 49M minimum trading day (bearish)
H49 custom criteria + 49M minimum trading day (bullish)
StockBee Labels:
ibb.co
3️⃣ The label looks wether the picked ticker meets the minimum requirement for trading (as per methodology) and how is the price action performing.
TDV = total dollar trading volume
Trading Volume = #stocks
If the above 2 meet the criteria in the settings pannel the label is green if both do not meet the label is red and if one is met and the other is not the label is yellow.
Additional comparison of the trading volume to the 10D, 20D and 50D MA of the volume and two custom indicators:
1. Volume Signature = whereby the indicator looks that the highest down volume over the last 10days and compares it to todays volume
2. Vol in vs Vol out = whereby the indicator looks at the volume of the breakout compared to the average down volume over the last 10 days
–––––How to use it
When trading always look for volume confirmation in the direction of your trend. The volume footprints are one of the ways to shadow institutional support. Bearish and Bullish signals are described above.
[VC] Effort & Result Index V1.0V.C. Effort & Result Index draws the Price change, Volume, Delta & Delta % as a histogram. On the positive side of the histogram, it marks the price change & on the negative side of the histogram, it marks volume, delta & delta %. And the best part of the indicator is that it allows you to see all the mentioned data types simultaneously.
See the below chart for a comprehensive understanding.
Before moving further, understand the below analogy first.
Volume & Delta = Fule or Effort
Price Movement = Result
Think of Volume & Delta as FULE or EFFORT and Price Movement as Result.
If the price travels a significant distance with less fule & effort, it indicates that no barriers or inverse forces are stopping the price movement.
On the other hand, if the price is travelling a less distance & consuming comparatively more fule & effort, it indicates some barriers or inverse forces stopping the price movement.
V.C. Effort & Result Index empowers you to read, compare & analyse Volume, Delta & Price effortlessly. It helps to measure the relative price change in different combinations. Such as, you can compare the price change with total volume, delta volume & delta percentage.
See the below relative comparison analysis by using Price Change, Volume Change & Delta Change.
In the above example, you can see that on candle A, there is a very significant price move with a small volume & delta. But on the next candle B, there is a minor price move compared to the previous candle A, but the volume is relatively high & delta is almost the same. In simple words, the same effort was applied to candle B but got fewer results than candle A. It indicates that buyers applied the same effort but failed to get the same results. It reveals that sellers are taking control, leading to a trend reversal.
This comparative analysis method & approach can add an extra edge to your analysis spacially on key levels & breakouts.
V.C Effort & Result Index Settings & Inputs
Price Change:
Allow you to show/hide the price change bars on the positive side of the histogram.
Volume:
Allow you to show/hide the total volume on the negative side of the histogram.
Delta%:
Allow you to show/hide the delta % on the negative side of the histogram.
Delta:
Allow you to show/hide the delta on the negative side of the histogram.
Style Settings
The Style section allows you to change the colors & the view format of all data types.
Disclaimer Note:
V.C Effort & Result Index is not a BUY/SELL signal based indicator or a holy grail trading system.
It is purely Volume, Delta, Demand & Supply imbalance and comparative analysis based tool kit. Before applying this indicator to your analysis, you should know about Volume, Delta & Spread, and Demand & Supply.
Some basic understanding of Sir Richerd Wyckoff's Theory can also be helpful.
RSI/Slow Stochastic/Volume IndicatorThis script provides buy and sell signals based on overbought/oversold conditions and incorporates multiple indicators including RSI, slow stochastic crossover, and volume changes. The script is best suited for the 1-hour time frame and can be used for stocks, indexes, futures trading, and cryptocurrency trading.
[VC] Wave Chart Index V1.0V.C Wave Chart Index
Richard D. Wyckoff created the first wave chart, and he instructed students to think in waves. He was an early 20th-century pioneer in the technical approach to studying the stock market and is considered one of the five "titans" of technical analysis, along with Dow, Gann, Elliott and Merrill.
V.C Wave Chart Index is the most comprehensive version of Wyckoff's theory. It is used to measure the strength & weakness of each market move by comparative data analysis. It draws waves on the chart based on Gann Swing theory. At the end of each wave, a label shows all the cumulative data & information of the wave.
With the help of this indicator, You can measure each swing or high/low movement of the market by comparing it with previous high/low price movements. The comparison can be made by using the following data of each wave.
Price Change
Volume Change
Delta Change
Delta % Change
Buy Volume
Sell Volume
Time Spent (Bar Counter)
V.C Wave Chart Index is not only an indicator but itself a unique & comprehensive tool kit to measure & compare each move of the market. This tool enables you to see deep inside each movement of the market. It allows you to observe the nitty-gritty data of each wave at the micro-level with your nacked eyes. With the help of Delta & (C.C) Close to Close Price Change, it is now easy to apply effort & result and cause & effect theory to your analysis. (total volume, buy volume, sell volume & delta % can also be used for comparative analysis)
V.C Wave Chart Index Properties
Price Change or (P.C): Shows the price Change of the Wave
Buy Volume (B.V): Shows the Cumulative Buy Volume of the Wave
Sell Volume (S.V): Shows the Cumulative Sell Volume of the Wave
Delta Volume (∆): Shows the Cumulative Buy - Sell Volume of the Wave
Delta % ∆ : Shows the Cumulative Delta % of the wave
Total Volume (T.V): Shows the Cumulative Total Volume of the Wave
Bar Count (B.C): Shows how much time it took to Complete the Wave
Swing Price: Shows the Reversal Price of the Wave
V.C Wave Chart Index Settings & Inputs Explained
Sensitivity (%): This input helps you adjust to the wave's steepness. 0.001 is my recommended value for all time frames.
Cumulation: This input helps you to control the length & formation of the wave: ( the fewer values = more wave formations & vice versa)
Wave Color: Allow you to change the color of the wave
Draw to Latest Candle: Allow you to show/hide the latest or real-time wave & data.
Divisor: Allow you to divide extensive numeric data into small numbers to read it easily.
Align Text: Allow you to align the text.
Size Text: Allow you to change the size of the text.
Display Toal Delta: Allow you to show or hide total Delta (∆).
Display Percentage Delta (%): Allow you to show or hide Delta (∆) %.
Color Wave Buy: Allow you to change the color.
Color Wave Sell: Allow you to change the color.
Display Total Volume (T.V): Allow you to show/hide total volume
Display Buy Volume (B.V): Allow you to show/hide buy volume
Display Sell Volume (S.V): Allow you to show/hide sell volume
Display Swing Price: Allow you to show/hide swing price
Display Swing Price Change (P.C): Allow you to show/hide price change
Display Close to Close Price Change (C.C): Allow you to show/hide close to close price changes. (previous wave close to current wave close) (recommended for comparative analysis)
P.C Format: Allow you to select the price formate
C.C Format: Allow you to select the price formate
Display Bar Counter (B.C): Allow you to show/hide the bar counter
Comparative Data Analysis Example in the light of Effort & Result Theory
A short explanation of the above analysis
On Wave A , the close to close price change (C.C) is $354 . (its the distance of price that price travelled from the low of the previous wave)
and price travelled this distance with 632 Delta (Delta is an effort which is used to travel the price)
On Wave B , close to close price change (C.C) is -$359 , almost the same distance as the previous wave. But for this distance price used 47% more Delta than the last wave. ( previous Delta is 632 , but current Delta is 931 that is 47% extra)
It indicates that sellers have put more effort in Wave B than Wave A . However, they got similar results as the previous wave. In other words
More Effort & Less Result = Reversal Sign
(that's why in the above example price reversed from a support level)
* Notice that Wave B is also on a key support area/level. And on key support or resistance area, this kind of comparative analysis can give an extra edge in your analysis.
Disclaimer Note:
V.C Wave Chart Index is not a BUY/SELL signal based indicator or a holy grail trading system.
It is purely Volume, Delta and comparative analysis based indicator. Before applying this indicator to your analysis, you should know about V.S.A, Volume, Delta & Spread.
Some basic understanding of Sir Richerd Wyckoff's Theory can also be helpful.
Normal Distribution Outliers for volume (NDO indicator)The NDO is a volume-based indicator that indicates how many standard deviations the volume is away from the mean volume.
In other words, this script is useful for detecting when the volume is abnormally large, spotting pumps and dumps, and movement of whales.
Green indicates that the volume is more than 3 standard devs away from the mean, yellow means its more than 2 standard deviations away from the mean, and orange means it is more than 1 standard deviation away from the mean, with red means volume is less than one standard deviation from the mean.
Statistically, 68% of results show up in 1 standard deviations of the mean, 95% in 2 standard deviations of the mean, 99.7% in 3 standard deviations of the mean, making green highly abnormal.
VSA with Smart Volume-Atropine
Volume spread analysis is a new way of looking at the market. It more like the candlestick analysis taking into consideration the volume . Volume Spread Analysis is one of the most important concepts of technical analysis .
Volume plays a very important role for traders. It is one of the key movers of the market because the market is mostly moved by fear and greed among the participants. Volume is also important in confirming a trend and chart patterns.
How Does This Indicator Works ?
1. It indicates Strengths and Weakness Signals on the basis of Tom Williams Volume Spread Analysis.
2. It Automatically Draws Potential Zones and you can extend them.
3. It Draws zones over Strength or Weakness Signal for whole session.
4. Gives Options to hide Historical Action to avoid noise over the chart.
5. Shows Cumulative Volume over the Candle to get clear Picture of buyer and seller.
6. It Indicates most important signal of Effort vs Result.
7. Automatically draws zone of High Volume Candle from Higher Time frame.
8. Draws 60min(1Hr) Initial Balance Range.
Volume & Highlights
Large or small volume bars are highlighted.
Normal bars are using the same colors as the built-in volume indicator.
.b BTC-Exchange volumeBINANCE:BTCUSDT
It's tool to check exchange trading status.
You can see "BTC-exchange's realtime trading volume, previous closed volume" at once.
You can switch to see 'Previous close volume' on script's panel.
Timeframe recommended ; 15m, 1H, 4H, D, W, whatever.
Each exchange may have a different volume display unit, so I converted it into roughly BTC units. (using hl2 price)
This indicator aims to recognize the difference in the trading volume of the exchange at once.
It's not for the purpose of check the exact trading volume.
All data come from tradingview.
The comparison target exchanges refer to the ranking of CoinMarketCap.
if you have any questions freely contact to me by message on tradingview, or telegram @sr_bt
but please understand that responses may be quite late.
Heiken Ashi Smoothed Net VolumeThis indicator attempts to use Heiken Ashi calculations to smooth the Volume net histogram indicator by RafaelZioni. Long above zero line, short below zero line.
VTrend - Volume ScriptThe Volume script is designed to help you trade the market more efficiently, giving you a lot of information to intrepret, based on volume calculations.
The fundamental part of the script, is the volume weighted bands in blue and red, which help determine the trend and dynamic support and resistance. The blue band is a shorter length than the red band.
When the blue band dips below the red band, this tells us there is a downtrend. And when the blue band is trending above the red band, this is bullish uptrend price action. You will be able to note price whatever the timeframe really respects these bands, and you can use that to your advantage flicking through the high timeframes on where price will go next, combined with your own support and resistance levels.
The other most important aspects are the bar colors and the colored bollinger band line. Whenever price action is above the blue band the bars are green, when closing within the blue band, they are orange to show possible resistance or support. Below the blue band the bars are red for downtrend price action.
When the bars are bouncing off the daily open, a key level for you to play off everyday and makes it easier to gauge what price is doing, the bars are colored purple to highlight this.
The bollinger band line serves to act as a trendline, to help identify where price is going combined with the information above in the short term, and allows you to pick entry points more finely. There are also two bollinger band clouds in the background, which are areas to look at reversal or support for. You can turn these off if you wish, as not to clog up the chart.
Next feature up, are the reversal signals, which also double as areas to take profit. The default are the diamond reversal plots.
Enabled by default also are the custom leledc exhaustion plots, the major signals are enabled by default, whilst the minor signals are not turned on and are very noisy by comparison, especially at low timeframes.
You'll notice in the screenshot below, there is a black MA, that is an adjustable Hull Moving Average included for determining shorter term trend movements combined with the bollinger band colored line, depending on your trading style.
The image below shows when both major and minor leledc signals are turned on.
Also we have circular colored plots showing different reversal calculations, you can use them as a guide and take profit areas. These are based on candle type, and i consider them noisy especially at low time frames.
The indicator is designed to give you key information, but be quite customisable as well to suit your exact trading style.
Recommended timeframes i use this on; Weekly (for key liquidity areas), Trading on the Daily, 6h, 4h, 2h, 1h, and 25 minutes.
Volume Spikes & Growing Volume Signals With Alerts & ScannerVOLUME SPIKES & GROWING VOLUME SIGNALS WITH ALERTS & SCANNER
This indicator shows arrows when there is a volume spike. It also paints the background when volume is growing. There is also a volume scanner for 8 tickers that will change color in real time when your other favorite tickers see volume growth and spikes.
You can customize the length of DMI, the number of bars to calculate the current volume average from, the number of bars back to get the overall volume average from, the multiple that needs to be hit to give a signal, the position of the scanner table and which tickers are used in the scanner. There are detailed directions as tooltips in the indicator settings you can read to understand exactly what each input does.
All features are customizable as well as which tickers the screener uses.
***HOW TO USE***
Watch for volume to pick up before placing trades as this will help you stay out of the markets when price is choppy. Volume usually brings volatility so watch for the volume signals to show up on the chart. Typically when price has made a big move one direction or is consolidating and you see the volume indicator start giving signals, the market is ready to reverse or continue its current trend but move faster in that direction.
Volume Spikes
When there is a volume spike that is larger than the average of volume over the last 100+ bars(depending on your settings) multiplied by the volume amount multiplier(in your settings) then an arrow will show up on the chart. This arrow will be green if DMI is bullish and red if DMI is bearish.
Volume Growth
A Background color will appear when the average volume over the last 5 bars(depending on your settings) is higher than the average volume over the last 100+ bars(depending on your settings) and is greater than your multiple. It will also paint the background when the volume moving average has increased over the last 3 bars consecutively. The background colors will be red or green depending on buy & sell pressure(DMI). If the background color appears, then you know volume is growing and volatility is near.
Volume Scanner
The scanner can be customized to have all of your favorite tickers by changing the tickers used in the indicator settings at the bottom. When no volume growth or spikes are detected, the ticker will show as light blue. When volume spikes or growth is detected, the ticker will turn orange to notify you.
Alerts
You can set up alerts as well when there is volume growth, bullish volume spikes and bearish volume spikes on any chart or timeframe.
Indicator Settings
Settings will need to be adjusted across different tickers as some have large swings in volume and some stay pretty even, so make sure to set up different chart layouts with settings that work for each ticker and save them individually so you don’t have to reset these values every time you switch charts.
***MARKETS***
This indicator can be used as a signal on all markets, including stocks, crypto, futures and forex as long as Tradingview has volume and DMI data for that ticker.
***TIMEFRAMES***
This volume spike indicator can be used on all timeframes as long as there is enough data for Tradingview to use for calculations.
***TIPS***
Try using numerous indicators of ours on your chart so you can instantly see the bullish or bearish trend of multiple indicators in real time without having to analyze the data. Some of our favorites are our Auto Fibonacci, Volume Profile, Momentum, Auto Support And Resistance and Money Flow Index in combination with this Volume Growth indicator. They all have real time Bullish and Bearish labels as well so you can immediately understand each indicator's trend.
Numbers RenkoRenko with Volume and Time in the box was developed by David Weis (Authority on Wyckoff method) and his student.
I like this style (I don't know what it is officially called) because it brings out the potential of Wyckoff method and Renko, and looks beautiful.
I can't find this style Indicator anywhere, so I made something like it, then I named "Numbers Renko" (数字 練行足 in Japanese).
Caution : This indicator only works exactly in Renko Chart.
////////// Numbers Renko General Settings //////////
Volume Divisor : To make good looking Volume Number.
ex) You set 100. When Volume is 0.056, 0.05 x 100 = 5.6. 6 is plotted in the box (Decimal are round off).
Show Only Large Renko Volume : show only Renko Volume which is larger than Average Renko Volume (it is calculated by user selected moving average, option below).
Show Renko Time : "Only Large Renko Time" show only Renko Time which is larger than Average Renko Time (it is calculated by user selected moving average, option below).
EMA period for calculation : This is used to calculate Average Renko Time and Average Renko Volume (These are used to decide Numbers colors and Candles colors). Default is EMA, You can choice SMA.
////////// Numbers Renko Coloring //////////
The Numbers in the box are color coded by compared the current Renko Volume with the Average Renko Volume.
If the current Renko Volume is 2 times larger than the ARV, Color2 will be used. If the current Renko Volume is 1.5 times larger than the ARV, Color1.5 will be used. Color1 If the current Renko Volume is larger than the ARV . Color0.5 is larger than half Athe RV and Color0 is less than or equal to half the ARV. Color1, Color1.5 and Color2 are Large Value, so only these colored Numbers are showed when use "Show Only ~ " option.
Default is Renko Volume based Color coding, You can choice Renko Time based Color coding. Therefore you can use two type coloring at the same time. ex) The Numbers Colors are Renko Volume based. Candle body, border and wick Colors are Renko Time based.
////////// Weis Wave Volume //////////
Show Effort vs Result : Weis Wave Volume divided by Wave Length.
ex) If 100 Up WWV is accumulated between 30 Up Renko Box, 100 / 30 = 3.33... will be 3.3 (Second decimal will be rounded off).
No Result Ratio : If current "Effort vs Result" is "No Result Ratio" times larger than Average Effort vs Result, Square Mark will be show. AEvsR is calculated by 5SMA.
ex) You set 1.5. If Current EvsR is 20 and AEvsR is 10, 20 > 10 x 1.5 then Square Mark will be show.
If the left and right arrows are in the same direction, the right arrow is omitted.
Show Comparison Marks : Show left side arrow by compare current value to previous previous value and show right side small arrow by compare current value to previous value.
ex) Current Up WWV is 17 and Previous Up WWV (previous previous value) is 12, left side arrow is Up. Previous Dn WWV is 20, right side small arrow is Dn.
Large Volume Ratio : If current WWV is "Large Volume Ratio" times larger than Average WWV, Large WWV color is used.
Sample layout
Chips Average Line (volume price) by RSUThis is a very important volume-price indicator for me.
Displays the average cost of chips for the short term (30 days), medium term (60 days), and long term (200 days).
Chip lines act as support and resistance. The longer the trend days, the greater the strength.
usage:
1. Breakout: If the stock rises, it must be above the short-term chip line. And gradually rise.
2. Sequence: When a bullish trend is formed, the short-term stack is higher than the mid-term stack, and the mid-flag stack is higher than the long-term stack. When there is a bear trend, the order is reversed.
3. Intensive: When the three chip lines are dense, there will be a periodical resonance effect, and the long-term trend will rise or fall sharply
Volume Highlighter in main by RSUThis indicator is displayed in the main picture, which saves the space of a picture indicator.
Volume is highlighted to allow you to focus more on the above-average volume , and if it is greater than 4 times standard deviation it is marked as a huge volume in yellow. There will be support and resistance at this level.
There is a switch to show the turnover.
S2BU2 Volume Oscillator (Improved)Fair Use:
Please do not take my work and sell it under your own name. This was created to benefit everyone - not one person. Feel free however to use it as part of whatever work you wish to sell (of course i would applaud also giving ideas away for free - your choice though ;)
What it is:
The Basis for this Indicator was the original Volume Oscillator. I added Averages for Highs and Lows to make it easier to see relatively over- or undersupplied zones.
I also modified the oscillator to use a fast and a slow moving average à la MACD on itself to get a cleaner and earlier signal for when to expect a big move.
How it works:
A falling MA-line - especially if beneath the Signal-line indicates weakening Strength. Movements made during this time will barely move the needle.
A rising MA-line - especially if above the Signal-line, indicates increasing strength. Movements made during this time will be relatively considerable.
Crossovers above the average High/ below the average Low are especially relevant.
How to use:
Note this is only a recommendation and not advice. Feel free to experiment and adjust the indicator to fit your tradingstyle. This is only my personal setup. Feel free to share your findings.
Best used in combination with another Indicator that gives impulse direction, like for example my Stochastic Momentum Convergence Divergence (). You may also use any other indicator that works for you for this purpose - i am biased towards my own work though :D
What you want to see is a fresh direction-signal followed by a rising MA-line in the Volume Oscillator. For confirmation you can wait until the Volume Oscillator also has a crossover(up only, do not use the crossdown!) between MA- and Signal-line. Best results should be achieved if the MA-line was well below the averageLow-line. Trenddirection may change even while the Volume continuously goes up. Volume is direction agnostic. Always keep an eye on your direction indicator as changes can and will occur. These will be equally as violent and often longer lived than the previous direction you caught - you will lose a lot more than you gain if you do not keep track of that! This Indicator will help you to identify when not to waste your time on a trade, it will not be a magic pill that you can use to set and forget.
Accumulation Distribution Volume Oscillator (ADVO) [JoseMetal]============
ENGLISH
============
- Description:
This indicator has 2 features (currently):
It shows the net volume in a histogram (buy volume in the upper part, sell volume in the bottom part).
Also calculates the difference between accumulation / distribution in a fast vs slow period to plot 2 moving averages and trigger crossovers.
It has an option to ignore the wicks, which sometimes makes it more accurate.
- Visual:
So first of all is the net volume, in the upper part of the histogram the buy volume is printed in green, if the volume keeps going up the histogram bars gets lighter, darker if the volume goes down.
Similarly, we have the sell volume in the bottom part, in red, it also gets lighter if the sell volume increases, and otherwise it gets darker.
And then we have 2 lines, one for the fast and other for the slow period, both shows the DIFFERENCE of the accumulation vs distribution, which can gives us clues about how the market is heading.
The background color changes depending on the status and crossovers:
Fast moving average crossovers the slow = GREEN, if the opposite happens = RED.
The rest of the time it depends on the position of the moving averages and if the fast is above or below the 0 line:
GREEN: FAST > SLOW and FAST > 0
OLIVE: FAST > SLOW but FAST < 0
RED: FAST < SLOW and FAST < 0
ORANGE: FAST < SLOW but FAST > 0
- Usage and recommendations:
Depending on the timeframe, the default 12 and 26 periods (fast / slow) are good, but i noticed that checking lower timeframes with higher settings it gives a better direction of the higher timeframe, example: you want to trade in 1h, but you check the 5 min timeframe with 25 / 100 periods.
That's because the smaller timeframe gives you a more "realistic" volume, more "detailed" volume I'd say.
In fact, in the real testings, I took a wonderful short by checking the 1 minute timeframe with 50 and 200 periods to decide if the 4h was making an accumulation or distribution.
Finally, there's an option to ignore wicks for the moving averages, sometimes it shows better results because ignoring volume within the wicks gives faster results, but I recommend checking both with and without.
- Customization:
So almost everything is customizable, colors, periods... there's an option for the histogram color scheme, but you can change every single color if you want.
You can also pick the moving average type, sometimes WMA is better, but I got better results with the EMA (which is the default).
============
ESPAÑOL
============
- Descripción:
Este indicador tiene 2 características (actualmente):
Muestra el volumen neto en un histograma (volumen de compra en la parte superior, volumen de venta en la parte inferior).
También calcula la diferencia entre acumulación/distribución en un periodo rápido vs lento para trazar 2 medias móviles y generar cruces.
Tiene una opción para ignorar las mechas, lo que a veces lo hace más preciso.
- Visual:
En primer lugar está el volumen neto, en la parte superior del histograma se muestra en verde el volumen de compra, si el volumen sigue subiendo las barras del histograma se hacen más claras, más oscuras si el volumen baja.
Del mismo modo, tenemos el volumen de venta en la parte inferior, en rojo, también se aclara si el volumen de venta aumenta, y de lo contrario se oscurece.
Y luego tenemos 2 líneas, una para el periodo rápido y otro para el lento, ambos muestran la DIFERENCIA entre la acumulación y distribución en su período, que nos puede dar pistas sobre la dirección del mercado.
El color del fondo cambia según el estado y los cruces:
La media móvil rápida cruza la lenta = VERDE, si ocurre lo contrario = ROJO.
El resto del tiempo depende de la posición de las medias móviles y de si la rápida está por encima o por debajo del punto 0:
VERDE: RÁPIDO > LENTO y RÁPIDO > 0
OLIVA: RÁPIDO > LENTO pero RÁPIDO < 0
ROJO: RÁPIDO < LENTO y RÁPIDO < 0
NARANJA: RÁPIDO < LENTO pero RÁPIDO > 0
- Uso y recomendaciones:
Dependiendo del marco de tiempo, los 12 y 26 períodos por defecto (rápido / lento) van bien, pero me di cuenta de que vigilar temporalidades más bajas con períodos más largos da una mejor dirección de la temporalidad superior, ejemplo: queremos operar en 1h, pero miramos el de 5 min con 25 / 100 períodos.
Eso es porque el marco de tiempo más pequeño le da un volumen más "realista", más "detallado" en mi opinión.
De hecho, en las pruebas reales, operé un estupendo short comprobando el marco de tiempo de 1 minuto con 50 y 200 períodos para decidir si el 4h estaba haciendo una acumulación o distribución.
Por último, hay una opción para ignorar las mechas para las medias móviles, a veces muestra mejores resultados ya que ignorar el volumen dentro de las mismas da resultados más rápidos, pero recomiendo comprobar el indicador de ambas formas para hacernos una idea general.
- Personalización:
Casi todo es personalizable, los colores, los periodos... hay una opción para el esquema de colores del histograma, pero puedes cambiar todos los colores si quieres.
También puedes elegir el tipo de media móvil, a veces es mejor la WMA, pero yo obtuve mejores resultados con la EMA (que es la que viene por defecto).