Pin market watch to held option strike while a position is open.
Stop falling back to ATM quotes for unrealized/close PnL after ATM drifts or restart. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -415,7 +415,8 @@ export default function PlanPage() {
|
||||
</div>
|
||||
<div className="card">
|
||||
<h3 className="plan-panel-title">
|
||||
期权 ATM {snap?.pair ? `@ ${snap.pair.strike}` : ""}
|
||||
{open ? "持仓期权" : "期权 ATM"}
|
||||
{snap?.pair ? ` @ ${snap.pair.strike}` : ""}
|
||||
</h3>
|
||||
<div className="kv">
|
||||
<span>Call 卖一/买一</span>
|
||||
|
||||
Reference in New Issue
Block a user