Install
openclaw skills install polymarket-arb-botClawHub Security found sensitive or high-impact capabilities. Review the scan results before using.
Polymarket 5-minute crypto UP/DOWN market automated trading bot. AI-powered prediction using Binance technical analysis (Position, Momentum, RSI, Volume), automated betting via Polymarket CLOB API with gnosis-safe wallet mode. Use when setting up automated crypto trading on Polymarket, monitoring 5-minute BTC/ETH markets, or managing prediction market positions.
openclaw skills install polymarket-arb-bot基于AI技术分析的Polymarket 5分钟加密货币UP/DOWN市场自动交易系统。
策略:60秒分析 → Kelly动态仓位下注 → 智能平仓
下注条件:
Kelly仓位映射(1/4 Kelly保守策略):
🔴 优先级0:贝叶斯实时止损(v4.0新增)
🟡 优先级1:止盈
🔵 优先级1.5:预挂卖单(v4.0新增)
🟢 优先级2:智能平仓
⚪ 优先级3:市场关闭标记
入场分析(ai_model_v2.py):
实时监控(v4.0贝叶斯更新):
# 配置私钥和Gnosis Safe地址
export POLYMARKET_PRIVATE_KEY="your_private_key"
export POLYMARKET_PROXY_ADDRESS="your_gnosis_safe_address"
编辑脚本中的Telegram配置:
TELEGRAM_BOT_TOKEN = "your_bot_token"
TELEGRAM_CHAT_ID = "your_chat_id"
# 启动主交易机器人
python3 auto_bot_v3.py > logs/bot_v3.log 2>&1 &
# 启动持仓止盈监控
python3 position_monitor.py > logs/position_monitor.log 2>&1 &
# 每5分钟检查进程健康,自动重启崩溃进程
chmod +x watchdog_v3.sh
crontab -e
# 添加:*/5 * * * * /path/to/watchdog_v3.sh
auto_bot_v3.py - 主交易机器人position_monitor.py - 持仓止盈监控ai_analyze_v2.py - AI分析模块ai_trader/ - AI交易引擎watchdog_v3.sh - 进程看门狗trading_state.py - 交易状态管理⚠️ 重要警告
tail -f logs/bot_v3.log
tail -f logs/position_monitor.log
tail logs/positions.jsonl
ps aux | grep -E "(auto_bot_v3|position_monitor)"
free -h
Playwright浏览器可能占用1GB内存,建议:
下注失败
Playwright崩溃
通知未收到
MIT License
hanguang254
如有问题,请在GitHub Issues中反馈。