Guarda come scaricare robot di trading gratuitamente
Ci trovi su Twitter!
Unisciti alla nostra fan page
Script interessante?
Pubblica il link!
lasciare che altri lo valutino
Ti è piaciuto lo script? Provalo nel Terminale MetaTrader 5
Visualizzazioni:
5393
Valutazioni:
(26)
Pubblicato:
2016.02.09 09:23
Aggiornato:
2016.11.22 07:32
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance

The indicator stores the tick from the terminal to an array. The type of the received ticks can be specified in the parameters:

Input Parameters

Next, the tick array is displayed on the screen. During that the tick flag is displayed:

  • TICK_FLAG_BID — the tick changed the Bid price;
  • TICK_FLAG_ASK — the tick changed the Ask price;
  • TICK_FLAG_LAST — the tick changed the price of the latest trade;
  • TICK_FLAG_VOLUME — the tick changed the volume;
  • TICK_FLAG_BUY — the tick appeared as a result of a buy trade;
  • TICK_FLAG_SELL — the tick appeared as a result of a sell trade;

Indicator

Tradotto dal russo da MetaQuotes Ltd.
Codice originale https://www.mql5.com/ru/code/14667

AMA_HTF AMA_HTF

The Adaptive Moving Average indicator with the timeframe selection option available in input parameters.

AMA_3HTF AMA_3HTF

Three Adaptive Moving Average indicators from three different timeframes displayed on the same chart.

DEMA_HTF DEMA_HTF

The Double Exponential Moving Average indicator with the timeframe selection option available in input parameters.

DEMA_3HTF DEMA_3HTF

Three Double Exponential Moving Average indicators from three different timeframes displayed on the same chart.