Commit Graph
2 Commits
Author SHA1 Message Date
mikeandClaude feb1e73bc9 feat(okx-auto-position): v4.5.0 只设 SL 不设 TP, 平仓信号自动跟单
- scripts/okx_position_advisor.py execute_order():
  * 步骤名 tp_sl → sl_only
  * OCO algo (双触发) → conditional algo (单腿 SL)
  * 不挂 tpTriggerPx, 只挂 slTriggerPx
  * 实测: SPCX 1.45张 short OCO 已撤, 改挂 SL @ 153.62

- SKILL.md:
  * v4.5.0 章节: 只设止损不设止盈 (原因: advisor 算的 TP 太远, 占用保证金)
  * 平仓信号自动跟单: 同方向 reduceOnly 平仓, 反方向不动, 无 Y/N
  * 完全自动跟单流程: 加仓/新开仓/平仓/减仓信号都自动判断执行
  * 实测案例: SPCX 1.45张空 @ 149.15, 浮盈 /usr/bin/bash, 占用 45%

Co-Authored-By: Claude <noreply@anthropic.com>
2026-07-09 22:47:58 +08:00
mike 657dc41c46 Initial commit: Trading skills collection
- OKX交易自动化 (okx-auto-position, okx-crypto, okx-exchange)
- 交易信号处理 (signal-confirmation-templates, trading-signal-aggregator)
- 量化因子挖掘 (quant-factor-mining)
- 长桥集成 (longbridge-cli, longbridge-python-sdk)
- 六合彩分析 (lottery-hk)
- 股息投资 (dividend-investing, dividend-scanner)
- 日内交易 (intraday-trading)
- 同花顺 (tonghuashun)
2026-07-05 02:39:41 -04:00