平滑异同移动平均线MACD
MACD平滑异同移动平均线
技术指标Stock TechnicalP0 核心 CoreTrend适用:美股Applies to: US stocks
定义Definition
Difference between two EMAs, measuring trend direction, strength and momentum shifts.
计算公式Formula
DIF=EMA(C,12)−EMA(C,26); DEA=EMA(DIF,9); Histogram=(DIF−DEA)×2 (×2 is the Chinese TongDaXin/THS convention; international platforms StockCharts/TradingView do not multiply by 2, i.e. DIF−DEA)
默认参数Default parameters
{
"fast": 12,
"slow": 26,
"signal": 9
}解读要点How to read it
DIF crossing above DEA = golden cross (buy), crossing below = death cross (sell); new price high while DIF does not = top divergence (bearish).
输入Inputsclose输出Outputoscillator库LibraryMACD
数据来源:C。Data source: C. 公开知识,不构成投资建议。Public knowledge, not investment advice.
在热门美股上查看平滑异同移动平均线的实时计算值 →See MACD computed live on popular US stocks →
相关指标Related indicators
参考元数据 —— 公开、通用的指标定义。非投资建议。Reference metadata — public, well-known indicator definitions. Not investment advice.