本文为英文。需要查看中文翻译吗?
交互工具在翻译视图中可能无法使用。
SMA
Technical Analysis
是什么意思
Simple Moving Average: the plain average of closing prices over a set period, where every day counts equally.
举例
A 10-day SMA of closes [100, 101, 102, ..., 109] is (100+101+...+109) / 10 = $104.50. Each close carries the same weight in the average.
新手常犯的错
Beginners expect the SMA to react fast. By design it lags -- a 200-day SMA reflects half a year of old prices and is slow to turn.
相关术语
- Moving Average — A line showing the average price over a set number of periods, which smooths out noise and…
- EMA — Exponential Moving Average: a moving average that gives more weight to recent prices, so i…