lowered take profit

This commit is contained in:
2026-05-04 09:49:41 -04:00
parent 7dd0917d15
commit e37072953b
2 changed files with 2 additions and 2 deletions

View File

@@ -35,7 +35,7 @@ class Config:
hard_stop_pct: float = 12.0
# Take profit: sell when price is this % above entry.
take_profit_pct: float = 25.0
take_profit_pct: float = 5.0
# Time limit: sell after this many hours if no stop/TP was hit.
# Prevents dead money from tying up capital indefinitely.