Documentation
¶
Index ¶
- Constants
- Variables
- type Strategy
- func (s *Strategy) CrossRun(ctx context.Context, _ bbgo.OrderExecutionRouter, ...) error
- func (s *Strategy) CrossSubscribe(sessions map[string]*bbgo.ExchangeSession)
- func (s *Strategy) Defaults() error
- func (s *Strategy) ID() string
- func (s *Strategy) Initialize() error
- func (s *Strategy) InstanceID() string
- func (s *Strategy) Validate() error
Constants ¶
View Source
const ID = "xgap"
Variables ¶
View Source
var Two = fixedpoint.NewFromInt(2)
Functions ¶
This section is empty.
Types ¶
type Strategy ¶
type Strategy struct {
*common.Strategy
*common.FeeBudget
Environment *bbgo.Environment
Symbol string `json:"symbol"`
TradingExchange string `json:"tradingExchange"`
SourceSymbol string `json:"sourceSymbol"`
SourceExchange string `json:"sourceExchange"`
MinSpread fixedpoint.Value `json:"minSpread"`
MakeSpread struct {
Enabled bool `json:"enabled"`
SkipLargeQuantityThreshold fixedpoint.Value `json:"skipLargeQuantityThreshold"`
} `json:"makeSpread"`
Quantity fixedpoint.Value `json:"quantity"`
MaxJitterQuantity fixedpoint.Value `json:"maxJitterQuantity"`
SellBelowBestAsk bool `json:"sellBelowBestAsk"`
DryRun bool `json:"dryRun"`
DailyMaxVolume fixedpoint.Value `json:"dailyMaxVolume,omitempty"`
DailyTargetVolume fixedpoint.Value `json:"dailyTargetVolume,omitempty"`
UpdateInterval types.Duration `json:"updateInterval"`
SimulateVolume bool `json:"simulateVolume"`
SimulatePrice bool `json:"simulatePrice"`
// contains filtered or unexported fields
}
func (*Strategy) CrossRun ¶
func (s *Strategy) CrossRun(ctx context.Context, _ bbgo.OrderExecutionRouter, sessions map[string]*bbgo.ExchangeSession) error
func (*Strategy) CrossSubscribe ¶
func (s *Strategy) CrossSubscribe(sessions map[string]*bbgo.ExchangeSession)
func (*Strategy) Initialize ¶ added in v1.56.0
func (*Strategy) InstanceID ¶ added in v1.56.0
Click to show internal directories.
Click to hide internal directories.