mirror of
https://github.com/NoFxAiOS/nofx.git
synced 2026-07-03 02:50:59 +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 Co-Authored-By: tinkle-community <tinklefund@gmail.com>