Volume Accumulation Percentage Indicator (VAPI) is a variation of the classic volume-accumulation indicators. It uses volume the same way as OBV except that it assigns volume weights based on intraday volatility. In a positive trend, if the stock price is close to a (local) new high, the VAPI should be at its maximum as well (and vice versa for a negative...
This indicator takes market volume and organizes it into wave charts, clearly highlighting inflection points and regions of supply/demand. Try tuning this for your instrument (Forex not supported) by adjusting the "Trend Detection Length". This "clubs together" minor waves. If you like an oscillator-kind-of display, enable "ShowDistributionBelowZero" option....
This indicator is based on the Weis Wave described by David H. Weis in his book Trades About to Happen: A Modern Adaptation of the Wyckoff Method, more info how to use this indicator can also be found in this video . The Weis Wave is an adaptation of Richard D. Wyckoff’s method Wave Charts. It works in all time periods and can be applied to all asset types. For...
I posted this code a long time ago and forgot to add to PineScript Library. Plots Williams Accumulation Distribution, Williams AD With Optional SMA as a Filter. In Inputs Tab: Ability to Turn On/Off SMA Filter. Ability to change any of the plots to Change Colors Based on Being Above or Below the SMA Filter. Also Ability to Turn Off Color Change Based on SMA Filter.
This indicator is based on the Weis Wave described by David H. Weis in his book Trades About to Happen: A Modern Adaptation of the Wyckoff Method, more info how to use this indicator can be found in this video . The Weis Wave is an adaptation of Richard D. Wyckoff’s method Wave Charts. It works in all time periods and can be applied to all asset types. Unlike...
Hi, this script is the version of Accumulation / Distribution Money Flow (ADMF) that uses Open Interes ts in the required markets instead of Volume. Can be set from the menu. (Futures/Others) NOTE: I only modified this script. The original script belongs to cl8DH. Original of the script: I think it will make a difference in the future and commodity markets. ...
This script takes the signal from the Accumulation Distribution indicator invented by Larry Williams and normalizes it such that it becomes an oscillator about a zero line as described by John Bollinger in his book Bollinger on Bollinger Bands . The purpose of the indicator is to serve as a volume-based confirmation of signals given by other indicators, typically...
MACD of acc/dist instead of the normal stuff. Dunno if it's actually useful. Just wanted to see what happened. Thanks to ChrisMoody who's macd script I stole
I wanted to invest a certain fiat amount each month and was wondering which day would be best to do this. So, with this script, you can set your entry day. On the last day of the date range, it will close all positions. You can then see what amount of the asset you have accumulated to date. If you try all the days of the month and see when you can sell the most...
OBV takes difference between old close and new close and multiplies by volume without considering high and low. This assigns the entire volume into a single direction even tho movement could've been in both. Accum/dist takes difference between close and high and low without considering previous close or open. This causes huge deviation from OBV when you have...
This indicator allows you to set a range of price which you want to get an alert about if price breaks that structure.
Indicator to show a big change (Whale) in the same candle The candles change color, until the Momentum returns to zero After the movement of a whale, the market is usually on range, and there may be false entries The default values (2.618% and 20 lenght), are optimized for BTCUSD 15m --- Spanish Este indicador muestrar un gran cambio porcentual (ballena) en...
This is a simple yet powerful indicator that can replace volume, Money Flow, Chaikin Money Flow, Price Volume Trend (PVT), Accumulation/Distribution Line (ADL), On Balance Volume (OBV). When "Baseline Chart" option is disabled, it looks similar to regular volume. The volume bars has two shades of green and red. The dark shade shows amount of accumulation and the...
This indicator was originally developed by Marc Chaikin.
The Klinger Oscillator (KO) was developed by Stephen J. Klinger. Learning from prior research on volume by such well-known technicians as Joseph Granville, Larry Williams, and Marc Chaikin, Mr. Klinger set out to develop a volume-based indicator to help in both short- and long-term analysis. The KO was developed with two seemingly opposite...
Average Daily Range (ADR) (Multi Timeframe, Multi Period, Extended Levels) Tips • Narrow Zones are an indication of breakouts. It can be a very tight range as well. • Wider Zones can be Sideways or Volatile. What is this Indicator? • This is Average Daily Range (ADR) Zones or Pivots. • This have Multi Timeframe, Multi Period (Up to 3 Levels) and Extended...
This script is an advanced version of the distributional blocks script. In distributional buys and sells: I used a high - low cloud filter, which makes it more prudent to sell the next sell higher for sells and to buy the next purchase lower for buys. I also used the Stochastic Money Flow Index function because it also uses volume to separate regions. The long...