feat: increase risk per trade from 1% to 5%

This commit is contained in:
pie
2026-06-01 16:30:47 +01:00
parent 6010f66323
commit 143cdcd976
3 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ This project implements the "Touch & Turn" scalping strategy for the Trading212
## Risk & Capital Management
* **Virtual Balance Simulation:** In demo mode, subtracts £4,750 from total equity to simulate a realistic £250 starting point.
* **1% Risk Rule:** Risks exactly 1% of the Virtual Balance per trade.
* **5% Risk Rule:** Risks exactly 5% of the Virtual Balance per trade.
* **Capital Partitioning:** Divides total available capital (£250) and risk budget equally among all active ticker threads for the day (max 3).
* **Precision & Minimums:** Automatically detects "precision-mismatch" or "min-quantity-exceeded" errors from T212 and retries with corrected values.