Simple Moving Average
Definition
Simple moving averages are simple the average of the stock price calculated backwards. I mean, the last “n” values of the stock price according to used time frame are added and averaged. The average is plotted at each point and represents current and also past value averages.
“n“ is the number of data points in the past taken into calculating average. “n“ is a variable and can range from 2 to any positive number.
SMA doesn’t give more weight to recent prices. All prices are considered equal in calculating sma.