Files
trading_bot_v4/.env
mindesbunister 5d8fa78d85 config: Set TP1=1.1%, SL=2.8%, leverage=5x (no 10x tier)
- Updated STOP_LOSS_PERCENT from -1.5 to -2.8
- Updated TAKE_PROFIT_1_PERCENT from 0.8 to 1.1
- Clamped ATR bounds: MIN/MAX_TP1_PERCENT=1.1, MIN/MAX_SL_PERCENT=2.8
- Set LEVERAGE=5 (was 1)
- Disabled adaptive leverage (USE_ADAPTIVE_LEVERAGE=false)
- Set HIGH/LOW_QUALITY_LEVERAGE both to 5 (removed 10x tier)
- Set SOLANA_LEVERAGE=5, ETHEREUM_LEVERAGE=5

User request: consistent 5x leverage, fixed TP1/SL targets
2025-12-26 10:18:49 +01:00

15 KiB