The state API was returning client.daysTraded (any non-zero day) as the displayed daysTraded. Firms count only days that hit minDayPnL toward the min trading day requirement. When cfg.min_day_pnl > 0, filter dailyPnL by that threshold and use the filtered count. Otherwise fall back to client.daysTraded. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>