Update trading thresholds in config and main logic for improved order placement
This commit is contained in:
@@ -6,7 +6,8 @@ POLYMARKET_WS_USER_URL = "wss://ws-subscriptions-clob.polymarket.com/ws/user"
|
||||
CHAIN_ID = 137
|
||||
REQUEST_TIMEOUT = 5
|
||||
PROFIT_MARGIN = 0.02
|
||||
TRADING_BPS_THRESHOLD = 50
|
||||
TRADING_BPS_THRESHOLD = 10
|
||||
MAX_TRADING_BPS_THRESHOLD = 30
|
||||
MARKET_SESSION_SECONDS = 900
|
||||
TIMEZONE = "US/Eastern"
|
||||
MAX_TRADES = 2
|
||||
|
||||
Reference in New Issue
Block a user