CryptoEdge
Description
Paper-first Python desk for crypto USDT-M perps: daytrading engine, risk gates, purged walk-forward, modular architecture. Live execution off by default.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
CryptoEdge
[](https://github.com/Ryusmay/CryptoEdge/actions/workflows/tests.yml) [](LICENSE) [](https://www.python.org/)
**Paper-first research desk for crypto USDT-M perpetuals.** Python engine + native PySide6 UI. Live order placement stays **off** unless you explicitly enable it.
CryptoEdge is a personal quantitative trading workstation: multi-timeframe daytrading (V2), hard risk gates, purged walk-forward, and a modular monolith so strategy, risk, and execution stay testable in isolation.
Ready for **ChatGPT Codex**, **GitHub Copilot**, and **Claude Code** via [`AGENTS.md`](AGENTS.md).

Native DESK: open positions, candidates, BloFin watchlist, session PnL and risk. Screenshot is **PAPER/DEMO** with an empty book — filled positions wait on modular migration ([ROADMAP](ROADMAP.md) M0).
Not financial advice. Defaults to **PAPER**. API keys never belong in git (`.env` is gitignored).
Why this repo exists
Most crypto “bots” mix signals, sizing, and exchange I/O in one loop. This project is the opposite:
- Strategy sees a market snapshot, not your wallet or LIVE flag
- Risk owns size, cluster caps, and vetoes
- Execution owns fills, SL/TP, reduce-only (paper adapter today)
- Replay / walk-forward reuse the same decision path as the desk
Architecture notes live in [`docs/architecture/`](docs/architecture/) (ADR-001 modular monolith, migration stages 0–7).
How this codebase defends itself
The gates in `tools/` are the load-bearing part of the workflow, more than any single strategy parameter. They exist because a trading codebase fails quietly: a refactor that changes one number produces plausible output forever.
- Each gate replays a fixed se
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11