mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-23 15:25:14 +00:00
trendtrader: clean up unused struct
This commit is contained in:
parent
45a27ffe06
commit
421e8a03ee
|
@ -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"`
|
||||||
|
|
Loading…
Reference in New Issue
Block a user