Versions in this module Expand all Collapse all v0 v0.0.1 May 4, 2024 Changes in this version + const ID + type Strategy struct + DryRun bool + Environment *bbgo.Environment + Market types.Market + OnStart bool + Schedule string + Symbol string + func (s *Strategy) Defaults() error + func (s *Strategy) ID() string + func (s *Strategy) Initialize() error + func (s *Strategy) InstanceID() string + func (s *Strategy) Run(ctx context.Context, _ bbgo.OrderExecutor, session *bbgo.ExchangeSession) error + func (s *Strategy) Subscribe(session *bbgo.ExchangeSession) + func (s *Strategy) Validate() error