Changed hard stop percentage

This commit is contained in:
2026-05-19 08:44:12 -04:00
parent a4232641ce
commit 3a2a8571e2

View File

@@ -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