From 6a6046050c6f7e66522d46ceddb46432d5de6d55 Mon Sep 17 00:00:00 2001 From: Oleg Sheynin Date: Thu, 31 Oct 2024 12:04:08 -0400 Subject: [PATCH] fix --- release_version.txt | 2 +- research/load_eqty_md.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/release_version.txt b/release_version.txt index 3e2a92e..8c54edf 100644 --- a/release_version.txt +++ b/release_version.txt @@ -1 +1 @@ -1.7.5,using new(rust) alpaca market data structure for hbar +1.7.5.fx1,using new(rust) alpaca market data structure for hbar diff --git a/research/load_eqty_md.sh b/research/load_eqty_md.sh index 2d1ff82..a5cd2dd 100755 --- a/research/load_eqty_md.sh +++ b/research/load_eqty_md.sh @@ -167,7 +167,7 @@ EOF echo "Loading files" for stock in "${Stocks[@]}"; do StockLetter="${stock:0:1}" - SourceFile=$(${date} -d ${md_date} "+%Y%m%d.${stock}.alpaca_1min_bars.db") + SourceFile=$(${date} -d ${md_date} "+%Y%m%d.${stock}.alpaca_1m_bars.db") SourceFileZip="${SourceFile}.gz" SourceFilePath=$(${date} -d ${md_date} "+${SourceRootDir}/%Y/${StockLetter}/${stock}/${SourceFileZip}")