auto_trade_sys/backend/api/routes
薇薇安 0127edbc97 feat(config): Add new risk management configurations for Sunday and night trading hours
Introduced new configuration options to manage trading activities on Sundays and during night hours. This includes limits on the number of trades on Sundays, minimum signal strength requirements for Sunday trades, and restrictions on opening new positions during specified night hours. Updated relevant backend and frontend components to reflect these changes, enhancing risk control and user awareness of trading conditions.
2026-03-01 11:25:03 +08:00
..
__init__.py a 2026-01-13 17:30:59 +08:00
account.py fix(account): 优化止损和止盈价格获取逻辑 2026-02-26 09:59:45 +08:00
accounts.py 1 2026-02-15 14:18:58 +08:00
admin.py 1 2026-02-14 14:47:30 +08:00
auth.py 增加多账号的支持体系 2026-01-20 15:55:34 +08:00
config.py feat(config): Add new risk management configurations for Sunday and night trading hours 2026-03-01 11:25:03 +08:00
dashboard.py a 2026-01-14 11:40:50 +08:00
data_management.py feat(data_management): 增强交易数据统计与推算功能 2026-02-22 11:16:33 +08:00
public.py a 2026-01-21 11:48:41 +08:00
recommendations.py feat(recommendations): 添加合约推荐提示信息以优化用户排查流程 2026-02-25 11:02:18 +08:00
stats.py feat(stats): 添加交易统计API和前端展示 2026-02-26 20:48:04 +08:00
system.py fix(strategy_overview): 优化策略执行概览的错误处理与提示信息 2026-02-25 09:49:11 +08:00
trades.py 1 2026-02-25 23:07:14 +08:00