RBX - Enhanced VolumeThe Enhanced Volume indicator is a powerful tool designed to help traders identify trends and patterns in market volume. This indicator combines multiple components to provide traders with a comprehensive view of volume trends in a particular market.
The Volume Oscillator component of this indicator calculates the difference between two volume moving averages and presents the result as a percentage. The two moving averages used are user-defined, allowing traders to customize the indicator to fit their preferred trading style. The oscillator's value is used to determine whether volume is heating up (red) or cooling down (green). It is recommended to have an evidence-based knowledge on price-volume relationship to make this indicator more useful.
The Relative Volume component of this indicator measures volume trends relative to previous periods. Traders can set the length of the period for which volume is compared to previous periods. This component also considers the size of the candle to determine whether it is a high bullish candle or not.
The Volume Color component of this indicator provides traders with a visual representation of volume trends. Different colors are used to represent different levels of volume, with green and red representing high buying and selling volumes, respectively. Orange is used to represent low relative volume.
The Enhanced Volume indicator also includes a table that displays average volume values, providing traders with additional insight into market trends. This indicator also includes alert conditions that can be customized to suit individual trading strategies.
Overall, the Enhanced Volume indicator is a versatile tool that can help traders make informed trading decisions by providing valuable insights into market volume trends.
Relativevolume
RedK EVEREX - Effort Versus Results ExplorerRedK EVEREX is an experimental indicator that explores "Volume Price Analysis" basic concepts and Wyckoff law "Effort versus Result" - by inspecting the relative volume (effort) and the associated (relative) price action (result) for each bar - showing the analysis as an easy to read "stacked bands" visual. From that analysis, we calculate a "Relative Rate of Flow" - an easy to use +100/-100 oscilator that can be used to trigger a signal when a bullish or bearish mode is detected for a certain user-selected length of bars.
Basic Concepts of VPA
-------------------------------
(The topics of VPA & Wyckoff Effort vs Results law are too comprehensive to cover here - So here's just a very basic summary - please review these topics in detail in various sources available here in TradingView or on the web)
* Volume Price Analysis (VPA) is the examination of the number of shares or contracts of a security that have been traded in a given period, and the associated price movement. By analyzing trends in volume in conjunction with price movements, traders can determine the significance of changes in price and what may unfold in the near future.
* Oftentimes, high volumes of trading can infer a lot about investors’ outlook on a market or security. A significant price increase along with a significant volume increase, for example, could be a credible sign of a continued bullish trend or a bullish reversal. Adversely, a significant price decrease with a significant volume increase can point to a continued bearish trend or a bearish trend reversal.
* Incorporating volume into a trading decision can help an investor to have a more balanced view of all the broad market factors that could be influencing a security’s price, which helps an investor to make a more informed decision.
* Wyckoff's law "Effort versus results" dictates that large effort is expected to be accompanied with big results - which means that we should expect to see a big price move (result) associated with a large relative volume (effort) for a certain trading period (bar).
* The way traders use this concept in chart analysis is to mainly look for imbalances or invalidation. for example, when we observe a large relative volume that is associated with very limited price change - that should trigger an early flag/warning sign that the current price trend is facing challenges and may be an early sign of "reversal" - this applies in both bearish and bullish conditions. on the other hand, when price starts to trend in a certain direction and that's associated with increasing volume, that can act as kind of validation, or a confirmation that the market supports that move.
How does EVEREX work
---------------------------------
* EVEREX inspects each bar and calculates a relative value for volume (effort) and "strength of price movement" (result) compared to a specified lookback period. The results are then visualized as stacked bands - the lower band represents the relative volume, the upper band represents the relative price strength - with clear color coding for easier analysis.
* The scale of the band is initially set to 100 (each band can occupy up to 50) - and that can be changed in the settings to 200 or 400 - mainly to allow a "zoom in" on the bands.
* Reading the resulting stacked bands makes it easier to see "balanced" volume/price action (where both bands are either equally strong, or equally weak), or when there's imbalance between volume and price (for example, a compression bar will show with high volume band and very small/tiny price action band) - another favorite pattern in VPA is the "Ease of Move", which will show as a relatively small volume band associated with a large "price action band" (either bullish or bearish) .. and so on.
* a bit of a techie piece: why the use of a custom "Normalize()" function to calculate "relative" values in EVEREX?
When we evaluate a certain value against an average (for example, volume) we need a mechanism to deal with "super high" values that largely exceed that average - I also needed a mechanism that mimics how a trader looks at a volume bar and decides that this volume value is super low, low, average, above average, high or super high -- the issue with using a stoch() function, which is the usual technique for comparing a data point against a lookback average, is that this function will produce a "zero" for low values, and cause a large distortion of the next few "ratios" when super large values occur in the data series - i researched multiple techniques here and decided to use the custom Normalize() function - and what i found is, as long as we're applying the same formula consistently to the data series, since it's all relative to itself, we can confidently use the result. Please feel free to play around with this part further if you like - the code is commented for those who would like to research this further.
* Overall, the hope is to make the bar-by-bar analysis easier and faster for traders who apply VPA concepts in their trading
What is RROF?
--------------------------
* Once we have the values of relative volume and relative price strength, it's easy from there to combine these values into a moving index that can be used to track overall strength and detect reversals in market direction - if you think about it this a very similar concept to a volume-weighted RSI. I call that index the "Relative Rate of Flow" - or RROF (cause we're not using the direct volume and price values in the calculation, but rather relative values that we calculated with the proprietary "Normalize" function in the script.
* You can show RROF as a single or double-period - and you can customize it in terms of smoothing, and signal line - and also utilize the basic alerts to get notified when a change in strength from one side to the other (bullish vs bearish) is detected
* In the chart above, you can see how the RROF was able to detect change in market condition from Bearsh to Bullish - then from Bullish to Bearish for TSLA with good accuracy.
Other Usage Options in EVEREX
------------------------------------
* I wrote EVEREX with a lot of flexibility and utilization in mind, while focusing on a clean and easy to use visual - EVEREX should work with any time frame and any instrument - in instruments with no volume data, only price data will be used.
* You can completely hide the "EVEREX bands" and use EVEREX as a single or dual period strength indicator (by exposing the Bias/Sentiment plot which is hidden by default) -
here's how this setup would look like - in this mode, you will basically be using EVEREX the same way you're using a volume-weighted RSI
* or you can hide the bias/sentiment, and expose the Bulls & Bears plots (using the indicator's "Style" tab), and trade it like a Bull/Bear Pressure Index like this
* you can choose Moving Average type for most plot elements in EVEREX, including how to deal with the Lookback averaging
* you can set EVEREX to a different time frame than the chart
* did i mention basic alerts in this v1.0 ?? There's room to add more VPA-specific alerts in future version (for example, when Ease-of-Move or Compression bars are detected...etc) - let me know if the comments what you want to see
Final Thoughts
--------------------
* EVEREX can be used for bar-by-bar VPA analysis - There are so much literature out there about VPA and it's highly recommended that traders read more about what VPA is and how it works - as it adds an interesting (and critical) dimension to technical analysis and will improve decision making
* RROF is a "strength indicator" - it does not track price values (levels) or momentum - as you will see when you use it, the price can be moving up, while the RROF signal line starts moving down, reflecting decreasing strength (or otherwise, increasing bear strength) - So if you incorporate EVEREX in your trading you will need to use it alongside other momentum and price value indicators (like MACD, MA's, Trend Channels, Support & Resistance Lines, Fib / Donchian..etc) - to use for trade confirmation
Volume Spike Scanner█ OVERVIEW
This script adds a volume spike scanner table to the top-right of the chart space. Table cells light up with colored signals when volume spikes occur on the associated tickers on a low timeframe. The colored signals correspond to different levels of volume spike intensity and the table columns are continuously sorted so that the tickers with the most intense volume spikes are always at the top. One table can have up to 40 tickers (this is a pine script limitation) and the indicator comes with 7 pre-load ticker lists. (6 stock lists and 1 crypto list) Add the indicator several times and use all the pre-load lists to scan 280 stocks and 40 cryptocurrencies simultaneously.
By monitoring so many tickers simultaneously for volume spikes you will have early awareness of tickers that are reacting to catalysts/news. In some cases there may be no known catalyst, but the ticker is still making a significant move with high volume. Getting to these charts early in the move can provide trade-able opportunities.
█ SIGNALS
There are 6 signals for increasing levels of volume spike intensity
Orange - Most Intense
Yellow
Green
Light Green
Blue
Pink - Least Intense
█ USER INPUTS
Alerts
Check the boxes in the Alerts section next to the color signals you want alerts for. Then after closing the user inputs pane right-click on the table and select "Add Alert on ..."
Filters
Currently the only filter available is the Minimum Volume Filter. More filters may be added on future updates.
When this filter is turned on any signals that are generated by a spike that has volume below the set value will be filtered out and will not show up on the scanner.
The default value of 10,000 is recommended for stocks. There is no recommendation for crypto.
Positioning
• Compact Mode - Reduces the table width to about half size to conserve screen space.
• Table Number - Table number 1 is the farthest right position. Each increase in this value by 1 will move the table roughly one table space inward from the right side of the chart.
• Move Down - Each increment of 1 will move the table downward roughly the height of one table row.
Usually the lowest rows of the table are insignificant so it's okay to move the table down and have these rows offscreen.
• Left/Right Spacing - Each increment of 1 or -1 will move the table slightly left and right respectively. This is for fine tuning the left/right positioning if you like all your tables equally spaced.
Ticker Lists
• Pre-Built List # - The first release of this script contains seven pre-built lists each containing 40 tickers. Lists 1 thru 6 are all stocks. List 7 is all crypto.
For day trading stocks and options add the indicator 6 times to the chart, set the tables side by side, and set a different pre-built list number for each table.
• Symbol Lists - The pre-built lists can all be customized to your preference. Remove tickers you don't like and replace with ones you like. Save your lists as the new default.
Also not every table has to contain 40 tickers. You can uncheck the boxes next to the tickers to shorten the list.
█ TIPS
General
1 — Use news alert/notification services to add context to volume spikes and resulting price movements.
2 — When a ticker goes straight to the highest two signals (Orange and Yellow) that is usually noteworthy
and worth looking at the ticker's chart to see how the volume inflow is affecting price.
3 — When the lowest signals (Pink and Blue) appear for a ticker that is often not noteworthy except in the most liquid tickers
4 — It is best to use a multi-chart layout with one chart in the layout dedicated to the scanner.
This will allow you to switch tickers on the other charts without re-rendering the tables each time.
Set the chart dedicated to the scanner to the 3m timeframe or lower due to an issue mentioned lower down.
To make the scanner easier to see you can turn off visibility of all chart features on this chart.
Stocks
1 — Very liquid stocks such as AAPL, AMZN, MSFT, TSLA, NVDA, NFLX, BA, GOOGL, META, etc. rarely have volume spikes that give the highest signals (Orange and Yellow).
For these tickers the lower signals are significant. To prevent them from getting lost at the bottom of a 40 ticker table you can give them their own dedicated table
along with other favorite stocks to ensure they are always easily visible. You can set alerts for the lower level signals on this table.
2 — To use all 6 pre-loaded stock lists and scan 240 stocks simultaneously add the indicator 6 times.
Each time you add the indicator customize the user incrementing the Table Number and Pre-Load List #. This will give you 6 tables side-by-side with 40 tickers each.
3 — The Minimum Volume Filter is recommended to be set on and at the default value for the stock pre-load lists.
Crypto
1 — The Minimum Volume Filter is recommended to be set off for the crypto list.
2 — Use mobile app notifications to get 24/7 crypto volume spike alerts to your phone.
█ KNOWN ISSUES
Alerts are sometimes given more than once for the same volume spike signal.
The table does not display when using higher timeframes. It is recommended to use a split chart layout and dedicate one section of the layout to this indicator. Set the timeframe on this section to 3m or lower.
If fixes are found for the above issues they will be included in future updates.
█ SPECIAL THANKS
With permission this script utilizes some of the logic from the open-source script "Screener for 40+ instruments" by QuantNomad.
Weis V5 zigzag jayySomehow, I deleted version 5 of the zigzag script. Same name. I have added some older notes describing how the Weis Wave works.
I have also changed the date restriction that stopped the script from working after Dec 31, 2022.
What you see here is the Weis zigzag wave plotted directly on the price chart. This script is the companion to the Weis cumulative wave volume script.
What is a Weis wave? David Weis has been recognized as a Wyckoff method analyst he has written two books one of which, Trades About to Happen, describes the evolution of the now-popular Weis wave. The method employed by Weis is to identify waves of price action and to compare the strength of the waves on characteristics of wave strength. Chief among the characteristics of strength is the cumulative volume of the wave. There are other markers that Weis uses as well for example how the actual price difference between the start of the Weis wave from start to finish. Weis also uses time, particularly when using a Renko chart
David Weis did a futures io video which is a popular source of information about his method. (Search David Weis and futures.io. I strongly suggest you also read “Trades About to Happen” by David Weis.
This will get you up and running more quickly when studying charts. However, you should choose the Traditional method to be true to David Weis technique as described in his book "Trades About to Happen" and in the Futures IO Webcast featuring David Weis
. The Weis pip zigzag wave shows how far in terms of bar close price a Weis wave has traveled through the duration of a Weis wave. The Weis zigzag wave is used in combination with the Weis cumulative volume wave. The two waves should be set to the same "wave size".
To use this script, you must set the wave size: Using the traditional Weis method simply enter the desired wave size in the box "How should wave size be calculated", in this example I am using a traditional wave size of .25. Each wave for each security and each timeframe requires its own wave size. Although not the traditional method devised by David Weis a more automatic way to set wave size would be to use Average True Range (ATR). Using ATR is not the true Weis method but it does give you similar waves and, importantly, without the hassle described above. Once the Weis wave size is set then the zigzag wave will be shown with volume. Because Weis used the closing price of a wave to define waves a line Bar highs and bar lows are not captured by the Weis Wave. The default script setting is now cumulative volume waves using an ATR of 7 and a multiplication factor of .5.
To display volume in a way that does not crowd out neighbouring volumes Weis displayed volume as a maximum of 3 digits (usually). Consider two Weis Wave volumes 176,895,570 and 2,654,763,889. To display wave volume as three digits it is necessary to take a number such as 176,895,570 and truncate it. 176,895,570 can be represented as 177 X 10 to the power of 6. The number displayed must also be relative to other numbers in the field. If the highest volume on the page is: 2,654,763,889 and with only three numbers available to display the result the value shown must be 265 (265 X 10 to the power of 7). Since 176,895,570 is an order of magnitude smaller than 2,654,763,889 therefore 175,895,570 must be shown as 18 instead of 177. In this way, the relative magnitudes of the two volumes can be understood. All numbers in the field of view must be truncated by the same order of magnitude to make the relative volumes understandable. The script attempts to calculate the order of magnitude value automatically. If you see a red number in the field of view it means the script has failed to do the calculation automatically and you should use the manual method – use the dialogue box “Calculate truncated wave value automatically or manually”. Scroll down from the automatic method and select manual. Once "manual" is selected the values displayed become the power values or multipliers for each wave.
Using the manual method you will select a “Multiplier” in the next dialogue box. Scan the field and select the largest value in the field of view (visible chart) is the multiplier of interest. If you select a lower number than the maximum value will see at least one red “up”. If you are too high you will see at least one red “down”. Scroll in the direction recommended or the values on the screen will be totally incorrect. With volume truncated to the highest order values, the eye can quickly get a feel for relative volumes. It also reduces the crowding and overlapping of values on the screen. You can opt to show the full volume to help get a sense of the magnitude of the true volumes.
How does the script determine if a Weis wave is continuing to grow or not?
The script evaluates the closing price of each new bar relative to the "Weis wave size". Suppose the current bar closes at a new low close, within the current down wave, at $30.00. If the Weis wave size is $0.10 then the algorithm will remember the $30.00 close and compare it to the close of the next bar. If the bar close price does not close equal to or lower than $30.00 or close equal to or higher than $30.10 then the wave is still a down wave with a current low of $30.00. This is true even if the bar low is less than $30.00 or the bar high is greater than 30.10 – only the bar’s closing price matters. If a bar's closing price climbs back up to a close of $30.11 then because the closing price has moved more than $0.10 (the Weis wave size) then that is a wave reversal with a new up-trending wave. In the above example if there was currently a downward trending wave and the bar closes were as follows $30.00, $30.09, $30.01, $30.05, $30.10 The wave direction would continue to stay downward trending until the close of $30.10 was achieved. As such $30.00 would be the low and the following closes $30.09, $30.01, $30.05 would be allocated to the new upward-trending wave. If however There was a series of bar closes like this $30.00, $30.09, $30.01, $30.05, $29.99 since none of the closes was equal to above the 10-cent reversal target of $30.10 but instead, a new Weis wave low was achieved ($29.99). As such the closes of $30.09, $30.01, $30.05 would all be attributed to the continued down-trending wave with a current low of $29.99, even though the closing price for the interim bars was above $30.00. Now that the Weis Wave low is now 429.99 then, in order to reverse this continued downtrend price will need to close at or above $30.09 on subsequent bar closes assuming now new low bar close is achieved. With large wave sizes, wave direction can be in limbo for many bars before a close either renews wave direction or reverses it and confirms wave direction as either a reversal or a continuation. On the zig-zag, a wave line and its volume will not be "printed" until a wave reversal is confirmed.
The wave attribution is similar when using other methods to define wave size. If ATR is used for wave size instead of a traditional wave constant size such as $0.10 or $2 or 2000 pips or ... then the wave size is calculated based on current ATR instead of the Weis wave constant (Traditional selected value).
I have the option to display pseudo-Ord volume. In truth, Ord used more traditional zig-zag pivots of bar highs and lows. Waves using closes as pivots can have some significant differences. This difference can be lessened by using smaller time frames and larger wave sizes.
There are other options such to display the delta price or pip size of a Weis Wave, the number of bars in a wave, and a few other options.
Bar metrics / quantifytools— Overview
Rather than eyeball evaluating bullishness/bearishness in any given bar, bar metrics allow a quantified approach using three basic fundamental data points: relative close, relative volatility and relative volume. These data points are visualized in a discreet data dashboard form, next to all real-time bars. Each value also has a dot in front, representing color coded extremes in the values.
Relative close represents position of bar's close relative to high and low, high of bar being 100% and low of bar being 0%. Relative close indicates strength of bulls/bears in a given bar, the higher the better for bulls, the lower the better for bears. Relative volatility (bar range, high - low) and relative volume are presented in a form of a multiplier, relative to their respective moving averages (SMA 20). A value of 1x indicates volume/volatility being on par with moving average, 2x indicates volume/volatility being twice as much as moving average and so on. Relative volume and volatility can be used for measuring general market participant interest, the "weight of the bar" as it were.
— Features
Users can gauge past bar metrics using lookback via input menu. Past bars, especially recent ones, are helpful for giving context for current bar metrics. Lookback bars are highlighted on the chart using a yellow box and metrics presented on the data dashboard with lookback symbols:
To inspect bar metric data and its implications, users can highlight bars with specified bracket values for each metric:
When bar highlighter is toggled on and desired bar metric values set, alert for the specified combination can be toggled on via alert menu. Note that bar highlighter must be enabled in order for alerts to function.
— Visuals
Bar metric dots are gradient colored the following way:
Relative volatility & volume
0x -> 1x / Neutral (white) -> Light (yellow)
1x -> 1.7x / Light (yellow) -> Medium (orange)
1.7x -> 2.4x / Medium (orange) -> Heavy (red)
Relative close
0% -> 25% / Heavy bearish (red) -> Light bearish (dark red)
25% -> 45% / Light bearish (dark red) -> Neutral (white)
45% - 55% / Neutral (white)
55% -> 75% / Neutral (white) -> Light bullish (dark green)
75% -> 100% / Light bullish (dark green) -> Heavy bullish (green)
All colors can be adjusted via input menu. Label size, label distance from bar (offset) and text format (regular/stealth) can be adjusted via input menu as well:
— Practical guide
As interpretation of bar metrics is highly contextual, it is especially important to use other means in conjunction with the metrics. Levels, oscillators, moving averages, whatever you have found useful for your process. In short, relative close indicates directional bias and relative volume/volatility indicates "weight" of directional bias.
General interpretation
High relative close, low relative volume/volatility = mildly bullish, bias up/consolidation
High relative close, medium relative volume/volatility = bullish, bias up
High relative close, high relative volume/volatility = exuberantly bullish, bias up/down depending on context
Medium relative close, low relative volume/volatility = noise, no bias
Medium relative close, medium to high relative volume/volatility = indecision, further evidence needed to evaluate bias
Low relative close, low relative volume/volatility = mildly bearish, bias down/consolidation
Low relative close, medium relative volume/volatility = bearish, bias down
Low relative close, high relative volume/volatility = exuberantly bearish, bias down/up depending on context
Nuances & considerations
As to relative close, it's important to note that each bar is a trading range when viewed on a lower timeframe, ES 1W vs. ES 4H:
When relative close is high, bulls were able to push price to range high by the time of close. When relative close is low, bears were able to push price to range low by the time of close. In other words, bulls/bears were able to gain the upper hand over a given trading range, hinting strength for the side that made the final push. When relative close is around middle range (40-60%), it can be said neither side is clearly dominating the range, hinting neutral/indecision bias from a relative close perspective.
As to relative volume/volatility, low values (less than ~0.7x) imply bar has low market participant interest and therefore is likely insignificant, as it is "lacking weight". Values close to or above 1x imply meaningful market participant interest, whereas values well above 1x (greater than ~1.3x) imply exuberance. This exuberance can manifest as initiation (beginning of a trend) or as exhaustion (end of a trend):
Volume Breakouts v2The Volume Breakouts Indicator 2.0 is a comprehensive improvement on its predecessor "Volume Breakouts" with new features and improved performance. It offers high customization options where almost every aspect can be changed to suit your preferences.
The main functionality of the indicator is to display volume that exceeds a certain level of relative volume with a specific color, and now it also differentiates between strong up and strong down days. The legacy mode from the previous version is still available, and the calculation error has been corrected in the legacy mode.
Volume Bars in their default configuration are determined by the following factors: Up and Down days, relative volume , and a strong/weak close range. The strong/weak close range is determined by marking bars with a "strong" color only if the close price is higher/weaker than 60% or 40% of the candlestick range - otherwise the color gets downgraded by one level (for example from strong green upday to medium strong blue upday). The main options for Volume Bars are the "Multipliers", where a multiplier of 1.5 represents 150% relative volume . For example, if there is an up day closing above 60% of its range and the volume is above the defined moving average threshold times the multiplier, the bar will be colored green.
(the option: "Strong/week close range" is optional and can be disabled)
Upday and multiplier 2: green
Upday and multiplier 1: blue
Downday and multiplier 2: red
Downday and multiplier 1: pink
The indicator also integrates Pocket Pivots , which are displayed as "star" icons above the current volume bar. There are two types of Pocket Pivots:
The day's volume should be larger than the highest down volume day over the prior 10 days (Rule No. 3, Chris Kacher)
If the pocket pivot occurs in an uptrend after the stock has broken out, it should act constructively around its 10-dma." The star will appear in black if the first condition is met and red if the second condition is met. (Rule No. 4, Chris Kacher)
The signal (star) will appear in black if the first condition is met and red if the second condition is met.
A new addition to the indicator is the Dashboard of different variables, which can be individually enabled or disabled. These variables include:
Actual volume: the volume of the most recent bar
Actual dollar volume: the amount of $ traded on the most recent bar
Average volume: the average volume over a defined period of time (same as moving average)
Average dollar volume: the amount of $ traded over a defined period of time (same as moving average)
Relative volume: the relative value of the current bar compared to the moving average of the volume
Up/down volume ratio: the total of the stock's volume on days when it closes up divided by the volume traded on days when the stock closed down. The assumption is that if a stock closes up for the day, the volume was buying induced and thus the stock is under accumulation
Free floating shares: Free float, also known as public float, refers to the shares of a company that can be publicly traded and are not restricted (for example held by insiders)
Rocket Ratio: Is a value (Formula: Float/AvgVolume) which measures the liquidity of the stock. A lower value means that fewer shares can move the stock fast. The default threshold is < 150
All colors can be customized, and there is also a predefined option for dark mode.
BE - Pr_DayLowHigh_BreakoutScreener AlgoHerewith presenting the Screener based indicator which supports Algo trade on the NSE stocks. The idea behind this indicator is when the Current day stock breaks out of Yesterday's high or Low with promising volumes (Using MA's and POC of Volume Profile) along with formation of candle Pattern. Initiates the Trade entries.
Note: Indicator is designed to take an entry even before the candle is closed as soon as the entry level is crossed and it shall exit the trade as soon as the SL is hit even before candle is close.
How to Work with this Indicator.
You can map up to 15 Scripts in this indicator. However you may decide if you wish to load all 15 are few of them. if you wish to load only 10, below settings should help you ignore the rest 10 symbols from screening it for setups
Updating Symbol Script.
This is an important part is used for Algo trades. Read the tooltip for better understanding of the format. Acceptable format is Broker Name followed with : and space with Symbol mapping Name followed with / and Instrument token provided by broker if no token alloted for the script then you may keep 0 against symbol name followed with / and Qty in terms of absolute value or in terms of percentage.
Trade and Scan Settings
Symbol List Mapping
For Improvements in Results - Use Events and keep a track of it / use Nudges etc.
[E5 Trading] Relative VolumeRelative Volume Overview
The E5 Trading Relative Volume indicator enhances volume analysis in several ways:
First, volume has been normalized to a percentage value, enabling standard thresholds for strong, average, and weak volume.
Second, each candle's volume is evaluated against its history to identify statistically significant bull and bear volume bars that may indicate whale (or institutional) buying and selling.
Relative Volume Thresholds
Volume has been normalized to a percentage value based on a user-defined period. Default (50).
This enables using standard thresholds across all assets to determine strong, average, and weak volume.
Price moves with strong relative volume are more meaningful to technical analysis than equivalent price moves with weak relative volume.
Use as confluence with price breakouts...trends can often be identified early when price breakouts are supported by strong relative volume.
Similarly, price breakouts supported by weak relative volume will likely reverse.
Volume Power Bars
Identify whale buying and selling with Volume Power Bars and follow the smart money!
Bull | Bear Volume Power Bars show statistically significant Bull and Bear Volume Bars that may indicate whale (or institutional) buying and selling. Default (On).
Trends often follow the direction of Volume Power Bars.
Fair value bands / quantifytools— Overview
Fair value bands, like other band tools, depict dynamic points in price where price behaviour is normal or abnormal, i.e. trading at/around mean (price at fair value) or deviating from mean (price outside fair value). Unlike constantly readjusting standard deviation based bands, fair value bands are designed to be smooth and constant, based on typical historical deviations. The script calculates pivots that take place above/below fair value basis and forms median deviation bands based on this information. These points are then multiplied up to 3, representing more extreme deviations.
By default, the script uses OHLC4 and SMA 20 as basis for the bands. Users can form their preferred fair value basis using following options:
Price source
- Standard OHLC values
- HL2 (High + low / 2)
- OHLC4 (Open + high + low + close / 4)
- HLC3 (High + low + close / 3)
- HLCC4 (High + low + close + close / 4)
Smoothing
- SMA
- EMA
- HMA
- RMA
- WMA
- VWMA
- Median
Once fair value basis is established, some additional customization options can be employed:
Trend mode
Direction based
Cross based
Trend modes affect fair value basis color that indicates trend direction. Direction based trend considers only the direction of the defined fair value basis, i.e. pointing up is considered an uptrend, vice versa for downtrend. Cross based trends activate when selected source (same options as price source) crosses fair value basis. These sources can be set individually for uptrend/downtrend cross conditions. By default, the script uses cross based trend mode with low and high as sources.
Cross based (downtrend not triggered) vs. direction based (downtrend triggered):
Threshold band
Threshold band is calculated using typical deviations when price is trading at fair value basis. In other words, a little bit of "wiggle room" is added around the mean based on expected deviation. This feature is useful for cross based trends, as it allows filtering insignificant crosses that are more likely just noise. By default, threshold band is calculated based on 1x median deviation from mean. Users can increase/decrease threshold band width via input menu for more/less noise filtering, e.g. 2x threshold band width would require price to cross wiggle room that is 2x wider than typical, 0x erases threshold band altogether.
Deviation bands
Width of deviation bands by default is based on 1x median deviations and can be increased/decreased in a similar manner to threshold bands.
Each combination of customization options produces varying behaviour in the bands. To measure the behaviour and finding fairest representation of fair and unfair value, some data is gathered.
— Fair value metrics
Space between each band is considered a lot, named +3, +2, +1, -1, -2, -3. For each lot, time spent and volume relative to volume moving average (SMA 20) is recorded each time price is trading in a given lot:
Depending on the asset, timeframe and chosen fair value basis, shape of the distributions vary. However, practically always time is distributed in a normal bell curve shape, being highest at lots +1 to -1, gradually decreasing the further price is from the mean. This is hardly surprising, but it allows accurately determining dynamic areas of normal and abnormal price behaviour (i.e. low risk area between +1 and -1, high risk area between +-2 to +-3). Volume on the other hand is typically distributed the other way around, being lowest at lots +1 to -1 and highest at +-2 to +-3. When time and volume are distributed like so, we can conclude that 1) price being outside fair value is a rare event and 2) the more price is outside fair value, the more anomaly behaviour in volume we tend to find.
Viewing metric calculations
Metric calculation highlights can be enabled from the input menu, resulting in a lot based coloring and visibility of each lot counter (time, cumulative relative volume and average relative volume) in data window:
— Alerts
Available alerts are the following:
Individual
- High crossing deviation band (bands +1 to +3 )
- Low crossing deviation band (bands -1 to -3 )
- Low at threshold band in an uptrend
- High at threshold band in a downtrend
- New uptrend
- New downtrend
Grouped
- New uptrend or downtrend
- Deviation band cross (+1 or -1)
- Deviation band cross (+2 or -2)
- Deviation band cross (+3 or -3)
— Practical guide
Example #1 : Risk on/risk off trend following
Ideal trend stays inside fair value and provides sufficient cool offs between the moves. When this is the case, fair value bands can be used for sensible entry/exit levels within the trend.
Example #2 : Mean reversions
When price shows exuberance into an extreme deviation, followed by a stall and signs of exhaustion (wicks), an opportunity for mean reversion emerges. The higher the deviation, the more volatility in the move, the more signalling of exhaustion, the better.
Example #3 : Tweaking bands for desired behaviour
The faster the length of fair value basis, the more momentum price needs to hit extreme deviation levels, as bands too are moving faster alongside price. Decreasing fair value basis length typically leads to more quick and aggressive deviations and less steady trends outside fair value.
Emibap's Uniswap V3 HEX/USDC 3% Liquidity PoolThis script will display a histogram of the Uniswap V3 HEX / USDC 3% liquidity pool.
Similar to what you can see in the liquidity section of the Uniswap pool page but conveniently rendered alongside your chart.
It's meant to be used on any HEX / USDC chart only.
One of the main motivations for using this in your HEX / USDC chart is to get an idea of the current sentiment: If most of the volume is below the price it might be an indication of an upcoming move up, for instance.
I'll try to update the liquidity regularly; if possible several times a day.
Using the 4h, daily, or weekly time frames is highly recommended.
The options are straightforward:
Histogram bars color. Default is blue
Histogram background color. Default is black at 20% opacity
Upper price limit of the diagram: Visible upper bound price limit for the histogram, based on the current price. I.E: 200%: If the price is 1, the histogram will show 3 as the upper bound
Lower price limit of the diagram. Visible lower bound price limit for the histogram, based on the current price. I.E: 99%: If the price is 1, the histogram will show 0. 01 as the upper bound
Width of the widest bar: Width (in bars) for the widest bar of the histogram. The more the higher resolution you'll get
Ollie_allcaps Momentum IndicatorMomentum is created when a security makes a large move on higher-than-average volume. Momentum shows the rate of change in price movement over a period of time to help investors determine the strength of a trend.
This indicator will create a green spike once price advances 4% and is trading above the 50-day average trading volume. However, if the stock begins to breakdown (-4% or greater on above average volume), a red spike will be created.
These green and red spikes represent a change in momentum that occurs in the selected security.
This indictor should be used in 2 ways:
1: What are the charecteristics of this stock? Does it breakdown shortly after a momentum spike? or does the security trend in orderly manner after a momentum spike?
2: Investers should use this indicator to determine the strength of a momentum breakout in real time. Has the stock made a large move, but with no significant volume?
Customization:
The Percentage move, and average daily volume can be changed as well as colors.
Alerts:
If you wish to set an alert, this indicator allows you to create an alert when the selected stock meets your desired criteria.
The Fearless Power Suite systemDear TradingView community and followers,
Through my years I have often seen trading systems with many functionalities or indicators that can be customized in numerous ways; however I wanted something that could stomach most trading contexts without having to change settings while allowing me to have the freedom of a clean chart to keep using discretionary trading as confluence.
Using a complex combination of bullish/bearish technical breakouts (looking at general market structure while combining candlestick patterns, exponential moving averages and various indicators that indicate new trends), the aim of this system is to catch safe breakouts and at the same time notify the user of fake outs and unfavorable market conditions.
Settings to be used:
The following settings are to be used; the Fearless Power Suite system (FPS) is based on candlestick closes to correctly identify market conditions and patterns. It is not recommended to change them because waiting for candlestick closes in my opinion adds extra “confirmation” for decision taking.
Len: 14
Source_input: Close
Start: 0.02
Increment: 0.02
Max value: 0.2
How to use the system:
General context: Bias formation for directional trading is formed by looking at the general market structure which in this case is primarily created by looking at the cloud formed by the 2 moving averages. “The cloud” is referred as the space within the 2 moving averages.
One of the lines is the 21 EMA (which is my favorite classical EMA) and a “Super MA” formed by a simple mathematical equation. This allows the trader to always keep an eye on key support and resistance levels and optimize entries by entering at these given levels. The 21 EMA is a must in my opinion to enter bounces within a trend or very aggressive entries while the “Super MA” is rather to find extreme points for market reversals.
Top and bottom warning: Indicators signaling potential bottoms or tops already exist but the warning often comes only after a certain breakdown/breakup already happening but rarely on the candlestick itself.
Example: To give you a bearish signal, indicators often give you a signal on an engulfing red candlestick that follows a smaller green candlestick because it shows weakness, but rarely do you see this warning made on the green candlestick itself! Of course, it’s a signal given with less confirmation but to take partial profit on your trades it is quite effective.
Market structure breakout signals: Taking into account the general structure of the market (trending/ranging) as a result of using volatility and volume as key indicators of this complicated mix, trade signals are often given when it is considered “safe” to enter. The beauty of this, which is decently rare from what I’ve seen, is that during choppy conditions (which are not recommended to be traded) the trader will get fewer signals than usually. This is doable thanks to the volume and volatility monitoring.
The aim of these structure breakout signals is to reduce market noise and only highlight key moments of the market when you should pay attention. The candlestick formations which will create these signals will always have a certain importance from a market structure perspective and so a SL can easily be found at all times when entering during that time.
No trade zones: As previously mentioned one of the features of this system is to notify the trader in case of bad context. 2 different signals might come up “No long” or “No short” which means that from a statistical perspective it is highly recommended not to take a long or short entry in that given signal to avoid disastrous trades.
The “No long”/”No short” function of the system primarily uses Daily Range data which will continue to change during the day until the daily close, information such as Daily Low and Daily High will thus evolve. This means that sometimes this part of the FPS system will repaint but it’s not a common occurrence. This function is mainly used to reduce your current risk in case you are in a trade or to not enter any position, but not a signal for entry on its own.
Concepts combination:
This system will give you a decent amount of trade opportunities, I strongly advice you nevertheless to always find confluence in your decision making with discretionary trading as well if possible. Patience is key as always. Here is a small list of trade combinations to be used to improve results.
Example 1: Entering a position when getting a market breakout signal given after seeing a top or bottom warning on your chart. This is what we could call a “double confirmation”.
Example 2: Using the “Super MA” considered as extreme value for market reversals in a certain timeframe (15minutes for this example) while also looking at the above timeframe (1 hour in this example) for the 21EMA to be situated at the same level for a trending bounce and thus again getting a double confirmation. (Because both timeframes expected a reaction from that level). Seek a market structure breakout signal on the 15 minutes to get even more confirmation and a pre-made Stop Loss.
Limitations:
Although the signals are all created following a strict amount of technical rules not all should be taken. It is the trader’s duty to always find confluence to improve long term results. This is not a “magical bot”; I firmly believe that the best combination in trading comes from new technologies and using human intelligence.
When the Fearless Power Suite system (FPS) is used on a chart where volume data is not available not all functions will be available as volume data is taken into serious consideration for entries and trend following signals. General market structure and part of the FPS system will still be available nonetheless.
PS: The FPS works for every market and every timeframe, I personally mainly use it on cryptocurrencies (and on the SP500 and DXY for added confirmation to get a general grasp of market context).
I hope this description was useful enough :)
Advanced RSIA more advanced RSI tool with RVI, and Coppock curve, but also includes a daily short volume range, allowing to see the real net daily volume and find out it stock is being shorted more than usual.
Purple line is the short intensity. When below 0, it means the short volume is higher than usual (average of past 30 days)
Blue line is the RSI.
RVI is the cross line. Best practice for RVI is to sell/short when below -10 and buy/cover when above 10. I would use it with short intensity and RSI to be sure.
The red and green area is the Coppock curve. RSI and RVI might not be able to indicate long term trends, so use this to confirm your bias. The curve is bullish when above 0 and bearish when below 0. Be careful when trying to buy or sell it early when Coppock curve is falling. If it is falling and pops back up without reaching 0, it is typically indicate of a big price movement in that direction.
Volume Volatality IndicatorVolume Volatility Indicator
vol: volume; vma: rma of volume
Cyan column shows (vol - vma)/vma, if vol > vma else shows 0
0 value means vol less than vma: good for continuation
0 < value < 1 means vol more than vma: good for trend
value > 1 means vol more than 2 * vma: good for reversal
tr: truerange; atr: averagetruerange
Lime column show -(tr - atr)/atr, if tr > atr else show 0
0 value means tr less than atr: good for continuation
0 > value > -1 means tr more than atr: good for trend
value < -1 means tr more than 2 * atr: good for reversal
Cyan line = 1
Lime line = -1
This indicator shows the volume and truerange together.
Good for filtering trending and consolidating markets.
Thanks for the support.
SCREENER:INDEX
TradingView enables traders and investors to make smarter and better investment decisions. TradingView offers to scan 20 or 40 stock or index. Scanner can be shown in dash board as shown in
above image. This dashboard has following figure
1.Column No.1 show sectoral and thematic index.
2. The price is slipped due to aggressive order punched by market participants. There is six types of price slippage. Three are bullish and three are bearish . This price slippage indicates market fear and greed. Green slippage indicates that bullish rally can start while Red slippage indicates that Bearish rally can start. Area of slippage will act as a support and resistance for future price moment. Where column No. 2,3 and 4 shows H.G., W.G. and T.V. shows price slippage.
3.Column No.6 show resistance strength
4.Column No.7 show Volume strength with respect to ( SMA1000X2)
5.Column No.8 show volatility while Column No. 9 shows liquidity
with previous 1000 bar.
6.Column No.10 show relative strength comparison with respect to broader index.
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.
Relative Volume IndicatorA simple indicator showing the relation of volume to highest volume for a define number of bars. Helps to differentiate periods of low and high volume.
Define the number of bars to find the highest volume used as a basis.
Apply a simple moving average to smoothen the volume. Set it to 1 to disable smoothing.
Define a threshold differentiating low and high volume.
Daily Volume, RVol, RRVol, and RS/RW LabelsHeads-up display of essential Real Day Trading criteria
Daily Volume
Relative Strength/Weakness
ATR 14 and ATR 14 percent of price
Relative Volume (RVol)
Relative Volume to SPY RVol (RRVol)
VSA | Volume Spread Analysis [Kintsugi Trading]What is the VSA | Volume Spread Analysis Indicator?
I created this premium volume indicator to find and place high probability forex trades as a part of the Kintsugi Trading 3LS | 3 Line Strike Strategy .
Originally developed by Tom Williams who is considered the father of Volume Spread Analysis, this tool is an amazing indicator and would make a great addition to any trading strategy.
You are free to customize all the inputs:
• 30 | Moving Average-1 Multiplier (Average Volume)
• 0.5 | Moving Average-1 Multiplier (Below Average Volume)
• 1.5 | Moving Average-2 Multiplier (High Volume)
• 3.0 | Moving Average-3 Multiplier (Ultra High Volume)
**Note The default inputs are based on my research and analysis.
Components of The Volume Spread Analysis:
1. The Volume (i.e. activity)
2. The Spread (i.e. range of the price bar)
3. The Close (the closing price of the current bar)
Volume: Volume is the activity of the frequency of transaction of the price change during a specified period of time.
Spread: Spread is the difference between opening and closing price.
Close: Close price tells us where the balance point is at the end of the period.
At Kintsugi Trading we strongly believe that we cannot beat or outperform institutional traders, instead, we have to trade along with them. With that in mind, we follow the footprints of smart players who leave behind trails.
I have designed this indicator so that it is capable of giving signals for all the phenomena explained in Tom William's book.
This Indicator is successful at visualizing the following phenomenon:
• Trapped Buyers
• Trapped Sellers
• Stopping Volume (long)
• Buying Climax
• Selling Climax
Good luck with your trading!
RVOL/ATR LabelRelative Volume and Average True Range are critical for quick decision-making and managing risk. Even if the setup is there for a day trade, having a high relative volume on the name helps with confirmation to put on the risk. Additionally, using ATR to define your risk is a very helpful way to quickly size your trade in the moment. This indicator provides the ability immediately assess whether a trade is worth taking, as well as defining risk for the trade.
HOW TO USE
Our relative volume calculation looks at the cumulative volume up until the current minute of the day, and compares that with the same calculation of the previous 5 trading days. We have provided an "RVOL Threshold" input, which paints the RVOL square green if it is greater than or equal to this number (otherwise, it is red). We prefer an RVOL value of at least 2; however, feel free to change this value to your preference.
OUTPUTS
This indicator prints the RVOL and ATR values in the top right of your chart for quick and easy decision-making (as described above). If the RVOL value is greater than or equal to your RVOL Threshold, the square will be green. Use the color-coding to your advantage when making quick decisions.
Happy Trading!
RVol Over Time [vnhilton]I recommend to do the following to give you indicator values at a better glance & for a cleaner chart: 1) Turn off labels on price scale. 2) Turn down opacity for Rvol-O-T down to 0%. 3) Move the indicator to the chart pane or to the volume pane. 4) Pin the indicator to scale A (same scale as the price chart/pane). Now you can only see the RVol-O-T on the top left.
Relative Volume (RVol) is an indicator that compares current volume with Average Daily Volume (ADV) for a set period of time. This can be used to find tickers in play, as those trading with an RVol >1 means it's trading above average volume, which may be worthy of your attention.
This indicator calculates RVol as the day progresses, which may be useful if you have strategies with an intraday criterion e.g. the ticker needs to be trading at Rvol > 2, 30 minutes after the open for stocks (You can see RVol in % or float form).
The chart snapshot image above shows BTCUSDT. Reason for this ticker is because for cryptocurrencies & forex pairs, market data is complete so this indicator can work correctly. If you try this indicator on stocks, indices or futures, you may notice that there's a discrepancy between daily volume candles & the summation of intraday candles (they don't equate each other - huge difference between the 2), causing the indicator to not work as effectively. To solve this problem, you would have to get extra market data from TradingView, or to integrate your broker with TradingView to pass along your broker's data feed (provided your broker also has real-time data - if not you may need to get extra market data via the broker).
Candle Volume (Alender)Candle Volume by Alender is an indicator that changes the color of candles depending on the volume.
If you use VSA (Volume Spread Analysis) - this indicator will allow you to quickly assess the market situation.
For plotting, a moving average by volume for the specified period is used. Volume/Average * 100 - percentage of the current volume from the average.
* If the current volume is less than the average - the candle will be proportionally (0-100%) lighter than red (for bearish candles) or green (for bullish candles). For 0% - the candle is as light as possible.
* If the current volume is greater than the average, the candle will be proportionately (100-400%) darker than red (for bearish candles) or green (for bullish candles). For 400% and more - the candle is as dark as possible.
Volume Value per UnitThis script will plot the result of Volume / Close.
This is meant to normalize the volume of tickers with exponential growth, for example a ticker like $BTC that went from $1 to $50k. Having the volume divided by the close will normalize the volume for when the price was $1 and $50k.