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

Accept in memory data for backtest #239

Open
c0indev3l opened this issue Jul 16, 2023 · 0 comments
Open

Accept in memory data for backtest #239

c0indev3l opened this issue Jul 16, 2023 · 0 comments

Comments

@c0indev3l
Copy link
Contributor

Hello,

A first step towart #237 could be (as discussed on Discord yesterday) to accept in memory data for backtests.
Currently we can pass a json dict of "symbol": {'open': [22, 22], 'high': [22, 22], ...} thats read as a .json file but we could input data as pure Python in memory data such a dict of dict of list (or numpy array).

Kind regards

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

No branches or pull requests

1 participant