In MagicTradeBot, it’s important to identify overly aggressive DCA settings before live trading, because aggressive configurations can rapidly increase exposure and risk. There are several indicators and warning signs that your DCA setup may be too aggressive for your account or market conditions.
🔹 1️⃣ Signs of Aggressive DCA Settings
| Indicator | What It Means |
|---|---|
High max_orders (4–10+) |
Large DCA grids may overcommit your balance, especially in volatile markets |
Large size_multiplier (>1.5) |
Each subsequent DCA order increases exponentially, which can quickly blow up your account if the market moves against you |
Tight price_deviation_percent with high multiplier |
DCA orders trigger too quickly and stack exposure too fast, leaving little margin for safety |
| High leverage | Aggressive DCA + leverage multiplies risk, increasing liquidation probability |
| High total percent investment per trade (>5–10%) | You are risking too large a portion of your account per trade; even small adverse moves can create large losses |
| Frequent triggering of all DCA orders in demo mode | If your demo trades often use all max orders, it may indicate your spacing or sizing is too aggressive |
🔹 2️⃣ Practical Examples
Example 1 – Too Aggressive:
max_orders: 5
size_multiplier: 2.0
price_deviation_percent: 2
total_percent_investment_per_trade: 10%
leverage: 10x
- Risk: The first loss triggers DCA, and each subsequent order doubles in size → account can be wiped quickly
- Margin: Tight price deviation triggers all orders fast → high likelihood of liquidation
Example 2 – Conservative (Recommended for Beginners):
max_orders: 2
size_multiplier: 1.2
price_deviation_percent: 4
total_percent_investment_per_trade: 2–3%
leverage: 2x
- Risk: Low and manageable
- Margin: DCA orders trigger slowly with moderate scaling → safer exposure
🔹 3️⃣ Ways to Test Aggressiveness
Demo Mode Simulation
- Run your DCA strategy for at least one month
- Monitor max orders triggered, drawdown, and profit/loss per trade
Exposure Calculation
Calculate total potential exposure:
- Sum of all DCA orders × size multiplier × leverage
- Compare against total account balance
Stress Test on Volatile Symbols
- Test on BTC, ETH, and high-volatility meme coins
- If your configuration frequently hits all DCA orders with large losses, it’s too aggressive
Review Max Loss per Trade
- Ensure
MaxLossPerTradeis not exceeded - If simulation consistently hits this limit, reduce size multiplier, max orders, or price deviation
- Ensure
🔹 4️⃣ Key Takeaways
- Aggressive DCA is high max orders + high multiplier + tight deviation + high leverage
- Warning signs: rapid full-grid usage, high drawdowns, repeated MaxLossPerTrade hits
- Use demo testing, exposure calculation, and stress testing to detect aggressiveness
- Conservative settings allow learning without risking the account, then parameters can be gradually adjusted
In short, if your DCA configuration can wipe your account in a few adverse moves or triggers all orders frequently, it’s too aggressive and needs adjustment.