diff --git a/backend/app/crypto_agent/crypto_agent.py b/backend/app/crypto_agent/crypto_agent.py index ab1e934..13369fe 100644 --- a/backend/app/crypto_agent/crypto_agent.py +++ b/backend/app/crypto_agent/crypto_agent.py @@ -264,7 +264,7 @@ class CryptoAgent: f"📊 **监控交易对**: {len(self.symbols)} 个", f" {', '.join(self.symbols)}", f"⏰ **运行频率**: 每5分钟整点", - f"💰 **模拟交易**: 已启用(后台统一监控)", + f"💰 **交易系统**: 已启用(后台统一监控)", f"🎯 **分析维度**: 技术面 + 资金面 + 情绪面", ] @@ -1028,7 +1028,7 @@ class CryptoAgent: content_parts.append(f"⚠️ **风险**: {risk_analysis}") content_parts.append(f"") - content_parts.append(f"💼 模拟交易已执行") + content_parts.append(f"💼 交易已执行") content = "\n".join(content_parts)