Update LEVERAGE to 2 in clp_config.py
This commit is contained in:
@ -29,7 +29,7 @@ DEFAULT_STRATEGY = {
|
||||
|
||||
# Unified Hedger Settings
|
||||
"CHECK_INTERVAL": 1, # Loop speed for the hedger (seconds)
|
||||
"LEVERAGE": 5, # Leverage to use on Hyperliquid
|
||||
"LEVERAGE": 2, # Leverage to use on Hyperliquid
|
||||
"ZONE_BOTTOM_HEDGE_LIMIT": Decimal("1.0"), # Multiplier limit at the bottom of the range
|
||||
"ZONE_CLOSE_START": Decimal("10.0"), # Distance (pct) from edge to start closing logic
|
||||
"ZONE_CLOSE_END": Decimal("11.0"), # Distance (pct) from edge to finish closing logic
|
||||
|
||||
Reference in New Issue
Block a user