🦀 ClawHub
Polymarket Mean Reversion Pro
by @themsquared
Generates zero-false mean reversion signals on Polymarket using 4σ price moves with RSI, MACD divergence, ATR compression, and VPIN flow filters.
💡 Examples
# Run once
python3 mean_reversion.pyDry run (show signals, no execution)
python3 mean_reversion.py --dry-runWatch mode (runs every 30 min)
python3 mean_reversion.py --watchWatch mode dry run
python3 mean_reversion.py --watch --dry-run
⚙️ Configuration
pip install requests boto3
Configure environment variables (or .env file in same directory):
PRIVATE_KEY=your_polygon_private_key
WALLET_ADDRESS=0xYourWallet
TELEGRAM_BOT_TOKEN=your_bot_token # optional
TELEGRAM_CHAT_ID=your_chat_id # optional
📋 Tips & Best Practices
The 7-day history must accumulate before signals fire (24+ data points needed). In watch mode, signals start appearing after ~12 hours of data collection.
TERMINAL
clawhub install polymarket-mean-reversion-pro