From d70135e52c8035704df38240d438e69619437ac6 Mon Sep 17 00:00:00 2001 From: Artemii Peretiachenko Date: Mon, 31 Aug 2026 11:16:30 +0200 Subject: [PATCH] Drop the FVG remainder hold note from Telegram captions. TP1+BE stays; the extra Fix 30% line was redundant. Co-authored-by: Cursor --- app/formatter.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/app/formatter.py b/app/formatter.py index 129d92d..117464a 100644 --- a/app/formatter.py +++ b/app/formatter.py @@ -132,13 +132,6 @@ def format_caption(signal: SignalPayload) -> str: lines.append(f"TP2: {format_price(signal.take_profit_2_price)}") if signal.take_profit_3_price: lines.append(f"TP3: {format_price(signal.take_profit_3_price)}") - if hold_remainder: - lines.extend( - [ - "", - "Fix 30%, hold remainder until reversal signal.", - ] - ) if signal.is_reversal and signal.realized_pnl_pct is not None: lines.extend( [