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)
/
SA
sandroui
Joined on 16.07.2012
- Distribution: Free
- Language: C#
- Trading platform: cTrader Automate
- File name: LWMA.algo
- Rating: 5
- Installs: 5107
- Modified: 13/10/2021 09:54
Note that publishing copyrighted material is strictly prohibited. If you believe there is copyrighted material in this section, please use the Copyright Infringement Notification form to submit a claim.
Comments
Log in to add a comment.
Hello, how can I add the deviation parameter to the indicator?
thanks