Skip to content
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

Merged
merged 2 commits into from
Dec 14, 2021
Merged

backtest : auto sync #368

merged 2 commits into from
Dec 14, 2021

Conversation

tony1223
Copy link
Contributor

No description provided.

// "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)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove unused code?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok

//if lastKLine != nil {
// log.Infof("found the last %s kline data checkpoint %s", symbol, lastKLine.EndTime)
// startTime = lastKLine.StartTime.Add(time.Minute)
//}
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove unused code?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok

@c9s c9s merged commit d262631 into c9s:main Dec 14, 2021
c9s added a commit that referenced this pull request Dec 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants