Install
openclaw skills install polymarket-trader-1-0-0Develop and optimize a Polymarket BTC 1h Up/Down trading strategy using Binance BTCUSDT data to identify fair probabilities and manage trade entries and exits.
openclaw skills install polymarket-trader-1-0-0Maintain 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.