거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Facebook에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
지표

MACD Histogram, multi-color [v04] - MetaTrader 5용 지표

조회수:
74403
평가:
(76)
게시됨:
2010.08.24 10:12
업데이트됨:
2016.11.22 07:32
MQL5 프리랜스 이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

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.