Exponential Moving Average (EMA)
The Exponential Moving Average is a type of moving average that assigns greater weight to more recent data.
Syntax
Section titled “Syntax”MT_Ema(Closes, [Period])Array formula.
Parameters
Section titled “Parameters”-
closesrange Range of closing prices. -
periodint Period (default:14). Must be greater than 0.
Return Values
Section titled “Return Values”-
Emadouble Exponential Moving Average