By request this is an updated version of the "PullBack Trading Tool": removes experimental "OCC" channel, added option to display ribbons or just single moving average lines, added alert arrows for "PB" exits, added alertcondition for TV alarm subsystem, added some extract options for Pivot points and general cleanup of code. Description: This project...
Multiple moving averages in one indicator, so those of you without a pro membership can add multiple moving averages to your chart while only taking up 1 of the 3 indicators.
This study draws a T3 Moving average Coloured Ribbon based on a Fast and Slow T3 MAs. Combine with an alert indicator like "Traders Dynamic Index Indicator Alert v0.1 by JustUncleL" to get a good trading method (See my comment following).
This is an extension of the Madrid Moving Average Ribbon public script to allow for different kinds of moving averages (the original allows only exponential and simple). Possible entries in the MA Type argument field are: sma (simple moving average) ema (exponential moving average) wma (weighted moving average) trima (triangular moving average) zlema...
As a person versed in other languages of script, I am sharing my first pinescript. I have just thrown together some EMA lines and testing out the fill() function. I have some 400+ indicators I could make and share, so cheers to many more! As I get more versed in the language, I will make more intricate studies based on high math and sound strategy.
This script is the second version of the Moving average Ribbon Bar, a companion study of the MA Ribbon. In this version the display is changed, instead of lines, it display the results in stacked bars, making it more user friendly and allowing it to be expanded or contracted without loosing visual continuity.
RSI Ribbon + Candle By Ricardo Santos and JR In this chart rendering we are combining RSI and Moving Averages. For an added features we included colors to the candles and ribbons. Lime and green displays a strong bullish trend, yellow is caution or no trade, red and maroon are bearish trends. You can also find divergences using the ribbon. Divergence
Following Trends and Finding Divergences Here is a script example that uses a long length (100, 150, 200) RSI MA Ribbon to detect trend reversals using lower time frames. You can also use traditional RSI to find divergences. Built Best for 1H to 10 Min Charting BTCUSD
This plots a moving average ribbon, either exponential or standard. It provides an easy and fast way to determine the trend direction and possible reversals. Lime : Uptrend. Long trading Maroon : Reentry (buy the dip) or downtrend reversal warning Red : Downtrend. Short trading Green : Short Reentry (sell the peak) or uptrend reversal warning To best determine...
This study displays a ribbon made of two moving averages identified by a filled Area. This provides visual aids to determine the trend direction and pivot points. The moving average will be Red if its value is decreasing, and green if it is increasing. When both MA's are the same color we have a trend direction. If those are different then we have a trend...