algorithmic trading commands

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

calibrate

01

l3lackcurtains/trading-ops

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/.

55 4mo ago A 34 tokens original MIT

ingest

02

l3lackcurtains/trading-ops

Command Claude Code

Ingest new framework knowledge into docs/ and recalibrate guide/. The ONLY command authorized to write inside docs/.

55 4mo ago A 22 tokens original MIT

scan

03

l3lackcurtains/trading-ops

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.

55 4mo ago A 37 tokens original MIT

check-chain

04

joncovington/MEICAgent

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…

4 1mo ago A 0 tokens original MIT

execute-entry

05

joncovington/MEICAgent

Command Claude Code

Execute a new MEICAgent iron condor entry. Only invoke when the entry decision (Step 6) is yes.

4 1mo ago A 0 tokens original MIT

stop-management

06

joncovington/MEICAgent

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…

4 1mo ago A 0 tokens original MIT