From ff46fbedeb70244d3f94f441265a14dd0b153cd7 Mon Sep 17 00:00:00 2001 From: Andy Geach Date: Sat, 28 Dec 2024 13:14:00 +0000 Subject: [PATCH] contract_prices_from_split_freq_csv_to_db.py has been merged into PST --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 470706b..ccd88a2 100644 --- a/README.md +++ b/README.md @@ -125,5 +125,3 @@ datapath = resolve_path_and_filename_for_package( # import prices for a single instrument init_db_with_split_freq_csv_prices_for_code("GOLD", datapath=datapath, csv_config=BARCHART_CONFIG) ``` - -**_NOTE:_** `contract_prices_from_split_freq_csv_to_db.py` is not currently merged into PST. Grab the code either from the [PR](https://github.com/robcarver17/pysystemtrade/pull/1397) or from [my fork](https://github.com/bug-or-feature/pysystemtrade-fsb/blob/dev/sysinit/futures/contract_prices_from_split_freq_csv_to_db.py)