11512045dd
Define module-level constants for market activity, volatility, and liquidity thresholds. This improves code readability and makes threshold values easier to maintain and adjust in the future. Constants added: - ACTIVITY_VERY_HIGH_THRESHOLD, ACTIVITY_HIGH_THRESHOLD, etc. - VOLATILITY_VERY_VOLATILE_THRESHOLD, VOLATILITY_VOLATILE_THRESHOLD, etc. - LIQUIDITY_VERY_HIGH_THRESHOLD, LIQUIDITY_HIGH_THRESHOLD, etc. Addresses PR #2 review comments on lines 1084 and 1224. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>