This commit is contained in:
Oleg Sheynin 2024-10-31 12:04:08 -04:00
parent 0e23024aab
commit 6a6046050c
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

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