Sync scripts with latest changes from florida directory

This commit is contained in:
2026-01-01 20:33:35 +01:00
parent b1a86b81fc
commit 5cc14d485a
2 changed files with 20 additions and 11 deletions

View File

@ -24,6 +24,7 @@ DEFAULT_STRATEGY = {
"TRANSACTION_TIMEOUT_SECONDS": 30, # Timeout for blockchain transactions
# Hedging Settings
"HEDGE_STRATEGY": "ASYMMETRIC", # Options: "STANDARD" (Full Range Hedge), "ASYMMETRIC" (Edge-Only Reduction)
"MIN_HEDGE_THRESHOLD": Decimal("0.012"), # Minimum delta change (in coins) required to trigger a trade
# Unified Hedger Settings