Implement P1 local matcher/ledger and P2 strategy engine.
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -41,6 +41,12 @@ class Settings(BaseSettings):
|
||||
max_rounds: int = 3
|
||||
open_hhmm: str = "16:00"
|
||||
stop_open_hhmm: str = "08:00"
|
||||
exit_move_points: float = 30.0
|
||||
rest_seconds: int = 300
|
||||
perp_qty_eth: float = 1.0
|
||||
option_qty_eth: float = 2.0
|
||||
option_ct_mult_default: float = 0.01
|
||||
db_path: str = "" # empty -> backend/data/hedge.db
|
||||
|
||||
@property
|
||||
def is_sim(self) -> bool:
|
||||
|
||||
Reference in New Issue
Block a user