Carles Sentis d071987233 Update Hyperliquid API configuration and documentation - Refined the configuration to replace HYPERLIQUID_PRIVATE_KEY with HYPERLIQUID_WALLET_ADDRESS and clarified the usage of HYPERLIQUID_SECRET_KEY. Enhanced README, setup instructions, and logging to improve user understanding and ensure compatibility with CCXT implementation. 5 days ago
..
README.md dffa441997 Enhance trading documentation and commands - Updated README and command references to include new automatic stop loss features for long and short positions. Improved clarity on command usage and added new commands for risk metrics and version information. Adjusted monitoring intervals for real-time notifications and refined project structure documentation. 5 days ago
SYSTEM_INTEGRATION.md 9eccf900ad Enhance trading infrastructure and position tracking - Update README with key features of the trading system, including multi-platform support and advanced position tracking. Introduce a new reset_data.sh script for clearing trading data, and add SYSTEM_INTEGRATION.md to document the integration of TradingStats for unified position management. Refactor telegram_bot.py to utilize enhanced tracking methods and improve notification messaging for trade actions. Add tests for integrated position tracking to ensure functionality across multi-entry/exit scenarios. 6 days ago
commands.md dffa441997 Enhance trading documentation and commands - Updated README and command references to include new automatic stop loss features for long and short positions. Improved clarity on command usage and added new commands for risk metrics and version information. Adjusted monitoring intervals for real-time notifications and refined project structure documentation. 5 days ago
deployment.md 16f8c7e01c Enhance Telegram bot error handling and asyncio integration - Wrap bot startup in try-except for better error logging, and refactor main function to support async context detection. 6 days ago
project-structure.md dffa441997 Enhance trading documentation and commands - Updated README and command references to include new automatic stop loss features for long and short positions. Improved clarity on command usage and added new commands for risk metrics and version information. Adjusted monitoring intervals for real-time notifications and refined project structure documentation. 5 days ago
setup.md d071987233 Update Hyperliquid API configuration and documentation - Refined the configuration to replace HYPERLIQUID_PRIVATE_KEY with HYPERLIQUID_WALLET_ADDRESS and clarified the usage of HYPERLIQUID_SECRET_KEY. Enhanced README, setup instructions, and logging to improve user understanding and ensure compatibility with CCXT implementation. 5 days ago

README.md

📚 Documentation

Complete documentation for the Hyperliquid Manual Trading Bot

📋 Documentation Index

🚀 Getting Started

🔧 Technical Documentation

📱 Quick Links

What You Need Documentation Time Required
Install & Run Setup Guide 5 minutes
Learn Commands Commands Reference 10 minutes
Test Everything Testing Guide 5 minutes
Understand Code Project Structure 15 minutes
Deploy to Server Deployment Guide 20 minutes

🎯 Most Important First

  1. Start Here: Setup Guide - Get the bot running
  2. Test Setup: Testing Guide - Verify everything works
  3. Learn Commands: Commands Reference - Use all features
  4. Deploy: Deployment Guide - Run on server

📱 Bot Features Quick Reference

💰 Account Management

/balance     # Account balance
/positions   # Open positions
/orders      # All open orders
/orders BTC  # BTC orders only
/stats       # Trading statistics

🔧 Order Management

/orders BTC  # View BTC orders
/coo BTC     # Cancel all BTC orders
/exit BTC    # Close BTC position

🚀 Enhanced Trading

/long BTC 100        # Long Bitcoin with $100 (Market)
/long BTC 100 45000  # Long Bitcoin with $100 at $45k (Limit)
/long BTC 100 sl:44000 # Long with automatic stop loss
/short ETH 50        # Short Ethereum with $50 (Market)
/short ETH 50 3500   # Short Ethereum with $50 at $3.5k (Limit)
/short ETH 50 sl:3600 # Short with automatic stop loss
/exit BTC            # Close Bitcoin position

🛡️ Risk Management

/sl BTC 44000        # Stop loss for Bitcoin
/tp BTC 50000        # Take profit for Bitcoin

📊 Market Data

/price       # Quick price check
/market      # Detailed market data
/trades      # Recent trade history

🆘 Need Help?

Happy trading! 📱💰