Triple Exponential MACDA modification of the classic MACD to use Triple EMAs which tends to have less lag than the standard indicator. (I also have a Double Exp MACD indicator, I tend to use both simultaneously)
Alert conditions are pre-configured for simple line crosses and you can enable/disable the histogram from the indicator options menu.
Enjoy!
Đường Trung bình trượt Mũ ba (TEMA)
MA Crossover Alerts for Small Quick Profits on 3commas/DCA botDear fellow 3commas users,
This is a the most basic Moving Average crossover technique generating Buy Alerts.
This is especially written for those of you who want to link this basic crossover strategy with your  3commas DCA bot .
 Buy Alerts 
Moving averages available:
- Simple Moving Average (SMA)
- Exponential Moving Average (EMA)
- Weighted Moving Average (WMA)
- Hull Moving Average (HullMA)
- Volume Weighted Moving Average (VMWA)
- Running Moving Average (RMA)
- Triple Exponential Moving Average (TEMA)
 Recommended settings for using with 3commas DCA bot: 
Interval:
3m to 15m
3commas bot setup:
- TP/TTP: 0.3%/0.1%,
- Base Order:  Your choice ,
- Safety Order:  1.2 * Base order 
- Safety Order Volume Scale: 1.2,
- Safety Order Step Scale: 1.5,
- Max Active Deals:  Your choice ,
- Price Deviation to Open Safety Order (% from initial order): 0.2%,
- Max Safety Trades Count: 7,
- Simulatenous Deals per Same Pair: 3
 > Create Alert with Buy Alert and link it to your bot "Message for deal start signal"
Multiple Moving Averages for Heikin Ashi I want to give credits to @QuantNomad, i got the heikin ashi part of the script from this open script /0iKy7lyG-QuantNomad-Heikin-Ashi-PSAR-Strategy/;
and to the other guy that provided a 17 type of moving average script open source but i forgot his name, if someone remember please tell me.
My idea was to see how the different types of moving averages behaves in a Heinkin Ashi chart, you can change to more than 15 types of Moving Average and use it the way you want it. 
For the source of the moving averages i used a simple moving average of 1 period using the high of the heikin ashi candle, low of it and divided by 2 as the source of the different types of moving averages.
Different types of Moving Averages
Moving Average Types
SMA       --->      Simple
WMA      --->      Weighted
VWMA    --->      Volume Weighted
EMA       --->      Exponential
DEMA     --->      Double EMA
ALMA     --->      Arnaud Legoux
HMA      --->      Hull MA
SMMA    --->      Smoothed
LSMA     --->      Least Squares
KAMA     --->      Kaufman Adaptive
TEMA     --->      Triple EMA
ZLEMA   --->      Zero Lag
FRAMA   --->      Fractal Adaptive
VIDYA    --->      Variable Index Dynamic Average
JMA       --->      Jurik Moving Average
T3         --->      Tillson
TRIMA   --->      Triangular
The type of moving average you select will appear in a separated chart with Heikin Ashi candles, like in the image above.
[THETA] Tema Hema Evwma Trade ActionTHETA 
Is an Intraday Strategy Indicator, To be used over 1 minute chart and in conjunction with built in pine indicator  Pivot Point Standard, {Fibonacci One}
I came across this Strategy Indicator while reading through the Forex Trading Journals, and thought of sharing you guys
The Indicator Comprises of amalgamation of
TEMA : Triple Exponential Moving Average
HMA : Hulls Moving Average
EVWMA and EMA: Elastic Volume weighted Moving Average and Exponential Moving Average
Filter Action by Rajandran R Supertrend
So 
 Theta = ( tema(src, length) + hma(src, length) + ema(src, length) + evwma(src, length) )/4 
The lengths in use are: 8,21,34,55,89,144,233,610
 How to Use 
Use on 1 min chart for best results
UsE in Conjuction with Fibonacci Pivot Points, (.which is present in option of built in pine indicator : Pivot Point Standard )
 Provision For Alert 
Long theta Signal
Short theta Signal
Custom Moving Average (EMA & SMA)This script is a custom visualization tool to plot 4 Moving Averages (MA).
Each MA is customizable; you can:
 
  enable (disable) the plot of MA;
  select whether the MA is an EMA or an SMA;
  the length;
  the source (open, close, ...);
  the offset value (default is 0).
 
Note:
 
  The 1st MA is an EMA with length 50.
  The others MAs are SMA with length 9, 30 and 100 respectively.
Moving Average Compilation by CryptonerdsThis script contains all commonly used types of moving averages in a single script. To our surprise, it turned out that there was no script available yet that contains multiple types of moving averages.
The following types of moving averages are included:
 
 Simple Moving Averages (SMA)
 Exponential Moving Averages (EMA)
 Double Exponential Moving Averages (DEMA)
 Display Triple Exponential Moving Averages (TEMA)
 Display Weighted Moving Averages (WMA)
 Display Hull Moving Averages (HMA)
 Wilder's exponential moving averages (RMA)
 Volume-Weighted Moving Averages (VWMA)
 
The user can configure what type of moving averages are displayed, including the length and up to five multiple moving averages per type. If you have any other request related to adding moving averages, please leave a comment in the section below.
If you've learned something new and found value, leave us a message to show your support!
Multi Time Frame Moving Averages [Anan]Hello friends,
All your popular moving average now in one indicator, also no need to open a lot of tabs to see where is that moving average at that time frame,
with multi time frame feature, now u can see up to six multi time frame MA in the same chart with option to show/hide it
list of moving averages:
SMA
Smooth SMA
SuperSmooth MA
EMA
DEMA
TEMA
Triangular MA
QEMA
RMA
Hull MA
KAMA
WMA
VWMA
VWAP
CTI
LSMA
VIDYA
Blackman Filter
Adaptive RSI
also there is an option to see the Average of four lengths, i backtest this and found it super great !
Buying Selling Volume low lagOriginally written by @ceyhun
I added a low lag filter to key components to smooth the bars. The user can adjust the parameters 'fast' and 'slow' to tune. 
capam
The original comments of ceyhun are below repeated:
Buying Selling Volume
-Buy Volume
-Sell Volume
-Buy Volume Percent %
-Sell Volume Percent %
-Volume Index
-Buy Sell Volume-
BuyVolume>SellVolume=Blue barcolor
SellVolume>BuyVolume=Purple barcolor
-Volume Index-
VolumeIndex>length and close > open =Cyan barcolor
VolumeIndex>length and close < open =Gray barcolor
VolumeIndex<=length = Yellow barcolor
Vervoort SmoothingThis script has both the Triple Exponential Moving Average (TEMA) and zero lag sma written as functions. Both from Capturing Profit with Technical Analysis (24-25) by Sylvain Vervoort. 
Best regards,
capam
TEMA, DEMA and SMA with crosses with alert functionality
Just a crude but functioning ma indicator with bullish and bearish crosses and alert functionality.
RK's 10 ∴ MA Types Ribbons (Fibonacci, Guppy and others)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 - Exponential Moving Average
 DEMA - Double Exponential Moving Average
 TEMA - Triple Exponential Moving Average
 WMA - Weighted Moving Average
 HMA - Hull Moving Average
 EHMA - Exponential Hull Moving Average
 RMA - RSI Moving average
 2PSS - Ehlers 2 Pole Super Smoother
 3PSS - Ehlers 3 Pole Super Smoother
 VWMA - Volume-Weighted Moving Average
 ALMA - Arnaud Legoux Moving Average
 STMA - Simple Triangular Moving Average
 ETMA - Exponential Triangular Moving Average
 LSMA - Least Squares Moving Average
 ZSMA - Zero-Lag Simple Moving Average
 ZEMA - Zero-Lag Exponential Moving Average
 COVWMA - Coefficient of Variation Weighted Moving Average
 COVWEMA - Coefficient of Variation Weighted Exponential Moving Average
 FRAMA - Fractal Adaptive Moving Average
 KAMA - Kaufman's Adaptive Moving Average
 VIDYA - Variable Index Dynamic Average
 
If you want to change faster the MA type, in "Moving Average Setup:", Select "🤖 Use numbers to change MA Type", click inside the box in "🤖 Moving Average Type per Number:" and just scroll your mouse wheel. You can check what MA type you are using looking in the info panel label.
There is 4 automatic evaluate length:
 
 Fibonacci Sequence
 Arithmetic Progression
 Geometric Progression
 Guppy Multiple Moving Average (GMMA) without Lengths 03 and 05
 
And I already put a Manual Length, but I keep it inside the code, so if you want to use different lengths, just change the code, or ask me and I will put as an input.
And attending a request, this indicator can creates alerts when all the colors of the ribbons changes.
Hope you like it!
Any other good idea, just send me.
3MAs & BB, Time-Res, Low-VolTriple MAs with EMA/SMA option, and specific timeframe options.
Very customizable.
Bollinger Bands
If BollingerBand Width is lowest in 100 bars it fills background.
ALMA Function [FN] - Arnaud Legoux Moving AverageThis hasn't been done before. People know the ALMA moving average, TradingView, of course, has a built-in function for the ALMA = alma().  But, when you use built-in functions, you can't have a series as a length. Pinecoders put out a bunch of functions for various routines wherein the built-in doesn't allow for a series as a length. I got some help from @everget (awesome dude) to do the dev() function as well... can't find the ALMA anywhere. So, here it is. It seems to match the built-in indicator. To double-check me, just put the ALMA built-in over this and they should match. Let me know if you find an issue. 
That's it. ALMA is cool. I'm going to use it as the average for the CCI. Good day. 
Bollinger Bands Plus [xdecow]Bollinger bands with the option to use different types of moving averages.
-SMA
-EMA
-RMA
-WMA
-VWMA
-SWMA
-DEMA
-HMA
-SMMA
-T3
-TEMA
Smoothed Triple EMAThis indicator is exactly as it sounds, a smoothed triple EMA . In my personal use, it is applied to strategies to indicate direction of entries. A simple example would be if price is above the STEMA, look for long entries, if price is below the STEMA, look for short entries. Shortly, I will share a strategy that makes use of this indicator. You are welcome to message me if you have any questions. Thanks for checking it out an may the probabilities be with you!
RSI-TEMAJust converted TEMA to RSI type 
fast above slow=bullish in lime
slow above fast=bearish in red 
fast=blue line
slow=red line
so not so much to write about it but it good as another weapon in arsenal :)
FibMAThis study visually demonstrates Fibonacci moving averages.
The darker the color, the stronger the signal is for either buying or selling.
Buys/Sells only take place when each moving average is above/below the its adjactent fibonacci sequence, i.e 5<8<13<21<34<55<89<144 for buying..
Alerts are provided as BUY ASSET and SELL ASSET.
Multiple moving averages are also provided.
MasterMAThis study demonstrates 15 different common moving averages.
SMA, Double SMA, Triple SMA
EMA, Double EMA, Triple EMA
WMA, Double WMA, Triple WMA
VWMA, Double VWMA, Triple VWMA
Hull, Double Hull, Triple Hull
Buy/Sell alerts are given for crossover/under conditions.
Triangles at the bottom, pointing up are buy signals. Triangles at the top, pointing down, are sell signals
Trend-Corrected EMAEMA is a lagging indicator, but we can do better by correcting it with its first and second derivative, which may be more theoretically sound than how DEMA and TEMA are trying to achieve the same.
Comparing different types of moving averagesA Study of Moving Average Types
//      SMA  Simple
//      WMA  Weighted
//      VWMA  Volume Weighted
//      EMA  Exponential
//      DEMA  Double EMA
//      ALMA  Arnaud Legoux
//      HMA  Hull MA
//      SMMA  Smoothed
//      LSMA  Least Squares
//      KAMA  Kaufman Adaptive
//      TEMA  Triple EMA
//      ZLEMA  Zero Lag
//      FRAMA  Fractal Adaptive
//      VIDYA  Variable Index Dynamic Average
//      JMA  Jurik Moving Average
//      T3  Tillson
//      TRIMA  Triangular
Triple Moving Average ExponentialHere is a very simple script for Triple EMA that adds 3 EMA's of your choice to the chart consuming the space for only one indicator.
This is especially helpful to free users with a limit of 3 indicators per chart.
Many Moving AveragesThis script allows you to add two moving averages to a chart, where the type of moving average can be chosen from a collection of 15 different moving average algorithms. Each moving average can also have different lengths and crossovers/unders can be displayed and alerted on.
The supported moving average types are:
 
  Simple Moving Average ( SMA )
  Exponential Moving Average ( EMA )
  Double Exponential Moving Average ( DEMA )
  Triple Exponential Moving Average ( TEMA )
  Weighted Moving Average ( WMA )
  Volume Weighted Moving Average ( VWMA )
  Smoothed Moving Average ( SMMA )
  Hull Moving Average ( HMA )
  Least Square Moving Average/Linear Regression ( LSMA )
  Arnaud Legoux Moving Average ( ALMA )
  Jurik Moving Average ( JMA )
  Volatility Adjusted Moving Average ( VAMA )
  Fractal Adaptive Moving Average ( FRAMA )
  Zero-Lag Exponential Moving Average ( ZLEMA )
  Kauman Adaptive Moving Average ( KAMA )
 
Many of the moving average algorithms were taken from other peoples' scripts. I'd like to thank the authors for making their code available.
 
  JayRogers 
  Alex Orekhov (everget) 
  Alex Orekhov (everget) 
  Joris Duyck (JD) 
  nemozny 
  Shizaru 
  KobySK 
  Jurik Research and Consulting for inventing the JMA.






















