ミラー元
https://github.com/A6-9V/MQL5-Google-Onedrive.git
同期済み 2026-04-11 11:40:56 +00:00
4.4 KiB
4.4 KiB
Quick Start: Auto-Merge and Trading Research Integration
This guide provides a quick overview of the new features added to this repository.
🚀 What's New
1. Automated Trading News Monitoring
- Scheduled Workflow: Runs every 4 hours to monitor global trading news
- GPT Groups Integration: Chart analysis and technical pattern recognition
- Perplexity Integration: Real-time news aggregation from global sources
- Direct Reporting: News feeds directly to MT5 trading systems
2. Enhanced Auto-Merge Capabilities
- Label-Driven: Add
automergelabel to enable automatic merging - Comprehensive Guide: Step-by-step instructions for setup and usage
- Smart Merging: Squash merge with branch cleanup
3. Research Team Integration
- GitHub Profile: https://github.com/A6-9V
- GPT Space: Used for trading system analysis
- Perplexity Group: Used for news monitoring
📋 Quick Actions
Enable Auto-Merge for Current PR
- Go to the pull request page
- Click Labels in the right sidebar
- Add the
automergelabel - Wait for CI checks to pass
- Get required approvals (if needed)
- PR will automatically merge when ready
Manual Workflow Trigger
Manually trigger the trading news monitor:
# Via GitHub UI:
# 1. Go to Actions tab
# 2. Select "Trading News Monitor (Scheduled)"
# 3. Click "Run workflow"
Check Monitoring Status
View the latest monitoring logs:
- Go to Actions tab
- Click on Trading News Monitor (Scheduled)
- Select the most recent run
- View logs for monitoring activity
📚 Documentation
| Document | Description |
|---|---|
| Auto-Merge Guide | Complete guide for auto-merge setup and usage |
| Trading Research Integration | GPT and Perplexity integration details |
| README.md | Main repository documentation |
🔧 Configuration Files
| File | Purpose |
|---|---|
.github/workflows/trading-news-monitor.yml |
Scheduled trading news monitoring |
.github/workflows/enable-automerge.yml |
Auto-merge enablement |
.github/workflows/ci.yml |
Continuous integration |
.github/workflows/onedrive-sync.yml |
OneDrive synchronization |
⚙️ Workflow Schedule
| Workflow | Schedule | Purpose |
|---|---|---|
| Trading News Monitor | Every 4 hours | Monitor global trading news |
| CI | On PR/Push | Validate and package code |
| OneDrive Sync | On push to main | Sync MT5 files |
| Auto-merge | On label | Enable automatic merge |
🔗 Important Links
- Repository: A6-9V/MQL5-Google-Onedrive
- GitHub Profile: A6-9V
- Developer Tip Window: ChatGPT Project
- WhatsApp Community: Agent Community
💡 Tips
- Auto-merge: Only use for well-tested PRs with proper CI coverage
- News Monitoring: Check logs regularly for important market events
- GPT Integration: Use for complex chart analysis and pattern recognition
- Perplexity: Leverage for broad market news aggregation
- Testing: Always test strategies in demo before live trading
🛠️ Troubleshooting
Auto-Merge Not Working
- Verify
automergelabel is added - Check CI status (must pass)
- Ensure required reviews are approved
- Check branch protection settings
Workflow Not Running
- Check GitHub Actions tab for errors
- Verify workflow syntax is valid
- Check repository permissions
- Review workflow logs
Need Help?
- Check the detailed guides in
/docs - Review workflow files in
.github/workflows - Contact via email or WhatsApp (see links above)
📊 Monitoring Dashboard
Monitor all workflows from GitHub Actions tab:
Repository → Actions → All workflows
├── CI
├── Enable auto-merge (label-driven)
├── Sync to OneDrive (rclone)
└── Trading News Monitor (Scheduled)
🎯 Next Steps
- ✅ Review this guide
- ✅ Add
automergelabel to enable automatic merging - ✅ Check trading news monitor logs
- ✅ Configure GPT and Perplexity integrations
- ✅ Set up MT5 notifications
- ✅ Test in demo account
Last Updated: January 2, 2024
Version: 1.0
Status: ✅ All systems operational