Proper capital allocation between Parent, Grid DCA, and Final DCA positions is essential for effective risk management and maximizing recovery potential. MagicTradeBot provides automated calculation options, but understanding the underlying logic helps optimize your strategy.
1. Understanding the Three Components
Parent (Initial Position)
- The Parent position is your initial trade entry.
- It sets the foundation for DCA scaling.
- Allocation impacts how quickly your average entry responds to subsequent grids.
Grid DCA
- Grid DCA orders are triggered at predefined price intervals as the market moves against your position.
- Each order adds exposure and reduces the average entry price.
Allocation depends on:
- Grid spacing
- Number of grid levels
- Size multipliers for each grid level
Final DCA
- Final DCA executes after Grid DCA reaches its last level, often intended as a catch-all safety net.
- It usually carries the largest size multiplier, as it aims to bring the average entry as low as possible.
- Allocation should be sufficient to make a meaningful impact on the overall average entry without overexposing capital.
2. Automated Allocation in MagicTradeBot
If initial amount auto-calculation is enabled in dca.yaml:
- MagicTradeBot automatically calculates the initial allocation as a percentage of available balance (e.g., 10%).
- It distributes this capital across all Grid DCA and normal DCA orders based on configured multipliers.
Example:
Assume:
- Total available balance: $1,000
- DCA allocation %: 10% → $100 total for this trade
- Grid levels: 3
- Normal DCA: 2
- Multipliers: 1x, 1.5x, 2x
The bot will:
- Sum all multipliers: 1 + 1 + 1 + 1.5 + 2 = 6.5 units
- Calculate value per unit: $100 ÷ 6.5 ≈ $15.38 per unit
Allocate each order according to its multiplier:
- Grid 1 (1x) → $15.38
- Grid 2 (1.5x) → $23.07
- Final DCA (2x) → $30.76
This ensures balanced capital distribution aligned with your risk configuration.
3. Recommended Allocation Principles
1. Parent / Initial Position
- Typically 20–40% of total DCA allocation
- Ensures exposure is meaningful but does not overcommit at the start
2. Grid DCA Orders
- Each grid level: 10–25% of total DCA allocation, depending on spacing
- Smaller amounts for frequent, tight grids
- Larger amounts for wide-spaced grids
3. Final DCA
- Typically 20–40% of total DCA allocation
- Acts as a final hedge to bring average entry closer to market bottom
- Should be sized carefully to avoid excessive leverage or margin risk
4. Factors to Consider
Grid Spacing
- Tight grids → smaller per-grid allocation
- Wide grids → larger per-grid allocation
Total Number of Grid Levels
- More levels → smaller individual allocation per order to prevent overexposure
Leverage
- Higher leverage → reduce per-grid allocation to manage liquidation risk
Market Volatility
- Higher volatility → consider smaller initial and grid allocations to survive deeper drawdowns
5. Key Takeaways
- Parent sets the foundation, Grid DCA smooths average entry, Final DCA maximizes break-even recovery.
- Automated calculation in
dca.yamlensures balanced allocation based on multipliers. - Manual tuning may still be needed depending on risk appetite, leverage, and market volatility.
- Always monitor capital exposure and ensure cumulative allocation does not exceed safe limits of your account.