config: update for capital with +/-1% weekend range
This commit is contained in:
@ -81,11 +81,11 @@ ZONE_TOP_HEDGE_START = Decimal("10.0")
|
||||
|
||||
# Order Settings
|
||||
PRICE_BUFFER_PCT = Decimal("0.0015") # 0.15%
|
||||
MIN_THRESHOLD_ETH = Decimal("0.012")
|
||||
MIN_THRESHOLD_ETH = Decimal("0.008") # ~$24 @ 3k
|
||||
MIN_ORDER_VALUE_USD = Decimal("10.0")
|
||||
|
||||
# Capital Safety
|
||||
DYNAMIC_THRESHOLD_MULTIPLIER = Decimal("1.3")
|
||||
DYNAMIC_THRESHOLD_MULTIPLIER = Decimal("1.2")
|
||||
MIN_TIME_BETWEEN_TRADES = 25
|
||||
MAX_HEDGE_MULTIPLIER = Decimal("1.25")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user