Bollinger Bands + Volume (Version.1)Bollinger Bands + Volume (Version.1)
This is just version 1, "version 2 ,version 3,version 4" are coming, which are better than this version.
- This indicator used the volume with Bollinger Bands.
- This indicator generates BUY and SELL signals.
- Whenever price will touch the upper band and if the buying volume is low and the selling volume is high Then it will give SELL signal.
AND
- Whenever price will touch the lower band and if the selling volume is low and the buying volume is high Then it will give BUY signal.
X-volume
HMA VolumeVolume smoothed by Hull Moving Average . Basic, so not much to say really.
It has a multi timeframe function, so you can for example, look at the hourly volume, on the 15 minute chart, or whichever timeframe combo you choose.
Use it to see volumes trend is increasing or decreasing
Best Bulls Bears Volume trend Breakout V2 [badshah_e_alam]This is a intraday indicator. Only to be used on timeframe less than daily charts.
This indicator purely uses volume to plot the graph. The indicator helps in conforming a breakout strategy.
This indicator is advanced version of my previously developed indicator you can check this link
Total volume is made up of buying volume and selling volume . Buying volume is the number of shares, contracts, or lots that were associated with green bars, and selling volume is the number that were associated with red bars.
The labels on the right side are the current bar value and that days bulls /bears weightage.
the first value shows the current bar volume.
second value show the bulls weight in %
third value show the bears weightage throughout the day ( %)
The Blue plot in graph keeps the track of bulls movement in intraday( %)
The Red plot in graph keeps the track of bears movement in intraday ( %)
X axis is time.
Y axis ranges from 100 to -100
I use 1:2 risk to reward ratio. Do your own research.
**not a financial advice**
Example of price increasing, volume decreasing
this indicator can be used for confirming a breakout strategy with bulls or bears in action. In the current example, the buyer’s volume percentage is reducing and the price is increasing throughout the day. Hence a breakout of the trendline is confirmation of a short trade.
Example of Price reducing, volume decreasing
example of price moving down , bears losing the grip
Example of price decreasing volume increasing
Thanks to nizar9599 for giving idea to improve my previous indicator.
DISCLAIMER
Any and all liability for risks resulting from investment transactions or other asset dispositions carried out by the user based on information received or a market analysis is expressly excluded by me.
All the information made available here is generally provided to serve as an example only, without obligation and without specific recommendations for action. It does not constitute and cannot replace investment advice. We therefore recommend that you contact your personal financial advisor before carrying out specific transactions and investments.
Do your own research, This is not a financial advice.
Volume Indicator wih EOD volume predictionThis indicator displays the volume of each session in a similar manner of the default volume indicator
However it add on the last bar a green bar that shows the expected volume for the end of the session
One might use it to anticipate the end of day volume and decide if the current price action is strong or not
This might also be used to anticipate the appearance of a pocket pivot signal or buyable gap up
This indicator is designed to be used on daily chart exclusively
Bullish Volume [Alerts]A really simple script I made for someone, but also noticed I couldn't find anything like it that's as quick or simple (I may just be dumb)
Simply labels out and alerts you when three consequently higher volume bars appear, pretty useless on its own but for crypto, it works great to quickly notice if some important fundamentals suddenly cause the price to rocket. It works best with hour timeframes. Personally I'd use it with 4h.
I find it useful to know if something in a market is stirring attention and hope others can find it useful.
Volume using Candle RangeAnother way of finding out a rough estimate of the volume or how much bulls or bears were in control using only the range of the candlesticks in relation to the closing price. If the close is in the higher range zone then the volume is said to have been positive, if the close is in the lower range zone then the volume is said to have been negative. The close is compared to the midpoint of the candle to see how far from the midpoint the close was.
The columns bars show how far each candlestick's close price is to the midpoint of its high and low. It's possible for the column bar to be a different color than the candlestick itself if the close was above or below the midpoint. An average line is shown that takes the average of a given length amount of column bars. There is an option to show the absolute value only of the columns and the average line.
This is based on an idea I found about candlestick range bars implying volume. This is an attempt to put that theory into practice and to see if there's any truth to it. It's not exactly volume and may not always look like it, and it does not show how many trades took place but instead tries to use price in relation to the high and low range.
BankNifty Volume Indicator
KEY TAKEAWAYS
- Uses BankNifty Index Stocks Volume.
- BankNifty Volume Indicator is created by adding all BankNifty Stocks Volume together.
- BankNifty Volume will be an important indicator in BankNifty Index technical analysis because it is used to measure the relative significance of a market move.
- The higher the volume during a Banknifty index price move, the more significant the move and the lower the volume during a Banknifty index price move, the less significant the move.
- Moving Average is also added.
NSE:BANKNIFTY
Uniform Volume ProfileUniform Volume Profile
The volume of a single candlestick is uniformly distributed by its range (high - low) along all the colliding volume profile bars.
For example, if a 10% of a candlestick intersects some volume bar (horizontal line) only the 10% of that candlestick volume will contribute to that profile.
INDIGO - SwingTraderThis is a script that uses a couple of other indicators to find good swing trade entry's and exit's. You can choose which signals the script uses to calculate the position of the signals.
It uses the following:
- Stoch RSI
- MACD
- POC
- INDIGO Cloud
Also added are volume candles, acceleration of momentum indicators (triangle) and MACD candles. This way you can see more info to decide if the entry is valid.
I have used a couple of public scripts and tried to give credit to the original creators. If there is any script that hasn't been credited, please contact me.
Feedback is very much appreciated, positive and negative. Also If you have any question, feel free to ask me. I'll try to answer asap.
Enjoy the script :)
Tape [LucF]█ OVERVIEW
This script prints an ersatz of a trading console's "tape" section to the right of your chart. It displays the time, price and volume of each update of the chart's feed. It also calculates volume delta for the bar. As it calculates from realtime information, it will not display information on historical bars.
█ FEATURES
Calculations
Each new line in the tape displays the last price/volume update from the TradingView feed that's building your chart. These updates do not necessarily correspond to ticks from the originating broker/exchange's matching engine. Multiple broker/exchange ticks are often aggregated in one chart update.
The script first determines if price has moved up or down since the last update. The polarity of the price change, in turn, determines the polarity of the volume for that specific update. If price does not move between consecutive updates, then the last known polarity is used. Using this method, we can calculate a running volume delta accumulation for the bar, which becomes the bar's final volume delta value when the bar closes (you can inspect values of elapsed realtime bars in the Data Window or the indicator's values). Note that these values will all reset if the script re-executes because of a change in inputs or a chart refresh.
While this method of calculating volume delta is not perfect, it is currently the most precise way of calculating volume delta available on TradingView at the moment. Calculating more precise results would require scripts to have access to bid/ask levels from any chart timeframe. Charts at seconds timeframes do use exchange/broker ticks when the feeds you are using allow for it, and this indicator will run on them, but tick data is not yet available from higher timeframes, for now. Also note that the method used in this script is far superior to the intrabar inspection technique used on historical bars in my other "Delta Volume" indicators. This is because volume delta here is calculated from many more realtime updates than the available intrabars in history.
Inputs
You can use the script's inputs to configure:
• The number of lines displayed in the tape.
• If new lines appear at the top or bottom.
• If you want to hide lines with low volume.
• The precision of volume values.
• The size of the text and the colors used to highlight either the tape's text or background.
• The position where you want the tape on your chart.
• Conditions triggering three different markers.
Display
Deltas are shown at the bottom of the tape. They are reset on each bar. Time delta displays the time elapsed since the beginning of the bar, on intraday timeframes only. Contrary to the price change display by TradingView at the top left of charts, which is calculated from the close of the previous bar, the price delta in the tape is calculated from the bar's open, because that's the information used in the calculation of volume delta. The time will become orange when volume delta's polarity diverges from that of the bar. The volume delta value represents the current, cumulative value for the bar. Its color reflects its polarity.
When new realtime bars appear on the chart, a ↻ symbol will appear before the volume value in tape lines.
Markers
There are three types of markers you can choose to display:
• Marker 1 on volume bumps. A bump is defined as two consecutive and increasing/decreasing plus/minus delta volume values,
when no divergence between the polarity of delta volume and the bar occurs on the second bar.
• Marker 2 on volume delta for the bar exceeding a limit of your choice when there is no divergence between the polarity of delta volume and the bar. These trigger at the bar's close.
• Marker 3 on tape lines with volume exceeding a threshold. These trigger in realtime. Be sure to set a threshold high enough so that it doesn't generate too many alerts.
These markers will only display briefly under the bar, but another marker appears next to the relevant line in the tape.
The marker conditions are used to trigger alerts configured on the script. Alert messages will mention the marker(s) that triggered the specific alert event, along with the relevant volume value that triggered the marker. If more than one marker triggers a single alert, they will overprint under the bar, which can make it difficult to distinguish them.
For more detailed on-chart analysis of realtime volume delta, see my Delta Volume Realtime Action .
█ NOTES FOR CODERS
This script showcases two new Pine features:
• Tables, which allow Pine programmers to display tabular information in fixed locations of the chart. The tape uses this feature.
See the Pine User Manual's page on Tables for more information.
• varip -type variables which we can use to save values between realtime updates.
See the " Using `varip` variables " publication by PineCoders for more information.
OBV and OBV SMA comparisonCompare OBV and OBV SMA relative strength
---------------------------------------------------
Key Points in this study:
Default SMA34
In Daily down trend or consolidation in uptrend
1. if OBV crosses above OBV SMA34, Long entry
2. OBV breakout to new high, Long entry
NSE BankNifty Spot Volume - by GrowMore IndicatorsNSE BankNifty Spot Volume - by GrowMore Indicators !!
HOW Does it work ?
Trading volume is a measure of how much of a given financial asset has traded in a period of time. For stocks, volume is measured in the number of shares traded and, for futures and options, it is based on how many contracts have changed hands. The numbers, and other indicators that use volume data, are often provided with online charts.
The Spot Volume of NSE Bank-Nifty is hard to calculate, but TradingView Pine made it easier to calculate the actual spot volume of Bank-Nifty.
As Bank-Nifty users are aware that the Bank-Nifty comprises of 12 banks and each bank has its own weightage in Bank-Nifty movement.
The Indicator has 12 inputs of banks that are in NSE Bank-Nifty and next beside there is weightage input for that particular bank,
now this weightage is modified by NSE every month so it should be changed every month. The link to it is - www1.nseindia.com
User must update the weightage given by NSE into indicator to use it flawlessly.
Disclaimer : Here the volumes are average of volume - of all Bank-Nifty banks.
User Options : Option to input security name and weightage nearby.
also have SMA of volume of user defined length.
Visual Checks - The user could manually validate the back test results on various assets they would like to use this strategy on before putting it live.
How to get access
Please click on the link / email available in the signature or send me a private message to get access.
Feedback
Please click on the link/email in the signature or send me a private message for suggestions/feedbacks.
Fibodex TrapFibodex Trap indicator
this indicator designed by the Fibodex team
you will receive dump and bump singles buy using this indicator
also, you will receive buy and sell signals
indeed by using our indicator you won't need many technical analyses
The accuracy of the indicator with the correct settings is estimated to be more than 70%
also, we are trying to improve it to make it more accurate
notice that this indicator should be used as a secondary tool
By using this indicator, you also accept the risk of using it.
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
اندیکاتور تله توسط مجموعه فیبودکس ایده پردازی و کد نویسی شده است.
شما با این اندیکاتور قادر خواهید بود تا سیگنال های پامپ و دامپ و همچنین خرید و فروش را دریافت نمایید.
دقت اندیکاتور با تنظیمات صحیح بیش از 70 درصد تخمین زده شده است که مجموعه فیبودکس در جهت بهبود و افزایش دقت آن تلاش خواهد کرد.
به یاد داشته باشید که از این اندیکاتور به عنوان کمکی و دریافت تاییده کمک بگیرید .
شما با استفاده از این اندیکاتور ریسک استفاده از آن را هم می پذیرید
VWAP WITH TP OR SLHello everyone its indicator base on vwap indicator (Volume Weighted Average Price)
How to work its indicator?
➤ Long = if open bar above vwap
➤ Short = if open bar below vwap
Indicator Feature
➤ Long Side Signal With Alerts
➤ Short Side Signal With Alerts
➤ Long side Take profit Calculated By Open Bar You Can Also Change Calculate Percent input
➤ Short side Take profit Calculated By Open Bar You Can Also Change Calculate Percent input
➤ Long side Stoploss Calculated By Open Bar You Can Also Change Calculate Percent input
➤ Short side Stoploss Calculated By Open Bar You Can Also Change Calculate Percent input
Volume histogramThis volume indicator detects and paints with different colors up to 3 ranges of volume level necessary to identify the price zones where large investors act and trade with the price and volume's strategy.
It will be easier and faster for you to identify the important volume levels in order to apply them to your trades.
The greater difference and advantage over other existing volume indicators are the following:
Parameters may be adjusted to the quantity of candles which are necessary in order to calculate the average volume, and to the percentage which the high volume should be regarding the average volume for each candle.
It paints in 3 different colors: high volume, medium volume and low volume; the visual control is better with the size of the volume.
It is possible to set as many alerts as you need in order to let you know when the desired volume level is reached.
Este indicador de volumen detecta y pinta de color diferente hasta 3 rangos de nivel de volumen necesarios para identificar las zonas de precio donde actuan los grandes inversores y operar con la estrategia de precio y volumen.
Te será más fácil y rápido identificar los niveles importantes de volumen para aplicarlos a tus operaciones.
La gran diferencia y ventaja con respecto a otros indicadores de volumen existentes son tres.
Puedes ajustar los parámetros sobre qué cantidad de velas tiene en cuenta para calcular el volumen medio, y cuanto porcentaje debe ser el volumen alto con respecto al volumen medio para cada vela.
Te pinta en 3 colores diferentes el Volumen Alto, Volumen Medio y Volumen bajo, teniendo mejor control visual en el tamaño del volumen.
Puedes colocar tantas alertas como necesites para avisarte cuando llegue al nivel de volumen deseado.
Parameters Settings / Parámetros Ajustables:
Highest vs Average Vol Size (%) : Highest Volume Size vs Average Volume, default 200% / Tamaño del Volumen Alto con respecto al volumen Medio, en porcentaje. Por defecto, 200%
Vol Average Length : Candles Number to calculate Average Volume, default 500 / Cantidad de velas para calcular el Volumen Medio, por defecto 500.
Color Settings / Colores Ajustables:
Color 0 : Highest Volume, Above a % Average Volume
Color 1 : Above Average Volume
Color 2 : Below Average Volume
SelcukCode Crypto Triple VolumeThis is a volume indicator written for cryptocurrencies. The difference from the integrated indicator is that the left symbol of the cryptocurrency shows the volume as well as the right symbol. It also shows the volume of the pair in USDT. Thus, we see the USDT volume of each cryptocurrency pair. This standardizes our view of volume.
Bu, kripto paralar için yazılmış bir hacim indikatörüdür. Entegre indikatörden farkı, kripto paranın sol sembolünün hacmini göstermesinin yanı sıra sağ sembolün hacmini de gösterir. Ayrıca paritenin USDT olarak da hacmini gösterir. Böylelikle her kripto para çiftinin USDT hacmini görmüş oluruz. Bu bizim hacime bakış açımızı standartlaştırır.
Linear Regression Channel / Curve / Slope by DGTTʜᴇ Lɪɴᴇᴀʀ Rᴇɢʀᴇꜱꜱɪᴏɴ Cʜᴀɴɴᴇʟꜱ
Linear Regression Channels are useful measure for technical and quantitative analysis in financial markets that help identifying trends and trend direction. The use of standard deviation gives traders ideas as to when prices are becoming overbought or oversold relative to the long term trend
The basis of a linear regression channel
Linear Regression Line – is a line drawn according to the least-squares statistical technique which produces a best-fit line that cuts through the middle of price action, a line that best fits all the data points of interest. The resulting fitted model can be used to summarize the data, to predict unobserved values from the same system. Linear Regression Line then present basis for the channel calculations
The linear regression channel
2. Upper Channel Line – A line that runs parallel to the Linear Regression Line and is usually one to two standard deviations above the Linear Regression Line.
3. Lower Channel Line – This line runs parallel to the Linear Regression Line and is usually one to two standard deviations below the Linear Regression Line.
Unlike Fibonacci Channels and Andrew’s Pitchfork, Linear Regression Channels are calculated using statistical methods, both for the regression line (as expressed above) and deviation channels. Upper and Lower channel lines are presenting the idea of bell curve method, also known as a normal distribution and are calculated using standard deviation function.
A standard deviation include 68% of the data points, two standard deviations include approximately 95% of the data points and any data point that appears outside two standard deviations is very rare.
It is often assumed that the data points will move back toward the average, or regress and channels would allow us to see when a security is overbought or oversold and ready to revert to the mean
please note : Over time, the price will move up and down, and the linear regression channel will experience changes as old prices fall off and new prices appear
█ Linear Regression Study Features
Linear Regression Channel
- Linear regression line as basis
- Customizable multiple channels based on Standard Deviation
- ALERTs for the channel levels
Linear Regression Curve
- Linear regression curve as basis
- Optional : Bands based on Standard Deviation or Volatility (ATR). Bands are applied with fixed levels 1, 2 and 3 times StdDev or ATR away from the curve
Linear Regression Slope
- Optional : Up/Down slope arrows for a used defined period
█ Volume / Volatility Add-Ons
High Volatile Bar Indication
Volume Spike Bar Indication
Volume Weighted Colored Bars
Envious Market DashboardHey traders, this is a market dashboard that can be useful to have on top of your charts. It provides information of the trends discovered, the volatility, the current MACD Trend, the current trend, RSI level, RSI Overbought / Oversold state, TSI level, TSI Overbought / Oversold state, the volume percentage, and more. You can customise the dashboard location, the colour of the dashboard, the background of the dashboard and its background colour. Hope this is useful to you traders :).
Envious Volume Matrix"View it all from a different perspective, enter with the hive, stick to your motive, and the further you'll dive." ~ Envious Volume Matrix.
What is unique about this volume indicator compared to others?
The volume matrix is calculated with different maths and philosophies compared to others and it is combined with some indicators to create the final result. The volume matrix can be used to help see whether or not the bulls or bears are falling or rising so you can see what the next direction of the trend is going to be in. With the volume matrix, you have full control of the indicator. You can customise the timeframe, the colour scheme, the significance of the bull and bear's volume, the plot styles, the dashboard and your alerts. Now that is astonishing!
The volume matrix is to be used as a confluence with your analysis or trading style and should not in anyway shape or form be used as a indication to buy or sell just because the signal says so, it is there to give you a higher chance of having a high probability trade though past results is not indicative of future results and getting access doesn't mean you will become a millionaire in a day as it is not a get rich quick indicator so it won't guarantee 100% success.
Visit our website for more information, which can be found on my profile or on the signature of this indicator!
Does it repaint?
No, our volume matrix doesn't repaint as we do not use any variations where it will cause gaps, future predictions or miscalculations of historic bars.
Does it support all chart types?
Yes, all charts are supported with the volume matrix.
Features:
/Basic Settings
-Enable Custom Timeframe (This will toggle the settings for custom timeframe on and off)
-Custom Timeframe (input box, this will change the timeframe on the indicator to the value set)
-Lookback Period (This period will determine the bar levels needed to validate a calculation)
-Bull's significance (This value will change the strength of the bulls, decreasing the value will make the volume occur faster, increasing the value will make the volume slower)
-Bear's significance (This value will change the strength of the bears, decreasing the value will make the volume occur faster, increasing the value will make the volume slower)
/Miscellaneous
-Volume Styles (Changes the plot style to: Double Lines, Single Line, Histogram, Hills and Valleys, Bar Columns)
-Colour Scheme (Changes the colour scheme to the following options: Ice and Fire, Rhubarb and Custard, Strawberry and Lime, Orange and Purple, Black and White, Old School, Blue and Yellow, Green and Yellow, Purple and
Pink, Heat-O-Meter)
/Dashboard Settings
-Show Volume Dashboard (This will toggle the dashboard on and off)
-Dashboard X-LOC (This will change the x position of the dashboard)
-Text Colour (This will change the text colour of the dashboard)
/Custom Alerts
-Bull Switchover
-Bear Switchover
Nifty Pharma VolumeThis indicator plots volume for the index Nifty Pharma using data from it's constituent stocks.
Code taken from @daytraderph 's script called Custom Volume.
Compressed Volume Levels [DepthHouse]Compressed Volume Levels closely analyzes peak volume along with price action to detect critical levels.
The compression levels generated are often an early indication of possible tops, bottoms, or even a future support or resistance levels.
Warning: Since this is a volume based indicator results will vary based on the asset and volume of the exchange.
The factor & lookback at which it detects these levels can be set by the user. The lower the factor the more levels that will generate.
Built in Alerts (must be set up by user):
Verified Support and Resistance once a level is confirmed.
Upward and Downwards Compression alerts; earliest signal possible for major volume coming in.
To gain access to this indicator please follow the link below.
Feel free to message me with any questions directly here on TradingView.
SB On Balance Profit/Loss IndicatorI was always interested in volume indicators as well as market sentiment.
While brainstorming, I came to the thought that people with gains vs people with losses can move a stock up or down.
I don't want to debate the rational behind people buying and selling based on profits or losses, so this isnt a signaling indicator.
However, I still wanted to have a way to measure and visualize this information.
On Balance Volume was not enough for me. I wanted to know how much actual money was made or lost, over time.
This indicator was created based on two different time periods, the daily and the 30m.
The daily time period is used to measure money made from close of the day before to the open of the current day (gap up/down).
The 30 minute precision period is used to measure the money made from the close of the current bar from the close of the bar prior and calculated 13 times per trading session.
There is an option for 15 minute and 5 minute precision, but it may take longer for the script to process and may time out at lower precision periods.
The default lookback period is 10 days, values are cumulative. We can clearly see over the last 10 days how much money was made, lost and on balance. This should affect trader sentiment.
Visual display is the cumulative money made (green line), cumulative money lost (red line), and cumulative net on balance money (black line). The net on balance money is filled green above zero and filled red below zero.
The Green Histogram is the money made overnight, the Red histogram is the money lost overnight.
The black histogram above zero is the money made intraday and the black histogram is the money lost intraday.
Takeways
Just because a stock is trending down, as noted by the downward slop in price on the daily chart , it does not mean that the average trader is losing money. Intraday price action can offset money lost at higher time periods.
Especially in cases where a stock gaps down overnight, buyers step in at the low and the stock closes above open, but below previous days close. Esspecially when this is done on high volume .
The net profit can be greater than net loss, even if the day closes down from previous close. This can really help with "sentiment" and being able to visualize this sentiment may be helpful in making a decision to buy or sell.
View my collection of custom scripts at: www.tradingview.com