支持中心 帮助文档 联系我们
📱 微信: 18391752892 | 💬 QQ: 3313198376 | ✈️ Telegram | 📧 fishfx123@gmail.com
EURUSD 1.0856 +0.12% GBPUSD 1.2678 +0.08% USDJPY 149.23 -0.15% XAUUSD 2034.56 +0.34% EURUSD 1.0856 +0.12% GBPUSD 1.2678 +0.08% USDJPY 149.23 -0.15% XAUUSD 2034.56 +0.34%

Ticks Charting

👤 作者: Mativenga Geoffrey Mativenga

4.5 分

¥560.00

📌 版本: v2
📥 下载: 0
⭐ 评分: 4.5

📝 产品详情

Ticks Charting

作者Mativenga Geoffrey Mativenga
版本v2
激活数5
原价$80 USD

Tick Copier EA — Description & Usage Guide

Instead of seeing the market like everybody else using time based charts, instead view the market using ticks like an x-ray.

This Expert Advisor (EA) for MetaTrader 5 copies live ticks from the chart it is attached to and sends them to a custom symbol you already created (for example EURUSD TICKS ).

Each time a new market tick arrives:

  1.  EA reads the current tick data from the source symbol.

  2. It copies the tick values:

    • time

    • bid price

    • ask price

    • last price

    • volume

  3. It sends that tick to the custom symbol using CustomTicksAdd() .

Once ticks are fed to the custom symbol, MT5 automatically builds candles (M1, M5, H1, etc.) for that symbol just like a normal market instrument.

This allows you to:

  • create synthetic charts

  • run indicators on the custom symbol

  • run EAs on the custom symbol

  • experiment with tick-driven chart generation

What the EA Does Internally
Step Action
1 EA waits for a market tick
2 SymbolInfoTick() retrieves the latest tick
3 Tick data is copied into a new MqlTick structure
4 CustomTicksAdd() sends the tick to your custom symbol
5 MT5 records the tick and updates the chart
Instructions to Use the EA

1. Download EA

Open MetaEditor and press Compile.

2. Attach the EA to the Source Symbol

Open the real market symbol chart you want to copy ticks from.

Example:

  • EURUSD

Then attach the EA to that chart.

4. Set the Custom Symbol Name

In the EA inputs set:

CustomSymbol = EURUSDTICKS

This must match the custom symbol you already created.

5. Open the Custom Symbol Chart

Open the chart for the custom symbol:

  1. Press Ctrl + U

  2. Go to Create Custom Symbol

  3. Give your symbol a name without spaces (e.g. EURUSD TICK )

  4. Select Copy from (select EURUSD) and click Ok

  5.  Click ok to finalise

  6. Click created symbol to unhide it so that it appears in Market Watch

6. Verify Ticks Are Arriving

Important Notes

The EA must stay running

If the EA is removed or MT5 is closed, the custom symbol stops receiving ticks.

Symbol properties must match

Your custom symbol should have the same:

  • digits

  • tick size

  • pricing format

as the original symbol.

Typical Uses

Pro Traders commonly use this technique to:

  • build tick charts

  • create range charts

  • generate synthetic trading instruments

  • test custom market logic


PLEASE NOTE THAT DEMOS WILL NOT WORK BECAUSE NO TICK DATA WILL HAVE BEEN RECORDED ON THE CUSTOM SYMBOL.

安全须知

本产品仅通过 MQL5.com 官方渠道获取。其他渠道版本可能缺少完整功能和技术支持。

EA 配置

交易品种XAUUSD
时间框架H1 (推荐)
推荐经纪商IC Markets, IC Trading
最低存款$300 / 0.01手

📸 截图预览