Class SymbolAnalysisProbabilityService
java.lang.Object
com.bluebell.greenhouse.radicle.services.symbol.analysis.SymbolAnalysisProbabilityService
Computes forward move and sigma occurrence profiles for symbol analysis.
- Version:
- 2.0.6
- Author:
- Stephen Prizio
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuildMoveProfile(List<MarketPrice> marketPrices, List<Integer> forwardHorizons, List<Double> sigmaThresholds) Builds the move profile for the given market prices.
-
Constructor Details
-
SymbolAnalysisProbabilityService
public SymbolAnalysisProbabilityService()
-
-
Method Details
-
buildMoveProfile
public SymbolAnalysisMoveProfile buildMoveProfile(List<MarketPrice> marketPrices, List<Integer> forwardHorizons, List<Double> sigmaThresholds) Builds the move profile for the given market prices.- Parameters:
marketPrices-ListofMarketPriceforwardHorizons- optional forward horizonssigmaThresholds- optional sigma thresholds- Returns:
SymbolAnalysisMoveProfile
-