diff --git a/docker/market_data/hist/__DEPRECATED__/alpaca_md_day.sh b/__DEPRECATED__/alpaca_md_day.sh similarity index 100% rename from docker/market_data/hist/__DEPRECATED__/alpaca_md_day.sh rename to __DEPRECATED__/alpaca_md_day.sh diff --git a/docker/market_data/recorder/md_recorder.sh b/__DEPRECATED__/recorder/md_recorder.sh similarity index 100% rename from docker/market_data/recorder/md_recorder.sh rename to __DEPRECATED__/recorder/md_recorder.sh diff --git a/docker/market_data/recorder/md_recorder_monitor.sh b/__DEPRECATED__/recorder/md_recorder_monitor.sh similarity index 100% rename from docker/market_data/recorder/md_recorder_monitor.sh rename to __DEPRECATED__/recorder/md_recorder_monitor.sh diff --git a/research/load_crypto_md.sh b/research/load_crypto_md.sh index dd36a89..14bf166 100755 --- a/research/load_crypto_md.sh +++ b/research/load_crypto_md.sh @@ -3,7 +3,7 @@ usage() { echo -n "Usage: $0 [-h ]" echo -n " [-d (yesterday*)]" - echo -n " [-s (cvttdata/cloud21*)>]" + echo -n " [-s (cloud28/cloud21*)>]" echo " [-t (/opt/jupyter_gpu/data/crypto_md)]" exit 1 } @@ -67,7 +67,7 @@ if ! is_valid "${host}" "${valid_hosts[@]}" ; then usage fi -valid_sources=('cloud21' 'cvttdata') +valid_sources=('cloud21' 'cloud28') if ! is_valid ${source} ${valid_sources[@]} ; then echo "Source '${source}' is not valid" usage