This 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:
Many of the moving average algorithms were taken from other peoples' scripts. I'd like to thank the authors for making their code available.
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.
릴리즈 노트:
Replaced crosses with triangles and made them a little bit smaller, in order to make them visually less distracting, yet still easily visible.
릴리즈 노트:
Added ALMA to the dropdown