Don't use "limit" for sell-orders either

This commit is contained in:
Matthias
2019-06-17 07:01:17 +02:00
parent 557122921a
commit 06afb3f155
3 changed files with 5 additions and 5 deletions

View File

@@ -144,7 +144,7 @@ class Telegram(RPC):
msg['profit_percent'] = round(msg['profit_percent'] * 100, 2)
message = ("*{exchange}:* Selling {pair}\n"
"*Limit:* `{limit:.8f}`\n"
"*Rate:* `{limit:.8f}`\n"
"*Amount:* `{amount:.8f}`\n"
"*Open Rate:* `{open_rate:.8f}`\n"
"*Current Rate:* `{current_rate:.8f}`\n"