This indicator provides a high-resolution and high-precision implementation of Volume Profile with flexible range settings. Its key features include: 1. Support for a high resolution of up to 2,500 rows. 2. Capability to examine lower timeframe bars (default 5,000 intra-bars) for enhanced precision. 3. Three range modes — "Visible Range", "Anchored Range", and...
This indicator is intended to measure selling and buying pressure, calculates accumulation/distribution levels and suggests current trend intensity and direction. Core calculations are based on open source script by cI8DH which was not updated ever since 2018. Also, it implements the technique to avoid price gaps issues as described in Twiggs® Money Flow . The...
The Double Simple moving average is an indicator developed to help traders identify dynamic levels of support and resistance as well as determine current trend direction. This indicator shows both an SMA calculated on highs and one calculated on lows. In addition to that, it plots the deviation bands based on the space between the two main lines. The gradient...
This is an idea taken from a John Bollinger (of Bollinger Bands fame) talk. Instead of showing volume with a moving average overlay, we show volume relative to its moving average: avgVolume = sma(volume, 10) // several configurable MAs allowed relativeVolume = volume / avgVolume Now if we get a value of 1, that means the current volume is the same as its...
This script presents an advanced Ichimoku trading strategy with visual Stop Loss (SL) and Take Profit (TP) lines. The Ichimoku Cloud, or 'Kumo', provides a dynamic support and resistance environment, while the SL/TP lines give clear visual cues for risk management. The strategy signals long entries when the Conversion Line crosses over the Base Line with the price...
- Overview Liquidity composition divides each candle into sections that are used to display transaction activity at price. In simple terms, an X-ray through candle is formed, revealing the orderflow that built the candle in greater detail. Liquidity composition consists of two main components, lots and columns. Lots and columns can be used to visualize user...
Description: This indicator examines price movements, volume, support, and resistance levels to pinpoint potential trading opportunities. It identifies large, volatile moves with substantial activity in specific zones on the chart, which the market tends to revisit due to the high transaction volume in these areas. The primary purpose of this indicator is to...
The VRSI indicator is another in the suite of volume indicators we have developed and one that complements our volume price analysis methodology perfectly. and was developed out of a desire to build further on our cornerstone of VPA by peeling back the layers of volume and considering the relative aspect of volume. Hence, the acronym of Volume Relative Strength...
Description: MADALGO's Enhanced OBV Divergences indicator is a unique tool designed for traders to visualize the divergences between price action and On Balance Volume (OBV), a fundamental aspect often indicative of underlying strength or weakness in the market. By keenly identifying these divergences, traders are better positioned to anticipate potential trend...
"Predictive Volume + MTF " is a predictor of near-future volume available on 13 of your favorite time frames. The script calculates the volume's % change (PredVol) between Current Volume vs. Previous Volume by predicting whether PredVol will be higher or lower at the end of the current bar using an "elapsed time" vs "volume so far" concept. This gives the benefit...
"YD_Volume_Alert" is a simple alert based on the increasing volume. Although it is a simple indicator, strategies to determine accumulation and distribution can be developed using this indicator, which will also be published as well. 📌 Usage, Details and Alert Using this indicator is simple. You can enter two scales, "Increased Percentage 1 (%)" and...
Overview: YinYang Volume is an Advanced Volume Indicator. Regular Volume can be deceiving. It can be hard to tell how much of the Volume bar is Buy vs Sell volume, especially since the bar is green or red simply based on if it closes at a greater price than it opened. With YinYang Volume you'll be able to see how much Buy AND Sell Volume there is on each bar....
The ' Volume Delta Trailing Stop ' indicator uses Lower Time Frame (LTF) volume delta data which can provide potential entries together with a Volume-Delta based Trailing Stop-line . 🔶 USAGE Our 'Volume Delta Trailing Stop' script can show potential entries/Stop Loss lines A trigger line needs to be broken before a position is taken, after which a...
The PhantomFlow AccumulationDetector indicator analyzes the volume profile and displays potential accumulation based on the selected timeframe in the settings. This indicator can be used both as zones for trend following and for identifying reversals, as shown in the examples on the chart. The logic behind the formation of the accumulation zone is based on the...
This code is a custom script designed for analyzing trading volume within a specific time window on the TradingView platform. It offers a comprehensive analysis of buying and selling activity during a defined period and provides visual aids and data summaries for traders to make informed decisions. Here's a detailed breakdown of its functionality and how to use...
The "Bias of Volume Share inside STD Deviation Channel" indicator is a powerful tool for traders aiming to assess market sentiment within a standard deviation (STD) price channel. This indicator calculates the bullish or bearish bias by analysing the share of volume within the standard deviation channel and provides valuable insights for...
"Predictive Volume + HTF " is a predictor of real-time to near-future volume % change on the current chart and the next highest time frame. The script calculates the volume's % change (Pred Vol) between Current Volume vs. Previous Volume by predicting whether Pred Vol will be higher or lower at the end of the current bar using an "elapsed time" vs "volume so far"...
This indicator plots the Volume Weighted Average Price (VWAP) as well as changes the bar color if the current price is above or below VWAP, for quick visual reference. Background Information Straight from TradingView, "Volume Weighted Average Price (VWAP) is a technical analysis tool used to measure the average price weighted by volume. VWAP is typically used...