From e40fa91125e1f903c300188c04e738c05ead8cf3 Mon Sep 17 00:00:00 2001 From: algizn97 Date: Fri, 10 Oct 2025 14:00:28 +0500 Subject: [PATCH] Added the ability to summarize all commissions within a series.Minor bugs have been fixed --- app/bybit/telegram_message_handler.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/bybit/telegram_message_handler.py b/app/bybit/telegram_message_handler.py index 9662eab..789fb19 100644 --- a/app/bybit/telegram_message_handler.py +++ b/app/bybit/telegram_message_handler.py @@ -135,9 +135,9 @@ class TelegramMessageHandler: user_symbols = user_auto_trading.symbol if user_auto_trading else None if ( - auto_trading - and safe_float(closed_size) > 0 - and user_symbols is not None + auto_trading + and safe_float(closed_size) > 0 + and user_symbols is not None ): if safe_float(total_pnl) > 0: profit_text = "📈 Прибыль достигнута\n"