中文
Appearance
SMA(简单移动平均线)是最基础的移动平均线类型,它通过计算一定周期内的价格算术平均值来平滑价格走势。
SMA
#Kline
timeperiod
SMA 使用以下公式计算:
SMA = (Price1 + Price2 + ... + Pricen) / n
其中: