Auto-cancel stale option close limits after pending TTL.

Default 10m via OKX_OPTIONS_PENDING_TTL_SECONDS; show age/countdown in pending panel; monitor loop cancels sell closes.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-07-15 22:06:24 +08:00
parent ee7be3e7f3
commit cbb7f954f5
12 changed files with 306 additions and 15 deletions
+5
View File
@@ -3669,6 +3669,11 @@ html[data-theme="light"] .options-strike-table--t .opt-strike-row-atm td {
color: #9ec0ff;
font-weight: 600;
}
.opt-pending-ttl-hint {
margin: 0 0 8px;
font-size: 12px;
line-height: 1.4;
}
.opt-order-pending-head .btn-secondary {
font-size: 0.68rem;
padding: 2px 8px;