Files
crypto_monitor/docs/strategy/okx-trend-both.md
T
dekun ea429b2694 feat: 趋势户开仓类型大分歧A/B/小分歧,自动联动趋势波段与复盘
下单监控增加 entry_model 下拉;平仓写入短标签并预填复盘。Binance/OKX 用趋势 profile,Gate 日内仍用手选 trade_style。

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-06 00:18:38 +08:00

42 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.
# OKX·多空趋势账户
> **状态**v0.2
> 与 [binance-alt-trend-long.md](./binance-alt-trend-long.md) 共用开仓类型与 UI;本节仅补 **空侧镜像**。
---
## 1. 账户差异
| 项 | 币安 | OKX |
|----|------|-----|
| 方向 | 仅多 | 多 + 空 |
| 开仓类型 UI | 大分歧A / B / 小分歧 | **相同三字** |
| profile | 趋势户 | 趋势户(非 BTC/ETH 日内白名单) |
---
## 2. 空侧镜像(标签不变)
| 标签 | 做多 | 做空 |
|------|------|------|
| 大分歧A | 不创新低企稳 | **不创新高**企稳 |
| 大分歧B | 向上突破确认 | **向下突破**确认 |
| 小分歧 | 二次探底 / N 字 / 5m 多头 | 二次**探顶** / 倒 N / 5m **空头** |
方向由表单「做多/做空」决定;复盘与交易记录仍存 `大分歧A` 等短标签。
---
## 3–6. 纪律 / 出场 / 系统字段
同 Binance 文档 §3–§7(含不写盈亏比、第三次小分歧不做等)。
---
## 修订记录
| 版本 | 日期 | 说明 |
|------|------|------|
| v0.2 | 2026-07-06 | 与 Binance 同步实现 |
| v0.1 | 2026-07-06 | 讨论稿 |