TEMA CrossoverTEMA is the Best Moving Average in terms of lag reduction.
Use this indicator to gauge the direction of the trend with minimum amount of lag.
Rata-Rata Pergerakan Eksponensial Tripel / Triple Exponential Moving Average (TEMA)
McNicholl Moving AverageThis type of moving average was originally developed by Dennis McNicholl (Futures Magazine, (October, 1998): "Better Bollinger Bands"). A kind of TEMA. He used it as a centerline of the new bands, called Better Bollinger Bands or DEnvelope. The Better Bollinger Bands is a modification of the well-known Bollinger Bands that has a better response for changes in volatility.
Pentuple Exponential Moving Average (PEMA)This type of moving average was originally developed by Bruno Pio in 2010. I just ported the original code from MetaTrader 5. The method uses a linear combination of EMA cascades to achieve better smoothness. Well, actually you can create your own X-uple EMA, but be sure that the combination' coefficients  are valid.
Quadruple Exponential Moving Average (QEMA)This type of moving average was originally developed by Bruno Pio in 2010. I just ported the original code from MetaTrader 5.
QEMA - Quadruple Moving Averages (50,100,200,300)The script combines the common moving averages 50,100 and 200 and adds an additional MA300 to the graph. 
Squam's top shelfThis is a means to find the highest triple moving average input from an array of triple moving averages.  The effect is to dampened the impact of price changes and look for a critical level to qualify a good or bad trades.  If the price closes above a rising red line the odds probably favor a long.  If the price closes below a declining red line the odds probably favor a short.  There is another script that will cover the opposite priority for the highest triple moving average input from an array of triple moving averages.  
-Squam
Squam's bottom rungThis is a means to find the lowest triple moving average input from an array of triple moving averages.  The effect is to dampened the impact of price changes and look for a critical level to qualify a good or bad trades.  If the price closes above a rising green line the odds probably favor a long.  If the price close below a declining green line the odds probably favor a short.  There is another script that will cover the opposite priority for the highest triple moving average input from an array of triple moving averages.
-Squam
TRIXThis indicator was originally developed by Jack K. Hutson (Stocks & Commodities (July 1983): "Good TRIX").
[ALERTS] MA Cross ElevenThis script is a crossing of eleven different MA, with alerts and SL and TP.
The simplest is what works best.
SMA --> Simple
EMA --> Exponential
WMA --> Weighted
VWMA --> Volume Weighted
SMMA --> Smoothed
DEMA --> Double Exponential
TEMA --> Triple Exponential
HMA --> Hull
TMA --> Triangular
SSMA --> SuperSmoother filter
ZEMA --> Zero Lag Exponential
Using "once per bar close" repaint is 0%, but if you like risk can choose "once per bar", better profit.
Thanks to JustUncleL and his amazing sripts.
TEMA1 Strategy This study plots the TEMA1 indicator. TEMA1 ia s triple MA (Moving Average),
 and is calculated as 3*MA - (3*MA(MA)) + (MA(MA(MA)))
 WARNING:
  - This script to change bars colors.
All Moving averagesI have added an option to turn on or off any Moving average by choice and if needed, Heikin-ashi used as source (instead of close)
List of Moving Averages which you can use
 
  T3 - Tillson Moving Average
  DEMA - Double Exponential Moving Average
  ALMA - Arnaud Legoux moving average
  LSMA - Least Squares Moving Average
  MA - Simple Moving Average
  EMA - Exponential Moving Average
  WMA - Weighted Moving Average
  SMMA -The Smoothed Moving Average
  TEMA - triple exponential moving average
  HMA - The Hull Moving Average
  AMA - Adaptive Moving Average
  FAMA - Fractal Adaptive Moving Average
  VIDYA - Variable Index Dynamic Average
  TRIMA - Triangular Moving Average
 
Consider a tip in ETH to
0xac290B4A721f5ef75b0971F1102e01E1942A4578 
Thank you and have a nice day
CryptoJoncis
TEMA - Triple Moving Averages (17,72,200)Triple Moving Average to analyse short, medium and long terms.
3_TEMAThis codes shows three triple exponential moving average (50, 100, 200) in one single indicator
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
TEMA momentum value cumulativeTEMA momentum value cumulative
This indicator is show trend strong and change trend.
MT4 backtest EURUSD H1/M15 (japanese article)
 mt4program.blogspot.jp 
 mt4program.blogspot.jp 
 mt4program.blogspot.jp 
Moving Average RibbonThis 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  (zero-lag exponential moving average)
 dema  (double exponential moving average)
 tema  (triple exponential moving average)
 hma  (hull moving average)
 
If the argument given by the user does not match anything from the above list, it will default to ema.
Yacine MA Bands ModMashed together the ema-bands from IvanLabrie with some moving average script stuff from ChrisMoody and LazyBear and this is the result. Credit goes to them, 'cause I don't know to how to code tbh. Just copy/pasted stuff untill I got the result I wanted.
Bands work as support/resistance among other things. You can use them to trade breakouts or reversals or whatever.
Combining them with a momentum indicator would probably be useful for timing divergence or OB/OS and stuff like that.
Included moving average types;
 
 SMA
EMA
RMA
WMA
VWMA
HullMA
TilsonMA
TEMA
 
 Not sure if all of them works as they should... y'know since I cant code/script. Looks good to me though.¨
 
Default should work pretty good for the DAX, But you'll probably want to fiddle a bit with the settings.
Here's a pic of how they can be used. Ofc everything looks simple in hindsight, but you get the point.
 






















