This commit is contained in:
aaron 2026-02-18 14:35:15 +08:00
parent f595e351bb
commit 8fcf262aee

View File

@ -137,6 +137,9 @@ class CryptoAgent:
elif status == 'closed_sl': elif status == 'closed_sl':
emoji = "🛑" emoji = "🛑"
status_text = "止损平仓" status_text = "止损平仓"
elif status == 'closed_be':
emoji = "🔒"
status_text = "保本止损"
else: else:
emoji = "📤" emoji = "📤"
status_text = "手动平仓" status_text = "手动平仓"