update config

This commit is contained in:
zhiyong 2025-05-16 14:22:26 +08:00
parent 1a4d8cd11e
commit b8025ec98f

View File

@ -9,7 +9,7 @@ class Config:
# Trading settings
TRADE_TIMEOUT = 5 # 交易超时时间(秒)
SIMULATION_MODE = True
SIMULATION_MODE = False
# Trading hours
MARKET_OPEN_TIME = "09:20"