Versions in this module Expand all Collapse all v1 v1.61.0 Dec 23, 2024 Changes in this version + const ID + type Strategy struct + BaseQuantity fixedpoint.Value + Interval types.Interval + MinDropChange fixedpoint.Value + MinDropPercentage fixedpoint.Value + MovingAverageWindow int + Symbol string + func (s *Strategy) ID() string + func (s *Strategy) Run(ctx context.Context, orderExecutor bbgo.OrderExecutor, ...) error + func (s *Strategy) Subscribe(session *bbgo.ExchangeSession)