A safe starter configuration for Money Management in MagicTradeBot is designed to provide controlled risk, gradual recovery, and stable growth, especially for traders who are new to adaptive position sizing or combining it with DCA.
It focuses on minimizing exposure during losing streaks while still allowing position scaling during winning trades.
🔹 Recommended Safe Starter Settings
Sequence: [1, 1, 2, 2, 3]
Mode: 1
SkipSymbol: true
MoveBackSteps: 2
Explanation of Each Setting
Sequence: [1, 1, 2, 2, 3]
- Each number represents a multiplier applied to your base position size.
- Gradual progression reduces exposure risk.
- Step values are small to avoid exponential losses.
- Provides controlled recovery after losses while still allowing moderate growth.
Mode: 1 → Risk-Reducing / Anti-Martingale
- Moves forward in the sequence only after a win.
- Moves backward after a loss to reduce exposure.
- Ensures the bot scales risk based on performance, not just raw streaks.
SkipSymbol: true → Per-Symbol Tracking
- Each trading symbol tracks its own progression independently.
- Prevents a volatile symbol from affecting the exposure of others.
- Recommended for multi-symbol or multi-strategy setups.
MoveBackSteps: 2 → Conservative Recovery
- Moves back two steps in the sequence after a win or loss (depending on mode).
- Quickly reduces exposure during losing streaks.
- Provides a safer, more conservative progression than moving back only one step.
🔹 Why This Configuration Is Safe
- Gradual scaling: Sequence values increase slowly to prevent excessive exposure.
- Risk control: Mode 1 ensures losses do not compound aggressively.
- Per-symbol tracking: SkipSymbol isolates risk for each asset.
- Conservative recovery: MoveBackSteps reduces exposure faster during losses.
This setup is suitable for:
- Beginners learning Money Management
- Accounts with moderate capital
- Multi-symbol trading environments
- Strategies combined with DCA
🔹 Tips for New Users
- Always backtest for several weeks across multiple market conditions.
- Monitor maximum drawdown and adjust sequence if necessary.
- Keep leverage moderate to reduce liquidation risk.
- Start small, gradually increasing base position size as confidence grows.
✅ Summary
A safe starter configuration balances growth, recovery, and protection. It allows the bot to:
- Scale positions gradually during wins
- Reduce exposure during losses
- Isolate risk per symbol
- Avoid aggressive compounding
This makes it an ideal foundation for new traders or when testing new strategies.