Files
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

11 lines
210 B
Batchfile

@echo off
echo Starting QuantumBotX Trading Application...
echo =========================================
echo.
echo Make sure MetaTrader 5 is running before continuing!
echo.
pause
echo.
QuantumBotX.exe
pause