TAn exponential moving average (EMA) is a type of weighted moving average. It is
also similar to a simple moving average except that the prices are exponentially
weighted so that recent price data is given more weight than older price data. This
reduces the lag seen in simple moving averages (which represents all price data
equally), hence EMAs react more quickly to price changes. During "flat" or "non-trending"
markets the difference between the moving averages becomes negligible.
EMAs are calculated by applying a percentage of today's closing price to yesterday's
moving average. For example, a 10% exponential moving average would be calculated
as follows:
(Today's close x 0.1) + (Yesterday's moving average x 0.90)
The 10% (or 0.1 figure) is an arbitrary factor in this case. This weighting factor
is usually calculated by dividing 2 by the time period.
The Bourse calculates the EMA by adding all the prices from a specified period multiplied
by weighting factors and dividing by the number of prices within the period you
specify.
EMAs are lagging indicators. They are used to emphasise the direction of a trend
and to smooth out price and volume fluctuations ("noise") that can confuse interpretation.