Free Linear Weighted Moving Average
 0
  5
  4876
16 Jul 2012, 07:41
Linear weighted moving average is similar to simple moving average except that a weight coefficient is multiplied to the price. Formula: LWMA = SUM(Close(i)*i, N) / SUM(i, N)  
Free Smoothed Moving Average
 0
  3.75
  8295
16 Jul 2012, 07:48
  Wilder’s Smoothing AKA Smoothed Moving Average The first value is a simple moving average and all subsequent values are  calculated based on the previous value according to the following...