📝 产品详情
VConnect Ticks Data Validator
| 作者 | Omphile Vuyo Molahloe |
| 版本 | v1.0 |
| 激活数 | 2 |
V-Connect Tick Data Validator is a utility for MetaTrader 5. It checks each tick and rejects invalid data.
Features
- Checks bid and ask prices
- Checks spread and time
- Uses only MQL5 functions
- Logs results in the Experts tab
- Real-time filtering:
- Negative or zero spreads
- Stale timestamps (>60 seconds)
- Reversed bid/ask
- **<1ms overhead** — runs on low-spec VPS
- **Journal audit trail** — "TICK PASSED" / "TICK REJECTED"
How to Use
Attach to a chart. In your EA:
if (validate_tick(tick.bid, tick.ask, tick.time, (int)spread)) // Your code here
The utility helps keep data clean for strategies.
Free. Support via MQL5 chat.
Built by V-Connect.
安全须知
本产品仅通过 MQL5.com 官方渠道获取。其他渠道版本可能缺少完整功能和技术支持。
EA 配置
| 交易品种 | XAUUSD |
| 时间框架 | H1 (推荐) |
| 推荐经纪商 | IC Markets, IC Trading |
| 最低存款 | $300 / 0.01手 |
📸 截图预览