Carles Sentis 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 dienas atpakaļ
..
README.md 5b76ad1144 Enhance documentation and update .gitignore - Add comprehensive command reference and project structure documentation, improve README for clarity, and update .gitignore to include test artifacts and temporary files. 6 dienas atpakaļ
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 dienas atpakaļ
commands.md f8db740389 Remove Telegram bot implementation - The telegram_bot.py file has been deleted as part of a refactor to streamline the codebase. This change eliminates the previous bot implementation, paving the way for a new architecture. 6 dienas atpakaļ
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 dienas atpakaļ
project-structure.md 5b76ad1144 Enhance documentation and update .gitignore - Add comprehensive command reference and project structure documentation, improve README for clarity, and update .gitignore to include test artifacts and temporary files. 6 dienas atpakaļ
setup.md 238c0531ce Reorganize documentation - Create clean docs/ structure, remove overlap, update references to current project state 6 dienas atpakaļ

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

🚀 Simplified Trading

/long BTC 100        # Long Bitcoin with $100 (Market)
/long BTC 100 45000  # Long Bitcoin with $100 at $45k (Limit)
/short ETH 50        # Short Ethereum with $50 (Market)
/short ETH 50 3500   # Short Ethereum with $50 at $3.5k (Limit)
/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! 📱💰