Weighted moving average

Weighted moving average calculation by candles

This page exists due to the efforts of the following people:

Timur

Timur

cruelity0_0

Anton

Created: 2016-02-04 22:01:58, Last updated: 2021-03-02 16:46:58
Creative Commons Attribution/Share-Alike License 3.0 (Unported)

This content is licensed under Creative Commons Attribution/Share-Alike License 3.0 (Unported). That means you may freely redistribute or modify this content under the same license conditions and must attribute the original author by placing a hyperlink from your site to this work https://planetcalc.com/579/. Also, please do not modify any references to the original work (if any) contained in this content.

Let's continue our series on technical indicators.

If somebody doesn't know what technical indicators, candles, and currency pairs are, it's better to start from the first article - Simple Moving Average. Others may proceed.

The following indicator - Weighted Moving Average - is on today's agenda.

The thing is that the simple moving average may show a trend well but is still somehow delayed after unexpected turns. Its definition will delay it, but people still wanted to respond to the current situation changes quickly. So they came up with a weighted moving average.

When calculating the average, the idea is simple: the last candles must have more weight, i.e., exert a greater influence on the result. The simple moving average contribution of each candle is the same; in еру weighted moving average, it is proportional to the proximity to the current point of time. The most recent, current candle has the greatest weight.

The weights are introduced as follows (number of calculation periods is denoted by n):

WMA_t=\frac{n close_t + (n-1) close_{t-1} + (n-2) close_{t-2}... + close_{t-n+1}}{\frac{n(n+1)}{2}}

The denominator of the fraction is nothing but the sum of an arithmetic progression 1,2, ..., n
Each figure is multiplied by its weight, added to the other, and the resulting sum is divided by the sum of weights.

The calculator below calculates the weighted moving average on USDJPY candles examples with a 15-minute compression. For comparison, you can also display a simple moving average line on the graph.

PLANETCALC, Weighted moving average

Weighted moving average

Digits after the decimal point: 2
Moving average
The file is very large. Browser slowdown may occur during loading and creation.

Candles for USDJPY

Items per page:

URL copied to clipboard
PLANETCALC, Weighted moving average

Comments