feat: increase risk per trade from 1% to 5%
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user