MQL5-Google-Onedrive/requirements.txt
copilot-swe-agent[bot] e118b2ce34 Add comprehensive automation startup scripts for Windows, Linux, and WSL
- Python orchestrator with JSON config, logging, and monitoring
- Windows batch script for simple automation
- PowerShell script with scheduled task creation
- Linux/WSL shell script with systemd/cron support
- Detailed documentation and quick start guides
- Example custom script template
- Configuration file with MT5 paths
- Updated .gitignore for logs and temp files

Co-authored-by: Mouy-leng <199350297+Mouy-leng@users.noreply.github.com>
2026-01-06 04:21:36 +00:00

13 lines
633 B
Text

# Python Requirements for MQL5 Trading Automation
# Install with: pip install -r requirements.txt
# Core - no external dependencies required for basic functionality
# The automation scripts use only Python standard library
# Optional: For enhanced features (uncomment if needed)
# requests>=2.28.0 # For HTTP requests and API calls
# schedule>=1.1.0 # For advanced scheduling
# python-dotenv>=0.20.0 # For environment variable management
# pytz>=2022.1 # For timezone handling
# colorama>=0.4.5 # For colored terminal output (Windows)
# psutil>=5.9.0 # For advanced process management