Coordinated with multi-agent Redis bus work (HF quality roadmap, KOL/news hygiene). For the changelog index see /updates/ and Audit Dashboard.
smart_picks_engine.py) — Ranks candidates using ml_composite (ML score, confidence, forward win-rate hints), plus filters (e.g. score floor, volume FOMO cap, validated score, non-crypto policy). Elite score is a quality input, not the primary ranker.predictions / legacy social JSON is BANNED from consensus. kol_consensus is WATCH until forward-validated; news-inferred vs true KOL weighting is scored differently in the execution path.real_money_tracker.py simulates a small, stricter subset of live picks for measurement only (not your brokerage).live-monitor/, sports APIs). Do not mix sports bankroll rules with crypto scanner output.The tracker name means “track as if real size,” still paper / simulation. Selection rules in code (April 2026) include, among others:
PROVEN_STRATEGIES (includes high-score style flows such as hs_lb_None, selected copy-trader lanes, fear/greed contrarian, several crypto mean-reversion / regime models). The list is curated from historical closed-trade stats and can change.MIN_SCORE (currently 50): code comments note weaker historical win rate below that band.MAX_RR aligned with smart-picks RR policy (wide targets are deprioritized).Full detail lives in the repo: alpha_engine/real_money_tracker.py. NFA — this is engineering documentation, not a recommendation to mirror settings with real cash.
Multi-agent sign-off (April 4, 2026) documents institutional-style gates for decay, concentration, display tiers, retirement, and conflicts. Implementation rolls out in scoring and audit tooling; cite the source of truth:
docs/HEDGE_FUND_QUALITY_NEXT_STEPS.md
| ID | Policy (summary) |
|---|---|
| A | Backtest vs forward decay hard-gate when sample is large enough |
| B | Concentration caps (per symbol / direction / duplicate portfolios) |
| C | Tier-1 display defaults to multi-system agreement; single-system labeled experimental |
| D | Strategy retirement after sustained poor forward win rate with enough closes |
| E | Portfolio circuit breaker on deep drawdown (pause new risk) |
| F | Stronger penalty when ML composite falls back without a real model score |
| G | Hard-reject true consensus conflicts (direction vs recommendation with high delta) |
NFA — thresholds describe internal risk research targets, not personal position sizing advice.