Technical Analysis for beginners Moving Averages Meaning &Calculation
Post on: 16 Март, 2015 No Comment
Sunday, November 25, 2007
Moving Averages:Meaning &Calculation
Moving Averages
Moving averages are one of the most popular and easy to use tools available to the technical analyst.A moving average series can be calculated for any time/data series.
In finance, it is most often applied to stock prices, returns or trading volumes. Moving averages are used to smooth out short-term fluctuations, thus highlighting longer-term trends or cycles.
Moving averages work best when a security is trending and are ineffective when a security moves in a trading range.
The two most popular types of moving averages are the Simple Moving Average (SMA) and the Exponential Moving Average (EMA).
Simple Moving Average (SMA)
A simple moving average is formed by computing the average (mean) price of a security over a specified number of periods.
The formula for a 10-day simple moving average of closing price is:
SMA = pM + pM-1 +pM-2 +. + pM-9/ 10
All moving averages are lagging indicators and will always be behind the price.
When prices are trending, moving averages work well. However, when prices are not trending, moving averages can give misleading signals.
If the price were rising, the SMA should be below the closing price to be considered bullish.
Exponential Moving Average (EMA)
In order to reduce the lag in simple moving averages, technicians often use exponential moving averages (also called exponentially weighted moving averages).
EMA’s reduce the lag by applying more weight to recent prices relative to older prices. The weighting applied to the mostrecent price depends on the specified period of the moving average.
The shorter the EMA’s period, the more weight that will be applied to the most recent price.
The formula for an exponential moving average is:
EMA = price today * k + Ema(previous)* (1-k)
X(EMA) = (K x (C — P)) + P
The simple moving average obviously has a lag, but the exponential moving average may be prone to quicker breaks.
Some investors prefer simple moving averages over long time periods to identify long-term trend changes.
Some traders prefer to use exponential moving averages for shorter time periods to capture changes quicker.
Simple moving averages work well for longer-term situations that do not require a lot of sensitivity.
Exponential moving averages are usually best for short-term situations that require a responsive moving average.
To calculate EMA,we have to first calculate the simple average. thats why i have to calculate SMA before EMA.
If you want a 10-day EMA,u have to calculate Simple Mov.Aver. for first 9 days i.e add up all closing prices and divide by 9.
From the 10th day the formula for EMA starts in..
EMA = price today * k + EMA yesterday’s * (1-k)
K = 2/N+1
where N is number of periods/days in your ema
X(EMA) = (K x (C — P)) + P
X = Current EMA
C = Current Price
50 EMA =2/50+1=0.039
100 EMA =2/100+1=0.0198
200 EMA =2/200+1=0.00995
so for EMA formula would be like this:
5 EMA =E6*0.33+G5*(1-0.33)
10 EMA =AB25*0.18+AC24*(1-0.18)
25 EMA =E26*0.076+I25*(1-0.076)