DGT interpreted version of LazyBear's WaveTrend, visualizing on Price Chart Original Author : LazyBear Crosses above or below threshold are emphasized with bigger labels - crosses above threshold : probable short indications with a bigger label and relativly small label for probable long indications - crosses below threshold : probable long indications with a...
Volume-Weighted MACD Histogram ------------------------------------------------------------------------------------- Volume-Weighted MACD Histogram, first discussed by Buff Dormeier, is a modified version of MACD study. It calculates volume-averaged Close price for finding the histogram. More info: www.moneyshow.com Sentiment Zone Oscillator ...
Smoothing methods have lag, and since MACD makes use of moving averages, it usually lags behind price. You cannot eliminate lag completely, but one way of working around this is by adding a component of the price/MA difference back to MA. This technique is called Zero-lag (well, almost). "MACD Leader" makes use of this to form a leading signal to MACD. First...
Impulse MACD is a modified MACD, formed by filtering out the values in a MA range (region between MAs of high and low), thereby reducing whipsaw typical in a sideways market. This is usually plotted as histogram. This also plots the traditional histogram (MACD - Signal), to help in finding entries/exits. Use this like a traditional MACD (Zero line crossing or...
Here's an oscillator derived from my previous script, Cycle Channel Clone (). There are 2 oscillator plots - fast & slow. Fast plot shows the price location with in the medium term channel, while slow plot shows the location of short term midline of cycle channel with respect to medium term channel. Usage of this is similar to %b oscillator. The slow plot can...
This is a modified form of PSO (original idea by Lee Leibfarth), to use RSI as the input. This provides a quick response to changes in market direction. This highly sensitive indicator allows for early anticipation of price turns and can be used to establish definitive trading zones that identify potential trading opportunities. Entry/Exit rules are the same...
Developed by Buff Dormeier, VPCI won 2007 Charles H Dow award by the MTA. VPCI plots the relationship between price trend and the volume, as either being in a state of confirmation or contradiction. Excerpt from article below: "Fundamentally, the VPCI reveals the proportional imbalances between price trends and volume-adjusted price trends. An uptrend...
Edgar Kraut proposed this simple colored volume bars strategy for swing trading. This is how the colors are determined: - If today’s closing price and volume are greater than 'n' days ago, color today’s volume bar green. - If today’s closing price is greater than 'n' days ago but volume is not, color today’s volume bar blue. - Similarly, if today’s closing...
---- May 05 2015 ----- Added support for filtered ranges: RID V3 : pastebin.com RIDv3 has full backward compatibility (!?), meaning all my descriptions below still apply for V3. -- In addition, I have added a NON-OVERLAY mode, which can be put in its own pane, that shows the number of bars in the current range. -- in Overlay mode, you can switch on/off...
--- Updated: May 19 2015 ---- Applicable only If you are setting up alerts: I noticed I have switched the plot names. Histo shd be the MACD and DMACD shd be the Signal. Replace lines 16 & 17 with these to get the correct names. NOTE that no functionality is affected, just the names. plot(r, style=columns, color=r>0?green:red, transp=80, title="Dinapoli...
The Volatility Switch (VOLSWITCH) indicator, by Ron McEwan, estimates current volatility in respect to historical data, thus indicating whether the market is trending or in mean reversion mode. Range is normalized to 0 - 1. When Volatility Switch rises above the 0.5 level, volatility in the market is increasing, thus the price action can be expected to become...
This is a composite oscillator derived from modified 5/10/20 Chande's Dynamic Momentum Index values. Volatility is factored in, by design. Look for OB/OS extremes and divergences. I added the green/red ribbon look to make it easy to read :) More info: www.investopedia.com List of my public indicators: bit.ly List of my app-store indicators: ...
Developed by Sherman and Marian McClellan, the McClellan Oscillator is a breadth indicator derived from Net Advances, the number of advancing issues less the number of declining issues. Subtracting the 39-day exponential moving average of Net Advances from the 19-day exponential moving average of Net Advances forms the oscillator. As the formula reveals, the...
As we all know, as published by Wilder, RSI makes use of "CLOSE" values. You probably have experimented changing the input to hl2 or hlc3 . I have included many other RSI variations in this chart. Refer to the developers section below to learn how you can use this code in your scripts. 1) RSI with Volume --------------------------------------------- Suggested...
These levels are based on price around earnings day. I have implemented support for 2 calculation modes: Mode 1: Level = (low of 1 day prior to earnings + high of 1 day after earnings) / 2.0 Mode 2: Level = (hl2 of 1 day prior to earnings + hl2 of 1 day after earnings + close from earnings day) / 3.0 Chart above shows "Mode 1". Mode can be changed via options...
The PSO, developed by Lee Leibfarth, is a rewired version of a short-period stochastic. This provides a quick response to changes in market direction. This highly sensitive indicator allows for early anticipation of price turns and can be used to establish definitive trading zones that identify potential trading opportunities. Rules as suggested by Mr.Lee: For...
The Intraday Momentum Index (IMI), developed by Tushar Chande, is a cross-breed between RSI and candlestick analysis. IMI determines the candle type that dominated the recent price action, using that to pinpoint the extremes in intraday momentum. As the market tries to bottom after a sell off, there are gradually more candles with green bodies, even though...
Price-Volume Rank, designed by Anthony J. Macek, compares the direction of the change in price (up or down) to the direction of the change in volume and assigns a number to that specific relationship. By quantifying price/volume interaction, P-V rank seeks to determine our position within a typical market cycle. The various modes shown on the chart above or...