joncovington/MEICAgent

Multiple Entry Iron Condor (MEIC) strategy agent for 0DTE options via tastytrade and Claude Code

4Stars on the repository
16Mods indexed here, across every type
1mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

MEIC-start

01

joncovington/MEICAgent

Command Claude Code

Start the full MEICAgent session: streamer and agent loop.

4 1mo ago A 0 tokens original MIT

check-chain

02

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

daily-check

03

joncovington/MEICAgent

Command Claude Code

Run the MEICAgent daily connection check. Executes once per trading day at the start of the first market-hours iteration.

4 1mo ago A 0 tokens original MIT

eod-report

05

joncovington/MEICAgent

Command Claude Code

Produce the end-of-day report(s) for MEICAgent. Reproduces the live report, the paper report, or both.

4 1mo ago A 0 tokens original MIT

execute-entry

06

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

meic-status

07

joncovington/MEICAgent

Command Claude Code

Display the current MEICAgent session status as a clear, readable summary.

4 1mo ago A 0 tokens original MIT

paper-dashboard

08

joncovington/MEICAgent

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…

4 1mo ago A 0 tokens original MIT

paper-loop

09

joncovington/MEICAgent

Command Claude Code

Run one iteration of the MEICAgent parallel-shadow paper-trading loop.

4 1mo ago A 0 tokens original MIT

paper-report

10

joncovington/MEICAgent

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.

4 1mo ago A 0 tokens original MIT

paper-start

11

joncovington/MEICAgent

Command Claude Code

Start the full MEICAgent paper-trading session: streamer and paper-trading loop.

4 1mo ago A 0 tokens original MIT

set-risk-profile

12

joncovington/MEICAgent

Command Claude Code

Switch to a named risk profile (conservative/moderate/aggressive/very-aggressive), automatically backing up and updating config.json.

4 1mo ago A 0 tokens original MIT

setup

13

joncovington/MEICAgent

Command Claude Code

Set up MEICAgent credentials and verify the broker connection.

4 1mo ago A 0 tokens original MIT

stop-management

14

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