"He who does not know how to make predictions and makes light of his opponents, underestimating his ability, will certainly be defeated by them." (Sun Tzu - The Art of War) ▮ Introduction The Stochastic Momentum Index (SMI) is a technical analysis indicator that uses the difference between the current closing price and the high or low price over a specific time...
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...
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...
The UB Profit Signal indicator is a technical analysis tool designed to identify potential buy and sell signals in the market. The indicator is based on four technical indicators - Moving Average Convergence Divergence (MACD), Relative Strength Index (RSI), Bollinger Bands (BB), and volume moving average. The script starts by defining input variables such as MACD...
Having a reference point for comparing with current data has always been an important task in market analysis. This script tried to give a better understanding based on weekdays. This script shows that in the current ticker, what is the average movement of the price (High-Low) and volume for each weekday. Depending on the market and the exchange it should be...
Volume-weighted closing range of each bar. Closing range is (high - close) relative to the length of the wick (high - low). A close at the top of the wick would be 100%, middle 50%, bottom 0%. This is then multiplied by volume to weight towards high volume bars. A moving average is applied to visualize trend in volume-weighted closing range over time. Options...
The VTA indicator is a trend analysis indicator based on trading volume and candlestick charts, used to determine the states of bullish strength, bearish strength, and market balance. When the bullish volume gradually increases while the bearish volume gradually decreases or remains steady, the market is in a state of bullish strength; when the bearish volume...
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...
In this indicator, I show you a better way to define high/low values of volume (or any other indicator). Quite often, I get requests from my clients that an indicator level should be “high” or that it should be above a certain absolute level. The first request is hard to interpret mathematically, but traders can easily spot it on the chart. The second one is not...
This script is a volume profile that displays the volume of transactions in price blocks over a recent period of time. For a more detailed representation, OHCLV values on the time frame lower than the time zone on the chart were called and expressed. Low time frames are adjustable. You can adjust the number of blocks and the most recent time period that you want...
This indicator works very similarly to Elder's Force Index (EFI) and builds on top of what I have for the Money Flow Line (see my other scripts). It combines price movements with volume to create sort of "dollar flow" pressure up and down, looking for "smart money" ("big money") to make their move. The indicator uses a lookback period to calculate a standard...
When asset prices rise or fall greatly it can be difficult to measure the interest levels across time periods. Think of assets like BBBY, GME, CVNA, BTCUSD, etc... :) This simple visualization multiplies a pricing option by the volume to give a "dollar cost" volume over time. With this, you can more easily measure interest levels from "smart money" ("big money")...
Hi all! This script calculates and shows the volume profile for the range of a higher timeframe candle. It then shows support or resistance (/supply or demand) zones based on the volume profiles with the most volume. The defaults are just my preferred settings so feel free to play with them! Also feel free to let me know about bugs and features. I already have a...
Displays (and alerts) abrupt changes in volume, by default it compares previous candle volume to the current one but average volume over custom look-back period can be specified. Simply adjust filter to the volume change (or average volume) required before visual indication and alert will fire. The theory is that large changes in volume forecast the future...
This script simply displays the ratio of "Dollave Volume (Volume * Close)" to "Market Capitalization(Total Shares Outstanding * Close)" of stock. Formula = (DollarVolume / MarketCap) * 100
Display outliers in either value change, volume or volume change that significantly deviate from the past. This uses the standard deviation calculation and the n-sigmas statistical rule of significance, with 2-sigma (a value of 2) signifying that the observed value is stronger than 95% of past values, and 3-sigma 98.5% of past values, and so on for higher sigma...
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...