The Volume Forecasting indicator provides a forecast of volume by capturing and extrapolating periodic fluctuations. Historical forecasts are also provided to compare the method against volume at time t . This script will not work on tickers that do not have volume data. 🔶 SETTINGS Median Memory: Number of days used to compute the median and first/third...
This is an experimental strategy that enters long when the instrument crosses over the upper standard deviation band of a VWAP and enters short when the instrument crosses below the bottom standard deviation band of the VWAP. I have added a trend filter as well, which stops entries that are opposite to the current trend of the VWAP. The trend filter will reduce...
The indicator calculates two volume-weighted moving averages (VWMA) using different lengths, and filters them based on a moving average of volume. The filtered VWMA values are then plotted on the chart as lines, representing the fast and slow moving averages. In addition, upper and lower bands are calculated based on the slow VWMA and plotted as lines on the...
The Volume Shaded Candles (VSC) indicator is designed to visually represent buying and selling volume on a price chart. It shades the candles based on the volume levels, providing insights into the intensity of buying and selling pressure. This indicator helps traders, including beginners, analyze volume patterns alongside price movements. Usage: The indicator...
Description: The High Volume Candles (HVC) indicator is designed to highlight candles with significant volume on the chart. This indicator helps traders identify periods of high trading activity, which can provide valuable insights into market dynamics. By plotting different colors for bullish and bearish high-volume candles, the HVC indicator enhances the...
This indicator is designed to provide traders with insights into the relative strength of a security by incorporating volume-weighted elements, effectively combining the concepts of Relative Strength Index (RSI) and volume-weighted averages to generate meaningful trading signals. The indicator calculates the traditional RSI, which measures the speed and change of...
Description: his is an adaption of my Pullback candle - This works on all timeframes and Markets (Forex//Stocks//) Crypto Uptrend Script with Pullback Candle allows traders to get into a trend when the price is at end of a pullback and entering a balance phase in the market (works on all markets). The use of Moving averages to help identify a Trends and the use...
The High Liquidity Zones indicator is designed to identify areas of significant liquidity in the market. It helps traders recognize regions where trading volume is notably higher, indicating potential areas of increased market activity and interest. The indicator calculates the average volume over a specified lookback period, which can be customized according to...
This Pine Script indicator is designed to provide traders with a visual representation of trade volume, moving average (MA) angle, and price velocity on a chart. The primary components of this indicator are: Trade Volume: The indicator compares the current bar's trade volume with the average volume over a user-defined lookback period. The volume is displayed as...
This ticks-based indicator provides real-time volume information for a trading asset. Volume is analyzed and updated continuously, not just at candle close. It is based on DGT's Bull vs Bear Power indicator but adds a gas signal that activates when buying or selling volume percentage reaches a predetermined threshold. This indicator can also help traders...
You will need to adjust the minimum volume requirement in the settings to meet your needs. Description: The Volume Breakout (VB) indicator is designed to identify candles that exhibit a significant breakout in trading volume. This indicator helps traders spot periods of increased market participation, which can signal potential trading opportunities. By...
I'm happy to present to you... VOLLINGER BANDS. Loosely based on bollinger bands, this indicator uses the new Up/Down Volume indicator from tradingview, which I have add moving averages, and a width calculation between them to determine squeeze. Essentially I have created a volume squeeze bollinger band derivative, hence the term "Vollinger Band". The bands are...
The script is designed to create a custom indicator that calculates the total volume of Ethereum traded on various exchanges, calculated in millions of dollars, and then plots a histogram of that volume along with a Simple Moving Average (SMA) of the volume. The script starts by setting some input parameters such as the length of the SMA and the range period. It...
The script is designed to create a custom indicator that calculates the total volume of Bitcoin traded on various exchanges, calculated in millions of dollars, and then plots a histogram of that volume along with a Simple Moving Average (SMA) of the volume. The script starts by setting some input parameters such as the length of the SMA and the range period. It...
"ChArt Path" shows the same datas as the candles, but as a channel, instead of individual candles. It allows to focus on the direction of the price (instead of wondering the meaning of each candle), which hopefully simplifies the analysis, and reduces the confusion. Also, it is artistically customizable! A little time might be necessary to get used to this...
The Multi-Timeframe Normalized Elastic Volume Oscillator combines volume analysis with multiple timeframe analysis. It provides traders with valuable insights into volume dynamics across different timeframes, helping to identify trends, potential reversals, and overbought/oversold conditions. When using the Multi-Timeframe Normalized Elastic Volume Oscillator,...
This oscillator has two different modes: The first one called RSIs is a comparison between the Relative strength index of the Accumulation/Distribution (and the On Balance Volume) and the normal price, to analyze the differences in momentum between the price with volume and without. The second one, called Dock, is similar except for the fact that the lines are...
This script is designed to identify and display the Weis Wave Volume on a chart. The Weis Wave Volume is a volume-based indicator that helps traders analyze market waves, identify trend reversals, and assess the strength of a trend. The script calculates wave volume based on user-defined input parameters, detects price waves, and displays the results as labels on...