TradingView
luckyvens
Sep 2, 2019 6:11 PM

Comparing different types of moving averages 

Bitcoin / DollarBitfinex

Description

A 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
Comments
JsOpdebeeck
Great job and really interesting. What would be nice is a strategy based on this ... Buy when a MA cross UP another MA and same for Sell (MA Cross down).
More