Add one-expiry-per-day open rhythm gate (default on).
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user