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

General Data Class #1

Open
sumukshashidhar opened this issue Jan 27, 2022 · 1 comment
Open

General Data Class #1

sumukshashidhar opened this issue Jan 27, 2022 · 1 comment

Comments

@sumukshashidhar
Copy link
Contributor

Which of the following module(s) is/are relevant/releated to the feature request?

models

Description

While processing strategies, there is a need to temporarily persist data internally. Due to this, it is best that we have a general framework to store and persist data.

Proposed solution

A simple data class that has generic functions, with more that are implementable.

OHLC prices (open, high, low, close),
volume data,
ticker,
recorded timestamp data,
any other...

Alternatives considered

An alternative suggested by @sushruth2003 was to directly use data from a database, and develop this data storage framework in a more efficient format such as C++.

@sumukshashidhar sumukshashidhar mentioned this issue Jan 27, 2022
10 tasks
@github-actions
Copy link

Stale issue message

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