Documentation Index
Fetch the complete documentation index at: https://docs.quantumvoid.org/llms.txt
Use this file to discover all available pages before exploring further.
Bot Management
The Bot Management interface gives you complete control over your trading botsโfrom configuration to real-time monitoring and performance optimization.๐๏ธ Configuration Editor
JSON Configuration
Edit bot settings directly in a user-friendly JSON editor:Key Parameters
| Parameter | Description | Default |
|---|---|---|
strategy | Trading algorithm (geometric_long_only, vortex_dca, xgrid) | - |
symbols | Trading pairs to trade | [] |
wallet_exposure | % of balance per symbol (0.1 = 10%) | 0.1 |
grid_spacing | Distance between grid levels (0.005 = 0.5%) | 0.005 |
geometric_ratio | Grid expansion multiplier | 1.05 |
tp_percentage | Take profit % (0.005 = 0.5%) | 0.005 |
execute_orders_enabled | Enable live trading (false = paper trading) | true |
๐ Bot Configuration Manager
Features:
- Multiple Configurations - Create unlimited bot configs per exchange
- Quick Clone - Duplicate successful configs
- Import/Export - Share configs or backup to file
- Version History - Track configuration changes (coming soon)
- Validation - Real-time error checking before save
Available Actions:
- โ๏ธ Edit - Modify configuration in simple form view
<>JSON - Advanced JSON editor- โถ๏ธ Start - Launch bot with this configuration
- ๐๏ธ Delete - Remove configuration permanently
๐ Bot Instance Control
Starting a Bot
- Select a configuration from the list
- Click Start Bot
- Bot initializes and begins placing orders within 30 seconds
- Status changes to Running with green pulse indicator
Stopping a Bot
- Find the running bot instance
- Click Stop Bot
- Bot cancels all open orders
- Positions remain openโclose manually if needed
๐ Real-Time Monitoring
Instance Status Card
Each running bot displays: Header:- Bot Name - Configuration name
- Strategy Badge - Algorithm type
- Symbol Pills - Trading pairs with color coding
- Status Indicator - Running (๐ข) or Stopped (๐ด)
- P&L - Current profit/loss in USDT
- Trades - Number of completed trades
- Uptime - Time since bot started
- Stop - Halt bot immediately
- Settings - Jump to config editor
- Delete - Remove stopped instance
Live Updates
- Auto-Refresh - Metrics update every 30 seconds
- Manual Refresh - Click refresh icon for instant update
- WebSocket (Coming Soon) - Real-time streaming updates
๐ง Advanced Configuration Options
Geometric Long Only Strategy
Specialized for long-only DCA with geometric grid distribution:first_entry_offset- Distance to first buy order (0.001 = 0.1% below price)minimum_levels- Minimum grid levels to placemaximum_levels- Maximum grid levelsmartingale_multiplier- Size increase for deeper levelsfinal_orders_multiplier- Extra size boost for last levels
Vortex DCA Strategy
Multi-grid DCA with position recovery:grid_clusters- Number of grid clusters (1-5)orders_per_cluster- Orders in each clustercluster_spacing- Distance between clusters (0.02 = 2%)virtual_chunking_enabled- Enable position recovery modechunking_threshold- Activate recovery at -3% unrealized loss
๐ฏ Strategy Selection Guide
When to Use Each Strategy:
Geometric Long Only- โ Bull markets or neutral trends
- โ Lower volatility assets (BTC, ETH)
- โ Long-term DCA approach
- โ Not suitable for extreme volatility
- โ High volatility markets
- โ Recovery from drawdowns
- โ Multi-timeframe grid placement
- โ Requires more capital for chunking
- โ Scalping and high-frequency trading
- โ Tight spreads and momentum
- โ Short-term profit taking
- โ Higher exchange fee impact
๐งช Paper Trading Mode
Test configurations without risking real money:- Simulates order placement
- No real orders sent to exchange
- Logs what would have been placed
- Perfect for testing new strategies
๐ Multi-Bot Management
Running Multiple Bots
You can run multiple bots simultaneously: Same Exchange, Different Symbols:Best Practices:
- โ Limit exposure per symbol (max 20% recommended)
- โ Diversify across symbols and strategies
- โ Monitor total account exposure
- โ Donโt over-leverage
- โ Donโt run conflicting strategies on same symbol
๐ ๏ธ Troubleshooting
Bot Wonโt Start
Check:- Exchange credentials are saved
- Sufficient balance in trading account
- Leverage and margin mode configured
- Symbols are valid for the exchange
- No syntax errors in JSON config
Orders Not Placing
Verify:execute_orders_enabledistrue- Minimum order sizes met
- Grid prices are within exchange limits
- API rate limits not exceeded
- No IP restrictions blocking requests
Bot Stops Unexpectedly
Common Causes:- Insufficient balance for next order
- API credential expiration
- Exchange rate limit hit
- Network connectivity issues
- Position limit reached
๐ Performance Optimization
Tips for Better Results:
Configuration:- Start with conservative exposure (5-10%)
- Use tighter grids (0.3-0.5%) for stable coins
- Use wider grids (1-2%) for volatile altcoins
- Enable virtual chunking for drawdown protection
- Check logs daily for errors
- Review P&L weekly
- Adjust parameters based on market conditions
- Keep capital reserve for deeper grids
- Never use 100% of your balance
- Set stop-loss mental limits
- Diversify across multiple symbols
- Use cross margin for better capital efficiency
๐จ Emergency Controls
Cleanup Duplicates
If you see duplicate configurations or stale bot instances:- Click Cleanup Duplicates button on main dashboard
- System scans for orphaned configs
- Removes duplicates automatically
- Fresh start with clean state
Force Stop All Bots
To stop all bots immediately:- Stop each bot individually (safest)
- Or use exchange interface to cancel all orders
- Never force-quit bot processesโuse dashboard controls
๐ Next Steps
- Dashboard Overview - Explore all dashboard features
- Trading Console - Monitor logs and positions
- Bot Configuration Guide - Detailed parameter reference
- Exchange Setup - Set up your first exchange