santoshlite / EigenLedger

An Open Source Portfolio Backtesting Engine for Everyone | 面向所有人的开源投资组合回测引擎
https://eigenledger.gitbook.io/documentation
Apache License 2.0
950 stars 128 forks source link

Pickle cache for candles #63

Closed cryptocoinserver closed 2 years ago

cryptocoinserver commented 2 years ago

When doing multiple tests it might speed things up to cache the candles for example with pickle to prevent redownloading them again. This might speed everything up a little.

Nevertheless thank you for this great package!

santoshlite commented 2 years ago

Thanks, I'll add that to my to-do list!