|
6 days ago | |
---|---|---|
.. | ||
README.md | 6 days ago | |
commands.md | 6 days ago | |
deployment.md | 6 days ago | |
project-structure.md | 6 days ago | |
setup.md | 6 days ago |
Complete documentation for the Hyperliquid Manual Trading Bot
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 |
/balance # Account balance
/positions # Open positions
/orders # All open orders
/orders BTC # BTC orders only
/stats # Trading statistics
/orders BTC # View BTC orders
/coo BTC # Cancel all BTC orders
/exit BTC # Close BTC position
/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
/sl BTC 44000 # Stop loss for Bitcoin
/tp BTC 50000 # Take profit for Bitcoin
/price # Quick price check
/market # Detailed market data
/trades # Recent trade history
Happy trading! 📱💰