Most serious automated crypto traders eventually run multiple strategies simultaneously — a trend-following EMA crossover for long-duration positions, a mean-reverting RSI oversold bounce for shorter-duration entries, and perhaps a Grid strategy for a specific pair in a ranging market. Running multiple strategies simultaneously creates a portfolio of automated bots with both the benefits (diversification, multiple return sources) and challenges (capital allocation complexity, correlated positions, monitoring overhead) of any portfolio. This guide covers the systematic approach to multi-bot management: how to allocate capital across strategies, how to avoid over-correlation between running bots, how to set up monitoring that provides clear visibility across all strategies simultaneously, and how to attribute performance correctly to each strategy for review. DennTech's multi-strategy mode is designed for exactly this use case. Compare editions at the pricing page.
Related guides: Monthly Review, Bot Monitoring, Position Sizing.
Capital Allocation Framework
Before running multiple bots, define explicit capital allocation rules:
| Allocation Principle | Example |
|---|---|
| Total bot capital budget | $10,000 total allocated to all strategies |
| Maximum per strategy | No single strategy exceeds 40% ($4,000) |
| Minimum per strategy | Minimum $500 for meaningful position sizing |
| Cash reserve | 15% ($1,500) kept uninvested as drawdown buffer |
| Rebalance trigger | Rebalance when any strategy is 50%+ over/under initial allocation |
Document these rules in your trade journal before deploying. See our trade journal guide.
Correlation Management
The diversification benefit of multiple bots depends on their correlation. Two trend-following strategies both trading BTC/USDT are highly correlated — they will both be in losing positions during the same BTC bear phases. High correlation across all your strategies creates a portfolio that behaves like a single larger strategy, eliminating diversification benefits. Reduce correlation by:
- Strategy type diversification: combine trend-following (EMA, MACD) with mean-reversion (RSI, Stochastic) — these have natural negative correlation
- Pair diversification: run strategies on BTC, ETH, and one altcoin — different price cycles reduce simultaneous drawdown
- Timeframe diversification: Daily chart EMA + 4H RSI have different holding periods and rarely open simultaneous positions
- Market condition diversification: add a Grid strategy (performs in ranging markets) alongside trend strategies (perform in trending markets)
Monitoring Setup for Multiple Bots
- DennTech's multi-strategy dashboard shows all active strategies in a single view with current position, P&L, and last signal for each
- Set up separate notification channels per strategy if possible — or use strategy name tagging in notifications so you can identify which bot triggered an alert
- Review the combined portfolio equity curve weekly — a rising combined curve despite individual strategy fluctuations indicates effective diversification
- Track total open risk at all times: sum of all positions' maximum loss at stop-loss = total portfolio risk at any moment; this should not exceed your defined total risk limit
Naming and Documentation Convention
With multiple bots, clear naming is essential for fast identification: use a consistent naming format: "[STRATEGY]-[PAIR]-[TIMEFRAME]" (example: "EMA-BTC-4H", "RSI-ETH-Daily", "GRID-SOL-Spot"). Store each bot's parameters, rationale, and backtest results in a simple document. When reviewing performance, reference the bot name rather than "my EMA bot" to avoid confusion.
Frequently Asked Questions
- How many simultaneous DennTech strategies is optimal for a $10,000 trading capital base?
- For a $10,000 capital base, 3–4 simultaneous strategies is typically the optimal range. With fewer than 3, you don't get meaningful diversification. With more than 5–6, capital per strategy becomes too small for meaningful position sizing (each strategy below $1,500 limits position sizes so much that even good strategies generate negligible absolute returns). A recommended 3-strategy allocation at $10,000: $4,000 to a trend-following strategy (EMA or MACD on BTC Daily), $3,000 to a mean-reversion strategy (RSI on ETH 4H), $2,000 to a Grid strategy (BTC or stablecoin pair), $1,000 cash reserve. This creates trend-following + mean-reversion correlation diversification and adds a non-directional Grid component. As capital grows, add a 4th strategy before expanding existing allocations. See our position sizing guide. Compare editions at the pricing page.
- What happens if multiple DennTech bots are all in losing positions simultaneously — is this a sign something is wrong?
- Multiple strategies in simultaneous drawdown does not automatically indicate a problem — it depends on correlation. If you are running trend-following strategies on multiple pairs and the broader crypto market enters a sharp bear phase (BTC down 20%, ETH down 25%, altcoins down 30%), all correlated strategies will draw down simultaneously. This is expected behavior for correlated strategies during market-wide adverse conditions, not a signal that the strategies are broken. What would indicate a problem: strategies losing money during conditions that historically produced profits for their specific type (e.g., your trend-following bot is losing money during a clearly trending market). Review the monthly performance by checking each strategy's signals — if signals and trade execution are correct, sustained drawdown is part of normal strategy operation during adverse regimes. See our monthly review guide. Explore the live demo. Start at the pricing page.
- Should each DennTech bot trade from a separate exchange account or can they share one account?
- Multiple DennTech strategies can share a single exchange account — the bot tracks each strategy's capital allocation and positions independently using its internal accounting. The key requirement: configure each strategy's position size as a fixed dollar amount rather than a percentage of total balance, so strategies don't compete for the same capital during simultaneous entries. Alternatively, use the exchange's sub-account feature to create separate funded sub-accounts for each strategy — this provides perfect capital isolation at the exchange level, eliminates any risk of one strategy's position inadvertently consuming another's reserved capital, and makes per-strategy P&L tracking exact. Sub-accounts are available on Binance, Bybit, OKX, and most major exchanges. For 3–4 strategies, sub-accounts are strongly recommended for clean separation. See sub-account setup in DennTech docs. Start at the pricing page.
Portfolio management: Multiple Bots (this guide), Monthly Review, Monitoring. Start at the pricing page.
Key Considerations for Automated Crypto Trading
Selecting the right configuration for an automated trading bot requires balancing three competing priorities: signal quality, execution speed, and risk control. A well-tuned strategy minimises slippage by using limit orders on exchanges with high liquidity and tight spreads. For most indicator-based strategies, the 4-hour and daily timeframes produce fewer false signals than lower timeframes, making them the preferred starting point for new configurations. The strategies page provides a full breakdown of every strategy DennTech supports, including the indicators used, recommended timeframes, and risk parameters.
Risk Management Fundamentals
Position sizing is the single most controllable lever available to any bot trader. Setting a fixed percentage of capital per trade — typically 2–5% — limits the damage from any single losing trade and allows the strategy to survive extended drawdown periods. Pairing position sizing with a per-session stop loss prevents a string of losses from compounding into account-threatening drawdowns. DennTech's built-in circuit breaker halts trading automatically if losses exceed a configurable threshold within a session window, providing an additional safety net. Review the full risk management configuration options at the pricing page or get hands-on experience through the live demo.
Exchange Selection and API Setup
The choice of exchange has a direct impact on trading costs and strategy performance. Exchanges with a 0% maker fee tier — such as Kraken Pro, Coinbase Advanced, and Bybit — significantly reduce the cost of limit-order strategies. DennTech connects natively to 13+ major exchanges via API, with each connection using read-trade-only permissions to ensure withdrawals are never exposed. Detailed API setup instructions are available in the installation guide and the documentation section.