Uses of Enum Class
com.bluebell.greenhouse.anther.enums.AntherSignal
Packages that use AntherSignal
Package
Description
Enums for anther.
Contains services that operate on
com.bluebell.greenhouse.anther.models.analysis
entities.-
Uses of AntherSignal in com.bluebell.greenhouse.anther.enums
Subclasses with type arguments of type AntherSignal in com.bluebell.greenhouse.anther.enumsClasses in com.bluebell.greenhouse.anther.enums that implement interfaces with type arguments of type AntherSignalMethods in com.bluebell.greenhouse.anther.enums that return AntherSignalModifier and TypeMethodDescriptionstatic AntherSignalReturns the enum constant of this class with the specified name.static AntherSignal[]AntherSignal.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of AntherSignal in com.bluebell.greenhouse.anther.services.analysis
Methods in com.bluebell.greenhouse.anther.services.analysis that return AntherSignalModifier and TypeMethodDescriptionBloomSignalService.determineSignal(int currentBarIndex, List<MarketPrice> marketPrices, Map<LocalDateTime, Double> fastEmaValues, Map<LocalDateTime, Double> slowOneEmaValues, Map<LocalDateTime, Double> slowTwoEmaValues) Determines the Bloom signal for the given execution-bar index.