0
0
Fork 1
Spiegel von https://github.com/A6-9V/MQL5-Google-Onedrive.git synchronisiert 2026-04-11 04:20:57 +00:00
MQL5-Google-Onedrive/scripts
google-labs-jules[bot] 36f6846358 Bolt: Lazy load heavy dependencies in market_research.py
- Moved `yfinance` and `pandas` imports inside `get_market_data`
- Moved `google.generativeai` import inside `analyze_with_gemini`
- Reduces startup time when these libraries are not immediately needed (e.g. missing API keys or dry runs)
- Keeps fallback simulation logic intact

Co-authored-by: Mouy-leng <199350297+Mouy-leng@users.noreply.github.com>
2026-01-28 05:32:18 +00:00
..
analyze_pr_optimizations.py Parallelize PR analysis in analyze_pr_optimizations.py 2026-01-18 19:07:52 +00:00
ci_validate_repo.py feat(ci): Optimize repo validation with single-pass file checks 2026-01-19 05:04:17 +00:00
deploy_cloud.py Add GCP deployment config and update Gemini model 2026-01-20 10:49:31 +00:00
deploy_dashboard.ps1 Add Telegram deployment bot, web dashboard, and deployment automation 2026-01-19 06:08:25 +07:00
deploy_docker_hub.sh feat: Secure bridge integration, refactor EAs, and add profile maintenance script 2026-01-22 01:08:24 +00:00
deploy_exness.ps1 Add Telegram deployment bot, web dashboard, and deployment automation 2026-01-19 06:08:25 +07:00
deploy_gcp.sh Add GCP deployment configuration and scripts 2026-01-24 19:21:00 +00:00
deploy_mt5.sh Add executable permissions to scripts and create verification document 2026-01-06 20:41:06 +00:00
example_custom_script.py Add comprehensive automation startup scripts for Windows, Linux, and WSL 2026-01-06 04:21:36 +00:00
fix_profiles.py feat: Secure bridge integration, refactor EAs, and add profile maintenance script 2026-01-22 01:08:24 +00:00
jules_execute.py fix: Improve Jules execution script error handling 2026-01-10 05:06:32 +07:00
load_vault.ps1 Add Telegram deployment bot, web dashboard, and deployment automation 2026-01-19 06:08:25 +07:00
load_vault.py Add Telegram deployment bot, web dashboard, and deployment automation 2026-01-19 06:08:25 +07:00
manage_cloudflare.py Add Cloudflare management scripts and tunnel setup 2026-01-25 02:59:06 +00:00
market_research.py Bolt: Lazy load heavy dependencies in market_research.py 2026-01-28 05:32:18 +00:00
merge_best_prs.py feat(scripts): parallelize PR closing in merge_best_prs.py 2026-01-21 16:23:19 +00:00
package_mt5.sh Add executable permissions to scripts and create verification document 2026-01-06 20:41:06 +00:00
pin_prs_issue.md docs: Add PR tracking issue template 2026-01-10 05:27:51 +07:00
README.md Add scripts directory README with usage guide 2026-01-06 04:29:14 +00:00
requirements_bot.txt Add Telegram deployment bot, web dashboard, and deployment automation 2026-01-19 06:08:25 +07:00
reset_environment.ps1 Update Magic Number to 81001 and enhance reset scripts for MT5 cleanup 2026-01-22 05:58:45 +00:00
review_pull_requests.py Refactor review_pull_requests.py to batch git calls 2026-01-27 01:10:00 +00:00
review_working_trees.py feat: Add working tree review script and report - Created review_working_trees.py for comprehensive branch/stash/worktree analysis - Added Working Tree Review Report documentation - Analyzed 81 remote branches (25 merged, 55 unmerged) - Fixed Unicode encoding issues in git command execution 2026-01-10 05:13:04 +07:00
schedule_research.py Setup research scheduler and environment configuration 2026-01-24 19:54:18 +00:00
set_github_secrets.sh feat: add Cloudflare configuration and secret management tools 2026-01-21 15:17:38 +00:00
setup_cloudflare_tunnel.sh Add Cloudflare management scripts and tunnel setup 2026-01-25 02:59:06 +00:00
setup_research.sh feat: Setup automated market research and upgrades with Gemini and Jules 2026-01-23 19:50:48 +00:00
setup_schedule.sh Setup schedule and integrate NotebookLM context for research/upgrades 2026-01-25 19:44:13 +00:00
setup_ubuntu.sh Install Jules CLI and update setup_ubuntu.sh 2026-01-21 18:45:40 +00:00
start_bot.ps1 Add Telegram deployment bot, web dashboard, and deployment automation 2026-01-19 06:08:25 +07:00
startup.bat Add comprehensive automation startup scripts for Windows, Linux, and WSL 2026-01-06 04:21:36 +00:00
startup.ps1 Update configuration for Exness MT5 and improve startup automation - Updated to use MetaTrader 5 EXNESS path - Added intelligent MT5 detection with fallback logic - Fixed Windows compatibility issues - Processes now run independently 2026-01-10 04:30:24 +07:00
startup.sh feat: Add monitoring support to startup script 2026-01-22 08:20:09 +00:00
startup_orchestrator.py feat: Implement automatic retry logic for failed components - Added retry mechanism using max_startup_retries config setting - Components now retry up to configured number of attempts - Improved error handling and logging for retry attempts - Updated documentation to reflect new feature 2026-01-10 04:36:53 +07:00
sync_github_pages.py feat: Add Mouy-leng request processing system - Improved custom issue template with request types - Created GitHub Pages sync workflow for automated syncing - Added sync_github_pages.py script for manual syncing - Created Mouy-leng Request Processing Guide documentation 2026-01-10 04:41:34 +07:00
TELEGRAM_BOT_SETUP.md Add Telegram deployment bot, web dashboard, and deployment automation 2026-01-19 06:08:25 +07:00
telegram_deploy_bot.py Add Telegram deployment bot, web dashboard, and deployment automation 2026-01-19 06:08:25 +07:00
test_automation.py Parallelize test execution in test_automation.py 2026-01-18 19:24:02 +00:00
test_web_dashboard.py Bolt: Optimize health check endpoint 2026-01-21 05:17:23 +00:00
update_vps.sh feat: Secure bridge integration, refactor EAs, and add profile maintenance script 2026-01-22 01:08:24 +00:00
upgrade_repo.py Setup schedule and integrate NotebookLM context for research/upgrades 2026-01-25 19:44:13 +00:00
web_dashboard.py Bolt: Reduce syscalls in web dashboard 2026-01-23 05:19:37 +00:00

Scripts Directory

This directory contains automation scripts for the MQL5 trading system.

Automation Scripts

Startup Scripts (Choose one based on your platform)

  • startup.bat - Windows batch script for simple automation
  • startup.ps1 - PowerShell script with advanced features (recommended for Windows)
  • startup.sh - Bash script for Linux/WSL
  • startup_orchestrator.py - Python orchestrator (cross-platform)

Helper Scripts

  • example_custom_script.py - Template for creating your own custom scripts
  • test_automation.py - Integration tests for all automation scripts

Deployment Scripts

  • ci_validate_repo.py - Repository validation (used by CI)
  • deploy_mt5.sh - Deploy MQL5 files to MT5 data folder
  • package_mt5.sh - Create distribution package

Quick Start

Windows Users

# Run once
.\startup.ps1

# Setup auto-start on boot
.\startup.ps1 -CreateScheduledTask

# Test without executing
.\startup.ps1 -DryRun

Linux/WSL Users

# Run once
./startup.sh

# Setup auto-start on boot (systemd)
./startup.sh --setup-systemd

# Setup auto-start on boot (cron)
./startup.sh --setup-cron

Python Orchestrator (All Platforms)

# Create default configuration
python startup_orchestrator.py --create-config

# Run with default config
python startup_orchestrator.py

# Run with monitoring
python startup_orchestrator.py --monitor 3600

# Dry run
python startup_orchestrator.py --dry-run

Testing

Run the integration tests:

python test_automation.py

Configuration

Edit ../config/startup_config.json to customize:

  • What programs to start
  • Startup order and delays
  • Platform-specific settings
  • MT5 terminal path

Documentation

Full documentation available in ../docs/:

  • Startup_Automation_Guide.md - Complete guide
  • Quick_Start_Automation.md - Quick reference
  • Windows_Task_Scheduler_Setup.md - Windows setup details

Support