Volume Analysis Tool - CryptoShoots Volume Analysis Tool
Volume Analysis Tool is a technique to simulate tick volume data to get Buying volume and Selling Volume in each bar to any asset .
*** Features
* Delta Volume Mode .
* Detailed Volume mode - Buying and selling for each candle .
* Better understanding to the Accumulation and Distribution using volume analysis easily .
*** Usage
* Turn only one Mode(Delta or Detailed ) ON to let the indicator Shows you its magic .
* Volume Search : by default it's 1 MIN . Note : if you want to change the value understand that the lower the value the better the Accuracy .
//
As a rule of thump use 1 MIN Volume Search for these time frames ( from 5 min to 4 hours ) and 5 min Volume Search for Daily time frame .
Delta
Combo Backtest 123 Reversal & DAPD This is combo strategies for get a cumulative signal.
First strategy
This System was created from the Book "How I Tripled My Money In The
Futures Market" by Ulf Jensen, Page 183. This is reverse type of strategies.
The strategy buys at market, if close price is higher than the previous close
during 2 days and the meaning of 9-days Stochastic Slow Oscillator is lower than 50.
The strategy sells at market, if close price is lower than the previous close price
during 2 days and the meaning of 9-days Stochastic Fast Oscillator is higher than 50.
Second strategy
This indicator is similar to Bollinger Bands. It based on DAPD - Daily
Average Price Delta. DAPD is based upon a summation for each of the
highs (hod) for the 21 days prior to today minus the summation for
each of the lows (lod) for the last 21 days prior to today. The result
of this calculation would then be divided by 21.
It will be buy when high above previos DAPD high and sell if low below previos DAPD low
WARNING:
- For purpose educate only
- This script to change bars colors.
Combo Strategy 123 Reversal & DAPD This is combo strategies for get a cumulative signal.
First strategy
This System was created from the Book "How I Tripled My Money In The
Futures Market" by Ulf Jensen, Page 183. This is reverse type of strategies.
The strategy buys at market, if close price is higher than the previous close
during 2 days and the meaning of 9-days Stochastic Slow Oscillator is lower than 50.
The strategy sells at market, if close price is lower than the previous close price
during 2 days and the meaning of 9-days Stochastic Fast Oscillator is higher than 50.
Second strategy
This indicator is similar to Bollinger Bands. It based on DAPD - Daily
Average Price Delta. DAPD is based upon a summation for each of the
highs (hod) for the 21 days prior to today minus the summation for
each of the lows (lod) for the last 21 days prior to today. The result
of this calculation would then be divided by 21.
It will be buy when high above previos DAPD high and sell if low below previos DAPD low
WARNING:
- For purpose educate only
- This script to change bars colors.
L&S Cumulative Volume Delta L&S Cumulative Volume Delta
All you need to know @ longandshort.io
Team L&S
longandshort.io
Delta Volume Columns [LucF]Displays delta volume columns using intrabar volume information. Each volume column is divided into three sections: buying, selling and neutral volume. Volume for each section is determined from the volume and price movement of each intrabar at a user-selected lower resolution.
Features include:
- Choice of color themes for either dark or light chart backgrounds
- Delta volume columns
- Volume Balance displayed as the difference between the MAs of buying and selling volume
- Display of divergences between a bar’s volume balance and the bar’s price movement (example: buying volume > selling volume but close < open). Divergences can be shown in 2 different color schemes (including green/red showing a tentative direction), on volume columns and/or on chart bars
- Display of bar by bar volume balance with highlighting of above average volume
- Display of the usual total volume MA
- Choice of the lower resolution used to retrieve intrabar information
- Alerts configurable on any combination of the markers, with control over long/short direction
- Choice of 3 different markers:
1. Double bumps: two consecutive bars where buying or selling volume is in the same direction and where volume > volume MA
2. Divergence confirmations: direction of the price bar following a price/volume balance divergence
3. Volume balance shifts: zero level crossings of the volume balance MA delta
The chart shows the two main modes of display:
- Top pane : shows the stacked volume columns with divergences in orange and the flattened volume balance MAs delta at the bottom of the volume columns. This volume balance is the same shown in the bottom pane. The top pane also shows the instant volume balance strip above the volume columns. The strip’s colors show which of the buying or selling volume was greater, and colors are brighter if the total volume was above the total volume MA.
- Bottom pane : shows the volume balance MAs delta with markers 1 and 2. Given that this graphic has no price momentum component, I find quite eerie how it often looks like a momentum-based signal.
The default 5 minute intrabar resolution is used in combination with the weekly chart, which is excessive.
This script uses a special characteristic of the security() function’s behavior when it is sent to a resolution lower than the chart’s resolution. Details are given in the script’s comments. This method has the advantage of working under more circumstances than some of the other loop-based methods, but it also has its limits.
IMPORTANT
This is what you need to know:
- The method used does not work on the realtime bar—only on historical bars. Consequently, the volume column shown on the realtime bar is a normal volume column plotted in green or red, following price movement. The column will only show delta volume information after it closes and becomes a historical bar.
- The indicator only works on some chart resolutions: 5, 10, 15 and 30 minutes, 1, 2, 4, 6, and 12 hours, 1 day, 1 week and 1 month. The script’s code can be modified to run on other resolutions, but chart resolutions must be divisible by the lower resolution used for intrabars.
- Intrabar resolutions can be selected from 1, 5, 15, 30, 45 minutes, 1, 2, 3, 4 hours, 1 day, 1 week and 1 month. The intrabar resolution must of course be smaller than the chart’s resolution.
- Contrary to my other indicators where alerts must be configured to trigger “Once Per Bar Close” in order to avoid false triggers (or repainting), all this indicator’s alerts are designed to trigger using previous bar information since the indicator’s calculations in the realtime bar are not exact. Markers are not plotted with a negative offset; they appear at the beginning of the realtime bar following confirmation of the marker’s condition on the previous bar. Alerts for this indicator should thus be configured to trigger “Once Per Bar” so they trigger at the beginning of the realtime bar. Note that the penalty is not that great, as it is simply the instant between the close of the previous realtime bar and the opening of the next. The advantage of using this technique is that the indicator does not repaint; a marker that appears at the beginning of the realtime bar will never disappear.
- The script only plots information that is reliable in the realtime bar, i.e., total volume and markers. All other plots are set to n/a to prevent misleading traders.
- When the difference between the chart’s resolution and the lower resolution is too important, volume columns will not calculate for all bars in the dataset.
On Delta Volume
Buying or selling volume are misnomers, as every unit of volume transacted is both bought and sold by 2 different traders. There is no such thing as “buy only” or “sell only” volume, but trader lingo is riddled with original fabulations.
Without access to order book information, traders work with the assumption that when price moves up during a bar, there was more buying pressure than selling pressure. The built-in volume indicator available on TradingView uses this logic to color the volume columns green or red. While this script’s numbers are more precise because it analyses a number of intrabars to calculate its information, it uses the exact same imperfect logic to calculate its buying/selling/neutral sections.
Until Pine scripts can have access to how much volume was transacted at the bid/ask prices, our so-called buying/selling volume information will always be a mere proxy.
Divergences
You may wonder how there can be divergences between buying/selling volume information and price movement. This will sometimes be due to the methodology’s shortcomings we have just discussed, but divergences may also occur in instances where because of order book structure, it takes less volume to increase the price of an asset than it takes to decrease it.
As usual, divergences are points of interest because they reveal imbalances, which may or may not become turning points. I do not share the overwhelming enthusiasm traders have for divergences. To your pattern-hungry brain, the orange bars this indicator shows on chart will—as divergences on other indicators do–appear to often indicate turnarounds. My opinion is that reality is generally quite sobering, as many who have tried building automated rules based on divergences will tell you. I do not have hard numbers on the lack of performance of divergences—only many failed attempts to make them perform, which a few experienced strategy modelers I know share with me. Please don’t try to read too much into them. While they look great on past data, I find they are often difficult to use in realtime to make bets with good odds.
Thanks to:
- A guy called Kuan who commented on a Backtest Rookies presentation of an intrabar delta volume indicator using a for loop. The heart of “my” indicator is code borrowed from Kuan; I just built a hopefully useful wrapper around it.
- @theheirophant, my partner in the exploration of the sometimes weird abysses of security() ’s behavior at lower resolutions.
StochRSI 𝝙Enhanced version of StochRSI inspired by my premium RSI Delta script.
Check my premium advanced indicators:
VSH_RSICDRSI Convergence Divergence Histogram (only) inspired by VSH_RSI and traditional MACD but purely based on RSI.
Not only does decent job capturing momentum transition (base cross) but can also be used to identify cleaner divergences.
Delta longs-shorts. BITFINEX:BTCUSDFor any timeframe. Use for the BTC/USD pair. It is calculated by the formula: longs - shorts. Used data from Bitfinex. To smooth the values, you can use the EMA embedded in the indicator.
Monster Cumulative Delta OpenAfter a few requests, the MonsterDelta is is now available with open source.
As mentioned before, it uses an approximation of Up and Down Volume (because they are not kept by Tradingview/not accessible by Pinescript).
The approximation is:
The "up path" on the "up" candle can be approximated by (High-Low).
The "down path" on the "up" candle can be approximated by (High-Close)+(Open-Low).
(and similar for the down candle, like in the 1st post.)
Total path=up path + down path.
Up volume = Tick volume * up path/total path
Down volume = Tick volume * down path/total path
Cheers,
kprsa
Monster Cumulative DeltaAn approximation of the cumulative volume delta (given the data available in pinescript).
TH_Price+ HistogramPrice plotted into centralized oscillator normalized via 7/14 moving averages. The Histogram reveal longer trends while flags warn for early entry/exits. This script has been backtested with astonishing results particularly on 4H and Daily timeframes.
You can use this in combination with Hull+ or Delta Map (Premium), RSI+ or RSI Delta (Premium) and also OBV+ Histogram for stronger confirmations.
StochRSI+StochRSI+ is a Stoch RSI study enhanced with some background highlights and flags to enhance the visual reading of standard oscillator.
Default Settings:
RSI: 13
Stoch RSI: 13
%K: 3
%D: 3
Oversold: 20
Extended Oversold: 7
Overbought: 80
Extended Overbought: 93
Activate Highlights and/or Flags for:
- Stoch RSI Oversold/Overbought. (Default: Active)
- Stoch RSI Extended Oversold/Overbought. (Default: Active)
- %K crosses %D. (Default: Inactive)
Δ Volume Finder Vol Delta v1.0 by 🇨🇷🇾🇵🇹🇴🇷🇹🇭🇾🇭🇲🇸Δ Volume Finder Vol Delta v1.0 by 🇨🇷🇾🇵🇹🇴🇷🇹🇭🇾🇭🇲🇸
General Description
💰This indicator is given FREE to all our premium indicator subscribers.
🔊Volume Finder is an indicator designed to provide additional insights, and actionable information from the vanilla volume indicator you are all used to.
ℹ More information is never a bad thing! This indicator gives you several tools in one package. The aim is to give volume some additional depth and utility.
🕞The indicator works on any timeframe and any market that has basic volume data (stocks, forex, crypto).
📜 Features
🎚 First off the volume bars are split into positive volume and negative volume. This allows you to more easily visualize the amount of a "green" candle that was actually SELLS, and vice versa - the amount of a "red" candle that were actually BUYS.
🌈It will auto gradient the volume levels based on historical volume range for whatever instrument you are looking at. Yellow bars are deviated outside the lower range (many times this will precede a breakout / breakdown).
🚫If you do not wish to set the auto gradient, you can manually set the levels you would like via settings, or turn it off.
🚦 Next is the Volume Delta. This is the line that is oscillating above and below zero. This shows you the net positive or negative volume. In other words, it shows you the total positive or negative volume.
➕➖ Third are options for EMA plots of the total positive volume and total negative volume. This should be pretty self explanatory.
📩 Lastly is a system that generates alerts when volume breaks out past a certain user defined level. You can plot these alerts as one or both of the following: colored bars on the price chart, or alert bubbles within the indicator pane.
💭Please leave me any ideas or feedback you have!
💬Questions? Comments? Want to get access to an entire suite of proven trading indicators? Come visit us on telegram and chat, or just soak up some knowledge. We make timely posts about the market, news, and strategy everyday. Our community isnt open only to subscribers - everyone is welcome to join.
RSI 𝝙 MapRSI 𝝙 Map is a on-chart application of signals produced by the original RSI 𝝙 Indicator.
RSI 𝝙 is a full study system of several RSI analysis that can be used on different timeframes and adapt strategy to trending markets or trading ranges.
Default Settings:
RSI: 13
Linear Regression of RSI: 34
Signal RSI: 5
Long RSI: 55
RSI 𝝙 Histogram: Delta between RSI and Long RSI based on Signal RSI_Length.
Activate Vertical Bar Highlights and/or Signal Candle Flags for:
- RSI Oversold/Overbought. (Default: Highlight Bar)
- Signal RSI Oversold/Overbought. (Default: Highlight Bar)
- RSI crossing its Linear Regression . (Default: Signal Candle Flag)
- RSI crossing its Long RSI . (Default: Off)
- Signal RSI crossing its RSI . (Default: Off)
- Signal RSI crossing its Long RSI . (Default: Off)
- RSI 𝝙 Histogram crossing baseline. (Default: Off)
Users can also do extra tuning in Style Section of Format options.
The market behaves differently when the pacing changes, volatility changes and when it trends or when it ranges. Develop an understanding of it with the help of this study.
Avoid risking more than 1% per trade. Be responsible for always making a priority about protecting capital and risk management. Develop emotional control and use this RSI study to develop a more complete trading system without any need for extra indicators other than Price and Volume .
👆active signals:
RSI Overbought/Oversold
Signal RSI Overbought/Oversold
RSI crossing Linear Regression
👆active signals:
RSI Overbought/Oversold
Signal RSI Overbought/Oversold
Signal RSI crossing RSI
Signal RSI crossing Long RSI
👆active signals:
RSI Overbought/Oversold
Signal RSI Overbought/Oversold
RSI crossing Linear Regression
RSI crossing Long RSI
Signal RSI crossing RSI
OBV+OBV+ is a OBV study enhanced with a linear regression moving average.
Default Settings:
Linear Regression of OBV: 34
Activate Vertical Bar Highlights and/or Signal Flags for:
- RSI crossing its Linear Regression . (Default: Both On)
Users can also do extra tuning in Style Section of Format options.
To use this indicator we need to observe the market's behaviour and identify which settings are fit for the timeframe and type market trading.
Recommended suggested settings
Linear Regression of OBV: 34/21
The market behaves differently when the pacing changes, volatility changes and when it trends or when it ranges. Develop an understanding of it with the help of this study.
Avoid risking more than 1% per trade. Be responsible for always making a priority about protecting capital and managing risk.
RSI+RSI+ is an augmented version of standard Relative Strength Index (RSI) enhanced with a EMA cloud and some momentum background highlights.
Includes 7 Color Themes (4 dark, 3 light).
RSI 𝝙RSI 𝝙 is a full study system of several RSI analysis that can be used on different timeframes and adapt strategy to trending markets or trading ranges.
Identify better divergences/convergences, alerts for *potential* entry, flat and exit signals. Adapt personal strategy according to the market pace, behaviour and timeframe.
Default Settings:
RSI: 13
Linear Regression of RSI: 34
Signal RSI: 5
Long RSI: 55
RSI 𝝙 Histogram: Delta between RSI and Long RSI based on Signal RS 0.31% Length.
Activate Vertical Bar Highlights and/or Signal Flags for:
- RSI Oversold/Overbought. (Default: Highlight Bar)
- Signal RSI Oversold/Overbought. (Default: Highlight Bar)
- RSI crossing its Linear Regression . (Default: Signal Flag)
- RSI crossing its Long RSI . (Default: Off)
- Signal RSI crossing its RSI . (Default: Off)
- Signal RSI crossing its Long RSI . (Default: Off)
- RSI 𝝙 Histogram crossing baseline. (Default: Off)
Users can also do extra tunning in Style Section of Format options.
Typical use case for Daily timeframe:
RSI cross its Linear Regression produce a close signal of the on-going trend. RSI 𝝙 Histogram crossing could also provide early an signal or a confirmation. Then look RSI or RSI 𝝙 Histogram is forming a Divergence. If divergence is confirmed after candle close you can look into Signal RSI crossing RSI/Long RSI or RSI breaking the support/resistance horizontal/trendlines OR if you are more conservative wait until RSI cross Long RSI . The different markets will show slightly diff behaviours but with this indicator, we can capture its essence independently of timeframe.
RSI being above/bellow Long RSI establishes the relatively long-term bias in trending markets. This is also valid for Weekly and Monthly timeframes.
This is just a guideline suggestion. The reality is users of this indicator need to observe the market's behaviour and identify which signals will provide more reliable entries, exits and/or remain until next signals before the next round of trades.
The market behaves differently when pacing changes, volatility changes, when it trends or when it ranges. Develop an understanding of it with the help of this study.
Avoid risking more than 1% per trade. Be responsible for always making a priority about protecting capital and risk management. Develop emotional control and use this RSI study to develop a more complete trading system without any need for extra indicators other than Price and Volume .
👆active signals:
RSI crossing Linear Regression
RSI crossing Long RSI
👆active signals:
Signal RSI Long RSI
👆active signals:
RSI crossing Linear Regression
Also note that RSI 𝝙 Histogram divergences/convergences flag very often significant momentum changes. This important information is extremely useful when also looking to volume anomalies and help deciding to close a position (or enter next) before flash crash occur where a signal might come slightly late on higher timeframes.
IO_EMA_Delta_OscillatorThis is a EMA Delta Oscillator: An attempt to show ranging markets based on the slope of the EMA.
Green = Bullish Market
Blue = Ranging Market
Red = Bearish Market
The EMA Slope is normalized to make it work like an oscillator with values between 0 and 1.
Bar colors show the oscillator colors, bar borders show the actual candle colors.
- Invsto
(sarangab)
Moving Average Delta Indicator by KIVANC fr3762Description:
MAD stands for Moving Average Delta, it calculates the difference between moving average and price. The curve shows the difference in Pips.
By calculating the delta between two points we can see more small changes in the direction of the moving average curve which are normally hard to see. You can see the MAD curve as look through the microscope at a simple moving average curve. It may help predicting a trend change before it happens, the sample shows a beginning trend change from long to short.
Interpretation:
If the MAD curve is bigger than 0, the moving average is above the price
conversely;
If the MAD curve is smaller than 0, the moving average is below the price
Before a trend change, the moving average gets flatter, the MAD curve points to towards the zero
We can see what is the maximum rising/falling of the difference and predict an upcomming trend change
Usage:
Drop a simple moving average to a chart and set the period in a way that it best fits the movements. There is no "magic" settings for the moving average period, you may double click the MA line to set it to a different period.
Drop the MAD indicator to the cart and give it the same period as your simple moving average .
SMART4TRADER-UP-DOWN Stock Exchange Volume (SPY)Shows the trend direction for the S&P500
Показывает направление тренда для S&P500