📝 产品详情
Historical Prices Ranges
| 作者 | Martino Hart |
| 版本 | v2.11 |
| 更新 | 13 十二月 2025 |
| 激活数 | 0 |
- Download historical rates via `CopyRates()` for many symbols and timeframes.
- Works with Market Watch symbols or explicit symbol list.
- Optional CSV export into the terminal `Files` folder (per symbol/timeframe).
- Configurable retries, pause and exponential backoff.
- Verbose logging and progress comments for convenience.
## Usage
1. Copy `AutoHistoryDownloader_mq5.mq5` into `MQL5/Scripts` or open in MetaEditor.
2. Attach / run the script from the Navigator (Scripts).
3. Configure inputs:
- `InpUseMarketWatch` — use Market Watch symbols.
- `InpSymbols` — comma-separated symbols if not using market watch.
- `InpTimeframes` — comma-separated timeframe tokens (M1, M5, M15, H1, H4, D1, etc.).
- `InpSaveCSV` — if true, CSVs will be written to `Files` folder.
- `InpOutputFolder` — optional subfolder inside `Files` (create it yourself if needed).
4. Check the Experts/Journal tab for progress messages.
5. If CSV enabled, files are in: `Terminal -> Files` (or the subfolder you specified).
安全须知
本产品仅通过 MQL5.com 官方渠道获取。其他渠道版本可能缺少完整功能和技术支持。
EA 配置
| 交易品种 | XAUUSD |
| 时间框架 | H1 (推荐) |
| 推荐经纪商 | IC Markets, IC Trading |
| 最低存款 | $300 / 0.01手 |
📸 截图预览