Module trend

Module trend 

Source
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.