简单移动平均线SMA / MA
Simple Moving Average
技术指标P0 核心Trend适用:美股
定义
Arithmetic mean of the last n closes, smoothing price and identifying trend direction.
计算公式
SMA = (C₁+…+Cₙ)/n
默认参数
{
"periods": [
5,
10,
20,
60,
120,
250
]
}解读要点
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).
输入close输出overlay库SMA
数据来源:C (also HL2/HLC3)。公开知识,不构成投资建议。
在热门美股上查看简单移动平均线的实时计算值 →
相关指标
参考元数据 —— 公开、通用的指标定义。非投资建议。