Update trading thresholds in config and main logic for improved order placement

This commit is contained in:
Nawaz Haider
2026-01-10 19:10:40 +06:00
parent e0cd82553a
commit 32518bfceb
3 changed files with 7 additions and 4 deletions
+2 -1
View File
@@ -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