From 0e23024aabcaa5b6c19cc7895d3823e8bf76961f Mon Sep 17 00:00:00 2001 From: Oleg Sheynin Date: Thu, 31 Oct 2024 11:51:42 -0400 Subject: [PATCH] using new(rust) alpaca market data structure for hbar --- release_version.txt | 2 +- research/load_eqty_md.sh | 7 ++----- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/release_version.txt b/release_version.txt index fb9c74c..3e2a92e 100644 --- a/release_version.txt +++ b/release_version.txt @@ -1 +1 @@ -1.7.4.fx2,minor update for storage check +1.7.5,using new(rust) alpaca market data structure for hbar diff --git a/research/load_eqty_md.sh b/research/load_eqty_md.sh index fcb615a..2d1ff82 100755 --- a/research/load_eqty_md.sh +++ b/research/load_eqty_md.sh @@ -167,10 +167,10 @@ EOF echo "Loading files" for stock in "${Stocks[@]}"; do StockLetter="${stock:0:1}" - SourceFile=$(${date} -d ${md_date} "+%Y%m%d.${stock}.1min.db") + SourceFile=$(${date} -d ${md_date} "+%Y%m%d.${stock}.alpaca_1min_bars.db") SourceFileZip="${SourceFile}.gz" - SourceFilePath=$(${date} -d ${md_date} "+${SourceRootDir}/${StockLetter}/${stock}/%Y/${SourceFileZip}") + SourceFilePath=$(${date} -d ${md_date} "+${SourceRootDir}/%Y/${StockLetter}/${stock}/${SourceFileZip}") echo ${SourceFilePath} download_file ${SourceFilePath} @@ -180,6 +180,3 @@ if [ -f ${TargetFilePath} ]; then chmod 600 ls -lh ${TargetFilePath} fi - -# mkdir -p /tmp/aaa -# cp -r ${tmp_dir}/* /tmp/aaa/