资金费率套利引擎 BTC/ETH 现货+永续对冲
Go to file
root b08ea8f772 feat: risk_guard.py - 风控熔断模块
- 单日亏损超限(-5R): 已实现+未实现亏损预估 → 全平+停机
- 连续亏损(5连亏): 暂停开仓1小时,冷却期后自动恢复
- API连接异常(>30秒): 暂停开仓,恢复后自动解除
- 余额不足(<风险×2): 拒绝开仓
- 持仓超时: 45min黄/60min红+10min人工窗口/70min自动平仓
- 写/tmp/risk_guard_state.json供live_executor读取
- 每5秒检查一次,每60秒输出状态日志
2026-03-02 09:06:31 +00:00
backend feat: risk_guard.py - 风控熔断模块 2026-03-02 09:06:31 +00:00
docs feat: store and serve indicators per strategy 2026-03-02 02:52:17 +00:00
frontend fix: frontend use DB risk_distance + add entry time with ms 2026-03-02 07:13:52 +00:00
.gitignore chore: gitignore __pycache__ 2026-02-28 11:21:00 +00:00
README.md Initial commit 2026-02-26 11:53:55 +00:00
signal-engine.log fix: clamp direction score to max weight (accel_bonus included) 2026-03-02 01:36:20 +00:00
V52_FRONTEND_TASK.md feat: V5.2 frontend differentiation - strategy tabs, side-by-side scores, visual badges 2026-03-01 12:21:19 +00:00
V52_TASK.md feat: sidebar navigation with V5.1/V5.2 separate entries 2026-03-01 12:25:40 +00:00

arbitrage-engine

资金费率套利引擎 BTC/ETH 现货+永续对冲