Extend semi-auto with ITM/ATM/OTM, offset, and 1:4 sizing.
Moneyness and perp:option units are plan-only; OTM enforces leverage >=180. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -1194,7 +1194,16 @@ export default function MonitorPage() {
|
||||
</td>
|
||||
<td>
|
||||
{detail.strat.semi_auto_enabled === true
|
||||
? `半自动·点${fmt(detail.strat.semi_option_move_points, 0)}/净≥${fmt(
|
||||
? `半自动·${
|
||||
detail.strat.semi_moneyness === "itm"
|
||||
? "实值"
|
||||
: detail.strat.semi_moneyness === "atm"
|
||||
? "平值"
|
||||
: "虚值"
|
||||
} ${fmt(detail.strat.semi_perp_unit, 0)}:${fmt(
|
||||
detail.strat.semi_option_unit,
|
||||
0,
|
||||
)} ·点${fmt(detail.strat.semi_option_move_points, 0)}/净≥${fmt(
|
||||
detail.strat.semi_net_exit_target ??
|
||||
detail.strat.semi_perp_exit_unit,
|
||||
2,
|
||||
|
||||
Reference in New Issue
Block a user