using HA trading-calendar
This commit is contained in:
@@ -50,7 +50,7 @@ mkdir -p ${LogDir}
|
||||
|
||||
echo "CommandLine: ${*}"
|
||||
|
||||
export CalendarURL=http://cloud23.cvtt.vpn:8000/api/v1/markets/hours?mic=XNYS
|
||||
export CalendarURL=https://trading-calencar.cvtt.net/api/v1/markets/hours?mic=XNYS
|
||||
|
||||
|
||||
if [ -z ${Start} ] ; then
|
||||
|
||||
@@ -54,7 +54,7 @@ mkdir -p ${LogDir}
|
||||
|
||||
echo "CommandLine: ${*}"
|
||||
|
||||
export CalendarURL=http://cloud23.cvtt.vpn:8000/api/v1/markets/hours?mic=XNYS
|
||||
export CalendarURL=https://trading-calencar.cvtt.net/api/v1/markets/hours?mic=XNYS
|
||||
|
||||
|
||||
if [ -z ${Start} ] ; then
|
||||
|
||||
@@ -52,7 +52,7 @@ export PYTHONPATH=/
|
||||
|
||||
Cmd="python3.12"
|
||||
Cmd="${Cmd} cvttpy/research/utils/archive_ts_md.py"
|
||||
Cmd="${Cmd} --config=http://cloud23.cvtt.vpn:6789/apps/md_recorder"
|
||||
Cmd="${Cmd} --config=http://cloud16.cvtt.vpn:6789/apps/md_recorder"
|
||||
Cmd="${Cmd} --db_credentials_key=${CredKey}"
|
||||
Cmd="${Cmd} --credentials_file=/.creds"
|
||||
Cmd="${Cmd} --date=${Date}"
|
||||
|
||||
@@ -26,7 +26,7 @@ if ! is_valid "${job}"; then
|
||||
usage
|
||||
fi
|
||||
|
||||
ConfigServer=cloud23.cvtt.vpn:6789
|
||||
ConfigServer=cloud16.cvtt.vpn:6789
|
||||
|
||||
Cmd="python3.12"
|
||||
Cmd="${Cmd} cvttpy/apps/md/md_recorder.py"
|
||||
|
||||
@@ -32,7 +32,7 @@ if [ "${2}" != "" ]; then
|
||||
fi
|
||||
|
||||
|
||||
ConfigServer=cloud23.cvtt.vpn:6789
|
||||
ConfigServer=cloud16.cvtt.vpn:6789
|
||||
|
||||
Cmd="python3.12"
|
||||
Cmd="${Cmd} cvttpy/apps/md/md_rec_monitor.py"
|
||||
|
||||
Reference in New Issue
Block a user