MEIC-start
01Command Claude Code
Start the full MEICAgent session: streamer and agent loop.
Command Claude Code
Start the full MEICAgent session: streamer and agent loop.
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
Run the MEICAgent daily connection check. Executes once per trading day at the start of the first market-hours iteration.
Command Claude Code
Launch the MEICAgent intraday dashboard.
Command Claude Code
Produce the end-of-day report(s) for MEICAgent. Reproduces the live report, the paper report, or both.
Command Claude Code
Execute a new MEICAgent iron condor entry. Only invoke when the entry decision (Step 6) is yes.
Command Claude Code
Display the current MEICAgent session status as a clear, readable summary.
Command Claude Code
Launch the MEICAgent paper-trading dashboard — the same dashboard as /dashboard, pointed at data/papertrades.db instead of the live account. Runs on a separate port (5051) so it can be open alongside the live dashboard (5050) without conflict, and is visually marked "Paper Mode — Simulated" so it can never be mistaken…
Command Claude Code
Run one iteration of the MEICAgent parallel-shadow paper-trading loop.
Command Claude Code
Produce the weekly (or custom-range) paper-trading performance report, comparing all four risk profiles side by side. Covers both executionmode='paper' (forward, live-quote) and executionmode='replay' (historical SPX) trades in one combined view, since both write to the same data/papertrades.db schema.
Command Claude Code
Start the full MEICAgent paper-trading session: streamer and paper-trading loop.
Command Claude Code
Switch to a named risk profile (conservative/moderate/aggressive/very-aggressive), automatically backing up and updating config.json.
Command Claude Code
Set up MEICAgent credentials and verify the broker connection.
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…
Settings file Claude Code
An empty agent settings file, from a project described as: Multiple Entry Iron Condor (MEIC) strategy agent for 0DTE options via tastytrade and Claude Code.
Instructions file
Instructions for joncovington/MEICAgent, covering meicagent — operational instructions, documentation & commit rule, tastytrade auth, tastytrade tool reference and dxlink streamer daemon.
MCP server Claude CodeCodexCursor
TastyTrade MCP Server - Production-ready OAuth trading with full instrument support. Runs locally from the tastytrade-mcp Python package.