calibrate
01Command Claude Code
Audit guide/ + .claude/commands/ against docs/ knowledge base. Pull the protocol back to match the framework when it drifts. Never writes to docs/.
28 tagged algorithmic trading, measured the same way as everything else here.
Browse within: 0dte 14automated-trading 14crypto 9forex 9stocks 9agent-native 5codex-plugin 5quantconnect 5
Command Claude Code
Audit guide/ + .claude/commands/ against docs/ knowledge base. Pull the protocol back to match the framework when it drifts. Never writes to docs/.
Command Claude Code
Ingest new framework knowledge into docs/ and recalibrate guide/. The ONLY command authorized to write inside docs/.
Command Claude Code
Universal scan — auto-detects asset class (stock / crypto / index / FX / commodity) and runs the matching protocol. With no args, regenerates scanned/INDEX.md.
Command Claude Code
Verify that the tastytrade option chain and delta-based strike selection are working for the relevant trading session, for every symbol in config.json's symbols list. Tests today's expiration if before 16:00 ET on a trading day; otherwise tests the next trading day. Repeat Steps 2–4 below once per symbol; report one…
Command Claude Code
Execute a new MEICAgent iron condor entry. Only invoke when the entry decision (Step 6) is yes.
Command Claude Code
Run the MEICAgent stop management step. Executes every loop iteration for all open trades across every configured symbol in one pass (not scoped to one symbol) — each trade record already carries its own symbol, so every rule below that references "the symbol" means that specific trade's symbol, not a single…
Command
Run a QuantConnect backtest for a generated algorithm.
Command
Generate a QuantConnect LEAN draft with Claude Code or Codex Agent.
Command
Lint or compile-check a QuantConnect Python algorithm through QuantCoder.