Prefer open direction from ATM vs spot (below=Call/short, above=Put/long).
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -94,9 +94,9 @@ export default function PlanPage() {
|
||||
|
||||
const bias = snap?.ask_compare?.bias;
|
||||
const biasTag =
|
||||
bias === "call_ask_gt_put" ? (
|
||||
bias === "strike_below_spot" || bias === "call_ask_gt_put" ? (
|
||||
<span className="tag up">买 Call + 永续空</span>
|
||||
) : bias === "put_ask_gt_call" ? (
|
||||
) : bias === "strike_above_spot" || bias === "put_ask_gt_call" ? (
|
||||
<span className="tag down">买 Put + 永续多</span>
|
||||
) : (
|
||||
<span className="tag">等待 / 相等</span>
|
||||
|
||||
Reference in New Issue
Block a user