Add health check, backtest, correlation tracker, wallet setup, and skills registry
New scripts: - health_check.py: one-command session-start workflow (portfolio + live prices + drawdown + stop losses → GREEN/YELLOW/RED status) - backtest.py: performance analysis with live-readiness assessment against CLAUDE.md prerequisites (20+ trades, >55% win rate, Sharpe >0.5) - correlation_tracker.py: detects hidden correlated exposure in portfolio (e.g., 3 insider-trading bets = one cluster) - setup_wallet.py: burner wallet creation, env var verification, on-chain balance check for live trading setup Also adds: - .env.example template for live trading configuration - .well-known/skills/index.json for Agent Skills registry discovery - Updated SKILL.md files documenting new scripts - .gitignore entries for .env, .polymarket-live/, and key files Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
81f0c9965f
commit
22fcb4355b
@@ -59,6 +59,21 @@ python scripts/momentum_scanner.py
|
||||
python scripts/momentum_scanner.py --min-volume 10000 --limit 300
|
||||
```
|
||||
|
||||
### 4. Correlation Tracker (`scripts/correlation_tracker.py`)
|
||||
|
||||
Detect hidden correlated exposure in your portfolio:
|
||||
|
||||
- Groups positions by topic (crypto, politics, sports, geopolitics, etc.)
|
||||
- Detects shared qualifiers ("insider trading", "FIFA World Cup", etc.)
|
||||
- Warns when correlated clusters exceed concentration limits
|
||||
- Outputs diversification score (0-100)
|
||||
|
||||
```bash
|
||||
python scripts/correlation_tracker.py
|
||||
python scripts/correlation_tracker.py --json
|
||||
python scripts/correlation_tracker.py --threshold 0.10
|
||||
```
|
||||
|
||||
## Workflow
|
||||
|
||||
1. Run `find_edges.py` to scan for arbitrage across all active markets
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user