简单移动平均线Simple Moving AverageSMA / MA
Simple Moving Average简单移动平均线
技术指标Stock TechnicalP0 核心 CoreTrend适用:美股Applies to: US stocks
定义Definition
Arithmetic mean of the last n closes, smoothing price and identifying trend direction.
计算公式Formula
SMA = (C₁+…+Cₙ)/n
默认参数Default parameters
{
"periods": [
5,
10,
20,
60,
120,
250
]
}解读要点How to read it
Price above the MA is bullish, below is bearish; commonly 5/10/20/60/120/250-day; short MA crossing above long MA = golden cross (buy), crossing below = death cross (sell).
输入Inputsclose输出Outputoverlay库LibrarySMA
数据来源:C (also HL2/HLC3)。Data source: C (also HL2/HLC3). 公开知识,不构成投资建议。Public knowledge, not investment advice.
在热门美股上查看简单移动平均线的实时计算值 →See Simple Moving Average computed live on popular US stocks →
相关指标Related indicators
参考元数据 —— 公开、通用的指标定义。非投资建议。Reference metadata — public, well-known indicator definitions. Not investment advice.