Category  Published on 16/07/2012

Linear Weighted Moving Average

Description

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)

Linear Weighted Moving Average ChartShot

 

/

SA
sandroui

Joined on 16.07.2012

  • Distribution: Free
  • Language: C#
  • Trading platform: cTrader Automate
  • File name: LWMA.algo
  • Rating: 5
  • Installs: 4876
Comments
Log in to add a comment.
DI
dienteciego18 · 1 year ago

 

Hello, how can I add the deviation parameter to the indicator?

thanks