Expand description
Trend contains technical analysis indicators that try to predict the direction in which values are moving towards.
Functionsยง
- exponential_
moving_ average - Exponential moving average (EMA) is a filter that applies weighting factors which decrease exponentially. The weighting for each older datum decreases exponentially, never reaching zero.
- simple_
moving_ average - Simple moving average (SMA) is the unweighted mean of the datum points.