Guarda come scaricare robot di trading gratuitamente
Ci trovi su Facebook!
Unisciti alla nostra fan page
Script interessante?
Pubblica il link!
lasciare che altri lo valutino
Ti è piaciuto lo script? Provalo nel Terminale MetaTrader 5
Sistemi Esperti

Multicurrency OnTickMarketWatch tick event handler - sistema esperto per MetaTrader 5

Visualizzazioni:
8840
Valutazioni:
(26)
Pubblicato:
2010.11.01 10:45
Aggiornato:
2016.11.22 07:32
\MQL5\Experts\OnTickMarketWatch\
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a 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

Tradotto dal russo da MetaQuotes Ltd.
Codice originale 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.