From 3a2a8571e2ed0b4b25bf08fd6476a915473730f6 Mon Sep 17 00:00:00 2001 From: jerick Date: Tue, 19 May 2026 08:44:12 -0400 Subject: [PATCH] Changed hard stop percentage --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.py b/config.py index 1552eaa..a683fd6 100644 --- a/config.py +++ b/config.py @@ -32,7 +32,7 @@ class Config: # Hard stop: sell if price drops this % below entry price, regardless of peak. # Protects against gapping down before the trailing stop can trigger. - hard_stop_pct: float = 8.0 + hard_stop_pct: float = 6.0 # Take profit: sell when price is this % above entry. take_profit_pct: float = 3.0