Greetings, fellow traders! Throughout my trading career, I've been intrigued by the dynamic interplay between candlestick patterns and trading volume. This fascination led me to develop an open-source indicator to help illuminate these patterns for the broader trading community. Upon researching the Public Library, I found that many indicators relating to...
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...
Description: The High Volume Candles indicator (HVC) is a technical analysis tool designed to identify candles with high trading volume. It allows traders to quickly spot periods of significant market activity based on volume. How it Works: The HVC indicator analyzes the volume of each candle in relation to the highest volume observed over a specified lookback...
Description: The Volume Shaded Candles indicator (VSC) is a technical analysis tool designed to represent price candles on a chart with transparency based on the volume traded during each candle. This overlay indicator enhances visual analysis by providing a visual representation of volume intensity. How it Works: The VSC indicator calculates the...
Description: The Volume Breakout indicator (VB) is a technical analysis tool that highlights candles with significant trading volume. It helps traders identify potential breakout periods characterized by high volume activity. How it Works: The Volume Breakout indicator compares the volume of each candle with a user-defined minimum volume threshold. If the volume...
Originally Markos Katsanos' indicator that LazyBear made popular here on TW. Now updated to Pine Script version 5, which makes multi-timeframe charting easier. The initial Katsanos' idea for the indicator is the following: "The VFI is based on the popular On Balance Volume (OBV) but with three very important modifications: Unlike the OBV, indicator values are...
The Fourier Smoothened Relative Strength Index (𝓕𝓢𝓡𝓢𝓧) indicator is a powerful tool that applies Fourier transform smoothing to the RSI, resulting in a refined representation of price momentum. Additionally, the indicator includes a secondary component, the Volume Strength Index (𝓥𝓢𝓧), adding volume to price data for assessing the strength of market moves. ...
ChartPrime Oracle Pro combines actionable, elegant and functional indicators into a single toolkit. Combinations of both trend following and contrarian logic aim to provide traders with a deeper insight into market movements; aiming to assist in better entries and exits. Designed and created by the ChartPrime team, peacefullizard (digital signal processing...
The "Salvatierra Volume" Indicator is an indicator based and created in homage to Tom Williams (author of "Master The Markets") . It helps to interpret the volume and movements of the market, in a simple way. Its benefits are: Helps identify climatic volumes Helps identify if there are or not strong hands in the market Shows if a trend is being driven...
What Is Wyckoff Wave Volume and How Does It Work? It is the cumulative sum of exchanged (sold/bought) shares or contracts on a given wave (downward or upward) in a given time plotted below the chart as volume histogram. It shows how much trade is taking place on a given wave. Values are displayed below the chart as opposed to the Wyckoff Wave Chart indicator...
Weis Wave - Waves Types indicator The Concept This indicator has been created based on David's Weis theory of cumulative volume histograms but this indicator has been enhanced with additional wave types to be able to identify the following: Visually identify the Effort vs Result concept (too much volume but small pip move or small volume too large pip...
The OBV-MACD indicator is a momentum-based technical analysis tool that helps traders identify trend reversals and trend strength. This Pine script is an implementation of the OBV-MACD indicator that uses the On-Balance Volume (OBV) and Moving Average Convergence Divergence (MACD) indicators to provide a momentum data of OBV. The OBV-MACD indicator uses the OBV...
█ Overview Volume Delta (Expo) is a trading tool that measures the difference between buying and selling volume in a given market. It is a powerful tool for analyzing volume clusters and price action, as it can help traders identify the direction and strength of the trend as well as potential volume-weighted support and resistance areas. █ How is the Volume...
The vPOC or volume point of control shows where most of the volume was traded. This is important because this is where the institutions and market makers have opened their positions, and these are the ones that move the markets! This indicator is designed to cut through the volume noise, and enable the hiding of lower volume data. The main setting allows you to...
This idea has been in my mind for a while. We all know how important volume is to technical analysis but volume and price itself doesn't mean much when volatility and momentum of the current trend is not taken into account. With this oscillator we try to combine all these factors into one indicator and provide a simplified interpretation of this relationship with...
Aggregate Volume automatically fetches and aggregates futures volume data from multiple exchanges such as Binance, OKX, and Bybit -- for any crypto asset, and highlights the volume bars that exceed a user-defined threshold. This provides a fresh take on the classic Relative Volume in the form of Aggregate Relative Volume. This indicator displays where the most...
This script simply displays the ratio of "Dollave Volume (Volume * Close)" to "Market Capitalization(Total Shares Outstanding * Close)" of stock. Formula = (DollarVolume / MarketCap) * 100
An accumulation/distribution indicator that works better against gaps and with trend coloring. Accumulation/Distribution was developed by Marc Chaikin to provide insight into strength of a trend by measuring flow of buy and sell volume . The fact that A/D only factors current period's range for calculating the volume multiplier causes problem with price gaps....