Versions in this module Expand all Collapse all v0 v0.0.1 May 4, 2024 Changes in this version + const ID + type InventorySkew struct + InventoryRangeMultiplier fixedpoint.Value + TargetBaseRatio fixedpoint.Value + func (s *InventorySkew) CalculateBidAskRatios(quantity fixedpoint.Value, price fixedpoint.Value, ...) *InventorySkewBidAskRatios + func (s *InventorySkew) Validate() error + type InventorySkewBidAskRatios struct + AskRatio fixedpoint.Value + BidRatio fixedpoint.Value + type Strategy struct + DryRun bool + Environment *bbgo.Environment + HalfSpread fixedpoint.Value + Interval types.Interval + InventorySkew InventorySkew + Market types.Market + OrderType types.OrderType + Quantity fixedpoint.Value + 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