Thie indicator is a modified and upgraded version of the popular ADX tool. ADX is used to determine the strength of a trend, and also to determine the direction in which the trend is likely to go. With this script, I have added in the formula the usage of volume, leading to the following functionality. The length is used to determine the period to calculate...
This version of the popular Ichimoku indicator is modified to let the user choose between his classic mode and the volume-weighted mode. Every line of the indicator is customizable with this function. The Kijun and Tenkan lines are choosable from: 1. The normal version, so the average of the high and the low of the selected period 2. The volume mode, so the...
Opacity limit set to 70 min & barcolor overlay The transparency of each candle is based on volume density. Volume density is calculated as follows. Volume density = Volume / Price range Price range uses true range "max(high - low, abs(high - close), abs(low - close))". Since volume density varies drastically by stock or time, the transparency is calculated based...
What is the 3LS | 3 Line Strike Strategy? Incorporating the 3 Line Strike candlestick pattern into our strategy was inspired by Arty at The Moving Average and the amazing traders at TheTrdFloor . The Three Line Strike is a trend continuation candlestick pattern consisting of four candles. Depending on their heights and collocation, a bullish or a bearish...
I like TradingView Built-in Volume indicator, because it is overlay with price chart, and has appropriate scale. I made similar style volume indicator and added concept of Laws of Wyckoff. caution : You need {Chart settings} → {Appearance} → {Bottom margin} is set 0 %, to make chart look good. : You need {Chart settings} → {Symbol} → {body} ,{Borders}...
A simple but effective indicator that paints candles with different shades of colors based on the volume transacted. -> Supports 6 levels of sensitivity at present. Might enhance the granularity later. -> Darkest indicates the most volume transacted. Lightest, the least. Change it around however you see fit and based on your theme. -> Use it for your Volume...
This simple indicator unifies the volumes of multiple exchanges/brokers. The idea of this indicator stems from the need to monitor the movements made by whales on other markets that can actually influence the price (manipulations, arbitrage, etc.). Basically, we can: * choose the number and symbols * choose with which algorithm to merge the volumes (sum, average,...
A variation of a Volume Profile based on code originally by LuxAlgo. () The traditional bar chart is replaced with full-width bars that are brighter for high volume price levels. Like a traditional VP, its purpose is to visualize how volume corresponds to specific price levels, allowing you to get a quick idea of where the most activity is occurring, and where it...
At its core, this indicator is a variation of my other indicator, Welkin Advanced Volume Overlay (for VSA ) This version is based on the power of multi-timeframe analysis. The basic functionality is simple: Plot lines from the high and low of candles formed during periods of high volume and fill the space between them. The volume levels for deciding what counts...
This is a upgraded version of the vpa analysis script which basically implements Volume Spread Analysis (aka Volume Price analysis). It has been rechristened as VPA 5.0 to be inline with version released for Amiboker package so that all future upgrades will go hand in hand. All most all featured of the Amibroker version has been incorporated in this version....
This is an indicator described by Larry Williams in one of his books. Larry won the 1987 World Cup Championship of Futures Trading, where he turned $10,000 to over $1,100,000 in a 12-month competition with real money. Larry used this indicator to track divergences between price action and volume, which he called patterns of accumulation (bullish divergence) and...
ENGLISH & SPANISH ------------------------------------- ENSLIGH The idea was initially inspired in the concepts shared by @LazyBear on his indicator "Better Volume Indicator" (). But I found it somewhat complicated and dull. So I came up with this. Concept: It changes the color of volume bars based on surrounding volume changes. Volume changes are...
This is a translation of Welkin's Advanced Volume Study Indicator originally written for ThinkOrSwim. This version is simpler than Welkin's and attempts to streamline that basic functionality for beginners to Volume Spread Analysis. This can be used to replace the built-in volume bar with a more advanced version that is designed to facilitate Volume Spread...
This is a PineScript translation of Welkin's Advanced Volume Indicator Overlay, originally written for ThinkOrSwim. This tool is designed to facilitate Volume Spread Analysis (VSA) by highlighting areas of above average volume alongside price movement. This indicator does two things: 1. Plots lines that extend from candles of above average, high, and very high...
This a Volume Indicator to be used with the VPA Analysis Indicator system
( Google translation from Russian.) Signal conditions: 1. There is a bar with an increased volume 2. The next bar after the bar with increased volume closes in the other direction Arguments: Comparison period - the period during which the volumes are compared with each other to calculate the bars with the increased volume. sensitivity of increased volumes...
(Google translation from Russian.) This indicator is based on the efficiency of bulls and bears for VSA and has the same parameters. Its only difference is that all the values of the efficiency of bulls and bears for VSA indicator are sequentially added here. I want to note that the Period spread - Bars from close to close argument was made for experimental...
(Google translation from Russian.) This indicator shows the effectiveness of selling or buying. It is calculated as follows: using percentrank, the volume and the value of the spread are estimated (momentum = 1) the resulting estimate of the volume value is divided by the estimate of the spread (momentum = 1) and thus we obtain the value. The larger it is, the...