Ticaret robotlarını ücretsiz olarak nasıl indirebileceğinizi izleyin
Bizi Telegram üzerinde bulun!
Fan sayfamıza katılın
Komut dosyasını ilginç mi buldunuz?
Öyleyse bir link gönderin -
başkalarının da faydalanmasını sağlayın
Komut dosyasını beğendiniz mi? MetaTrader 5 terminalinde deneyin
Görüntülemeler:
5369
Derecelendirme:
(26)
Yayınlandı:
2016.02.09 09:23
Güncellendi:
2016.11.22 07:32
Bu koda dayalı bir robota veya göstergeye mi ihtiyacınız var? Freelance üzerinden sipariş edin Freelance'e git

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

MetaQuotes Ltd tarafından Rusçadan çevrilmiştir.
Orijinal kod: 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.