robcarver17 / pysystemtrade

Systematic Trading in python
GNU General Public License v3.0
2.66k stars 837 forks source link

Better import of split frequency CSV price files #1397

Closed bug-or-feature closed 1 month ago

bug-or-feature commented 3 months ago

Provides a better method to import split frequency CSV price files. The previous method was not correctly handling cases where there were some Hour only files, or Day only files

This branch was taken from bug-or-feature:fix_ci_dev (#1367), to prevent test failures. So I'll leave in Draft until that PR is merged