Files
quantumbotx/QUICK_START_GUIDE.md
T
Reynov Christian 5b41fdea95 feat: add i18n support and prepare for Vercel deployment
- Streamlined .env.example to include only essential Flask and MT5 configs for production environments
- Added .vercel directory to .gitignore for clean Vercel deployments
- Enabled internationalization by adding data-i18n attributes to strategy switcher UI elements
- Updated MT5 setup guide and roadmap documentation for clarity and current focus

This change simplifies configuration for server deployment while enhancing UI accessibility across languages.
2025-10-16 01:47:55 +08:00

1.3 KiB

QuantumBotX - Quick Start Guide

First Time Setup

  1. Install MetaTrader 5 (Required)

    • Download from: https://www.metatrader5.com/
    • Install and create a demo account
    • Keep MT5 running in the background
    • ⚠️ IMPORTANT: MetaTrader 5 must be running for QuantumBotX to work
  2. Configure Your Settings

    • Copy .env.example to .env
    • Edit .env with your MT5 credentials:
      MT5_LOGIN=your_account_number
      MT5_PASSWORD=your_password
      MT5_SERVER=your_server_name
      
  3. Start the Application

System Requirements

  • Windows 7 SP1 or later (64-bit recommended)
  • MetaTrader 5 (must be installed separately)
  • 4GB RAM minimum (8GB recommended)
  • 500MB free disk space
  • Internet connection for initial setup
  • Python NOT required (already bundled in the installer)

Daily Use

  1. Start MetaTrader 5 first
  2. Run start.bat
  3. Open your web browser to http://127.0.0.1:5000

Troubleshooting

  • Make sure MetaTrader 5 is running
  • Check your .env file has correct credentials
  • If the app won't start, try running python run.py directly

Support

If you need help, check the README.md file or contact support.