Class SymbolAnalysisTrendService
java.lang.Object
com.bluebell.greenhouse.radicle.services.symbol.analysis.SymbolAnalysisTrendService
Computes trend and regime summaries for symbol analysis.
- Version:
- 2.0.4
- Author:
- Stephen Prizio
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuildTrendSummary(List<MarketPrice> marketPrices) Builds the trend summary for the given market prices.
-
Constructor Details
-
SymbolAnalysisTrendService
public SymbolAnalysisTrendService()
-
-
Method Details
-
buildTrendSummary
Builds the trend summary for the given market prices.- Parameters:
marketPrices-ListofMarketPrice- Returns:
SymbolAnalysisTrendSummary
-