Class ExponentialMovingAverageIndicator

java.lang.Object
com.bluebell.greenhouse.radicle.services.technical.indicators.impl.ExponentialMovingAverageIndicator
All Implemented Interfaces:
TechnicalIndicator

@Component("exponentialMovingAverageIndicator") public class ExponentialMovingAverageIndicator extends Object implements TechnicalIndicator
An Exponential Moving Average (EMA) is a moving average that places greater emphasis on recent data points, making it more sensitive to recent price changes than a Simple Moving Average (SMA). The formula for calculating an EMA includes a multiplier that gives more weight to recent observations. Source
Version:
1.0.12
Author:
Stephen Prizio