v1.1 autonomous upgrade: continuous curation, risk engine, scheduler hardening, systemd service
This commit is contained in:
@@ -10,7 +10,12 @@ class Settings:
|
||||
paper_mode = os.getenv("PAPER_MODE", "true").lower() == "true"
|
||||
|
||||
max_order_usd = float(os.getenv("MAX_ORDER_USD", "5"))
|
||||
max_daily_notional = float(os.getenv("MAX_DAILY_NOTIONAL", "50"))
|
||||
max_open_positions = int(os.getenv("MAX_OPEN_POSITIONS", "6"))
|
||||
min_confidence = float(os.getenv("MIN_CONFIDENCE", "0.60"))
|
||||
|
||||
trade_interval_hours = int(os.getenv("TRADE_INTERVAL_HOURS", "2"))
|
||||
curate_interval_minutes = int(os.getenv("CURATE_INTERVAL_MINUTES", "30"))
|
||||
timezone = os.getenv("TIMEZONE", "America/Los_Angeles")
|
||||
|
||||
ollama_url = os.getenv("OLLAMA_URL", "http://10.30.20.110:11434")
|
||||
|
||||
Reference in New Issue
Block a user