Watch how to download trading robots for free
Find us on Facebook!
Join our fan page
Interesting script?
So post a link to it -
let others appraise it
You liked the script? Try it in the MetaTrader 5 terminal
Experts

Multicurrency OnTickMarketWatch tick event handler - expert for MetaTrader 5

Views:
8812
Rating:
(26)
Published:
2010.11.01 10:45
Updated:
2016.11.22 07:32
\MQL5\Experts\OnTickMarketWatch\
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

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.

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

Multicurrency OnTickMarketWatch() tick event handler

Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/209

Adaptive Moving Average with Bollinger Bands ® Adaptive Moving Average with Bollinger Bands ®

The indicator shows the trend and allows to see a price range.

i-OrdersMQL5 i-OrdersMQL5

The indicator shows deals history on the chart.

CIniFile class CIniFile class

This class provides methods for working with Windows *.ini files.

20/200 pips - Simple profitable Expert Advisor 20/200 pips - Simple profitable Expert Advisor

It has simple code and trading rules. It's doesn't use any martingale MM strategies.