Skip to content

Exponential Moving Average (EMA)

The Exponential Moving Average is a type of moving average that assigns greater weight to more recent data.

MT_Ema(Closes, [Period])

Array formula.

  • closes range Range of closing prices.
  • period int Period (default:14). Must be greater than 0.
  • Ema double Exponential Moving Average