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}")