Install
openclaw skills install @captainslab/btc-sprint-stackTrade BTC 5m/15m Polymarket fast markets on Simmer with dry-run-first execution, fee-aware filtering, bankroll limits, flat signal_data, journaling, heartbeat summaries, and a strict BTC-only LLM decision layer.
openclaw skills install @captainslab/btc-sprint-stackUse this skill to operate a conservative BTC 5m/15m sprint bot on Simmer.
This is a template. The default signal is short-horizon BTC momentum plus Simmer context filters. Replace the signal source, confidence model, or edge inputs without changing the execution, journaling, and risk plumbing.
SimmerClient from simmer-sdk.5m, 15m) from Polymarket.config/defaults.json.data/live_params.json before env overrides.sourceskill_slugreasoningsignal_data.edgesignal_data.confidencesignal_data.signal_source./.venv/bin/python skills/btc-sprint-stack/main.py --once --dry-run --validate-real-path
main.py — orchestrationmodules/btc_sprint_signal.py — momentum and fallback signalmodules/btc_regime_filter.py — time, spread, edge, confidence, fee checksmodules/btc_sprint_executor.py — dry-run/live execution wrappermodules/btc_position_manager.py — bankroll and position sizingmodules/btc_trade_journal.py — JSONL journalmodules/btc_self_learn.py — bounded parameter suggestionsmodules/btc_heartbeat.py — run summary and briefingmodules/btc_llm_decider.py — strict JSON decision layer, provider abstraction, and learning store helpersdata/live_params.json — learned tunables overlaydata/pending_rules.json — pending and applied rule suggestionsdata/llm_decisions.jsonl — per-cycle LLM decision log