Uses of Class
com.bluebell.greenhouse.anther.models.strategy.parameter.impl.BloomTradingStrategyParameters
Packages that use BloomTradingStrategyParameters
Package
Description
Contains services that operate on
com.bluebell.greenhouse.anther.models.analysis
entities.Contains implementations of
AntherTradingStrategys.-
Uses of BloomTradingStrategyParameters in com.bluebell.greenhouse.anther.services.analysis
Methods in com.bluebell.greenhouse.anther.services.analysis with parameters of type BloomTradingStrategyParametersModifier and TypeMethodDescriptionintBloomSignalService.getRequiredBarCount(BloomTradingStrategyParameters parameters) Returns the required number of bars needed to safely evaluate Bloom. -
Uses of BloomTradingStrategyParameters in com.bluebell.greenhouse.anther.strategy.impl
Classes in com.bluebell.greenhouse.anther.strategy.impl that implement interfaces with type arguments of type BloomTradingStrategyParametersModifier and TypeClassDescriptionclassJava implementation of the Bloom trading strategy, focusing on daily trends through moving averages.Methods in com.bluebell.greenhouse.anther.strategy.impl that return types with arguments of type BloomTradingStrategyParametersModifier and TypeMethodDescriptionBloomTradingStrategy.executeStrategy(BloomTradingStrategyParameters parameters) Executes this trading strategy.Methods in com.bluebell.greenhouse.anther.strategy.impl with parameters of type BloomTradingStrategyParametersModifier and TypeMethodDescriptionBloomTradingStrategy.executeStrategy(BloomTradingStrategyParameters parameters) Executes this trading strategy.