This commit is contained in:
aaron 2025-05-04 16:47:24 +08:00
parent 9368acb0a5
commit 2ee68bd4a6
2 changed files with 4 additions and 4 deletions

View File

@ -21,9 +21,9 @@ def run_monitor():
schedule.every().hour.at(time).do(volume_growup_monitor.run, time_interval="5m") schedule.every().hour.at(time).do(volume_growup_monitor.run, time_interval="5m")
# 15分钟监控技术指标 # # 15分钟监控技术指标
for time in [":00", ":15", ":30", ":45"]: # for time in [":00", ":15", ":30", ":45"]:
schedule.every().hour.at(time).do(technical_indicators_monitor.run, time_interval="15m") # schedule.every().hour.at(time).do(technical_indicators_monitor.run, time_interval="15m")
# 每小时整点监控,技术指标 # 每小时整点监控,技术指标
for time in ["00:00", "01:00", "02:00", "03:00", "04:00", "05:00", "06:00", "07:00", "08:00", "09:00", "10:00", "11:00", "12:00", "13:00", "14:00", "15:00", "16:00", "17:00", "18:00", "19:00", "20:00", "21:00", "22:00", "23:00"]: for time in ["00:00", "01:00", "02:00", "03:00", "04:00", "05:00", "06:00", "07:00", "08:00", "09:00", "10:00", "11:00", "12:00", "13:00", "14:00", "15:00", "16:00", "17:00", "18:00", "19:00", "20:00", "21:00", "22:00", "23:00"]:

View File

@ -18,7 +18,7 @@ services:
cryptoai-monitor: cryptoai-monitor:
build: . build: .
container_name: cryptoai-monitor container_name: cryptoai-monitor
image: cryptoai-monitor:0.0.9 image: cryptoai-monitor:0.0.10
restart: always restart: always
command: python run_monitor.py command: python run_monitor.py
environment: environment: