update
This commit is contained in:
parent
2f350d1bbf
commit
21cca1b504
@ -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)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user