指数移动平均线Exponential Moving AverageEMA

Exponential Moving Average指数移动平均线

技术指标Stock TechnicalP0 核心 CoreTrend适用:美股Applies to: US stocks

定义Definition

Weighted moving average that weights recent prices more heavily, more responsive than SMA.

计算公式Formula

EMA = C×k + EMAₚᵣₑᵥ×(1−k), k=2/(n+1)

默认参数Default parameters

{
  "periods": [
    12,
    26
  ]
}

解读要点How to read it

Used like SMA but reacts faster with less lag; commonly 12/26-day.

输入Inputsclose输出OutputoverlayLibraryEMA
数据来源:CData source: C. 公开知识,不构成投资建议。Public knowledge, not investment advice.

在热门美股上查看指数移动平均线的实时计算值 →See Exponential Moving Average computed live on popular US stocks →

相关指标Related indicators

参考元数据 —— 公开、通用的指标定义。非投资建议。Reference metadata — public, well-known indicator definitions. Not investment advice.