Blocks

Short Description

A Smoothed Moving Average is an Exponential Moving Average, only with a longer period applied. The Smoothed Moving Average gives the recent prices an equal weighting to the historic ones.

Tooltips

instrument instrument

period period

shift int

Time period int

SMMA double

IndicatorCall

Main Description

The calculation does not refer to a fixed period, but rather takes all available data series into account. This is achieved by subtracting previous Smoothed Moving Average from current price. Adding this result to the previous Smoothed Moving Average, results in the current Moving Average.