AGT-001 :: MIDAS
Status: IN DEVELOPMENT
Role: Day trader's copilot
MIDAS is a research-driven trading agent built to scan, reason about, and act on intraday setups instead of just drawing pretty lines on charts.
Built because staring at TradingView all day is a waste of neurons. Currently running in chunks, frequently breaking, getting better.
Can (so far):
- Orchestrate sessions with a central clock, kill_switch, and event bus
- Load rule-based screening configs for repeatable setups
- Track open positions and session state for post-mortem review
Planned:
- Pre-market scan to build a conviction-ranked watchlist
- Multi-agent LLM “analyst desk” per ticker (tech, tape, sentiment, etc.)
- Decision layer that debates, scores conviction, and chooses LIVE vs ALERT
- Execution layer to place trades or fire alerts via APIs / bots
Currently cannot:
- Run the full pipeline end-to-end without supervision
- Trade fully autonomously with my capital
- Safely handle every edge-case session without the kill_switch armed
Known failure modes:
- Breaks when orchestration assumptions change
- Over-surfacing noisy, low-conviction names from loose screens
- Gets weird around odd sessions and broken data