regardo911

Seven AI Trading Bots — AI skill for Claude Code

AI community

Companion code to 'Use Claude to Build 7 AI Trading Bots' from youcanbuildthings.com.

How to install Seven AI Trading Bots

This entry records only its repository, not the path inside it, so there is no exact command to give. Open regardo911/seven-ai-trading-bots and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Seven AI Trading Bots does

Companion code to 'Use Claude to Build 7 AI Trading Bots' from youcanbuildthings.com.

Alternatives in AI

  • Opennews MCP — News Aggregation · AI Ratings · Trading Signals · Real-time Updates 2.1k ★
  • OpenMobius Skill — ICT/SMC trading-knowledge skill for AI coding agents (Claude Code / Codex / OpenClaw / Hermes) 660 ★
  • Maestro Companion — Quick execution for small tasks — minimal run lifecycle (start + done) with evidence recording 530 ★

README

Seven AI Trading Bots

**Seven trading bots, one disciplined chassis. Claude builds the bot; deterministic Python rules execute; you own the strategy.**

Companion reference implementation for the book [**Use Claude to Build 7 AI Trading Bots**](https://youcanbuildthings.com/books/claude-7-trading-bots) (AI Trading Bot Playbooks, Book 2) from [youcanbuildthings.com](https://youcanbuildthings.com), the repository its Appendix A4 points to.

[![ci](https://github.com/regardo911/seven-ai-trading-bots/actions/workflows/ci.yml/badge.svg)](https://github.com/regardo911/seven-ai-trading-bots/actions/workflows/ci.yml) ![python](https://img.shields.io/badge/python-3.11%2B-blue) ![license](https://img.shields.io/badge/license-MIT-green) ![style](https://img.shields.io/badge/style-ruff-261230) ![mode](https://img.shields.io/badge/default-paper--mode-success) ![advice](https://img.shields.io/badge/⚠_not_financial_advice-educational_only-red)

**⚠️ Not financial advice.** This is educational software. Trading involves substantial risk of loss, backtests here run on **synthetic sample data**, and nothing in this repository is a recommendation to trade anything. Paper (simulated) mode is the default everywhere; live trading requires deliberate code-level opt-in and is entirely at your own risk. **Read [DISCLAIMER.md](DISCLAIMER.md) before doing anything else.**

**7 strategies · 3 bench swaps · 5 market regimes · walk-forward + realism layer · runs offline with zero API keys**


60-second quickstart

No API keys. No brokerage account. No network beyond `pip`. Full walk-through with expected output: **[START_HERE.md](START_HERE.md)**.

git clone https://github.com/regardo911/seven-ai-trading-bots
cd seven-ai-trading-bots
python -m venv .venv && source .venv/bin/activate
pip install -e ".[dev]"     # minimal offline core; or `pip install -r requirements.txt` for the full book stack

make check        # 1. is the chassis wired? (Appendix A7 smoke test)
make