mirror of
https://github.com/NoFxAiOS/nofx.git
synced 2026-07-02 18:41:01 +08:00
Problem: - Multiple traders using the same AI model had duplicate colors - Only 2 colors were available (blue for deepseek, purple for qwen) - Made it difficult to distinguish between traders Solution: - Expand color pool from 2 to 10 distinct colors - Change color assignment from ai_model-based to index-based - Each trader now gets a unique color based on their position - Colors cycle if there are more than 10 traders Color pool includes: blue, purple, emerald, orange, pink, amber, sky, violet, green, rose 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>