Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KlineManager ¶
type StrategyEngine ¶
type StrategyEngine struct {
// contains filtered or unexported fields
}
func NewStrategyEngine ¶
func NewStrategyEngine(klineManager KlineManager) *StrategyEngine
func (*StrategyEngine) Start ¶
func (engine *StrategyEngine) Start()
func (*StrategyEngine) StartStrategy ¶
func (engine *StrategyEngine) StartStrategy(strategyList []Strategy) (err error)
func (*StrategyEngine) Stop ¶
func (engine *StrategyEngine) Stop()
func (*StrategyEngine) StopStrategy ¶
func (engine *StrategyEngine) StopStrategy(id string)
Click to show internal directories.
Click to hide internal directories.