You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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++.
The text was updated successfully, but these errors were encountered:
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.
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++.
The text was updated successfully, but these errors were encountered: