Available translations

Simple Moving Average

foundations.png
Summary: A simple moving average (SMA) calculates the average of a selected range of prices, usually closing prices, by the number of periods in that range.
Info:
The length of the Simple Moving Average indicator calculation can be changed by locating and opening the Javascript Code under Data Building Procedure -> Procedure Initialization under ’SMA’ Product Definition.
Products & Properties
The following properties are available to access:
Product Name Product Variable Properties
Simple Moving Average SMA sma
Example:
The SMA indicator could be used to generate a buy signal when a candle closes above the SMA:
 chart.at01hs.candle.close > chart.at01hs.SMA.sma
Maintainer:
Previous
McGinley Moving Average
Next
Weighted Moving Average