🪐
Hyperliquid Trading Bot
  • Overview
  • Key Features
  • Installation
    • macOS
    • Windows
  • Configuration
  • Usage Examples
  • Security Best Practices
  • Troubleshooting
  • Acknowledgments
  • Frequently Asked Questions (FAQs)
  • Use Case
Powered by GitBook
On this page

Troubleshooting

Encountering issues? Here are solutions to common problems:

  1. GUI Not Launching:

    • Ensure a graphical environment (e.g., Windows Desktop, Linux with DISPLAY).

    • Verify PyQt5 installation: pip install pyqt5.

    • Check trading_bot.log for errors.

  2. API Connection Errors:

    • Confirm API keys are valid and not expired.

    • Check internet connectivity and API endpoint availability.

    • Review logs for specific error messages.

  3. Strategy Not Executing:

    • Validate strategy parameters and account balance.

    • Ensure the bot is running; check the "Strategies" tab status.

    • Look for errors in logs.

  4. Charts Not Updating:

    • Verify WebSocket connection; check logs for WebSocket errors.

    • Ensure Matplotlib and PyQt5 compatibility.

    • Restart the bot if necessary.

  5. Order Book Not Displaying:

    • Check if the trading pair has sufficient liquidity.

    • Confirm WebSocket data feed is active.

    • Refresh the tab or restart the bot.

  6. Alerts Not Triggering:

    • Ensure alerts are enabled in settings.

    • Verify alert conditions (e.g., stop-loss hit) are met.

    • Check logs for alert generation issues.

Issue

Solution

Complexity

GUI Not Launching

Check PyQt5 and environment

Medium

API Errors

Validate keys and connectivity

Low

Strategy Failure

Check parameters and balance

Medium

For unresolved issues, visit the GitHub repository for community support or file an issue with detailed logs.

PreviousSecurity Best PracticesNextAcknowledgments

Last updated 17 days ago