e954883189
- Rewrite README.md to focus on LLM-driven install setup - Simplify QUICKSTART.md to minimal LLM instruction guide - Rewrite CONFIG.md to remove platform-specific path examples - Delete platform-specific IDE docs (CLAUDE.md, CURSOR.md, VSCODE.md, WINDSURF.md) - Simplify REMOTE_AGENTS.md to remove Wine install details - Clean up TROUBLESHOOTING.md to remove platform install sections - Ignore .vscode/ and .codegraph/ directories - Untrack server.json (should remain tracked - already restored)
1.0 KiB
1.0 KiB
Quickstart Guide
For end-users wanting full platform-specific steps, see the TROUBLESHOOTING.md.
Install
Ask your LLM platform to install MT5-Quant:
"Please install mt5-quant from https://github.com/masdevid/mt5-quant. Download the pre-built binary, run
scripts/setup.shto auto-detect Wine/MT5 paths, and register the MCP server."
The LLM will handle:
- Download binary or
cargo build --release - Run setup script to auto-detect Wine and MT5 paths
- Write
config/mt5-quant.yaml(gitignored) - Register MCP server with your platform
Minimal Config
If manual config is needed, config/mt5-quant.yaml requires only:
wine_executable: "/path/to/wine64"
terminal_dir: "/path/to/MetaTrader 5"
setup.sh auto-detects both.
Verify
Run verify_setup
Run Backtest
Run a backtest on MyEA from 2025.01.01 to 2025.03.31
The AI runs: compile → clean → backtest → extract → analyze.
Next: See TOOLS.md for all 89 tools.