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

Detect Beginning of Market when using Kraken CSV Reader #208

Open
macanudo527 opened this issue Sep 26, 2023 · 0 comments
Open

Detect Beginning of Market when using Kraken CSV Reader #208

macanudo527 opened this issue Sep 26, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@macanudo527
Copy link
Collaborator

What, Why?

Currently, when the Kraken CSV reader fails to find a bar, a call is made to the REST API. This is necessary when the date of the historical bar is past the available CSV data. In that case, Dali-RP2 needs to pull the data from the REST API. However, if the date is before available data, that means the market is not available yet and needs to be marked as such.

Marking of market start dates is necessary for graph optimization so that a path isn't optimized for a non-existent market.

Timeline

This is a performance improvement and doesn't affect pricing. Not critical, but nice to have.

@macanudo527 macanudo527 added the bug Something isn't working label Sep 26, 2023
@macanudo527 macanudo527 self-assigned this Sep 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant