update
This commit is contained in:
parent
f595e351bb
commit
8fcf262aee
@ -137,6 +137,9 @@ class CryptoAgent:
|
||||
elif status == 'closed_sl':
|
||||
emoji = "🛑"
|
||||
status_text = "止损平仓"
|
||||
elif status == 'closed_be':
|
||||
emoji = "🔒"
|
||||
status_text = "保本止损"
|
||||
else:
|
||||
emoji = "📤"
|
||||
status_text = "手动平仓"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user