Polymarket Candle Momentum
by @mibayy
Trade Polymarket 5-minute crypto fast markets using 1-minute candle body analysis and volume surge detection from Binance. Scans BTC, ETH, SOL, XRP, BNB simu...
Via environment variables only (no local file persistence):
python candle_momentum.py --set body_threshold=0.65
python candle_momentum.py --set asset=ETH
python candle_momentum.py --set vol_threshold=2.0
Settings
| Setting | Default | Env Var | Description |
|---|---|---|---|
| body_threshold | 0.60 | CM_BODY_THRESHOLD | Min candle body/range ratio (0-1) |
| vol_threshold | 1.5 | CM_VOL_THRESHOLD | Min volume surge vs 3-candle average |
| max_position | 5.0 | CM_MAX_POSITION | Max USD per trade |
| assets | BTC,ETH,SOL,XRP,BNB | - | Assets to scan (picks best signal) |
| asset | BTC | CM_ASSET | Single asset override (ignores assets) |
| window | 5m | CM_WINDOW | Market window (5m or 15m) |
| min_time_remaining | 60 | CM_MIN_TIME | Skip markets with less time (seconds) |
| lookback_candles | 3 | CM_LOOKBACK | Candles for volume average |
| entry_threshold | 0.05 | CM_ENTRY_THRESHOLD | Min price divergence from 50c |
clawhub install candle-momentum