Simple Moving Average (SimpleMA)
Category: trend
Calculates the arithmetic mean of the closing price over a specified number of bars (InpMAPeriod).
Formula
SMA = (\sum_{i=0}^{n-1} Close_{t-i}) / n
Inputs
- InpMAPeriod (default: 10)
See signal primitives and every published strategy that uses Simple Moving Average (SimpleMA) on WOBR StrategyVerse.