> For the complete documentation index, see [llms.txt](https://academy.coinlegs.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://academy.coinlegs.com/fundamentals/moving-average-ma/sma.md).

# SMA

​The SMA is found by dividing the sum of price closures in the specified period by the number of price closures. It works with simple arithmetic mean finding logic. Here all data entries have equal weight.

<figure><img src="/files/hALMdkv8LLFGvFHstcWY" alt=""><figcaption></figcaption></figure>

P = Closing Price

n = Number of Periods

> SMA = (P1+P2+...Pn) / n
