目标门控模式改为下拉:权利金×倍数 / 净盈亏阈值

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-08-25 09:07:10 +08:00
parent c1a84013b9
commit e38039d99a
+4
View File
@@ -171,6 +171,10 @@ SELECT_OPTIONS: dict[str, tuple[tuple[str, str], ...]] = {
("coin", "币本位(USDT买币桥)"),
("usdc", "USDC(USDⓈ权利金)"),
),
"OKX_OPTIONS_CLOSE_GATE_MODE": (
("premium", "权利金×倍数"),
("net_pnl", "净盈亏(U)阈值"),
),
"HEDGE_PLAN_OPTION_PRIMARY": (
("true", "以期权为主"),
("false", "保险模式"),