Moving Average RibbonMoving 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 used to identify trend changes.
SMA, EMA, WMA with user defined length, starting plot, number of plots to show, theme choice and colour calculation toggle.
Inputs:
-----------------------------------------------------------
Source: input value for MAs (close)
Type: moving average type (ema)
Theme: multiple colours/themes (theme 2)
Length: MA length (13)
Start: MA plot number to start ribbon on (1)
No. of MAs: number of plots to show; maximum 32 (32)
Colour option: unchecked then line colour is based on the source value crossing current MA otherwise the moving average below (false)
Example:
-----------------------------------------------------------
multiple MAs overlaid with different values give interesting results e.g.
Ribbon1 :
length: 13
start: 1
Ribbon2:
length:1
start: 26
Notes:
-----------------------------------------------------------
if increasing the length beyond around 150 results in "references too many candles in history" error then reduce the no. of MAs value to show less MA plots; the longer length MAs will go beyond the 5k max candle history..
Ribbon
Wave Ribbon [ChuckBanger]This is a very easy script to build. Indicators like this can be very nice to use to spot trends. I just wanted to share it if someone to trade with it or wants to build on it further. The oscillator is my TRIX script:
TRIX Ribbon [ChuckBanger]This is a TRIX indicator. You can read more about it here: www.investopedia.com
The trix indicator is usually only trix and a signal line. This indicator has 5 signal lines. The TRIX line has the color blue. The first has the color aqua and then lime, orange, red and the last is the maroon line. The first signal line is an EMA of the TRIX line, the second signal line a double smoothed EMA of the trix line and the third is triple smoothed TRIX line and so on.
Interpretation
TRIX is similar to MACD. As both is a momentum indicators that fluctuate above and below the zero line. Both have signal lines based on some sort of moving average (usually EMA). In this indicator the trader can set what moving average the trader prefer. The biggest difference between TRIX and MACD is that TRIX is the smoother of the two and are less jagged and tend to turn a bit later.
The most common signal is signal line crossover in the same manner as the MACD and its signal line. But this indicator has 5 signal lines. If this was a typical TRIX indicator it should only has the blue and aqua line (the line closest to the blue line). How you trade it is up to you. But for example you go long when the blue line crosses the aqua line. And because the all the is based on the TRIX line you can use the other crossovers as an confirmation signal.
Scripting Tutorial 8 - Triple Many Moving Averages RibbonsThis script is for a triple moving average indicator where the user can select from different types of moving averages, price sources, lookback periods and resolutions.
Features:
- 3 Moving Averages with variable MA types, periods, price sources, resolutions and the ability to disable each individually
- Crossovers are plotted on the chart with detailed information regarding the crossover (Ex: 50 SMA crossed over 200 SMA )
- Forecasting available for all three MAs. MA values are forecasted 5 values out and plotted as if a continuation to the MA.
- Forecast bias also applies to all forecasting. Bias means we can forecast based on an anticipated bullish, bearish or neutral direction in the market.
- To understand bias, please read the source code, or if you can't read the code just send me a message on here or Twitter. Twitter should be linked to my profile.
- Ribbons added and on by default. Optional setting to disable the ribbons. 5 ribbons between MA1 and MA2 and another 5 between MA2 and MA3.
- Ribbons are alpha-color coded based on their relation to their default MAs.
- Ribbons are only visible between MAs if the MAs being compared share the same Type, Resolution, and Source because there is no way to consolidate those three in a simple manner.
- Ribbon values are calculated based on calculated MA Periods between the MAs.
This script is meant as an educational script with well-formatted styling, and references for specific functions.
Multi MA Ribbon +Draws an MA Ribbon that highlights major MA's and for easier visibility separates them into different groups including Custom MA's, Baseline MA's, T Line MA's, Short Term MA's and Long Term MA's.
Choose between 11 different types of MA's thanks to JustUncleL and John F. Ehlers super smoother.
The + is for various signals and alerts derived from Market Cipher / Wave Trend indicators and TCG etc.
Happy Trading and remember just follow the flow of the river!
AntiRekt RibbonThis script is a fork of the Madrid Ribbon, the only difference is that you can color your bars depending on the trend.
5 EMA Mini GuppyThis is a 5 EMA Ribbon, created to be a simplified version of the Super Guppy, which was used as a starting point.
Volume Weighted ALMA RibbonsVolume weighted version of ALMA Ribbons script found here
-------------------------------------------------------
If you find it useful please consider a tip/donation to the rumpy liquidation recovery fund : BTC - 3BMEXEDyWJ58eXUEALYPadbn1wwWKmf6sA
Fib EMA RibbonPretty weird and experimental fibonacci ribbon overlay, for visual use and fun only at the moment. Will update the script if i think of any other ways to use it, ideas welcome.
Meant for use with Heikin Ashi candles.
Biffy
MA Study: Different Types and More [NeoButane]A study of moving averages that utilizes different tricks I've learned to optimize them. Included is Bollinger Bands, Guppy (GMMA) and Super Guppy.
The method used to make it MtF should be more precise and smoother than regular MtF methods that use the security function. For intraday timeframes, each number represents each hour, with 24 equal to 1 day. For daily, 3 is 3 day, for weekly, 4 is the 4 weekly, etc. If you're on a higher timeframe than the one selected, the length will not change.
Log-space is used to make calculations work on many cryptos. The rules for color changing Guppy is changed to make it not as choppy on MAs other than EMA. Note that length does not affect SWMA and VWAP and source does not affect VWAP.
A short summary of each moving average can be found here: medium.com
List of included MAs:
ALMA: Arnaud Legoux
Double EMA
EMA: Exponential
Hull MA
KAMA: Kaufman Adaptive
Linear Regression Curve
LSMA: Least Squares
SMA: Simple
SMMA/RMA: Smoothed/Running
SWMA: Symm. Weighted
TMA: Triangular
Triple EMA
VWMA: Volume Weighted
WMA: Weighted
ZLEMA: Zero Lag
VWAP: Vol Weighted Average
Welles Wilder MA
crashm111 3-200 Moving Average RibbonAll the moving averages bewteen 3 and 200 in increments of 5.
with the ability to change colours
and change between simple and exponential.
It provides an easy and fast way to determine the trend direction and possible reversals.
Dual Timeframe SMA Ribbon CrossoverCopyright by RJ 3/2018
Should be used with lower timeframe and higher timeframe charts
First set your chart to the lower timeframe you'd like to analyze
see f.bpcdn.co
For this method, low timeframe/high suitable timeframe pairs are:
5min with 30min parent
15min with 1hr parent
30min with 4hr parent
4hr with daily parent
daily with weekly parent
weekly with monthly parent
On lower timeframe chart - Plot of 2 smas length 6, 1 Offset
If smas cross - and bar crosses the sma convergence, and full body of bar crosses SMAs - then this is a buy or sell opportunity
For confirmation - on the higher timeframe chart, check if bar is above or below the smas for that day
Single Indicator 5 EMAS 12/26/50/100/200Hey guys. Here's a basic script that puts 5 EMAs on your screen at once without having to use multiple indicator slots. The colors and bandwidths are customizable, and you can can even hide EMAs which you are not currently using, say if you wanted 12/26 only or 50/200. Happy trading!
TEMA/hullMA Ribbon with Bollinger BandsDesigned for shorted time frames.
Bollinger bands based off of TEMA as source.
Ribbon based off TEMA and hullMA divergence.
RMA used to signal Bollinger bands.
Ribbon:
pinch -> reversal
blue -> sign of possible uptrend
red -> sign of possible downtrend
Bollinger bands background:
blue -> sign of continuing uptrend
red -> sign of continuing downtrend