Processing math: 100%
Login Page - Create Account

Technical Studies Reference


Moving Average - Simple


Description

This study calculates and displays a Simple Moving Average of the data specified by the Input Data Input.

Let X be a random variable denoting the Input Data, and let Xi be the value of the Input Data at Index i. Let the Input Length be denoted as n. Then we denote the Moving Average - Simple at Index t for the given Inputs as SMAt(X,n), and we compute it for tn1 as follows.

SMAt(X,n)=1nti=tn+1Xi

For an explanation of the Sigma (Σ) notation for summation, refer to our description here.

Inputs

Spreadsheet

The spreadsheet below contains the formulas for this study in Spreadsheet format. Save this Spreadsheet to the Data Files Folder.

Open it through File >> Open Spreadsheet.

Moving_Average_-_Simple.2.scss

The spreadsheet file will contain the Data, Test and may contain Intermediate Calculations Sheets. To see the data and formulas, review all of these Sheets.


*Last modified Friday, 24th January, 2025.