49 lines
815 B
Markdown
49 lines
815 B
Markdown
# Trading Bot v0.4 — Dynamic Position Sizing (GEPLANT)
|
|
|
|
**Status:** 🟡 PLANNED (Implementation: 2026-07-18)
|
|
**Current Production:** v0.3 (stable)
|
|
**Rollback Path:**
|
|
|
|
## Problem v0.3
|
|
|
|
- **Hardcoded MAX_TRADE = 0** (nicht skalierbar)
|
|
- Portfolio 50 → Max 0 (13% — zu aggressiv)
|
|
- Portfolio 00 → Max 0 (4% — nicht genutzt)
|
|
- Portfolio 0k → Max 0 (0.2% — ineffizient)
|
|
|
|
## Lösung v0.4
|
|
|
|
**Dynamisches Position Sizing: **
|
|
|
|
|
|
|
|
✅ **Auto-skaliert bei Gewinn oder Zukauf**
|
|
|
|
## Implementation Details
|
|
|
|
### Neue Konstanten
|
|
|
|
|
|
### Berechnung pro Zyklus
|
|
|
|
|
|
### Logging
|
|
|
|
|
|
## Deployment Plan (2026-07-18)
|
|
|
|
1. Schreibe (clean, keine sed-Patches)
|
|
2. Test:
|
|
3. Deploy:
|
|
4. Restart:
|
|
5. Verify: Dashboard zeigt neue Max Trade
|
|
6. Git commit:
|
|
|
|
## Rollback (falls nötig)
|
|
|
|
|
|
|
|
---
|
|
|
|
**Dokumentation:** See (Obsidian)
|