docs: clarify optimization differences

Others can run optimization via terminal but lack:
- Background execution with polling
- Results parsing into structured data
- Automatic .set file generation
- Optimization history and search
This commit is contained in:
Devid HW
2026-04-22 08:30:18 +07:00
parent 7620cb3c04
commit e7d2ec5a47
+1 -1
View File
@@ -22,7 +22,7 @@ Claude: [compile → clean → backtest → analyze 1,847 deals]
| **Deal-level analytics** | ✅ 15+ dimensions | ❌ | ❌ |
| **Report organization** | ✅ SQLite + search + history | ❌ | ❌ |
| **MQL5 compilation** | ✅ Headless (MetaEditor via Wine, no GUI) | ⚠️ Via GUI or terminal | ❌ |
| **Optimization** | ✅ Background + results parsing | ❌ | ✅ Paid |
| **Optimization** | ✅ Background + results parsing + .set generation | ⚠️ Terminal only, no parsing | ✅ Paid |
| **Crash debugging** | ✅ Wine/MT5 diagnostics | ❌ | ❌ |
**Others** typically run on Windows using the [MetaTrader5 Python package](https://pypi.org/project/MetaTrader5/), providing full terminal operations. MT5-Quant fills the gap: **organizing backtest reports, extracting deal-level insights, and managing optimization workflows** — none of which MT5 or its Python API expose natively.