updated/added a lot of indexes,...

This commit is contained in:
olli 2023-10-20 17:40:23 +02:00
parent be5f2458fa
commit feef4f1cdc

View File

@ -3,6 +3,11 @@ function get_marketdata {
local f_name="$2"
## get data for analysis
if find asset-histories/${f_name}.history.csv -mmin -${INTERVAL_MIN} | grep -q "asset-histories/${f_name}.history.csv"
then
g_echo_note "asset-histories/${f_name}.history.csv already downloaded in the last ${INTERVAL_MIN} minutes"
return 0
fi
# check source platform for parsing parameters, prepare and run wget command
>MARKET_DATA_CMD