feat: increase risk per trade from 1% to 5%
This commit is contained in:
@@ -48,8 +48,8 @@ The strategy capitalizes on the initial liquidity and volatility of the US marke
|
||||
|
||||
The bot uses dynamic **Risk-Based Position Sizing** to ensure consistent exposure.
|
||||
|
||||
- **1% Risk Rule:** By default, the bot risks **1% of your account balance** per trade.
|
||||
- **Virtual Balance simulation:** If you are testing on a demo account with a large balance (e.g., £5,000) but plan to trade live with £250, the bot can maintain perspective. It automatically calculates a "Virtual Balance" by subtracting £4,750 from your actual total, ensuring your risk amount is exactly what it will be in the real world.
|
||||
- **5% Risk Rule:** By default, the bot risks **5% of your account balance** per trade.
|
||||
- **Virtual Balance simulation:** If you are testing on a demo account with a large balance (e.g., £5,000) but plan to trade live with £250, the bot can maintain perspective. It automatically calculates a "Virtual Balance" by subtracting £4,750 from your actual total, ensuring your risk amount is exactly what it will be in the real world. (e.g. £12.50 risk on a £250 virtual balance).
|
||||
- **Leverage Adjusted:** For Inverse ETPs (3x leverage), the bot adjusts the quantity and bracket percentages to ensure the monetary risk remains identical to a standard 1x stock trade.
|
||||
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user