MACD percentage price oscillatorMACD Percentage Price Oscillator is a variation of the MACD indicator. Signal line crossovers are almost identical. The major difference is the MACD Percentage scale which enables comparison between stocks at different prices.
MACD Percentage Price Oscillator's trading signals are the same as for the MACD indicator. The MACD indicator is primarily used to trade trends and should not be used in a ranging market. Signals are taken when MACD crosses its signal line, calculated as a 9 day exponential moving average of MACD.
First check whether price is trending. If the MACD indicator is flat or stays close to the zero line, the market is ranging and signals are unreliable.
Signals are far stronger if there is either:
- a divergence on the MACD indicator; or
- a large swing above or below the zero line.
- Unless there is a divergence, do not go long if the signal is above the zero line, nor go short if the signal is below zero. Place stop-losses below the last minor Low when long, or the last minor High when short.
The main advantage of MACD Percentage over MACD is the ability to compare indicator values across stocks.
The only difference with MACD Percentage Price Oscillator is that the difference between the fast and slow moving averages is calculated as a percentage of the slow moving average: MACD = (12 Day EMA - 26 Day EMA) / 26 Day EMA
Divergence
Variability Channel Index (by vitelot)This is a momentum, trend, as well as a divergence indicator.
It is similar to CCI, though it is based on a slow and fast EMA in connection to ATR, which
allows to interprete it easily.
Both EMAs and ATR have customisable period.
Further explanation and basic usage can be found in the comment section inside the script.
Awesome Oscillator and MACD HistogramThis is a quick script that combines two standard indicators, the Awesome Oscillator and MACD histogram, to highlight the beginnings of periods of fast price movement (divergence between the two). Since MACD's EMA responds more quickly than AO's SMA, look for periods of green over gold as a bullish signal, and red under blue as a bearish signal.
Of course both indicators are lagging in nature, but the presence of this divergence often leads larger, continued movement in the same direction.
Bullish Signals
Change from red to green below 0 with either blue or gold above 0 (strengthened on second green bar):
Rising green above 0 with gold below 0:
Bearish Signals
Change from green to red above 0 with either blue or gold below 0 (strengthened on second red bar):
Deepening red below 0 with blue above 0:
Trend StrengthTrend Analysis and Divergence Filter
This tool helps you to read trend strength and spot divergences, to be ready for a reversal.
All the tool is based on a colorcode:
- bright colors = impulse bars.
- hard colors = consolidation / continuation bars.
- light colors = weakness bars.
=> You can choose to use barcolor, or not, and simply use the indicator. Divergences occured on the histogram, when the price makes a local high/low, but the histogram in the black zone.
Also, the reason why i created is that it is insanely accurate to spot divergences in an established trend.
#In an uptrend:
- If prices makes a higher high,
- But bar color is green light (or histogram is in the blackzone), it's probably the end of the move and a regular bearish divergence is happening.
=> Take profit and open a short.
#In a downtrend :
- If price makes a lower low,
- But bar color is red light (or histogram is in the blackzone), it's probably the end of the move and a regular bullish divergence is happening.
=> Take profit and open a long.
To sum up:
- when you see light bars, or if the histogram is in the blackzone, be prepared for a move.
- To choose the direction, check for divergences before entering.
To get the most benefit of this indicator, use it in a multi timeframe strategy :
The indicator will give you the best results in the subordinate timeframe, considering you trade using a macro trend, a parent and a subordinate one.
Auto Divergence StrategyThis is the initial release of the Strategy to backtest my Auto Divergence Study:
CMYK RMI◊ Introduction
I started using this script because of its fast reaction, and good tell for buy/sell moments on a short timescale.
For larger timescales, the overall trend should be taken into account regarding the levels.
In the future i will update this indicator, to automatically adjust those.
◊ Origin
The Relative Momentum Index was developed by Roger Altman and was introduced in his article in the February, 1993 issue of Technical Analysis of Stocks & Commodities magazine.
While RSI counts up and down days from close to close, the Relative Momentum Index counts up and down days from the close relative to a close x number of days ago.
This results in an RSI that is smoother.
◊ Adjustments
CMYK color theme applied.
Four levels to indicate intensity.
Two Timescales, to overview the broader trend, and fast movements.
◊ Usage
RMI indicates overbought and oversold zones, and can be used for divergence and trend analysis.
◊ Future Prospects
Self adjusting levels, relative to an SMA trend.
Alternative RMI, which functions as an overlay.
◊ ◊ ◊ ◊ ◊ ◊ ◊ ◊ ◊ ◊ ◊ ◊ ◊ ◊ ◊ ◊ ◊ ◊ ◊ ◊ ◊ ◊ ◊ ◊ ◊ ◊ ◊ ◊ ◊ ◊ ◊ ◊ ◊ ◊ ◊ ◊ ◊ ◊ ◊ ◊ ◊ ◊ ◊ ◊ ◊ ◊ ◊ ◊ ◊ ◊ ◊ ◊ ◊ ◊ ◊ ◊ ◊ ◊ ◊ ◊ ◊ ◊ ◊ ◊ ◊ ◊ ◊ ◊ ◊ ◊ ◊ ◊ ◊ ◊ ◊ ◊ ◊ ◊ ◊ ◊ ◊ ◊ ◊ ◊ ◊ ◊ ◊ ◊ ◊ ◊ ◊ ◊ ◊ ◊ ◊ ◊ ◊ ◊ ◊ ◊ ◊ ◊ ◊ ◊ ◊ ◊
PPO Divergence Alerts 2.0This is basically the same code as my other PPO Divergence indicator expect it overlays the signal on the candles, rather than needing the oscillator. I'm keeping the old version, as I'm sure people will prefer it, but this version takes up less screen real estate.
EMA Spread OscillatorEMA Spread Oscillator
Quickly see past levels where diff maxed out. Momentum and price can only keep going up for so long. This obviously differs per underlying asset. So that is where this oscillator comes in handy.
Of course you can see on the chart how far apart the moving averages are, but it is easier to spot on an oscillator.
Volume Weighted Average Divergence [DW]This is an experimental study inspired by the volume weighted moving average convergence divergence (VWMACD) concept.
In this formula, divergences between two volume weighted moving averages and two simple moving averages over their respective lookback periods are calculated.
The difference between the divergences is calculated, then the difference between the result and an exponential moving average of the result are calculated to provide a histogram.
Finally, the mean value between the two divergences is calculated to provide the VWAD line.
Custom bar colors are also included.
Volume Divergence Polarity Grid [DW]This study is an experiment built off the framework of my Dual Volume Divergence Index indicator.
It is designed to gauge polarity over multiple lookback periods of your choice by expressing the data as a two color grid.
Positive Volume Divergence and Negative Volume Divergence are calculated, and their relative values are used to gauge polarity.
The order of the grid is top to bottom - the top is the first lookback period, and the bottom is the last.
MTF Polarity Grid [DW]This is an experimental study designed to track directional polarities across multiple timeframes and express them as a simple two color grid.
The polarity in this calculation is determined by divergence between a fast and slow McGinley Dynamic.
Your current resolution's polarity is the top row, the rows below are are for higher timeframes of your choice.
Auto Divergence StudyDiscover Divergences of Price vs Momentum or Price vs. CCI
Ready to be used with Autoview to automate your Trades
Supports Pyramiding
Buy-/ Sell-Signals
Alerts to open and close Trades
This Work is based on and combines the following Studies:
Jeddingen Divergence v4
CCIDivergence
Thanks to this amazing guy, who helped me with the Autoview support:
www.tradingview.com
KAMA Divergence [DW]This study is a simple experiment that expresses divergences between price and Kaufman's Adaptive Moving Average as a percentage. The result is then smoothed using KAMA to provide a signal line.
Dual Ulcer Divergence Index [DW]This study is an experimental variation of Peter Martin's Ulcer Index built using the framework of my Dual Ulcer Index indicator.
In this version, the difference between the long and short UI is calculated.
This index is a measure of volatility and momentum that can be used to locate low risk trading opportunities.
Dual Volume Divergence Index [DW]This is an experimental variation of Paul L. Dysart's Positive Volume Index and Negative Volume Index that tracks the divergences between the PVI and its EMA, and the NVI and its EMA, then plots both together for comparison.
This tool can be used to identify trending price activity.
MgGinley Dynamic Divergence [DW]This is an experimental study designed to visualize momentum and average range by expressing divergences between price and a McGinley Dynamic as a percentage.
CCI Cloud [DW]This is a simple experimental study utilizing multiple CCIs and their divergences to visualize price activity.
Flow of Fund Divergence with alertThe Flow of fund(FOF) divergence signal indicator consists of the following parts: The Flow of fund histogram, FOF trend line and divergence signal. The signal is instantly drawn on current bar and will not repaint.
HISTOGRAM shows an approximate amount of money get in or out of the market within 1 bar. If selling pressure is stronger than buying pressure, it will be a red histogram, otherwise, it will be a green histogram.
Flow of fund trend line indicates the short or long term movement of the flow, determined by the "Length of FOF" input you set.
Divergence
The divergence signal has two types, bearish and bullish.
A bullish divergence occurs when the price hit a lower low and the FOF line is in uptrend. A down arrow will be drawn above the current FOF line when there is a bearish divergence between FOF and price trend.
A bearish divergence occurs when the price hit a higher high and the FOF line is in downtrend. A up arrow will be drawn below price candle bar when there is a bullish divergence between FOF and price trend.
BUBD+ - Bats Ultimate Bullish Divergence DetectorBUBD checks for price divergence from oscillators across 6 different oscillators - MACD, CCI (Vol. weighted), RSI, Stochastic RSI, Money Flow and Relative Vigor index. Use it to find good entry spots for longs and also to find downtrend reversals. If this gets popular I will release a Bearish divergence indicator as well.
Please check your stock/crypto across all time frames to get a hint of any developing "Bullish" divergences.
In case you get mixed signals -
Blue - RSI
Purple - RVI
Yellow - CCI
Green - MACD
Lime light green - MFI
Orange - Stoch RSI
Dont get confused by signals appearing on top and bottom all are bullish indicators. If you see a signal go to the respective oscillator to check the developing trend.
CryptoArbitrageDivergenceStudy that is related to my CryptoArbitrageDivergenceStrategy.
Buy-/ Sell signals are generated, when the price is rising on one exchange, while it is falling on the other exchange.
You can configure for how many candles the condition must be true, before a signal is generated.
The first exchange can be chosen by selecting the financial instrument of choice, the other exchange can be set in the properties dialog of my study/ indicator.
There are also alertconditions implemented, so you can receive buy-/ sell signals via pop-up, SMS or Email.
CryptoArbitrageDivergenceStrategyThis Strategy is based on arbitrage opportunities on Crypto-Exchanges.
If the price goes up on one exchange while it goes down on the other exchange, there is a probability that a correction on one of those exchanges will occur.
Use this strategy script to backtest and proof your arbitrage idea.
Jeddingen Divergence v4Momentum vs. price divergence. Sell signals on bearish divergence, buy signals on bullish divergence .
Indicator includes an RSI filter, alert-conditions and lots of other configuration options.
There is also a TradingView strategy available to backtest everything!