Use bid1-only option closes with hard-disabled market exits.
Manual close checks liquidity only; target auto still requires 2x recycle hold once, then reuses the shared bid1 executor. Add /options/guide doc and update hedge-plan refs. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
+10
-6
@@ -58,15 +58,19 @@ OKX_OPTIONS_API_PASSPHRASE=...
|
||||
|
||||
## 4. 持仓与平仓
|
||||
|
||||
持仓表字段对齐 OKX:合约,张数,开仓均价,标记价,浮盈,收益率,到期等.
|
||||
持仓表字段对齐 OKX:合约,张数,开仓均价,标记价,净盈亏,收益率,到期等.
|
||||
|
||||
**平仓(锁利/止损):**
|
||||
**买一平仓:**
|
||||
|
||||
1. 在持仓行点击 **平仓**
|
||||
2. 查看 **买一价** 与预估收回
|
||||
3. 确认 **限价卖出**(价格 = 买一)
|
||||
1. 在持仓卡点击 **买一平仓**
|
||||
2. 系统重读盘口并校验有效买一(非残档)
|
||||
3. 本轮只按买一深度限价卖出;买一不够则剩余下次再平
|
||||
4. **市价平仓已禁用**(代码硬关闭)
|
||||
|
||||
> 默认不使用市价平仓.若 `.env` 开启 `OKX_OPTIONS_ALLOW_MARKET_CLOSE=true`,市价按钮会出现并带风险提示.
|
||||
目标位自动平另需「可回收 ≥ 2×权利金并持续约 2 分钟」;细则见独立说明:
|
||||
|
||||
- 仓库文档:[期权开平仓与监控说明.md](./期权开平仓与监控说明.md)
|
||||
- 线上(登录后):`/options/guide`
|
||||
|
||||
## 5. 微信提醒
|
||||
|
||||
|
||||
Reference in New Issue
Block a user