Class IndicatorValueService
java.lang.Object
com.bluebell.greenhouse.radicle.services.technical.IndicatorValueService
Service-layer for
IndicatorValue.- Version:
- 1.0.12
- Author:
- Stephen Prizio
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindIndicatorValueByMarketPrice(MarketPrice marketPrice, IndicatorType indicatorType)
-
Constructor Details
-
IndicatorValueService
public IndicatorValueService()
-
-
Method Details
-
findIndicatorValueByMarketPrice
public Optional<IndicatorValue> findIndicatorValueByMarketPrice(MarketPrice marketPrice, IndicatorType indicatorType) - Parameters:
marketPrice-MarketPriceindicatorType-IndicatorType- Returns:
OptionalIndicatorValue
-