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...
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...
This indicator has different features: 1. Ichimoku = this indicator can plot Ichimoku calculated both in the common formula and with the volume average, you can choose the calculator method for each line. 2. Channel and Bands = this mode allows the user to choose from channel and band, "channel" shows the Keltner channel, and "band" shows the Bollinger bands. Both...
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...
This script builds on the standard VWAP buy adding anchor selections for new High, new Low, and for extreme price moves (Percent Change) that can be significate anchor points for the VWAP. The Percent Change is based on "% Price Change" by OrganicPunch and uses a percentage threshold that can be set in the settings.
Relative Price Volume is an indicator which shows anomalies between price and volume on a chart over a given period. The goal is to identify potential reversal and/consolidation areas for price as it relates to volume. It is a simple variation of a Volume at Price indicators. It can also be used to mark potential support and resistance lines on the chart as...
What is the impact for Volume to the Prices? To respond this question, I formulate the hipótesis if a little Volume change a lot the Price, it's a reversion signal, and if a lot of Volume change a little the price, it´s because the price is established. This is one of 3 indicators created to improve this hipótesis, named: 1. Relative Volume Prices Index by...
What is the impact for Volume to the Prices? To respond this question, I formulate the hipótesis if a little Volume change a lot the Price, it's a reversion signal, and if a lot of Volume change a little the price, it´s because the price is established. This is one of 3 indicators created to improve this hipótesis, named: 1. Relative Volume Prices Index by...
Volume 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 /...
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...
This script boxes a custom session and sets the box at the high and low of the session and draws that box to the next session. Box color is determined by price in relation to the box position. Box color is set at the start of the next session. This allows user to lookback at multiple box sets to see how each day closed in relation to the session highlighted. I...
Price Pattern Analysis is the core of trading. But price patterns often fails. VRAI (Volume Risk Avoidance Indicator) shows Volume Pressure, so that you can avoid volume-based risks. For example, never short when you see green (buying pressure). Never long when you see red (selling pressure). You still need to pick good price patterns, because the...
What is this? The Money Flow Line (MFL) indicator is at its core a more even-tempered version of the Price-Volume-Trend (PVT). The primary difference is the usage of `hlc3` ((high + low + close) / 3) rather than `close` to use the "typical price" that it critical to the calculation of the Money Flow Index (MFI). Other similar indicators include the Accumulation...
How To Initiate Long Trade-in Index Future/ Buy Call Options – 3 Min TF ▪ If The Index Futures Trades Above The VWAP, the Following Parameters are Checked For 2 Candle Theory on the long side ▪ RSI Trades Above 50 & Between 50-75/80 ▪ Volume Of 2 Consecutive Bars Is Above 50 K for BN & 125 K For Nifty ▪ All the indicators (Parabolic SAR, Super Trend, VMA, VWAP)...
Library "bullratio" Calculate the profit/loss ratio of a permabull for configurable time range bullratio(len) calculates the profit/loss ratio for a permabull of age len Parameters: len : the number of candles to include in the running bull ratio - 0 for all time Returns: series float of profit/loss percentage
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...
Hello All, Relative Volume is one of the most important indicators and Traders should check it while trading/analyzing. it is used to identify whether the volume flows are increasing or decreasing. Relative volume measures current volume in relation to the “usual” volume for this time of the day. What is considered “usual"? For that, we have to use a...