package
1.60.0
Repository: https://github.com/c9s/bbgo.git
Documentation: pkg.go.dev

# Constants

ID is the unique strategy ID, it needs to be in all lower case For example, grid strategy uses "grid".

# Structs

State is a struct contains the information that we want to keep in the persistence layer, for example, redis or json file.
Strategy is a struct that contains the settings of your strategy.