Install
openclaw skills install polymarket-traderBuild and analyze a BTC 1h Up/Down trading strategy anchored to Binance BTCUSDT, applying edge thresholds, regime filters, and detailed trade validation.
openclaw skills install polymarket-traderMaintain a profitable BTC 1h Up/Down strategy by anchoring decisions to Binance BTCUSDT (the resolution source) and enforcing anti-churn/risk rules.
bitcoin-up-or-down-* 1h markets (Binance 1H open vs close).edge = fair_prob - market_price exceeds a threshold.reason / entry_modeAll scripts are designed to be run from the OpenClaw workspace.
{baseDir}/scripts/binance_klines.py
{baseDir}/scripts/binance_regime.py
{baseDir}/scripts/explain_fills.py
events.jsonl and prints a concise table for the last N fills:
{baseDir}/references/strategy.md — the math model, parameters, and tuning checklist.