Available translations

Exponential Moving Average

foundations.png
Summary: The EMA is a type of weighted moving average (WMA) that gives more weighting or importance to recent price data.
Info:
The length of the Exponential Moving Average indicator calculation can be changed by locating and opening the Javascript Code under Data Building Procedure -> Procedure Initialization under ’EMA’ Product Definition.
Products & Properties
The following properties are available to access:
Product Name Product Variable Properties
Exponential Moving Average EMA ema
Example:
The EMA indicator could be used to generate a buy signal when a candle closes above the EMA:
 chart.at30min.candle.close > chart.at30min.EMA.ema
Maintainer:
Previous
Hull Moving Average
Next
McGinley Moving Average