mirror of
https://github.com/chrisnov-it/quantumbotx.git
synced 2026-07-27 18:57:47 +00:00
351292c26a
- 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.
1.3 KiB
1.3 KiB
QuantumBotX - Quick Start Guide
First Time Setup
-
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
-
Configure Your Settings
- Copy
.env.exampleto.env - Edit
.envwith your MT5 credentials:MT5_LOGIN=your_account_number MT5_PASSWORD=your_password MT5_SERVER=your_server_name
- Copy
-
Start the Application
- Double-click
start.bat(Windows) - Open http://127.0.0.1:5000 in your browser
- Double-click
✅ 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
- Start MetaTrader 5 first
- Run
start.bat - 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.pydirectly
Support
If you need help, check the README.md file or contact support.