diff --git a/2026-03-21-mql-trading-report-analysis.md b/2026-03-21-mql-trading-report-analysis.md index 4b8d1c3..d7d0777 100644 --- a/2026-03-21-mql-trading-report-analysis.md +++ b/2026-03-21-mql-trading-report-analysis.md @@ -133,3 +133,31 @@ The MultiSignal Confluence EA is successfully trading on USDJPY H1 with strong r *Report extracted from: ReportHistory-104125640.html* *Screenshot date: 2026-03-21 18:58:57* *Analysis by: Kimi Code CLI* + +--- + +## 🛠️ New Utility Created + +### show-latest-report.sh + +Created a utility that automatically finds and displays the latest MT5 trading report without needing a browser. + +**Location:** `~/mql-trading-bots/show-latest-report.sh` + +**Usage:** +```bash +cd ~/mql-trading-bots +./show-latest-report.sh # Display latest report +./show-latest-report.sh --save # Save to text file +``` + +**Features:** +- Automatically finds the most recent `ReportHistory-*.html` file +- Displays formatted summary with colors +- Shows account info, P&L, trade stats, and performance assessment +- No browser needed (prevents VM crash) + +**Also Created:** `parse-report.py` - Python parser for MT5 HTML reports + +**Repository:** Both files pushed to `mql-trading-bots` repo on Gitea +