This indicator displays a ribbon of two individually configured Fast and Slow and Moving Averages for a fixed time frame. It also displays the last close price of the configured time frame, colored green when above the band, red below and blue when interacting. A label shows the percentage distance of the current price from the band, (again red below, green above,...
The Fibonacci Ribbon (FibRib) creates two Fibonacci moving averages: essentially a Fibonacci WMA and a Fibonacci EMA. The ribbon colors based on which is higher and where PA is relative to the ribbon. Optional colored candles shades candles the same color as the ribbon.
Moving Average Ribbon with defaults for day-trading 8, 21, 50 EMAs MA cross(over/under) markers MA cross(over/under) alert conditions preconfigured Reversal time periods highlight background or add labels for periods on standard days when reversals are likely (mainly useful for SPY or QQQ)
This script allows Volatility Stop, an average true range-based indicator, to be plotted like a "Guppy" multiple moving average indicator. Backtesting results seem pretty good when a solid majority of the lines are in agreement. Of course, as is customary with my scripts, the user can select the length, source, and multiple for any of the ATR lines plotted and...
I added 7 EMA in a ribbon form ( basically, I took from the open script base and just combined them) By default: To see Short trends ( Alligator) EMA(5) EMA(8) EMA(13) To See Longer Trends EMA(20) EMA(50) EMA(100) EMA(200) Cheers
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 indicator behaves like a traditional EMA ribbon by using the 21, 25, 30, 35, 40, 45, 50, and 55 bar exponential moving averages. In this particular indicator, the traditional EMA ribbon lines are turned off by default leaving only a filled in area between the 21 and 55 bar averages. The filled in area is green when the 21 bar average is greater than the 55...
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.
A convenient way to add a ribbon indicator (one indicator instead of multiple EMAs)
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.
A Tillson T3 moving average implemented variation of the CM Super Guppy indicator by @FritzMurphy The T3 moving average was developed by Tom Tilson which combines multiple EMAs into a single moving average. it is smoother and more responsive compared to traditional moving averages. The disadvantage is that it can overshoot price. █ Description T3 Super...
Moving Average Ribbon: ----------------------------------------------------------- A series of moving averages of different lengths to create a ribbon-like indicator. Traders can determine trend strength by the distance between the moving averages, the overall balance of the coloured lines and determine price points. Price movements through the ribbon can be...
The Donchian average is defined as average(highest, lowest) for a given period length. By plotting many different lengths, clustering of the lines seems to form natural support/resistance levels. A Donchian Channel and RSI rainbow colors are also provided to define the range and trend.
Utilizing the Fisher Transform by Ehlers with different lengths based on multipliers will allow you to notice movements in price and understand whether the shift was a correctional wave, or part of the overall trend. To learn about Fisher Transform , check out the Fisher Transform documentation: www.mesasoftware.com Fisher has plenty of functionalities....
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...
This indicator plots and colour codes a ribbon between two moving averages. The colour of the ribbon changes with trend direction: when price in uptrend ribbon colour is green; when price in downtrend ribbon colour is red. Options Available: 1) You can select between 11 different types of moving averages, each MA line can be a different type. 2) Option to...
After some tips in my indicator RK's 04 - Lots of MA Types Ribbon I Put some time and effort to make it better. So, I'm sharing with you the results. This is an up to 10 lines Moving Average Ribbon with an Auto Evaluate Length and a lots of options!!! Type of Moving Average you can use: SMA - Simple Moving Average SMMA - Smoothed Moving Average EMA -...
RedK Magic Ribbon is simple script that combines a fast and a slow moving averages to create a 2-Moving Average Cross-over / trend visualization tool. We utilize the Compound Ratio Weighted Average (CoRa Wave) as the fast MA line and the RedK Slow Smooth Weighted Moving Average (RSS_WMA) aka LazyLine as the slow MA line. i put this script together when i...