diff --git a/market_data/_OLD_/alpaca_md_day/alpaca_md_day.sh b/market_data/_OLD_/alpaca_md_day/alpaca_md_day.sh index 2ea84da..ac08a54 100755 --- a/market_data/_OLD_/alpaca_md_day/alpaca_md_day.sh +++ b/market_data/_OLD_/alpaca_md_day/alpaca_md_day.sh @@ -3,7 +3,7 @@ # --- Settings export PYTHONPATH=/ export Python=python3.12 -export Config=http://cloud16.cvtt.vpn:6789/apps/minimal_md +export Config=http://cloud23.cvtt.vpn:6789/apps/minimal_md export PyScript=/cvttpy/exchanges/alpaca/hist_md/hist_md_bars.py export OutputDir=/app/data/alpaca_md # Local diff --git a/market_data/crypto_md_day/crypto_md_day.sh b/market_data/crypto_md_day/crypto_md_day.sh index 1611dc2..f8f57cf 100755 --- a/market_data/crypto_md_day/crypto_md_day.sh +++ b/market_data/crypto_md_day/crypto_md_day.sh @@ -52,7 +52,7 @@ export PYTHONPATH=/ Cmd="python3.12" Cmd="${Cmd} cvttpy/research/utils/archive_ts_md.py" -Cmd="${Cmd} --config=http://cloud16.cvtt.vpn:6789/apps/md_recorder" +Cmd="${Cmd} --config=http://cloud23.cvtt.vpn:6789/apps/md_recorder" Cmd="${Cmd} --db_credentials_key=${CredKey}" Cmd="${Cmd} --credentials_file=/.creds" Cmd="${Cmd} --date=${Date}" diff --git a/market_data/md_recorder/run_md_recorder.sh b/market_data/md_recorder/run_md_recorder.sh index e0ba165..5dfc77b 100755 --- a/market_data/md_recorder/run_md_recorder.sh +++ b/market_data/md_recorder/run_md_recorder.sh @@ -26,7 +26,6 @@ if ! is_valid "${job}"; then usage fi -# ConfigServer=cloud16.cvtt.vpn ConfigServer=cloud23.cvtt.vpn:6789 Cmd="python3.12" diff --git a/market_data/md_recorder_monitor/run_mdr_monitor.sh b/market_data/md_recorder_monitor/run_mdr_monitor.sh index 3e884bc..6bd2e2c 100755 --- a/market_data/md_recorder_monitor/run_mdr_monitor.sh +++ b/market_data/md_recorder_monitor/run_mdr_monitor.sh @@ -32,7 +32,6 @@ if [ "${2}" != "" ]; then fi -# ConfigServer=cloud16.cvtt.vpn ConfigServer=cloud23.cvtt.vpn:6789 Cmd="python3.12" diff --git a/release_version.txt b/release_version.txt index 275500a..3deea0a 100644 --- a/release_version.txt +++ b/release_version.txt @@ -1 +1 @@ -0.0.4,crypto_exch_stats \ No newline at end of file +0.0.5,16->23 \ No newline at end of file diff --git a/trading/trading_recorder/run_trading_recorder.sh b/trading/trading_recorder/run_trading_recorder.sh index ea97ae1..41330dd 100755 --- a/trading/trading_recorder/run_trading_recorder.sh +++ b/trading/trading_recorder/run_trading_recorder.sh @@ -14,7 +14,6 @@ usage() { exit 1 } -# ConfigServer=cloud16.cvtt.vpn ActiveExchanges=ALPACA_SNDBX-MDPORTAL AdminPort=7225 Book=""