- Built deep-scraper skill (CDP-based X feed extraction) - Three-stage pipeline: scrape → triage → investigate - Paper trading simulator with position tracking - First live investigation: verified kch123 Polymarket profile ($9.3M P&L) - Opened first paper position: Seahawks Super Bowl @ 68c - Telegram alerts with inline action buttons - Portal build in progress (night shift)
30 lines
629 B
JSON
30 lines
629 B
JSON
{
|
|
"pipeline": {
|
|
"scrape_pages": 8,
|
|
"scrape_port": 9222,
|
|
"triage_min_priority": 2,
|
|
"investigate_max_per_run": 5
|
|
},
|
|
"simulation": {
|
|
"default_bankroll": 1000,
|
|
"max_position_pct": 0.20,
|
|
"stop_loss_pct": 0.10,
|
|
"currency": "USD"
|
|
},
|
|
"alerts": {
|
|
"channel": "telegram",
|
|
"min_signal_score": 0.3,
|
|
"notify_on_investigation": true,
|
|
"notify_on_sim_entry": true,
|
|
"daily_digest_hour": 9
|
|
},
|
|
"schedule": {
|
|
"scrape_hours": [8, 10, 12, 14, 16, 18, 20, 22],
|
|
"timezone": "America/Chicago"
|
|
},
|
|
"backtest": {
|
|
"lookback_days": 30,
|
|
"min_trades_for_confidence": 10
|
|
}
|
|
}
|