Attachments forums

List of attachments posted on this forum.


All files on forums: 135944

Re: Moving Averages indicator(s) - cTrader

Tsar, Fri Mar 09, 2018 8:01 pm

LWMA


This is Linear Weighted Moving Average (LWMA) is similar to Simple Moving Average (SMA) except that a weight coefficient is multiplied to the price.

Formula :
LWMA = SUM(Close(i)*i, N) / SUM(i, N)
All files in topic