Package com.bluebell.greenhouse.radicle.services.technical.indicators.impl
package com.bluebell.greenhouse.radicle.services.technical.indicators.impl
Contains the implementing classes for the service layer for
TechnicalIndicators.
Package: com.bluebell.greenhouse.radicle.services.technical.indicators.impl
- Since:
- 1.0.1
- Author:
- Stephen Prizio
-
ClassesClassDescriptionAn 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).A Simple Moving Average (SMA) calculates the average price of an asset, typically closing prices, over a selected.