diff --git a/freqtrade/rpc/telegram.py b/freqtrade/rpc/telegram.py index 9b61ef53a..0e91e9bd1 100644 --- a/freqtrade/rpc/telegram.py +++ b/freqtrade/rpc/telegram.py @@ -297,7 +297,7 @@ class Telegram(RPCHandler): cp_extra = f" / {cp_fiat:.3f} {msg['fiat_currency']})" else: cp_extra = '' - cp_extra = f"*Cumulative Profit:* (`{msg['cumulative_profit']:.8f}\ + cp_extra = f"*Cumulative Profit:* (`{msg['cumulative_profit']:.8f}" \ f"{msg['stake_currency']}{cp_extra}`)\n" else: cp_extra = ''