Commit Graph

7 Commits

Author SHA1 Message Date
f11ab2ec55 Add live report export utilities
- export-live-report.py: Export from binary deal files
- create-live-report.sh: Create report from screenshot/terminal data
- Allows creating browser-viewable reports with current live data
- Uses ,935 profit from March 21 screenshot
2026-03-21 19:59:56 -04:00
e58a4a425f Add export-to-browser utility
- export-report-html.py: Converts MT5 report to clean, styled HTML
- export-to-browser.sh: Wrapper script for easy usage
- Generates beautiful HTML report viewable in any browser
- Includes performance summary, trade stats, and risk metrics
2026-03-21 19:42:16 -04:00
14c4e7da2f Add show-latest-report utility
- show-latest-report.sh: Auto-finds and displays latest MT5 report
- parse-report.py: Python parser for HTML reports with full stats
- Updated UTILS.md with documentation
- No browser needed - prevents VM crashes
- Shows account info, P&L, trade stats, performance assessment
2026-03-21 19:29:49 -04:00
9575c5ed76 Add MT5 helper utilities
- view-report.sh: Read HTML reports without browser
- parse-deals.py: Extract data from binary deal files
- export-history.sh: Safe export guide
- UTILS.md: Documentation for tools

Prevents VM crashes when accessing trading data.
2026-03-21 19:09:24 -04:00
32e5c6a2dd Add .gitignore for MQL development 2026-03-21 18:44:47 -04:00
27f8f54c05 Add Gitea setup instructions 2026-03-21 18:40:22 -04:00
74308b38e7 Initial commit: MQL Trading Bots
- MultiSignal Confluence EA v1.11 (stop loss bug fixed)
- Harmonic Pattern Finder v2 (optimized)
- Candlestick Pattern EA (fixed)
- Pivot Fade EA v4 (fixed)
- Bot series (10001, 10002, EnhancedEA)

Performance: ~19% return in 2 months on 00k account
2026-03-21 18:39:48 -04:00