Files
crypto_monitor/crypto_monitor_gate/更新文档.md
T
2026-05-17 08:42:50 +08:00

34 lines
1.1 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 界面与风控更新说明(Gate 实例)
`crypto_monitor_binance` 同版界面结构,交易所对接为 Gate.io。
## 顶栏导航(4 项)
| 顺序 | 名称 | 路由 | 说明 |
|------|------|------|------|
| 1 | 关键位监控 | `/key_monitor` | 关键位添加、实时门控、历史 |
| 2 | 实盘下单 | `/trade` | 人工开仓、划转、实时持仓(**默认首页** `/``/trade` |
| 3 | 交易记录与复盘 | `/records` | 未改动 |
| 4 | 统计分析 | `/stats` | 未改动 |
## 关键位监控页
- 标题去掉「5m」;规则条从 `.env` 读取。
- 左列活跃关键位、右列历史,均为 pos-card 风格,双列对齐。
## 实盘下单页
- 左列下单表单,右列实时持仓。
- 人工开仓盈亏比不得低于 `MANUAL_MIN_PLANNED_RR`(默认 1.4)。
## 持仓与计仓
- `MAX_ACTIVE_POSITIONS` 默认 **1**
- 关键位连开时使用无仓资金快照(见 `KEY_SIZING_USE_ZERO_POSITION_SNAPSHOT`)。
## 配置与升级
1. 合并 `.env.example` 新增项到本地 `.env`
2. 重启 Gate 实例服务。
3. 强刷浏览器缓存。