🪐
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

Key Features

  1. Order Book Monitoring:

    • The bot receives order book data for selected trading pairs (e.g. BTC-USDC, ETH-USDC) via Hyperliquid API.

    • Calculates the total volume of buy and sell orders within a specified price range (e.g. ±1% of the current price).

  2. Imbalance detection:

    • If the volume of buy orders exceeds the volume of sell orders in a specified ratio (for example, 2:1), the bot initiates a buy order.

    • If the volume of sell orders exceeds the volume of buy orders, the bot initiates a sell order.

  3. Execution of transactions:

    • The user can select the type of order: market (for immediate execution) or limit (at a specified price).

    • The size of the transaction is customizable (for example, a fixed amount or a percentage of the balance).

  4. Customizable Parameters:

    • Trading pairs for monitoring.

    • Price range for volume calculation (e.g. ±1% of the current price).

    • An imbalance threshold (e.g., a 2:1 ratio).

    • Transaction size.

    • Time filters (e.g., trading only during certain hours).

    • Stop-loss

    • Take-profit

    • Trailing stop

  5. Интеграция с API:

    • Uses WebSocket to retrieve order book data in real time.

    • Executes transactions through Hyperliquid API endpoints.

PreviousOverviewNextInstallation

Last updated 9 days ago