using HA trading-calendar

This commit is contained in:
2025-02-03 15:14:01 -05:00
parent 863f09d0b9
commit 0502a687ed
14 changed files with 21 additions and 21 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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}"
+1 -1
View File
@@ -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"