Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 269 Bytes

SimpleMovingAverage.md

File metadata and controls

6 lines (5 loc) · 269 Bytes

Simple Moving Average (SMA)

The Simple Moving Average (SMA) is a calculation that takes the arithmetic mean of a given set of prices over a specific number of days. It is calculated using the following formula:

SMA = (Sum of Close prices) / Number of periods