`/maxentries` should be in single tics.

This commit is contained in:
Matthias 2023-03-04 20:09:39 +01:00
parent 7c0c98a368
commit 9444bbb6f3
1 changed files with 1 additions and 1 deletions

View File

@ -586,7 +586,7 @@ class Telegram(RPCHandler):
if position_adjust:
max_buy_str = (f"/{max_entries + 1}" if (max_entries > 0) else "")
lines.append("*Number of Entries:* `{num_entries}`" + max_buy_str)
lines.append("*Number of Entries:* `{num_entries}" + max_buy_str + "`")
lines.append("*Number of Exits:* `{num_exits}`")
lines.extend([