Install
openclaw skills install polymarket-5m-botPolymarket 5-minute crypto UP/DOWN market automated trading bot. AI-powered prediction using Binance technical analysis (Position, Momentum, RSI, Volume), au...
openclaw skills install polymarket-5m-botAutomated trading bot for Polymarket 5-minute crypto UP/DOWN markets.
auto_bot_v2.py (Main Loop)
→ Detects new 5-min markets (BTC/ETH)
→ Fetches Price-To-Beat via Playwright
→ Triggers AI analysis 80-100s before close
ai_analyze_v2.py (Decision Engine)
→ Binance technical analysis
→ Confidence scoring (Position 50%, Momentum 30%, RSI 10%, Volume 10%)
→ Executes bets via Polymarket CLI
monitor_bets.py (Notifications)
→ Monitors logs/bets.jsonl
→ Sends Telegram notifications on new bets
trading_state.py (Risk Management)
→ Tracks wins/losses
→ Enforces cooldown after consecutive losses
pip install requests playwrightmonitor_bets.pypython3 -u auto_bot_v2.py > logs/bot.log 2>&1 &Edit in scripts/ai_analyze_v2.py:
scripts/auto_bot_v2.py - Main monitoring loopscripts/ai_analyze_v2.py - AI decision engine with bet executionscripts/monitor_bets.py - Telegram notification scriptscripts/trading_state.py - Win/loss tracking and cooldown logic--signature-type gnosis-safe for all CLI commands