Add note about show-latest-report utility
This commit is contained in:
@@ -133,3 +133,31 @@ The MultiSignal Confluence EA is successfully trading on USDJPY H1 with strong r
|
|||||||
*Report extracted from: ReportHistory-104125640.html*
|
*Report extracted from: ReportHistory-104125640.html*
|
||||||
*Screenshot date: 2026-03-21 18:58:57*
|
*Screenshot date: 2026-03-21 18:58:57*
|
||||||
*Analysis by: Kimi Code CLI*
|
*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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user