fix
This commit is contained in:
parent
0e23024aab
commit
6a6046050c
@ -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
|
||||||
|
|||||||
@ -167,7 +167,7 @@ EOF
|
|||||||
echo "Loading files"
|
echo "Loading files"
|
||||||
for stock in "${Stocks[@]}"; do
|
for stock in "${Stocks[@]}"; do
|
||||||
StockLetter="${stock:0:1}"
|
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"
|
SourceFileZip="${SourceFile}.gz"
|
||||||
SourceFilePath=$(${date} -d ${md_date} "+${SourceRootDir}/%Y/${StockLetter}/${stock}/${SourceFileZip}")
|
SourceFilePath=$(${date} -d ${md_date} "+${SourceRootDir}/%Y/${StockLetter}/${stock}/${SourceFileZip}")
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user