trading-ops
π Framework-driven trading workspace in Claude Code β one slash command scans stocks, crypto, FX, indices & commodities with structured verdicts and audit trails π€
File Explorer
Download Latest Version (.zip)- calibrate.md
- discover.md
- ingest.md
- rescan.md
- scan-earnings.md
- scan-flow.md
- scan-fundamentals.md
- scan-macro.md
- scan.md
- settings.json
- banner.html
- demo-screenshot.png
- demo.gif
- demo.mp4
- logo.html
- trading-ops-banner.png
- trading-ops-logo.png
- INGEST_LOG.md
- long-term-investing.md
- macro.md
- positioning.md
- volume-profile.md
- vwap.md
- commodity-flow.md
- crypto-flow.md
- data.md
- fx-flow.md
- index-flow.md
- protocol.md
- scorecard.md
- structure.md
- style.md
- tiers.md
- CALIBRATION_LOG.md
- discover-rules.md
- scan-rules.md
- current.md
- current.md
- current.md
- current.md
- current.md
- INDEX.md
- pre-commit
- _yfdata.py
- clean_md.py
- extract_pdfs.py
- fetch_crypto.py
- fetch_macro.py
- fetch_max_pain.py
- fetch_news.py
- fetch_ohlc.py
- fetch_quote.py
- fetch_sec.py
- prune_archive.py
- regen_index.py
- validate_links.py
- validate_tiers.py
- .editorconfig
- .gitignore
- CLAUDE.md
- LICENSE
- package.json
- README.md
- requirements.txt
- STRUCTURE.md
# Installation Guide
git clone https://github.com/l3lackcurtains/trading-ops
Downloads the entire project code from GitHub to your computer.
cd trading-ops
Moves into the project folder you just downloaded.
2. Official Install Script
Easy Recommendedcurl -fsSL https://raw.githubusercontent.com/NousResearch/hermes-agent/main/scripts/install.sh | bash
Downloads and runs the official install script in one line β this handles the full setup automatically.
Pulled directly from this repo's README.
3. Node.js
Easynpm run setup
Type this command into your terminal and run it.
npm run hook
Type this command into your terminal and run it.
Pulled directly from this repo's README.
4. Python
Easypython3 -m venv .venv
Runs the Python script (or module).
pip install -r requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
uv pip install -r requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
Pulled directly from this repo's README.
