lowered take profit
This commit is contained in:
@@ -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 |
|
||||
|
||||
|
||||
Reference in New Issue
Block a user