//
pkg.gl
Category
github.com/c9s/bbgo
pkg
strategy
skeleton
package
1.60.0
Repository:
https://github.com/c9s/bbgo.git
Documentation:
pkg.go.dev
Versions
1
Dependencies
6
Dependents
1
Files
131 SLOC
#
Constants
ID
ID is the unique strategy ID, it needs to be in all lower case For example, grid strategy uses "grid".
#
Structs
State
State is a struct contains the information that we want to keep in the persistence layer, for example, redis or json file.
Strategy
Strategy is a struct that contains the settings of your strategy.