Skip to content

Inconsistent ObjectStore between backtest and research #85

@ArthurAsenheimer

Description

@ArthurAsenheimer

When I save data during a backtest using the local ObjectStore, it's available for the following backtests.
But I'm not able to read the data in QuantBook as the key doesn't exist there.
And vice versa, data that was saved to the ObjectStore using lean research is not available in backtests.

When running a research notebook, it seems that Lean CLI only checks the data located in /<project>/storage/QuantBook, but ignores the data in /<project>/storage/QCAlgorithm.

The ObjectStore for backtest and research should be the same as long as it refers to the same project.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions