Hello All, This is an educational work and it's developed to show how to write scripts that will work like built-in volume indicator. We have new features in Pine Script™ Language, such chart.bg_color, chart.fg_color, chart.left_visible_bar_time, chart.right_visible_bar_time and many more. Many Thanks to Tradingview and Pine Team for such great additions!...
The Two Versions of this Indicator I learned from Two Famous and Highly Successful Traders. This Indicator shows With No Lag Clear Up and Down Trends in Market by Documenting Clearly If Bulls or Bears are in Control. The Version In SubChart 1 Shows Consecutive Closes if the Current Close is Greater than of Less than the Midpoint of the Previous Bar (Why Midpoint...
Introduced by M.H.Pee, Trend Trigger Factor is designed to keep the trader trading with the trend. System rules according to the developer: * If the 15-day TTF is above 100 (indicating an uptrend), you will want to be in long positions. * If the 15-day TTF is below -100, you will want to be short. * If it is between -100 and 100, you should remain with the...
Intraday 5+ min indicator/strategy. Mix of indicator as BB, Ema , Roc , adx/dmi with buy and TP/SL point. All in 1 indicator easy to use . Just look the color chnge and the shape add the the bars
This is the volume version of "DecisionPoint Breadth Swenlin Trading Oscillator" DecisionPoint Swenlin Trading Oscillator can be used to identify short-term tops and bottoms. You can read about the interpretation of the signals (& gotchas) in the link below. I have added support for NYSE / NASD / AMEX and also a combined mode. You can specify custom...
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...
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...
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...
Who needs a Technical Analyst? yes I can hear someone is asking for, and here is one that can help you with technical analysis The analyst will present a technical anlaysis report at a glance calculated by the most popular technical indicators , and the good part, the anlayst will do it voluntarily technical skills of the analyst: - experienced an all...
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...
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...
---- 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...
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...
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...