Crypto Suite — All BTC binary scalpers

Every BTC binary scalper in the catalog (poly5m-v4, poly15m-v6, poly15m-sniper, polydaily) at a single bundle price.

4 bots · One-time payment

What you get

Four BTC-focused bots, each operating on a different timeframe and signal source, with zero overlap in their entry logic. Buy the bundle and run all four in parallel for ~27% off the per-bot total ($176 purchased separately).

| Bot | Timeframe | Edge | |-----|-----------|------| | poly5m-v4 | 5-minute | Multi-exchange median price + volume imbalance | | poly15m-v6 | 15-minute | Book-signal momentum with trend filter | | poly15m-sniper | 15-min, last 15 s | Resolution sniping at the close | | polydaily | Daily | Threshold pair arbitrage on daily BTC outcomes |

Why each bot earns its place

poly5m-v4 is the core scalper. It builds a composite signal from Binance, Coinbase, and Kraken price medians plus Binance volume imbalance, then enters a 5-minute BTC binary market as a taker. The multi-exchange median aligns with the Chainlink oracle that settles each contract, so you're trading the actual settlement price rather than a single venue's feed.

poly15m-v6 steps up to the 15-minute window and shifts to a book-signal approach. It tracks order book depth changes as the primary directional signal and adds a trend filter to suppress entries against the prevailing momentum. That filter was the main driver of the v6 overhaul -- it cuts losers without meaningfully reducing winners.

poly15m-sniper is a resolution specialist. It waits until the last 15 seconds of a 15-minute market, checks whether the oracle price already makes the outcome a near-certainty, and enters at up to $0.55 for what should close at $1.00. The position time is measured in seconds, so capital turns over fast and overnight risk is near zero.

polydaily targets the daily BTC threshold market ("Will BTC close above $X today?") and uses the spread between the current Binance spot price and the threshold to price in edge. When spot is far from threshold with little time left, both sides of the market overprice their chance -- polydaily fades the overpriced side as a maker to collect rebate plus the mispricing.

Uncorrelated PnL streams

The four bots share the same underlying asset (BTC) but have almost no correlated risk:

  • Different settlement windows: 5 m, 15 m, last-15-s snipe, daily. A single bad 5-minute candle does not affect the daily book.
  • Different signal sources: taker momentum vs. book signal vs. price-vs-threshold vs. pure resolution sniping.
  • Different capital profiles: the sniper holds positions for seconds; the daily bot may hold for hours.

Running them together smooths the equity curve far more than doubling down on one timeframe would.

Setup

All four bots share the same secrets.json credential format and the same @polymarket/clob-client initialization pattern documented in the repo. Set up once, point all four at the same wallet, and they run independently via nohup bash poly5m/scripts/run-all.sh &.

The bundle ships as four standalone Node.js scripts. No build step, no framework dependency beyond the shared Polymarket client.

Included bots