This commit is contained in:
2023-11-19 20:17:29 -05:00
parent d6455cc704
commit c77359d6b3
7 changed files with 89 additions and 5 deletions
+6 -1
View File
@@ -7,7 +7,12 @@ export PYTHONPATH=${RootDir}
#dates=$(start=20231107; end=20231118; dt=; n=0; until [ "$dt" = "$end" ]; do ((n++)); dt=$(date -d "$start + $n days" +%Y%m%d); echo $dt; done)
yesterday=$(date -d "yesterday" +%Y%m%d)
Schemas="coinbase,bnbspot"
Schemas=${1}
if [ "${Schemas}" == "" ]
then
Schemas="coinbase,bnbspot,bnbfut"
fi
echo "Schemas=${Schemas}"
Cmd=
Cmd="${Python}"