Uses of Interface
com.bluebell.greenhouse.radicle.services.technical.indicators.TechnicalIndicator
Packages that use TechnicalIndicator
Package
Description
Contains the implementing classes for the service layer for
TechnicalIndicators.-
Uses of TechnicalIndicator in com.bluebell.greenhouse.radicle.services.technical.indicators.impl
Classes in com.bluebell.greenhouse.radicle.services.technical.indicators.impl that implement TechnicalIndicatorModifier and TypeClassDescriptionclassAn 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).classA Simple Moving Average (SMA) calculates the average price of an asset, typically closing prices, over a selected.