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...
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...
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...
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...
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....
Shows actual liquidations on a per-candle basis by using the difference in volume between spot and futures markets. i.e. volume on a futures market will be much higher if there are many liquidations. By default, green represents short liquidations (hence a bullish move, hence why it's green), whereas red is for long liquidations (bearish move). The colors can be...
This is the Olympus Mons indicator. It uses Braid Filter, LSMA, and Hawkeye Volume to fire Buy and Sell signals. I use this on the 5 Min. SPY chart to play 1 point scalp targets with options. I have been able to get a pretty consistent win rate using it like this. The default settings are what I use. Hope it helps any of you guys. Let me know if you see any...
The purpose of this code is to graph a volume simple moving average (sma) and it's first and second derivatives to provide traders with additional information that might determine if volume is converging or diverging with price. The yellow line represents the volume sma, the red line represents the first derivative or the rate of change of the volume and the green...
The objective of this indicator is to be a leading indicator that can detect a large price change before it happens. It is based on the On Balance Volume (OBV) indicator, which is a leading indicator based on the premise that a large change in volume often precedes a large price change. This indicator charts the N-Period deviation of the OBV data and displays it...
This simple indicator computes the average Relative Strength Index of each Banknifty stock and displays the volume on the chart with color schemes while the average line indicates the average RSI of all Bank Stocks. This indicator works on Banknifty and its stocks. It works on all time frames How You can use this? You can use this indicator for Volume...
Indicator showing volume impulse & engulfing candlestick pattern. You can set up multiple parameter for both events. Volume Impulse : Volume Period : Lenght of the average volume calculated. Volume Multiplier : Factor to compare actual volume with average volume. Engulfing Pattern : VS avg body : Let you chose to compare body candle to...
This indicator attempts to use Heiken Ashi calculations to smooth the Volume net histogram indicator by RafaelZioni. Long above zero line, short below zero line.
Description This indicator integrates the functionality of multiple volume price analysis algorithms whilst aligning their scales to fit in a single chart. Having such indicators loaded enables traders to take advantage of potential divergences between the price action and volume related volatility. Users will have to enable or disable alternative algorithms...
Description This indicator is an entry-level script that simplifies volume interpretation for beginning traders. It is a handy tool that removes all the noise and focuses traders on identifying potential smart money injections. Uniqueness This indicator is unique because it introduces the principle of a moving average in the context of volume and then...
Generally, Volume indicator shows total Volume of a candle. In this Volume Strength Finder Indicator, I tried to separate Strength of buyers and sellers based on the candle stick pattern. Calculating Buyer and Seller Strength each and every candle of the day based on the pattern formation. High - close => Buyers Close - low => Sellers in this way, cumulative...
VOLUME PROFILE WITH BUY AND SELL PRESSURE LABEL This volume profile indicator shows volume traded for each bar and is colored according to the difference in buy and sell pressure(DMI). ***HOW TO USE*** If the bar and background is colored green, there is more market buying than selling on that bar. If the bar and background is colored red, there is more market...