updated/added a lot of indexes,...
This commit is contained in:
parent
be5f2458fa
commit
feef4f1cdc
@ -3,6 +3,11 @@ function get_marketdata {
|
|||||||
local f_name="$2"
|
local f_name="$2"
|
||||||
|
|
||||||
## get data for analysis
|
## 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
|
# check source platform for parsing parameters, prepare and run wget command
|
||||||
>MARKET_DATA_CMD
|
>MARKET_DATA_CMD
|
||||||
|
Loading…
Reference in New Issue
Block a user