Complete setup guide for the cryptocurrency trading bot
This guide helps you understand and set up the auto-trading system. Follow these steps in order for the best experience.
By the end of this guide, you’ll understand:
Before starting, ensure you have:
Start by reading Trading Concepts to understand:
Follow the Requirements Setup to:
Set up your trading infrastructure:
Once everything is configured:
⚠️ Always start in dry-run mode - This simulates trades without risking real money
⚠️ Start small - Use only money you can afford to lose when going live
⚠️ Understand the risks - Cryptocurrency trading can result in significant losses
# Clone and setup
git clone https://github.com/peteretelej/auto-trading.git
cd auto-trading
cp .env.sample .env
# Add your API keys to .env
# Launch default strategy in dry-run
./scripts/setup-proxy.sh
./docker-launch.sh
# Access web interface
open http://localhost:8101
For detailed instructions, continue with the concepts guide.