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.
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
QuantBookas the key doesn't exist there.And vice versa, data that was saved to the
ObjectStoreusinglean researchis 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.