Getting Started

Complete setup guide for the cryptocurrency trading bot

Getting Started

This guide helps you understand and set up the auto-trading system. Follow these steps in order for the best experience.

What You’ll Learn

By the end of this guide, you’ll understand:

Prerequisites

Before starting, ensure you have:

Step-by-Step Setup

1. Understand the Concepts

Start by reading Trading Concepts to understand:

2. Set Up Your Environment

Follow the Requirements Setup to:

3. Configure External Services

Set up your trading infrastructure:

4. Launch Your First Bot

Once everything is configured:

Safety First

⚠️ 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

Getting Help

Quick Start (Experienced Users)

# 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.