Common Issues and Solutions
This troubleshooting guide addresses the most frequently encountered issues in Nimbus. Use this guide to quickly diagnose and resolve problems with your automated trading strategies.Strategy Issues
Connection Problems
Performance Issues
Account Issues
Strategy-Related Issues
Strategy Not Executing Trades
Check Strategy Status
Check Strategy Status
- Strategy is paused or stopped
- Insufficient account balance
- Risk limits exceeded
- Market conditions don’t meet entry criteria
- Navigate to Strategy Dashboard
- Check strategy status indicator
- Review recent activity logs
- Verify account balance exceeds minimum requirements
- Check risk management settings
Insufficient Balance
Insufficient Balance
- “Insufficient balance for trade execution”
- “Account balance below minimum threshold”
- “Not enough collateral for position”
Risk Limits Exceeded
Risk Limits Exceeded
- Daily loss limit reached
- Maximum drawdown exceeded
- Position size limit violated
- Correlation limits breached
- Review risk management dashboard
- Check which limit was exceeded
- Adjust risk parameters if appropriate
- Wait for daily limits to reset
- Consider strategy modifications
Poor Strategy Performance
High Slippage
High Slippage
Frequent Stop-Loss Triggers
Frequent Stop-Loss Triggers
mermaid graph TD A[Frequent Stops] --> B[Check Volatility] A --> C[Review Stop Distance] A --> D[Analyze Entry Quality] B --> B1[High Volatility Period?] B1 --> B2[Widen Stops Temporarily] C --> C1[Stops Too Tight?] C1 --> C2[Use ATR-Based Stops] D --> D1[Poor Entry Timing?] D1 --> D2[Add Confirmation Filters] Solutions: - Use volatility-adjusted stop losses - Implement
multiple confirmation signals - Consider market regime in stop placement -
Review and optimize entry criteriaLow Win Rate
Low Win Rate
Strategy Configuration Errors
Invalid Parameter Values
Invalid Parameter Values
Conflicting Strategy Rules
Conflicting Strategy Rules
- Entry requires RSI < 30 AND RSI > 70 (impossible)
- Long and short signals triggered simultaneously
- Stop loss set above entry price for long positions
- Review all strategy conditions systematically
- Test logic with sample data
- Simplify complex rule sets
- Use strategy validation tools
Exchange and API Issues
Connection Problems
API Connection Failed
API Connection Failed
- “Connection timeout”
- “API key authentication failed”
- “Exchange unreachable”
- “SSL certificate error”
- Check Exchange Status: Verify exchange is operational
- API Key Validation: Ensure keys are correct and active
- Network Connectivity: Test internet connection
- Firewall Settings: Check for blocking rules
- Rate Limiting: Verify not exceeding API limits
API Rate Limiting
API Rate Limiting
- Delayed order execution
- “Rate limit exceeded” errors
- Partial data updates
- Increased latency
Authentication Errors
Authentication Errors
- Expired API keys
- Incorrect permissions
- IP address restrictions
- Wrong passphrase or secret
- Regenerate API Keys: Create new keys with proper permissions
- Check Permissions: Ensure trading permissions enabled
- IP Whitelist: Add current IP to allowed list
- Test Connection: Use exchange’s API testing tools
Order Execution Issues
Orders Not Filling
Orders Not Filling
- Price moved away from limit order
- Insufficient liquidity at price level
- Order size too large for market
- Exchange technical issues
Partial Fills
Partial Fills
- Large orders may fill in multiple parts
- Normal in illiquid markets
- Can affect strategy performance
- Accept Partials: Allow partial fills for large orders
- Size Reduction: Use smaller order sizes
- Time Limits: Set maximum time for order completion
- Iceberg Orders: Break large orders into smaller pieces
Price Slippage
Price Slippage
- Market volatility
- Low liquidity
- Large order sizes
- Network latency
- Limit Orders: Use limit orders instead of market orders
- Size Management: Reduce order sizes in volatile markets
- Timing: Avoid trading during low liquidity periods
- Slippage Tolerance: Set acceptable slippage limits
Performance and Technical Issues
Slow Performance
Dashboard Loading Slowly
Dashboard Loading Slowly
- Clear browser cache and cookies
- Disable browser extensions
- Try incognito/private browsing mode
- Switch to different browser
- Check internet connection speed
- Reduce chart timeframe or indicators
- Limit number of strategies displayed
- Close unnecessary browser tabs
- Restart browser or device
Strategy Execution Delays
Strategy Execution Delays
- Use faster execution modes
- Simplify strategy logic
- Reduce number of indicators
- Choose closer server locations
High CPU/Memory Usage
High CPU/Memory Usage
Data Issues
Missing Price Data
Missing Price Data
Incorrect Indicators
Incorrect Indicators
Error Messages and Codes
Common Error Codes
Error Code Reference
Error Code Reference
Exchange-Specific Errors
Exchange-Specific Errors
Diagnostic Tools
Built-in Diagnostics
Strategy Health Check
Strategy Health Check
Connection Testing
Connection Testing
bash # Example diagnostic commands curl -X GET "https://api.hyperliquid.xyz/info" # Test basic connectivity ping api.hyperliquid.xyz # Check network latency Performance Monitoring
Performance Monitoring
- System resource usage - Network connectivity quality Monitoring Dashboard: - Real-time performance graphs - Historical trend analysis - Alert configuration - Comparative benchmarks
Getting Additional Help
Support Resources
Documentation and Guides
Documentation and Guides
Community Support
Community Support
Direct Support
Direct Support
Preparing for Support
Information to Gather
Information to Gather
- Account email address - Subscription tier - Connected exchanges - Affected strategies Issue Details: - Exact error messages - Steps to reproduce - When issue first occurred - Screenshots or screen recordings
Effective Communication
Effective Communication
- Be Specific: Provide exact error messages 2. Include Context: Describe what you were trying to do 3. Provide Examples: Include specific trades or strategies 4. Be Patient: Allow time for investigation 5. Follow Up: Provide additional information if requested Sample Support Request: ``` Subject: Strategy not executing trades - Error 2001 Hello, I’m experiencing an issue with my DCA strategy on BTC/USDT. The strategy shows as “Active” but hasn’t executed any trades for the past 3 hours. Error message: “Strategy Validation Failed - Error Code 2001” Strategy details: - Name: BTC DCA Conservative - Exchange: Hyperliquid
- Position size: 1% of account - Account balance: $10,000 Screenshots attached showing the error and strategy settings. Please help resolve this issue. Best regards, [Your name] ```