Liquidity: Max 1 position, 50% investment (single-position strategy)

This commit is contained in:
Marc Blatter 2026-07-06 21:54:27 +02:00
parent 07cffd0efb
commit 3cc76aa07b
1 changed files with 18 additions and 0 deletions

View File

@ -33,3 +33,21 @@
---
Deployed: 2026-07-06 21:48 UTC
Git: a815dfe (reference point)
---
## UPDATED (2026-07-06 21:54)
### Liquidity Optimization
- **Max Concurrent Positions:** Reduced to **1** (was 3)
- **Investment %:** **50%** (single position auto-closes before next entry)
- **Rationale:** With 1 position max, 50% × remaining USDT ensures next cycle has ~$9+ USDT
- **Trade Cadence:** Wait for SL/TP hit before next entry (no queue)
**Result:**
- Start: $17.35 USDT → Trade 1: 50% = $8.68 → Close → $17 back + gains
- Maintains minimum $5 NOTIONAL per trade
- Max 15 trades/day still enforced
- Single position reduces capital lock
---