There are several major changes to the application that are not fully reflected in the docs yet. See below for links to discussions or issues where covered:
- Nov 2023
- Default behaviour is now to use Parquet for persistence of timeseries data. Staying with Arctic is still possible with manual changes
- Read more here, and here
- Nov 2023
- More recent versions of Python (3.10), Pandas (2) are supported
- Read more here
- Jul 2023
- Easier trading without market data subscriptions
- Read more here, here, and the
algo_overrides
section in defaults.yml
- Mar 2023
- Persistence of instrument and roll config moved from MongoDB to CSV
- Read more here
- Mar 2023
- Now two branches:
master
is stable, develop work happens ondevelop
. Branches for PRs should be made fromdevelop
- Read more here
- Aug 2022
- Daily and hourly price data are now stored separately
- Read more here