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

Improve UserProvidedMarketData input validation #175

Open
enzbus opened this issue Aug 29, 2024 · 0 comments
Open

Improve UserProvidedMarketData input validation #175

enzbus opened this issue Aug 29, 2024 · 0 comments

Comments

@enzbus
Copy link
Collaborator

enzbus commented Aug 29, 2024

Connected to #173

Main reason why UserProvidedMarketData is not shown too much in the examples is that it's harder to guarantee that things will work properly with arbitrary user inputs. DownloadedMarketData enforces a plethora of data consistency properties. We should be able, however, to give more feedback on at least simple things that are definitely errors, like index/columns duplicate, non-monotonous time indexes, misalignments of returns and volumes, .... Something is there already but not enough. #173 is a good example of a valid usecase by expert user who ran into issues. An example script with detail comments should be provided.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant