stock-daytrading
Installation
SKILL.md
Stock Day-Trading Desk
Turns an equity intraday idea into a daily, notification-first order routine — gated by
strategy-discovery-backtest. No rule trades until it PASSes there.
Educational analysis, not financial advice. Intraday equity edges are thin and cost-sensitive.
Hard order of operations
- Idea ->
strategy-discovery-backtestFIRST. A "day-trade SPY" request enters the gate before any order logic exists. - Gate PASS -> build the daily loop. Gate FAIL -> report "no edge", trade nothing.
- Paper / notification mode -> human sign-off -> live with code-side hard caps.