Versions in this module Expand all Collapse all v0 v0.0.1 May 4, 2024 Changes in this version + const ID + var Ten = fixedpoint.NewFromInt(10) + type State struct + Since int64 + func (s *State) IsOver24Hours() bool + func (s *State) PlainText() string + func (s *State) Reset() + func (s *State) SlackAttachment() slack.Attachment + type Strategy struct + IgnoreDusts bool + Interval types.Interval + ReportOnStart bool + Schedule string + State *State + func (s *Strategy) CrossRun(ctx context.Context, _ bbgo.OrderExecutionRouter, ...) error + func (s *Strategy) CrossSubscribe(sessions map[string]*bbgo.ExchangeSession) + func (s *Strategy) ID() string + func (s *Strategy) Initialize() error + func (s *Strategy) Validate() error