Show strategy rules in fold; larger nav; notify only when cannot open.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-07-29 18:12:26 +08:00
parent a5945f0837
commit 71b5fcae79
6 changed files with 76 additions and 12 deletions
+4
View File
@@ -93,6 +93,8 @@ class StrategyEngine:
max_atm_off = self.ledger.get_setting_float(
"max_atm_open_offset", s.max_atm_open_offset
)
perp_qty = self.ledger.get_setting_float("perp_qty_eth", s.perp_qty_eth)
opt_qty = self.ledger.get_setting_float("option_qty_eth", s.option_qty_eth)
rest_until = row["rest_until_ms"]
rest_left = 0
if rest_until:
@@ -128,6 +130,8 @@ class StrategyEngine:
"premium_exit_multiple": prem_mult,
"exit_target_usdt": exit_amt,
"leverage": leverage,
"perp_qty_eth": perp_qty,
"option_qty_eth": opt_qty,
"min_option_hours": min_hours,
"min_option_leverage": min_opt_lev,
"atm_open_offset_enabled": atm_off_on,