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

@@ -80,7 +80,7 @@ All settings live in [`config.py`](config.py). The most commonly tuned values:
| `max_positions` | 5 | Maximum concurrent holdings |
| `trailing_stop_pct` | 8.0 | Sell if price drops this % below its peak |
| `hard_stop_pct` | 12.0 | Sell if price drops this % below entry |
| `take_profit_pct` | 25.0 | Sell when this % profit is reached |
| `take_profit_pct` | 5.0 | Sell when this % profit is reached |
| `max_hold_hours` | 72 | Exit after this many hours regardless |
| `paper_trading` | True | Set to False for live orders |