forked from LengKundee/MQL5-Google-Onedrive
- Added `yfinance` to fetch real market data. - Enhanced `scripts/market_research.py` to use `yfinance` and support Jules AI. - Enhanced `scripts/upgrade_repo.py` to support Jules AI for code suggestions. - Updated `scripts/schedule_research.py` to load environment variables. - Created `scripts/setup_research.sh` to automate setup. - Updated `requirements.txt` and `README.md`.
16 lines
644 B
Text
16 lines
644 B
Text
# Python Requirements for MQL5 Trading Automation
|
|
# Install with: pip install -r requirements.txt
|
|
|
|
# Core
|
|
flask>=3.0.0
|
|
markdown>=3.5.0
|
|
|
|
# Optional: For enhanced features (uncomment if needed)
|
|
requests>=2.28.0 # For HTTP requests and API calls
|
|
schedule>=1.1.0 # For advanced scheduling
|
|
google-generativeai>=0.3.0 # For Gemini AI integration
|
|
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
|
|
yfinance>=0.2.0 # For fetching market data
|