Settings
Provider connection status and setup scoring weights. API keys are never entered or shown here — edit them directly in .env.local.
Providers
- ConnectedPublic (market data + account)PUBLIC_API_SECRET, PUBLIC_API_ACCOUNT_ID
- ConnectedFinnhub (news)FINNHUB_API_KEY
- Not configuredAlpha Vantage (sentiment, not primary)ALPHA_VANTAGE_API_KEY
- ConnectedAnthropic ("Why is this on my radar?")ANTHROPIC_API_KEY — a configured key doesn't guarantee a funded account (see docs/architecture/DOMINUS_ARCHITECTURE.md §8 Phase 5)
- ConnectedDatabaseDATABASE_URL
- Not configuredLogin gateAUTH_ENABLED=false
Setup scoring weights
Overrides docs/SCORING.md's default weight table for every strategy (Setup Engine — Phase 4). Applies on the next scan, not retroactively to scores already shown.
Loading…
Risk limits
Not built — this belongs to Trade Gatekeeper (max position size, cooldown after a loss, daily loss limit), which needs your actual risk rules defined before it's built, not invented on your behalf.