Cryptocurrency Trading Bot
This project was an experimental multi-strategy cryptocurrency trading setup built with FreqTrade and Docker. It provides infrastructure and guidance for running multiple trading strategies simultaneously, including Docker deployment configuration, rate-limiting proxy setup, monitoring scripts, strategy-specific configuration templates, and complete setup documentation.
⚠️ Important Disclaimers
- ⚠️ ARCHIVED PROJECT: This repository is no longer maintained or supported
- Use at Your Own Risk: Cryptocurrency trading carries significant financial risk
- No Guarantees: Past performance does not guarantee future results
- Educational Purpose: This code is shared for educational and reference purposes only
Features
- Infrastructure for running multiple FreqTrade strategies simultaneously
- Docker-based deployment with isolated strategy instances
- Binance rate-limiting proxy for multiple concurrent bots
- Strategy-specific configuration templates and risk management
- Comprehensive setup documentation and monitoring tools
Quick Start Path
New to automated trading? Follow this educational sequence:
- Getting Started - Overview and prerequisites
- Trading Concepts - Understand how strategies work
- Setup Guides - Configure your environment and accounts
- Launch Your First Bot - Start trading safely
- Monitor Performance - Track and analyze results
Documentation Sections
Setup and Configuration
Using the System
Technical Reference
Quick Links
Getting Started
# Clone the repository
git clone https://github.com/peteretelej/auto-trading.git
cd auto-trading
# Setup environment
cp .env.sample .env # Add your API keys
# Initialize and launch
./scripts/setup-proxy.sh
./docker-launch.sh
Monitor your bots at http://localhost:8101-8105
Documentation
All documentation is available in the docs/ folder and on this site:
- Complete setup instructions for Binance, Telegram, and local development
- Project structure and navigation guide
- Strategy configuration and risk management
- Deployment and monitoring guides
Documentation: This comprehensive documentation was created with Claude Code assistance to transform internal development notes into educational resources suitable for open source sharing.
Remember: Only trade with funds you can afford to lose. This software is provided as-is without any warranties.