[■] Configuration — Tunable Thresholds & Intervals 1
╔═ Market Discovery ═
║ CANDIDATE_MARKET_HOURS
Scan markets closing within this many hours
╚═══
╔═ Anomaly Detection ═
║ LATE_STAGE_HOURS
Trade anomaly detection window before market close
║ HIGH_CONVICTION_USD
Minimum USD trade size to flag as high-conviction
║ ANOMALY_STD_DEVS
Flag trades this many std devs above market mean
╚═══
╔═ Insider Criteria ═
║ INSIDER_MIN_TRADES
Minimum historical trades to classify a wallet as insider
║ INSIDER_WIN_RATE
Win rate above this triggers insider flag (0.50 – 1.00)
║ INSIDER_MIN_PROFIT
Net profit above this also triggers insider flag
╚═══
╔═ Polling & Cache ═
║ POLL_INTERVAL_SECONDS
Time between automatic monitoring cycles
║ STATS_REFRESH_MINUTES
How often to recalculate per-market trade statistics
║ WALLET_PROFILE_CACHE_HOURS
How long to cache wallet profiling results before re-fetching
╚═══
╔═ LLM Configuration ═
║ LLM_API_URL
OpenAI-compatible server URL
║ LLM_MODEL
Model name for the local LLM agent
║ LLM_API_KEY
API Key (if required by provider)
║ LLM_PROVIDER
LLM API Provider
╚═══
Notes

Changes apply immediately to the running process. The bot's polling loop picks up new thresholds on the next cycle.

Overrides are saved to output/.config_overrides.json and survive restarts. Environment variables set before startup still take precedence over the defaults but not over values saved here.

F1Help F5Refresh F9Run F10Menu
Configuration — Live Settings