Add one-expiry-per-day open rhythm gate (default on).

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-08-01 16:39:32 +08:00
parent 22c42a19a0
commit f1da2778ef
11 changed files with 166 additions and 2 deletions
+1
View File
@@ -232,6 +232,7 @@ class Database:
"rest_seconds": str(s.rest_seconds),
"live_order_interval_sec": str(s.live_order_interval_sec),
"skip_weekends": str(s.skip_weekends),
"one_expiry_per_day": str(s.one_expiry_per_day),
"max_rounds": str(s.max_rounds),
"leverage": str(s.leverage),
"perp_margin_mode": str(s.perp_margin_mode),