-
-
Notifications
You must be signed in to change notification settings - Fork 295
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
backtest : auto sync #368
backtest : auto sync #368
Conversation
9811469
to
5569b05
Compare
pkg/cmd/backtest.go
Outdated
// "re-syncing data from the earlier date before your first sync is not support,"+ | ||
// "please clean up the kline table and restart a new sync", | ||
// syncFromTime, | ||
// firstKLine.EndTime) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove unused code?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok
pkg/service/backtest.go
Outdated
//if lastKLine != nil { | ||
// log.Infof("found the last %s kline data checkpoint %s", symbol, lastKLine.EndTime) | ||
// startTime = lastKLine.StartTime.Add(time.Minute) | ||
//} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove unused code?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok
5569b05
to
40adf49
Compare
40adf49
to
72a3568
Compare
No description provided.