Ticaret robotlarını ücretsiz olarak nasıl indirebileceğinizi izleyin
Bizi Twitter ü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östergeler

MACD Histogram, multi-color [v04] - MetaTrader 5 için gösterge

Görüntülemeler:
72262
Derecelendirme:
(75)
Yayınlandı:
2010.08.24 10:12
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

Real author:

traderak20, based on MACD.mq5 by MetaQuotes, Copyright 2009, MetaQuotes Software Corp.

A MACD indicator with histogram to show the difference between the MACD and Signal lines.

For the calculation of the MACD line you can choose from the usual price types. For the calculation of the Signal line yo can choose between SMA or EMA. The histogram can be switched between single and multi-color.

Requires: MovingAverages.mqh (default include file in terminal_data_folder\MQL5\Include)

Look in the source to switch on/off error messages:

bool   ShowErrorMessages=false;      // turn on/off error messages for debugging

MACD Histogram, multi-color

Update history:

  • Fixed bug with the colors of the histogram;

2010 09 26: v03

  • Added MODE_SMMA and MODE_LWMA as MA methods for Signal line;
  • Made ENUM_APPLIED_PRICE the last input parameter on the list;

2010 08 24: v02B

  • Indicator first published;
ZeroLag MACD ZeroLag MACD

The MACD oscillator with zero lag.

Keywords and aliases of MQL5 Keywords and aliases of MQL5

The MQL5 keywords and aliases for autoreplace are presented.

MACD Histogram, multi-timeframe, multi-color [v03] MACD Histogram, multi-timeframe, multi-color [v03]

MACD indicator with histogram, can be applied any timeframe (higher or lower than the current chart's timeframe).

Functions to simplify work with orders Functions to simplify work with orders

All we want is to think about algorithms and methods, not about syntax and values how to place orders. Here you have simple functions to manage positions in MQL5.