builtin: register xdepthmaker

This commit is contained in:
c9s 2023-12-07 17:48:35 +08:00
parent cd06ffd21f
commit ab3579700f
No known key found for this signature in database
GPG Key ID: 7385E7E464CB0A54

View File

@ -45,6 +45,7 @@ import (
_ "github.com/c9s/bbgo/pkg/strategy/wall"
_ "github.com/c9s/bbgo/pkg/strategy/xalign"
_ "github.com/c9s/bbgo/pkg/strategy/xbalance"
_ "github.com/c9s/bbgo/pkg/strategy/xdepthmaker"
_ "github.com/c9s/bbgo/pkg/strategy/xfixedmaker"
_ "github.com/c9s/bbgo/pkg/strategy/xfunding"
_ "github.com/c9s/bbgo/pkg/strategy/xgap"