Warning! This section will be deprecated on February 1st 2025. Please move all your Indicators to the cTrader Store catalogue.
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: 5207
- 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