log-reader
Installation
SKILL.md
MT5 Log Reader
Read MetaTrader 5 log files directly to access Print() output from indicators, scripts, and expert advisors without requiring manual Experts pane inspection.
Self-Evolving Skill: This skill improves through use. If instructions are wrong, parameters drifted, or a workaround was needed — fix this file immediately, don't defer. Only update for real, reproducible issues.
Purpose
Implement "Option 3" dual logging pattern:
- Print() - MT5 log files (human-readable via Experts pane)
- CSV files - Structured data (programmatic analysis)
Claude Code can autonomously read both outputs without user intervention.
When to Use This Skill
Use this skill when: