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

Increase historical ohlcv backfilling speed AND Fix incorrect ohlcv during live fetching #46

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

ttterence927
Copy link

No description provided.

1. Increase historical ohlcv backfilling speed

2. Fix incorrect ohlcv during live fetching
1. Increase historical ohlcv backfilling speed

2. Fix incorrect ohlcv during live fetching
Copy link
Contributor

@qinwang-ai qinwang-ai left a comment

Choose a reason for hiding this comment

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

The option 'ohlcv_limit' can be defined at store.getdata(ohlcv_limit=1000). Although arbitrarily set 1000 in default is useful which can accelerate the backfilling period at the beginning. However, it is too waste in latter live fetching period since it will cause too many responses.

Copy link
Contributor

@qinwang-ai qinwang-ai left a comment

Choose a reason for hiding this comment

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

Has fixed in #34

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