Package tech.cassandre.trading.bot.strategy.internal
package tech.cassandre.trading.bot.strategy.internal
Internal management of strategies.
-
ClassDescriptionCassandreStrategy is the class that every strategy used by user (
BasicCassandreStrategy
must extend.CassandreStrategyConfiguration contains the configuration of the strategy.CassandreStrategyDependencies contains all the dependencies required by a strategy and provided by the Cassandre framework.CassandreStrategyImplementation is the default implementation of CassandreStrategyInterface, this code manages the interaction between Cassandre framework and a strategy.CassandreStrategyInterface list the methods a strategy type must implement to be able to interact with the Cassandre framework.