True Accumulation/Distribution (TG fork)An accumulation/distribution indicator that works better against gaps and with trend coloring.
Accumulation/Distribution was developed by Marc Chaikin to provide insight into strength of a trend by measuring flow of buy and sell volume .
The fact that A/D only factors current period's range for calculating the volume multiplier causes problem with price gaps. They are ignored or even misinterpreted.
True Accumulation/Distribution solves the problem by using True Range instead of only relying on current period's high and low.
Most of the time, True A/D reverts to producing the same values as the original A/D. The difference between True A/D and original A/D can be better seen when a gap has occurred, True A/D has handles it better than Accumulation/Distribution which a bearish close in period's range cause it to misinterpret the strong buy pressure as sell volume
The Moving Average Cloud is simply the filling between the moving average and the True A/D. This feature was inspired by D7R ACC/DIST closed-source indicator, kudos to D7R for making such neat visual indicators (but unfortunately all closed source!).
This indicator was made to extend the original work by adding MTF support and a moving average cloud and coloring.
If you like this indicator, please show the original author RezzaHmt some love:
Volumeanalysis
Liquidations by volume (TG fork)Shows actual liquidations on a per-candle basis by using the difference in volume between spot and futures markets.
i.e. volume on a futures market will be much higher if there are many liquidations.
By default, green represents short liquidations (hence a bullish move, hence why it's green), whereas red is for long liquidations (bearish move). The colors can be changed in the settings if you prefer an inverted theme.
Long liquidation data should in theory be more accurate than short liquidation data due to the inability to short on a spot market.
This indicator should be able to help identify trends by determining liquidation points in the chart.
Extended by Tartigradia to automatically detect the symbol (only for crypto assets found on Binance with a USDTPERP pair, so it works for ETH, BNB, etc) and add multi-timeframe support (MTF).
If you like the indicator, please show the original author Thomas_Davison some love:
TwV Multi-timeframe Dynamic VRVPMulti-timeframe Dynamic Visible Range Volume Profile
The volume profile is an indicator that displays trading activity over a specified period and plots a histogram on the chart which reveals dominant and significant price levels based on volume and in essence gives a clear indication of Supply or demand at a certain price rather than volume in a certain period.
What makes this VRVP indicator different from other is that it is multi-timeframe and dynamic, meaning that it has the ability to show the POC for a higher timeframe and that it also recalculates the main POC every single time traders adjust the chart.
Most VRVP need to be adjusted to a fixed position for the Main POC, I made an improvement by giving the indicator the ability to identify the bars that are being look at in the screen, this really gives traders the possibility and agility to identify potential support and resistance areas without the need to be changing any settings on the indicator.
Furthermore, giving the ability to the indicator to be multi-timeframe allows traders not only to work with a point of control in one timeframe, but also have a dashed line plotting the Point of Control of a HIGHER timeframe, which could potentially be a strongest support or resistance. The multi-timeframe point of control is fixed only.
This VRVP is completely similar to the official Trading View paid subscription one.
Fundamentals
Point of Control (POC): The price level for the time period with the highest traded volume. The POC is represented by an amber line within the indicator.
Profile High: The highest reached price level during the specified time period
Profile Low: The lowest reached price level during the specified time period.
Value Area (VA): The range of price levels in which a specified percentage of all volume was traded during the time period. Typically, this percentage is set to 70% however it is up to the trader’s discretion.
Value Area High (VAH): The highest price level within the value area.
Value Area Low (VAL): The lowest price level within the value area.
Usage
The Resistance and Support levels can be provided by the Volume profile using a reactive method so they constantly change with price action and give a clearer picture to predict future price movements. The Reactive method relies on past price movements at certain price levels and applies a more significant understanding of price reaction at certain meaningful levels
Support levels will be areas where price will be supported on the way down.
Resistance levels will be areas that resist price on the way up.
A basic understanding of this is that Buyers will enter the market at the bottom of a profile and sellers will enter the market at the top of the profile.
Configuration
By the default the indicator has enabled plotting the charts timeframe Volume Profile.
Multi-timeframe option needs to be enabled and desired timeframe chosen from selector menu.
Bars back value for fixed calculation of the multi-timeframe point of control.
Traders can adjust default settings as follows:
Charts timeframe VRVP
Main POC color – Yellow
Positive Volume – Green
Negative Volume – Red
VRVP Width – 100 (Refers to the plotting width for better suiting on small screens)
Multi timeframe VRVP
Enable or disable calculations
Bars back - Fixed numbers of bars for calculation (Consider that max bars back limit is 5000, but it considers 5000 bars on the current charts timeframe, therefore traders need to take into consideration converting number of bars in higher timeframe to charts timeframe)
e.g.
Charts timeframe 15m – MTF desired 1H
1H = 60 min 15m = 15 min – 100 bars back equivalent to (60 min * 100) / 15 = 400
Lower than 5000 then calculations takes place, otherwise calculations will be disabled.
Multi-timeframe POC color = Light blue DASHED
Timeframe desired – 1H by default
Summary box
Enable or disable box
Box shows information regarding the exact price where Main POC and MTF POC reside
Table Size for better fitting on mobile devices
able Position for adjusting to each trader’s preference or use in combination with other indicators
Screener _-_ FVVO by SavosRUIt is my first attempt to make SCREENER
Screener by 20 coins to detect Filter of Volatility Oscilator & Volume Threshold
Now - without ALERTS!
But it will be added ASAP...
==================
Это первая моя попытка сделать СКРИНЕР.
Проверяет наличие сигнала всплеска волатильности и объема на 20 монетах.
Монеты - настраиваются.
Алерты - пока отсутствуют, но планируются в будущем.
Volume FlagThis indicator shows the increased volume compared to the previous volume.
A flag is displayed when the trading volume increased by *n of the previous candle.
Receive a signal as an alert.
Thank you.
(Please comment and click on the rocket.)
-------------------
이 지표는 이전 캔들의 거래량 대비 증가된 거래량을 확인할 수 있습니다.
깃발을 사용하여 증가 감소를 확인할 수 있으며 n배 만큼의 증가 되었을때 표시됩니다.
그리고 깃발이 표시될 경우 알람을 받으실 수 있습니다.
감사합니다.
댓글과 로케트 클릭 부탁드립니다.
REVE MarkersREVE stands for ‘Range Extensions Volume Expansions’. It seeks to report the same as the REVE which I published before. However the code uses a different algorithm to find the ‘usual range’ or ‘usual volume’ to which the current range and volume is compared. In the old REVE a function is coded which mimics a median() function..
In this code the median() function provided in pinescript is used, which makes the code of the actual algorithm nice and short in lines 21 through 27
For example line 23: “morevol=ta.median(curvol , usual)*eventnorm” in which
‘morevol ‘ is the calculated level above which the volume is deemed considerable,
‘curvol’ is the current volume (see line 21); curvol the volume of the previous period.
‘usual’ is the lookback period (see line 8)
‘ta.median(curvol , usual)’ is therfore the median volume in the lookback period
‘eventnorm’ is the percent which sets when “normal” becomes “considerable” (see line 6)
In line 26 the same is done for range.
The code in lines 30 to 92, concern logic manipulations to arrive at choosing the appropriate marker, which are plotted in lines 95 through 136.
Using the shapes as provided by Pinescript offers the possibility to give a much better and more meaningful visualization of volume and range events than different colored columns and histograms in the ‘old’ REVE in the below panel (see example chart).
Using the Pinescript function to find the median opens the possibility of letting the user play in the inputs with the lookback period and the norms for considerable and excessive to find a setting he or she likes most.
Using median in stead of average is necessary in volume and range analysis because these are so volatile. E.g. range or volume can be 10 times larger in the next period! If you have a few excessive volumes or ranges in the lookback period the ‘average volume or range’ is much higher than the ‘usual volume or range’ In statistics this is referred to as the outlier problem.
The markers are located on the bottom of the instrument pane. Those indicating volume events (with ‘event’ I mean a considerable or excessive expansion or extension) are colored triangles or squares, triangles indicate direction, squares that the price stays the same. those indicating range events with ‘normal’ volume are crosses, plus-cross means considerable range event and x-cross is excessive event.
The red, fuchsia and maroon triangles and squares indicate a combination of volume and range events. I call this ‘effective volume’ because more trade leads to shifting prices. The green and blue triangles and squares indicate a volume event with ‘normal’ ranges. I call this ‘ineffective volume’ because more volume does not lead to price shits. Effective volume can be attributed to occasional traders, because these do not care much for the price effect of their orders. The ineffective volume is attributable to institutional traders, because these go to great length to hide the size of their selling or buying objective by trading many small amounts in a day. Therefore one can theorize that ‘smart money’ is active when green and blue markers show up.
There is an option in the inputs to show markers around the candles (or bars). Those above indicate volume events, plus-cross for considerable and x-cross for excessive volume.
Those below the candles (or bars) indicate range events, triangles for direction or a plus-cross when the price stays the same. The small ones indicate considerable range events and the big ones excessive range events. This option can be used for better understanding of the colors of the bottom markers or to check which marker applies to which candle or bar.
If the instrument is without volume, the indicator will show only range markers.
Have fun and take care.
Traders Reality PVSRA Volume SuitePVSRA volume bars color coded to PVSRA vector candles and with override option and configurable moving average.
Indicator displays volume bars color coded to PVRSA price action and allows the user to override the chart symbol.
Developed for TradersReality by infernixx with library conversion by peshocore.
BetterVolumeAvgPinescript 5 version of buy/sell volume indicator with average. This script is original in that there are no versions of this study written in Pinescript 5 that I know of and while I've seen other buy/sell volume scripts this one includes a moving average.
VolATRThis is my VolATR indicator. It fires Buy and Sell signals based on Volume and the ATR. Its pretty good at catching reversals and I like to use it to scalp the SPY . It doesn't provide tons of signals but the signals that it does are usually pretty accurate.
BE - Volume Scalping ProDear Traders,
Here with presenting the new Indicator (Strategy) for scalping which is primarily built based on the the Volume Analysis.
Idea behind this Indicator: I am sure every trader would agree that Volume is one of the Leading indicator along with Price, and hence thought to use the same for scalping the trades. There is a direct co-relation between the price and volume and thereby used this as a base for arriving at strength of the volume pumped in. Indicator is working on the Logic of "What is the ROC in price for the volume dumped in and does ROC quantify the same which is happened in the recent past of x candles." In order to be successful in scalping trade, Accuracy, Risk to reward and Money Management is very much crucial and hence thought so much on this to make it happen.
Note: Accuracy here being profitable in the trade and not hitting the bulls eye all the time.
What this indicator is providing:
Based on the volume, ROC & Candle Thresholds and using the inputs provided for RISK and Money Management options, Indicator continuously scans for trading opportunities and provides alerts for possible trades.
Alerts & Notifications:
There are basically 3 types of Alerts provided one with General Notification and Other with Dhan HQ notifications to support Algo Trades and AlgoJi for supporting Algo trades too.
Self Declaration:
I have been testing the performance in 30 seconds and 1 min chart and I haven't faced any issues yet. I strongly recommend users to use the same in timeframe less than 10 Min only.
Enjoy!
DISCLAIMER: No sharing, copying, reselling, modifying, or any other forms of use are authorized for our documents, script / strategy, and the information published with them. This informational planning script / strategy is strictly for individual use and educational purposes only. This is not financial or investment advice. Investments are always made at your own risk and are based on your personal judgement. I am not responsible for any losses you may incur. Please invest wisely.
Happy to receive suggestions and feedback in order to improve the performance of the indicator better.
Volume Density w/barcolorOpacity limit set to 70 min & barcolor overlay
The transparency of each candle is based on volume density.
Volume density is calculated as follows.
Volume density = Volume / Price range
Price range uses true range "max(high - low, abs(high - close), abs(low - close))".
Since volume density varies drastically by stock or time, the transparency is calculated based on the deviation rate from the average volume density.
BTMM OFJ FOR BEST RESULTS PLEASE SWITCH TO LINE CHART OR DISABLE THE CHART CANDLES. BELOW IS A LINE WITH OPACITY TURNED DOWN TO 15%
ASIA, LONDON, AND NEW YORK SESSIONS CAN BE CUSTOMIZED (1ST 3 HRS DEFAULT)
VOLUME CANDLES CAN BE APPLIED WITH SUPPLY AND DEMAND OR MARKET MAKER METHOD. IN A STRONG TREND YOU WANT TO SEE REPEATED HIGH VOLUME CLUSTERS IN THE DIRECTION OFTHE TREND AND FADING LOW VOLUME ON THE RETRACE
BASICK KEY LEVELS WEEKLY INITIAL BALANCE (MONDAY+TUESDAY HIGHEST HIGH AND LOWEST LOW) YESTERDAY AND LASY WKHI/LO
QUICK APPLICATON
Volume Price and FundamentalsVolume Price and Fundamentals indicators contains 4 exponential moving averages based upon Fibonnaci numbers as period (8, 21, 55 & 144) with crossovers and crossunders.
It also contain a table for volume and 50 Day Avg. Volume, Relative volume, Change in Volume, Volume Value, Up-Down Closing Basis days in last 50 days, Volume ratio (U/D Ratio) on last 50-day Up / Down days and along with fundamental analysis table with various Fundamental Analysis parameters and QoQ & YoY comparison basis for better investment decision making.
MARKET BOSS FOR ALLTHIS STRATEGY USE FOR ANY TYPE OF MARKET INDIAN,COMMODITY,FOREX ,CRYPTO...This strategy used to determine and anticipate potential changes in market price and reversals. The Highs referred to in the title are created based on the number of bars that exhibit lower highs on either side of a High, whereas the Lows are created based on the number of bars that exhibit higher lows on either side Low.it also analyzing price changes and reversals, a trader has more of an ability to determine and predict price patterns and general price trends...
The backtest results are based on BANKNIFTY last year's data. It has an initial capital of 10000 and the size of the lot is 1. The commission paid is 50 RS cash per trade and the slippage is 5 ticks per trade. Some of the Indian broker's commission is only 10 cash per trade. Adjust the commission as per your broker. Trades are conducted based on the intraday time in India set from 9.20 am to 3:20 pm. All positions will get square off at 3.20 pm. All other parameters are suitable for Robo trading with Indian stock brokers.
Also added Quantity feature it automatically double the quantity on losing trade
reasons why to use strategy
1) human psychology never focus on one thing... We never follow one strategy for long time... Bcs we hve greed... If some one says indicator give u 95% than we chnge our strategy which on we r working but indicator didn't give u back testing... Our strategy gives back testing... On 5 min chart of banknifty future... Tv on premium membership give one year back testing... And on crypto it gives 2month backtesing on 5min chart
2) we hve sufficient back testing trades... On 1year back testing minimum 700 trade should be done for back testing bcs thn we know how our strategy work on all market conditions.... For crypto in 2 month back testing more thn 300 trade needed to know it's performance... Our strategy produce suffiend trades... So we know how it works on all market conditions
3) we provide banknifty strategy for intraday... So it's open trade after 9 20 and close all position on 15: 20...so it's backtesing is sure shot perfect
4) for banknifty option strategy... We have made it to book profit or loss in 5 to 15 min... So no time factor effect... So vry profitable for option buyers
5) for banknifty option we had made it fully auto it's automatically buy at auto strike price.. So no tension to select strike price
6) u can also choose weekly or monthly expirey
7) we hve provided table for monthly proprofits... So we know how it's work on every month
8) last but not least...key of 🔑Sucess in stock market and crypto is following the right path for long time... With non biased strategy with positive backtesting result... And all the best
⚖ Volume BUYxSELL Pressure | by Octopu$⚖ Volume BUYxSELL Pressure | by Octopu$
Volume is the number of shares traded in a particular stock, index, or other investment over a specific period of time.
It can indicate market strength, as rising markets on increasing volume are typically viewed as strong and healthy.
In fact, the more, the better. Institutions tend to get more involved in a stock with daily dollar volume in the hundreds of millions or more
But also, when prices fall on increasing volume, the trend is gathering strength to the downside.
That's where BUYxSELL Pressure | by Octopu$ comes in.
Typically, Volume bars follow the candles.
If the Candle is Green (Close > Open), the Volume Bar is also Green.
Now if the Candle is Red (Close < Open) the Volume Bar is also Red.
You never know if it is being Bought or Sold.
This changes the game: along with Price Action, Trend Direction, and other factors. This is possible!
This indicator is composed of:
Volume itself (all of it), displayed by Gray bars;
Identifies Buying Pressure on Green Bars;
And Selling Pressure with Red Bars.
Volume Average as a White Line, for the last "X" Days
Additionally,
It presents a Yellow Triangle as and indication of when the Volume is above the Average in the current TF you are in.
Additionally, this can be set up via an Input: Means if you like to watch it 10% above Average, you got it. 25%? 50%?... You name it.
On top of that,
Includes an indication for Volume Spike as well. So if informs you visually on the Volume Bars of any surges on the TF you are in.
For example: 2x the Volume from the last Candle. Or maybe 3x? 5x... The way you like it the best.
This way, with the combination of your understanding as well as other Indicator and Factor as Confluence, you can improve your analysis and figure out what is going on.
www.tradingview.com
(SPY 5m as an example only)
SPY
Features:
• Total Volume
• Average Volume
• Buying Pressure
• Selling Pressure
• % Above Average
• Volume Spike/Surge (Multiplier)
• Custom Settings
Options:
• Show/Hide Average Line
• Change Length of Average (Days)
• Select/Personalize % of Above Avg
• Add Personalized X Multiplier
• Fully customizable on Style and Colors
• Change shapes and Location
Notes:
v1.0
Indicator release.
Changes and updates can come in the future for additional functionalities or per requests. Follow and Stay Tuned!
Did you like it? Please Support and Shoot me a message! I'd appreciate if you dropped by to say thanks! Thank you.
- Octopu$
🐙
Shadow Compact Volume BETAThis indicator will give you an overview of the trading volume of 1 candle, useful for new traders (This indicator will be updated more in the future). The current calculation method does not give any any trading signals!If you find it interesting or want to support the development of this indicator ,You can support me a cup of tea via the following link:
paypal.me/paulslim
Enjoy new good days!
Realtime Cumulative DeltaThis is a Real time volume Delta indicator which has to run real time on the chart to capture observation.
Start it when the session starts and log the data and observe. It plots histograms as well as candlesticks of the the cumulative volume delta, from the style switch whichever you want.
It is done based on real time tick and not based on candlesticks, so the accuracy of volume delta is more. Uptick volumes are added as buy and downtick volumes as sell which is the actual way of calculating CVD
Apply the CVD concepts for trading results.
Trend ChangeThis indicator displays a general trend change. It shows an arrow on the candle from where the trend change is expected.
The trend change is calculated based on the previous candle open/close and the corresponding volume.
Constantly Applied Pressure Index (CAP index)BINANCE:ETHUSDT
The CAP index is my own homebrew trend indicator made to help traders see the slightly bigger picture, because we all know that as traders we can tend to hyper-focus in on a few candles and end up making a stupid trade because of it, or is it just me ? On a more serious note this indicator helps you find the short term trend by looking at bullish and bearish candles comparing their sizes, volumes and predominance.
The indicator has many technical settings for you to play around with but on the defaults it will render in a few colors which I will explain. Gray means no trend or that the current trend has died, bright green or red mean that a trend has formed, is playing out or that there is a good change a strong trend is about to form. Obviously green means bullish and red means bearish. Finally darker green and red mean a weak or weakening trend, this serves as a warning if you are about to take a trade in the trend direction.
The way I recommend using the indicator is the same way many trend indicators are used, as a filter to either a different indicator creating trading signals or to your own strategy's signals. I would add an illustration here that I prepared but I cannot because of tradingview's reputation rules
BTC/Fiat Inverse Volume Info for Altcoins
displays the Alt Coin volume in BTC if it is a BTC pair (or whatever the quote currency is)
displays the Alt Coin volume in USDT if it is a USDT pair (or whatever the quote currency)
displays the current volume and average volume in label beside bars
volume bars that exceed averages are highlighted
configuration options and moving average overrides available
alerts enabled
Volume with forceThis indicator shows the classic stock volume chart with a plottable 20 periods SMA line. Along with this, it shows to the top right of the pane a percent, showing the current "volume force".
This force is calculated as the SMA of the last 3 volume candles excluded the current candle (only counts finished candles) and then compare it with the standard 20 periods volume SMA.
Some examples for a better understanding:
A value of 200% means that the SMA of last 3 candles is equals to 2 times of the 20 periods volume SMA
A value of 100% means that the SMA of last 3 candles is equals to the 20 periods volume SMA
A value of 50% means that the SMA of last 3 candles is equals to 1/2 of the 20 periods volume SMA
A value of 25% means that the SMA of last 3 candles is equals to 1/4 of the 20 periods volume SMA
If the value is above 100%, the background will be green, red otherwise. A green value means that the symbol is having a nice volume income.
Customizable settings
Timeframe: the main TF to plot volume and calculate force
MA Length: the length of the standard volume SMA to plot (and to compare for the force calculation)
Diff force length: the length of the last candles (excluded the current candle) to compare with the standard volume SMA
Show moving average: if checked, plots the standard SMA
Show volume force: if checked, shows to the top right the volume force
Defu_DivergenceThis is a composite indicator, a collection of multiple indicators
It includes the following:
1. the gray background has a huge trading volume ,
2. the market cost deviates, and the relationship between the closing price of the black line, the red line and the blue line and the short-term, medium-term and long-term average. Compare the difference after mutual subtraction.
3. blue orange column fund flow indicator MFI , color transparency indicates the value
4. the Bollinger belt signals with a short deviation rate, which is the Bollinger belt with a black line.
======================The above translation is from Google
这是一个复合指标,集合了多种指标
包括以下:
1.灰色背景成交量巨大,
2.市场成本乖离 ,黑色线、红色线、蓝色线收盘价与 短期 、中期、长期三条均线之间的关系。互减后比较差值。
3.蓝橙柱 资金流量指标MFI,颜色的透明度表示值的大小
4.布林带 以短期乖离率信号,就是黑色线的布林带。
Volume Histogram [SpiritualHealer117]This indicator is a histogram produced with Pinescript's boxes and is helpful for spotting support, resistance, and key levels. The indicator shows the volume executed at each source price over a customizable time period. The "Key Level" in this indicator is the price at which the most volume was executed, and the "Major Levels" are levels where volume was over a percentile threshold, which you can customize in settings. Feel free to give any feedback on the indicator or make a copy for yourself!