Simple Exponential and Weighted Moving Averages
Post on: 16 Март, 2015 No Comment
Description
Moving averages are usually used to show the mean price over a certain number of previous prices. For example, a 10 bar simple moving average of the close would show the mean closing price from the most recent 10 bars. Moving averages can also be applied to other data such as volume or other indicators, but are most commonly used with prices. There are several different types of moving averages, and they are all calculated slightly differently, but they all have a similar smoothing effect on the data, so that any unexpected price changes are removed, and the overall direction is shown more clearly.
Calculations
Some of the most popular moving averages are:
Simple Moving Average
- Description: The simple moving average is simply the average of the last n prices.
Exponential Moving Average
- Description: The exponential moving average is a weighted average of the last n prices, where the weighting decreases exponentially with each previous price.
Weighted Moving Average
- Description: The weighted moving average is a weighted average of the last n prices, where the weighting decreases by 1 with each previous price.
Trading Use
Moving averages can be used to identify a trend by using the slope of the average (or lack of slope in a ranging market). They can also be used in trend trading systems to enter and exit trades by waiting for price and moving average crossovers, or for multiple moving average crossovers. Moving averages are also used in the calculations of many other indicators, such as the Moving Average Convergence Divergence (MACD), and the Commodity Channel Index (CCI) .