定义
简单移动平均线是最基本的技术分析工具,计算一定周期(如20日、50日、200日)收盘价的算术平均值。SMA用于识别趋势方向、动态支撑阻力和交叉信号。缺点是对所有数据点赋予相同权重。
公式
SMA = (P1 + P2 + ... + Pn) / n
示例
A 50-day SMA adds the last 50 closing prices and divides by 50. If the sum is $2,500, the SMA is $50. Tomorrow, the oldest price drops off and today's price is added.
常见问题
简单移动平均线(SMA) 是什么?
特定周期价格的算术平均。
如何计算 简单移动平均线(SMA)?
简单移动平均线(SMA) 的常见公式是:SMA = (P1 + P2 + ... + Pn) / n
为什么 简单移动平均线(SMA) 重要?
简单移动平均线(SMA) 帮助投资者评估technical analysis并做出更有依据的决策。