For beginners using DCA (Dollar Cost Averaging) in MagicTradeBot, choosing the right size_multiplier is crucial. The multiplier determines how much each subsequent DCA order increases in size compared to the previous one, and it directly affects risk exposure.
Using safe values ensures you can recover from adverse price movements without risking too much capital.
๐น Recommended Safe size_multiplier Range
For beginners:
| Risk Level | Suggested size_multiplier |
Notes |
|---|---|---|
| Conservative | 1.1 โ 1.2 | Slow, safe averaging; suitable for volatile or uncertain markets; minimizes exposure |
| Balanced / Moderate | 1.2 โ 1.3 | Provides slightly faster recovery; still manageable risk |
| Aggressive (not recommended for beginners) | 1.4 โ 1.5 | Faster recovery, higher risk; only for experienced users with proper risk controls |
Avoid multipliers above 1.5 for beginners โ the risk of overexposure grows rapidly if the market continues against your position.
๐น How These Values Work in Practice
Example: Initial order = $100, Max Orders = 3
| size_multiplier | DCA Order Sizes | Total Exposure |
|---|---|---|
| 1.1 | 100 โ 110 โ 121 | 331 |
| 1.2 | 100 โ 120 โ 144 | 364 |
| 1.3 | 100 โ 130 โ 169 | 399 |
| 1.5 | 100 โ 150 โ 225 | 475 |
- Lower multipliers = smaller incremental orders โ safer, slower recovery
- Higher multipliers = larger incremental orders โ faster recovery but higher potential loss
๐น Why Safe Multipliers Matter for Beginners
Controls Risk Exposure
- Prevents large capital deployment in trending markets against your position.
Reduces Emotional Stress
- Smaller, incremental orders are easier to manage mentally.
Compatible with Max Loss Rules
- Safe multipliers combined with
MaxLossPerTradeensure your account is not drained.
- Safe multipliers combined with
Works with SmartTP
- Even if DCA accumulates positions, Smart Take-Profit can lock in gains on favorable reversals.
๐น Practical Tips for Beginners
- Start low: 1.1โ1.2 is ideal for initial testing.
- Limit max_orders: 2โ3 orders to control exposure.
- Use MaxLossPerTrade: e.g., 5โ10% of total balance per trade.
- Test first: Run historical backtests or paper trading before live deployment.
- Combine with SmartTP: Helps secure profits if the market moves in your favor.
๐น Summary
- Safe beginner multipliers: 1.1 โ 1.3
- Conservative: 1.1โ1.2 โ slow recovery, minimal risk
- Moderate: 1.2โ1.3 โ faster recovery, manageable risk
- Avoid >1.5 until you gain experience
Using safe multipliers allows beginners to practice DCA effectively, build confidence, and minimize losses while learning to trade with MagicTradeBot.