Auto-Trading Bot

Multi-strategy cryptocurrency trading bot using FreqTrade with Docker

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

Features

Quick Start Path

New to automated trading? Follow this educational sequence:

  1. Getting Started - Overview and prerequisites
  2. Trading Concepts - Understand how strategies work
  3. Setup Guides - Configure your environment and accounts
  4. Launch Your First Bot - Start trading safely
  5. Monitor Performance - Track and analyze results

Documentation Sections

Setup and Configuration

Using the System

Technical Reference

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:


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.