trendtrader: clean up unused struct

This commit is contained in:
c9s 2023-04-19 14:36:29 +08:00
parent 45a27ffe06
commit 421e8a03ee
No known key found for this signature in database
GPG Key ID: 7385E7E464CB0A54

View File

@ -26,10 +26,6 @@ func init() {
bbgo.RegisterStrategy(ID, &Strategy{}) bbgo.RegisterStrategy(ID, &Strategy{})
} }
type IntervalWindowSetting struct {
types.IntervalWindow
}
type Strategy struct { type Strategy struct {
Environment *bbgo.Environment Environment *bbgo.Environment
Symbol string `json:"symbol"` Symbol string `json:"symbol"`