๐Ÿ“
Thorp
2026-04-05 ยท Performance Tracker

Accountability

Paper trade P&L, win rates by strategy, and conviction calibration. Reads from state/trades/.

๐Ÿ“Š
No paper trades yet
Write trade records as JSON files to state/trades/. Each file can be a single trade object or an array.
Example: state/trades/fade-the-spike-2026-04-05.json
{
  "id": "trade_001",
  "strategy": "fade-the-spike",
  "ticker": "NVDA",
  "tradeType": "short_call",
  "openDate": "2026-04-05",
  "entryPrice": 4.2,
  "quantity": 1,
  "status": "open",
  "conviction": "high"
}