forked from LengKundee/MQL5-Google-Onedrive
2.1 KiB
2.1 KiB
AGENTS
📓 Knowledge Base
- NotebookLM (Primary): Access here
- NotebookLM (Blueprint & Strategy): Access here
- OneDrive Blueprint Notes: Quick Notes - Blueprint
- Note: These notebooks and OneDrive notes are available for reading and writing. AI agents must read them before starting work to understand the project context, strategies, and blueprints.
Repository summary
- MQL5 indicator and Expert Advisor live in
mt5/MQL5/Indicatorsandmt5/MQL5/Experts. - Automation and deployment helpers live in
scripts/with configuration inconfig/. - Guides and references live in
docs/.
Key files and directories
mt5/MQL5/Indicators/SMC_TrendBreakout_MTF.mq5mt5/MQL5/Experts/SMC_TrendBreakout_MTF_EA.mq5scripts/startup_orchestrator.py,scripts/startup.ps1,scripts/startup.shscripts/ci_validate_repo.py,scripts/test_automation.pyconfig/startup_config.json
Local checks
- Repository validation:
python scripts/ci_validate_repo.py - Automation tests:
python scripts/test_automation.py - Package MT5 files:
bash scripts/package_mt5.sh
Manual validation
- Compile MQL5 files in MetaEditor and refresh in MT5.
Jules Integration
- Jules Task ID: 11566195936388909103
- Setup Guide: Jules Task Setup
- Setup Script:
bash scripts/setup_jules_task.sh [TASK_ID] - Jules CLI requires authentication via
jules loginbefore pulling tasks
Notes
- Keep generated artifacts (logs,
dist/, caches) out of version control. - If behavior changes, update the relevant docs under
docs/.