Claude Skill
Novals83/5min-btc-polymarket
5min-btc-polymarket is an OpenClaw skill for BTC 5-minute momentum trading on Polymarket with configurable risk controls and optional hedge logic.
Overview
Repository
Install this Skill
git clone https://github.com/Novals83/5min-btc-polymarket.gitRegistry
Summary
5min-btc-polymarket is an OpenClaw skill for BTC 5-minute momentum trading on Polymarket, featuring configurable risk controls and optional hedge logic.
针对BTC 5分钟Polymarket动量交易的OpenClaw技能,具备可配置的风险控制及可选的对冲逻辑。
Key features
- BTC 5-minute momentum trading on Polymarket
- Configurable risk controls
- Optional hedge logic
- Built as an OpenClaw skill
- Python-based implementation
Use cases
- Automated short-term BTC momentum trading
- Risk-managed Polymarket trading strategies
- Hedging BTC positions with optional logic
- Customizable trading bot for crypto prediction markets
README excerpt
# 5min BTC Polymarket Skill Open-source OpenClaw skill for **BTC 5-minute Up/Down** markets on Polymarket. Repository: https://github.com/Novals83/5min-btc-polymarket ## Strategy (Momentum into Close) This skill is aligned with a short-horizon momentum strategy: 1. Trade BTC 5m event markets near expiry. 2. Main entry window: around **2 minutes left**. 3. Confirm that BTC has already moved by about **$70-$100** in the active interval. 4. Check market skew (crowd positioning). If flow supports the move direction, enter **with** momentum. 5. Typical sizing: around **50% of trading allocation** (user-defined risk tolerance). 6. Optional micro-hedge when skew is extreme (for example, 95/5): place a small opposite position ($1-$2 equivalent) to reduce tail risk. This is a momentum-following approach, not a reversal strategy. ## Repository Structure - `SKILL.md` — skill definition and operating rules - `config/` — profiles and risk parameters - `scripts/` — runners/wrappers/hot commands - `examples/` — practical command examples ## Deploy / Run ### Prerequisites - OpenClaw environment - Polymarket execution stack available at: - `<your-workspace>/pm-hl-conservative-plus-repo` - Python virtual env for runner scripts - Valid API credentials configured outside this repository ### Quick Start ```bash git clone https://github.com/Novals83/5min-btc-polymarket.git cd 5min-btc-polymarket ``` Read: - `SKILL.md` - `config/btc_5m_profiles.yaml` Run a conservative real test (example): ```bash .venv/bin/python scripts/test_btc_5m_session_exit_sl.py --profile conservative --execute ``` Run aggressive profile: ```bash .venv/bin/python scripts/test_btc_5m_session_exit_sl.py --profile aggressive --execute ``` Unified skill control (recommended): ```bash scripts/btc5m_ctl.sh star
Topics
No topics yet.