Multi-strategy cryptocurrency trading bot using FreqTrade with Docker
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.
New to automated trading? Follow this educational sequence:
# 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
All documentation is available in the docs/
folder and on this site:
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.