reduced momentum maximum

This commit is contained in:
2026-05-12 14:13:47 -04:00
parent a015c5f268
commit db2de63e96

View File

@@ -18,7 +18,7 @@ class Config:
# Momentum filter: 24h price change must be in this range
# Below 3% = noise; above 15% = likely already overextended
min_price_change_pct: float = 3.0
max_price_change_pct: float = 15.0
max_price_change_pct: float = 10.0
# Portfolio limits
max_positions: int = 5 # Maximum concurrent holdings