Uses of Class
com.bluebell.greenhouse.anther.models.strategy.parameter.impl.BasicAntherTradingStrategyParameters
Packages that use BasicAntherTradingStrategyParameters
Package
Description
Contains implementations of parameter classes specific to
AntherTradingStrategy.Contains class for results computed by an
AntherTradingStrategy.Contains classes that implement trading strategies.
-
Uses of BasicAntherTradingStrategyParameters in com.bluebell.greenhouse.anther.models.strategy.parameter.impl
Subclasses of BasicAntherTradingStrategyParameters in com.bluebell.greenhouse.anther.models.strategy.parameter.implModifier and TypeClassDescriptionclassParameters required to execute the Bloom trading strategy. -
Uses of BasicAntherTradingStrategyParameters in com.bluebell.greenhouse.anther.models.strategy.result
Classes in com.bluebell.greenhouse.anther.models.strategy.result with type parameters of type BasicAntherTradingStrategyParametersModifier and TypeClassDescriptionclassRepresentation of the result of executing anAntherTradingStrategy. -
Uses of BasicAntherTradingStrategyParameters in com.bluebell.greenhouse.anther.strategy
Classes in com.bluebell.greenhouse.anther.strategy with type parameters of type BasicAntherTradingStrategyParametersModifier and TypeInterfaceDescriptioninterfaceDefines a trading strategy, an algorithmic method of placing and exiting financial market positions.