mirror of
https://github.com/A6-9V/MQL5-Google-Onedrive.git
synced 2026-04-11 08:30:56 +00:00
- 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>
13 lines
633 B
Text
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
|