Files
foxhunt/risk/src
jgrusewski 774bbe6506 fix(adaptive-strategy): risk limit breaches return errors instead of warnings
VaR, drawdown, and leverage checks in check_risk_limits() only logged
warnings and returned Ok(()). Now they return errors to block order
generation when limits are breached. Also removes unused warn import.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-23 22:25:22 +01:00
..