Multicurrency OnTickMarketWatch tick event handler – EA MetaTrader 5

The standard OnTick() handler allows to receive the ticks for only one symbol. For multicurrency experts you need the ticks for several symbols.  In some cases it’s necessary to recieve the ticks for all symbols from”Market Watch” window.

The Expert Advisor exOnTickMarketWatch.mq5 uses the standard custom event handler of OnChartEvent() function, it provides the following information:

  1. Symbol index of the “Market Watch” window
  2. Symbol name
  3. Tick Bid price.
  4. Symbol spread.

Launch the scOnTickMarketWatch.mq5 script to receive the ticks from “Market Watch” window.

Recommendations:

  • This version of multicurrency event handler uses a lot of resources. The CPU usage can be decreased by increasing the delay variable of the script, but you can skip some ticks.
  • After launch of the script and Expert Advisor you can specify the symbols by adding them in “Market Watch” window.
  • You can modify the code for your needs, for example, you can configure it to receive the Ask price instead of spread.
Alternative:   Jurik Volty Multi Timeframe - indicator MetaTrader 5

P.S. It has been published at Russian forum.

Multicurrency OnTickMarketWatch() tick event handler


📈 ROBOTFX MetaTrader Expert Advisors and Indicators to maximize profits and minimize the risks